jules
|
57db92b276
|
Cleaned up some ints that should have been CommandIDs.
|
2013-09-17 18:45:48 +01:00 |
|
jules
|
435089e89b
|
Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs.
|
2013-09-11 10:29:48 +01:00 |
|
jules
|
2fccfccbc0
|
Misc performance tweaks.
|
2013-09-06 11:25:49 +01:00 |
|
jules
|
dbf7053861
|
New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows.
|
2013-08-30 18:20:51 +01:00 |
|
jules
|
641cb754f0
|
Minor clean-ups.
|
2013-08-30 10:52:54 +01:00 |
|
jules
|
636ffe68d3
|
A bit more minor cleaning-up.
|
2013-08-24 12:16:51 +01:00 |
|
jules
|
65c155e372
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
2013-08-23 12:08:31 +01:00 |
|
jules
|
5b25ac6609
|
Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility.
|
2013-07-28 11:31:25 +01:00 |
|
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
2013-07-22 13:18:29 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
3861a04197
|
Some more override decorations.
|
2013-07-10 14:55:26 +01:00 |
|
jules
|
5918d039ce
|
Added some "override" annotations.
|
2013-07-08 19:05:14 +01:00 |
|
jules
|
202d51c547
|
Fixed some out-of-date docs.
|
2013-07-06 10:05:25 +01:00 |
|
jules
|
516bddabcc
|
Misc minor clean-ups.
|
2013-07-03 09:51:23 +01:00 |
|
jules
|
a0792ec444
|
Fix for software-rendered code editor text.
|
2013-06-29 10:57:54 +01:00 |
|
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
jules
|
265fb0e8eb
|
More MSVC warning fixes.
|
2013-06-16 10:46:51 +01:00 |
|
jules
|
cc8662213b
|
fixed MSVC warning.
|
2013-06-16 10:21:12 +01:00 |
|
jules
|
4b128378cf
|
CodeEditorComponent rendering improvements. Faster OSX font lookup.
|
2013-06-16 10:08:05 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
5a0cef7239
|
Added some static StringArray methods for tokenising.
|
2013-06-07 20:35:07 +01:00 |
|
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
105690d321
|
Minor code editor optimisation.
|
2013-04-21 17:36:53 +01:00 |
|
jules
|
26c0733f8f
|
Introjucer: fixes for some of the integrated Jucer stuff.
|
2013-04-01 12:22:53 +01:00 |
|
jules
|
bb008cb1ba
|
Merged the old Jucer into the introjucer.
|
2013-03-31 23:09:17 +01:00 |
|
jules
|
910b834f72
|
Minor clean-ups.
|
2013-03-31 12:13:02 +01:00 |
|
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
jules
|
9eb3c1955a
|
Added some missing JUCE_API modifiers.
|
2013-02-09 15:21:53 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
4ef89c890f
|
Avoided a few gcc compiler warnings.
|
2012-11-11 18:43:36 +00:00 |
|
jules
|
29e5dd20e2
|
Introjucer: editor updates
|
2012-09-25 22:23:14 +01:00 |
|
jules
|
da4d2a46cb
|
Refactored audio plugin DllMain.
|
2012-09-25 17:20:32 +01:00 |
|
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
2012-09-24 15:45:25 +01:00 |
|
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
2012-09-24 14:03:54 +01:00 |
|
jules
|
3831af62ef
|
Updated CodeEditorComponent to act as an ApplicationCommandTarget
|
2012-09-17 21:20:18 +01:00 |
|
jules
|
68880492f1
|
Introjucer: editor scrolling changes.
|
2012-09-13 21:39:54 +01:00 |
|
jules
|
f4898a18ab
|
Minor fix for code editor caret display.
|
2012-09-13 09:33:32 +01:00 |
|
jules
|
3c345997f5
|
Removed some c++11 syntax that had slipped in there accidentally.
|
2012-08-24 17:35:49 +01:00 |
|
jules
|
08ca3ac5a7
|
Minor C++ tokenising stuff.
|
2012-08-24 15:45:09 +01:00 |
|
jules
|
5950d1d877
|
Removed some base classes from CodeEditorComponent.
|
2012-08-22 20:10:53 +01:00 |
|
jules
|
90f6353f4f
|
Minor C++ tokenising changes.
|
2012-08-20 15:18:48 +01:00 |
|
jules
|
386cb19ddd
|
CodeDocument fix.
|
2012-08-19 22:34:40 +01:00 |
|
jules
|
ab10aeca89
|
Refactored some c++ tokeniser classes.
|
2012-08-19 20:29:29 +01:00 |
|
jules
|
9a89d815cc
|
Reverted CodeDocument::replaceAllContent, and added an applyChanges() method.
|
2012-08-19 18:54:23 +01:00 |
|
jules
|
331e102663
|
CodeDocument new method + internal tweaks.
|
2012-08-17 20:24:19 +01:00 |
|
jules
|
6d8bd3029d
|
Tweaks to token selection behaviour in CodeEditorComponent.
|
2012-08-17 08:20:01 +01:00 |
|
jules
|
85e5fae0fd
|
Made CodeDocument:: replaceAllContent apply a diff of only the changed regions.
|
2012-08-15 23:13:18 +01:00 |
|
jules
|
b7089dfa45
|
New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component".
|
2012-08-14 17:47:41 +01:00 |
|
jules
|
de916db567
|
Changed the callback methods used by CodeDocument::Listener, to provide more detail about the exact changes.
|
2012-08-09 21:40:11 +01:00 |
|
jules
|
a0ed9c96e4
|
New class: ConcertinaPanel.
|
2012-08-05 22:09:26 +01:00 |
|