76 Commits (94da373c31eb04ec4cff03c1ee6eb51a85ce11f7)

Author SHA1 Message Date
  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. 11 years ago
  jules 2fccfccbc0 Misc performance tweaks. 11 years ago
  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. 11 years ago
  jules 641cb754f0 Minor clean-ups. 11 years ago
  jules 636ffe68d3 A bit more minor cleaning-up. 11 years ago
  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. 11 years ago
  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. 12 years ago
  jules 3d74717349 Bit of tidying-up in the Point class, and some spelling fixes in comments. 12 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 3861a04197 Some more override decorations. 12 years ago
  jules 5918d039ce Added some "override" annotations. 12 years ago
  jules 202d51c547 Fixed some out-of-date docs. 12 years ago
  jules 516bddabcc Misc minor clean-ups. 12 years ago
  jules a0792ec444 Fix for software-rendered code editor text. 12 years ago
  jules c75a7300f5 Added some 'override' modifiers to overridden methods. 12 years ago
  jules 265fb0e8eb More MSVC warning fixes. 12 years ago
  jules cc8662213b fixed MSVC warning. 12 years ago
  jules 4b128378cf CodeEditorComponent rendering improvements. Faster OSX font lookup. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules 5a0cef7239 Added some static StringArray methods for tokenising. 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules 105690d321 Minor code editor optimisation. 12 years ago
  jules 26c0733f8f Introjucer: fixes for some of the integrated Jucer stuff. 12 years ago
  jules bb008cb1ba Merged the old Jucer into the introjucer. 12 years ago
  jules 910b834f72 Minor clean-ups. 12 years ago
  jules bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 12 years ago
  jules 9eb3c1955a Added some missing JUCE_API modifiers. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules 4ef89c890f Avoided a few gcc compiler warnings. 12 years ago
  jules 29e5dd20e2 Introjucer: editor updates 12 years ago
  jules da4d2a46cb Refactored audio plugin DllMain. 12 years ago
  jules 6b1654e1d2 Fixed some more warnings. 12 years ago
  jules 0033491cc8 Cleaned up some compiler warnings. 12 years ago
  jules 3831af62ef Updated CodeEditorComponent to act as an ApplicationCommandTarget 12 years ago
  jules 68880492f1 Introjucer: editor scrolling changes. 12 years ago
  jules f4898a18ab Minor fix for code editor caret display. 12 years ago
  jules 3c345997f5 Removed some c++11 syntax that had slipped in there accidentally. 12 years ago
  jules 08ca3ac5a7 Minor C++ tokenising stuff. 12 years ago
  jules 5950d1d877 Removed some base classes from CodeEditorComponent. 12 years ago
  jules 90f6353f4f Minor C++ tokenising changes. 12 years ago
  jules 386cb19ddd CodeDocument fix. 12 years ago
  jules ab10aeca89 Refactored some c++ tokeniser classes. 12 years ago
  jules 9a89d815cc Reverted CodeDocument::replaceAllContent, and added an applyChanges() method. 12 years ago
  jules 331e102663 CodeDocument new method + internal tweaks. 12 years ago
  jules 6d8bd3029d Tweaks to token selection behaviour in CodeEditorComponent. 12 years ago
  jules 85e5fae0fd Made CodeDocument:: replaceAllContent apply a diff of only the changed regions. 12 years ago
  jules b7089dfa45 New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 12 years ago
  jules de916db567 Changed the callback methods used by CodeDocument::Listener, to provide more detail about the exact changes. 13 years ago
  jules a0ed9c96e4 New class: ConcertinaPanel. 13 years ago
  jules 897ee9017b C++ tokeniser fix. 13 years ago