1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_gui_basics
2013-12-28 16:46:57 +00:00
..
application Whitespace cleanups. 2013-12-03 11:33:45 +00:00
buttons Made button toggle callbacks include the modifier state. 2013-12-26 10:55:00 +00:00
commands Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
components Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
drawables Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
filebrowser Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
keyboard Documentation fixes. 2013-11-30 20:04:17 +00:00
layout Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
lookandfeel Cleaned up some line-drawing in BubbleComponent. 2013-12-11 21:31:24 +00:00
menus Refactored LookAndFeel::drawPopupMenuItem() and some PopupMenu methods to allow menus to use Drawables for their icons as well as just Images. 2013-11-24 19:30:04 +00:00
misc Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00
mouse Made DragAndDropContainer force mouse-cursor updates to help when using modifier keys to change the drag mode. 2013-11-27 19:38:40 +00:00
native Avoiding assertions when loading some mouse cursors on OSX10.9. 2013-12-18 22:47:11 +00:00
positioning Minor clean-ups + optimisations. 2013-09-02 14:08:39 +01:00
properties Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
widgets Numeric rounding error fix in Slider. 2013-12-28 16:46:57 +00:00
windows Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
juce_gui_basics.cpp Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
juce_gui_basics.h Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00
juce_gui_basics.mm 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
juce_module_info Version 3.0.0 2013-11-19 10:13:14 +00:00