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

104 commits

Author SHA1 Message Date
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
4bc38109df Documentation and warning fix. 2013-06-05 12:47:25 +01:00
jules
f8d2fbc5c4 Better handling of start/end drag callbacks in Slider. 2013-06-04 11:35:51 +01:00
jules
7452efb9e7 safety-check in Label. Typo fix in MessageManager. 2013-05-25 11:57:28 -07: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
4d61bfd8a3 Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro. 2013-05-05 17:13:53 +01:00
jules
69b90487aa Added support for c++11 override and final keywords, and blank definitions for older compilers. 2013-04-22 18:00:27 +01:00
jules
9387c7fdaf Simplified some ComponentPeer methods. 2013-04-21 19:01:02 +01:00
jules
af18430f08 Changed Label::setText to use a NotificationType parameter rather than a bool. 2013-04-01 14:33:27 +01:00
jules
910b834f72 Minor clean-ups. 2013-03-31 12:13:02 +01:00
jules
1bf9f441e6 Fix for listbox mousewheeling when using select-on-mouse-move mode. 2013-03-30 12:31:49 +00:00
jules
152d91fa9e Prevented TreeViews from responding to mouse clicks when they're disabled. 2013-03-18 21:13:07 +00:00
jules
2c5bfb952f Minor clean-ups. 2013-03-15 17:48:53 +00:00
jules
d8454fc2b8 Added missing JUCE_API flags. 2013-02-12 12:46:42 +00:00
jules
9eb3c1955a Added some missing JUCE_API modifiers. 2013-02-09 15:21:53 +00:00
jules
f9e31ab7a9 Documentation pedanticism. 2013-01-14 16:51:02 +00:00
jules
f12f85ac06 Mingw fix. Spelling correction. 2013-01-14 09:37:15 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
1ff5fb6ee6 Fixed small inaccuracy in text editor width. 2013-01-05 13:12:18 +00:00
jules
10c73edf57 Removed const-ness from some return types of LookAndFeel font methods. Renamed LookAndFeel::getFontForTextButton() as getTextButtonFont() for consistency. Added LookAndFeel::getLabelFont(). Fixed a problem in Label where the label's font wasn't being correctly applied to the text editor when editing it. 2013-01-05 12:53:49 +00:00
jules
7a3453f48b Minor clean-ups. 2012-12-31 19:10:54 +00:00
jules
164ab05bac Minor clean-ups. 2012-12-28 13:34:39 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00
jules
5d35a31f2e Minor clean-ups and documentation fixes. 2012-12-20 21:26:12 +00:00
jules
3a9cad8f2c Enabled some code that was disabled for mingw, but which will work with the latest version. 2012-12-13 14:17:08 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
f292238b32 Android: keyboard input support. 2012-11-25 17:05:44 +00:00
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
412e59e1fd Slider: alt-click acts like double-clicking. 2012-11-10 15:11:21 +00:00
jules
9aab5c7f82 Removed leak in ValueSource async updater. 2012-11-10 14:52:04 +00:00
jules
b6d825e133 Added slider type LinearBarVertical. 2012-11-05 20:33:34 +00:00
jules
6d15cc2948 Minor cleanups. 2012-10-20 15:12:37 +01:00
jules
5ed768e953 New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 2012-10-18 13:53:02 +01:00
jules
8d354bd8cf Allowed filename drag-and-drop into a TextPropertyComponent. 2012-10-01 10:15:18 +01:00
jules
5d7622ade5 Added methods TreeViewItem::sortSubItems() and PopupMenu::MenuItemIterator::addItemTo(). 2012-09-30 13:39:50 +01:00
jules
b305389d46 Changes for DLL build. 2012-09-26 21:31:04 +01:00
jules
da4d2a46cb Refactored audio plugin DllMain. 2012-09-25 17:20:32 +01:00
jules
a180c6c358 Added a class TextEditor::InputFilter to perform custom filters on text input. 2012-09-24 14:04:46 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
770d1ccd49 Added method TreeView::moveSelectedRow. 2012-09-20 12:26:53 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
9fde239d9c Misc minor tidying up. 2012-09-08 11:31:51 +01:00
jules
d24ee139d3 Introjucer: wizards for auto-generating new Component classes 2012-09-06 11:08:29 +01:00
jules
9281759612 Added method TextEditor::setEscapeAndReturnKeysConsumed(). 2012-08-29 19:02:57 +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
18977ebd44 Optimised TreeView openness XML generation, avoiding redundant state data about tree items that are in their default state. 2012-08-09 14:55:02 +01:00
jules
7650576f0c Slider double-click fix. 2012-08-03 13:23:50 +01:00
jules
c632856c88 TreeViewItem: added virtual methods for customising the connecting lines. 2012-08-03 12:39:50 +01:00
jules
a84c446738 Silder bugfix, addition of new dragging mode, and a bit of internal tidying-up. 2012-08-03 12:10:43 +01:00
jules
e3537ba57a Cleaned out some defunct ComponentBuilder code. 2012-07-26 15:32:34 +01:00