1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
Commit graph

128 commits

Author SHA1 Message Date
jules
c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 2012-11-14 11:42:17 +00:00
jules
4d4321bea1 Version 2.0.28 2012-11-14 10:01:45 +00:00
jules
4ef89c890f Avoided a few gcc compiler warnings. 2012-11-11 18:43:36 +00:00
jules
ea557b40a5 ColourSelector rendering fix. 2012-11-02 16:58:27 +00:00
jules
be73832aa9 OSX web browser fix. 2012-10-30 12:26:34 +00:00
jules
89d5e19fca misc cleanups. 2012-10-18 09:50:10 +01:00
jules
ede73fcfd7 Fix for some Apple AU guis. 2012-10-11 17:15:07 +01:00
jules
b305389d46 Changes for DLL build. 2012-09-26 21:31:04 +01:00
jules
9239842120 DLL build fix + minor clean-ups. 2012-09-26 14:47:37 +01: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
d0fa359f72 Bit of tidying-up in KeyPressMappingSet and related classes. 2012-09-19 21:54:02 +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
2e777f8943 Fix for iOS windowing, and some CGRect clean-ups. 2012-09-13 20:02:09 +01:00
jules
f4898a18ab Minor fix for code editor caret display. 2012-09-13 09:33:32 +01:00
jules
ad958be260 Version bump: 2.0.27 2012-09-08 14:37:39 +01:00
jules
abb4946191 Version bump: 2.0.26 2012-09-04 15:26:43 +01:00
jules
842d30fbfa Minor tidying-up. 2012-09-04 11:38:16 +01:00
jules
d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 2012-08-29 11:01:47 +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
f6f412e587 Documentation fix. 2012-08-24 13:26:06 +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
665c85b147 Version number bump. 2012-08-09 08:56:28 +01:00
jules
a0ed9c96e4 New class: ConcertinaPanel. 2012-08-05 22:09:26 +01:00
jules
897ee9017b C++ tokeniser fix. 2012-08-05 18:05:30 +01:00
jules
4f206a3f3a Version bump. 2012-07-24 17:04:29 +01:00
jules
e6e46b3187 Code editor fix for large line numbers. 2012-07-24 16:30:14 +01:00
jules
87db662f29 Introjucer: code editor improvements, icon class reshuffle. 2012-07-24 15:45:44 +01:00
jules
c2697bdce9 Code editor fix for long lines. 2012-07-24 10:37:33 +01:00
jules
d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. 2012-07-23 07:54:23 +01:00
jules
c16783f645 Minor code editor optimisation. 2012-07-22 14:48:14 +01:00
jules
75d72d6323 Version number bump. 2012-07-21 14:39:29 +01:00
jules
8ee1897916 Introjucer: some code editor fixes and functionality. 2012-07-20 20:57:39 +01:00
jules
391e99443e Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. 2012-07-15 13:59:13 +01:00
jules
d78b10edb3 Introjucer: code indent tweaks. 2012-07-15 11:56:10 +01:00
jules
dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 2012-07-14 11:54:29 +01:00
jules
b1d73f2086 Minor internal refactoring and clean-ups. 2012-07-14 10:02:45 +01:00