1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics
2018-03-13 15:44:49 +00:00
..
application Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
buttons Fix typo in juce_Button.h 2018-01-17 11:53:49 +00:00
commands Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
components Fixed a documentation typo 2018-02-20 15:53:56 +00:00
drawables Fixed Drawable clip-paths not being copied correctly 2018-02-05 10:08:33 +00:00
filebrowser FileBrowserComponents and non-native FileChoosers will now correctly respect the initialFileOrDirectory parameter and actually select the file (if initialFileOrDirectory points to a file) 2018-02-09 12:25:35 +00:00
keyboard Misc cleanups relating to ScopedPointer 2018-01-08 18:03:26 +00:00
layout Fixed an issue where JUCE's ScrollBars could not be hidden 2018-03-02 11:20:50 +00:00
lookandfeel Documentation fixes 2018-03-11 09:25:09 +00:00
menus Added an option to set a preferred popup direction 2018-03-02 16:44:45 +00:00
misc Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
mouse Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
native Fixed an assertion which could occur if you specified an extra semicolon at the end of your wildcard filter string 2018-03-13 15:44:49 +00:00
positioning Removal of RelativeCoordinate classes from the Drawables 2018-01-03 11:13:14 +00:00
properties Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 2018-01-18 15:23:57 +00:00
widgets Passed the valueToTextFunction and textToValueFunction lambdas from an AudioProcessorValueTreeState parameter to an attached slider 2018-03-12 10:08:38 +00:00
windows (fixed a typo in the last commit) 2018-02-07 12:53:34 +00:00
juce_gui_basics.cpp Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +00:00
juce_gui_basics.h Bump version number to 5.2.1 2018-02-08 10:55:52 +00:00
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00