1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_gui_basics
2018-01-02 10:27:58 +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 Changed Button so that it won't actively trigger a click when connected up to a Value source that changes 2017-12-22 09:20:44 +00:00
commands Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
components Added a base class MarkerList::MarkerListHolder, and used it to remove the getMarkers() method from Component. 2017-12-22 13:05:11 +00:00
drawables Added a base class MarkerList::MarkerListHolder, and used it to remove the getMarkers() method from Component. 2017-12-22 13:05:11 +00:00
filebrowser Made the documentation of some classes clearer regarding when a notification will be sent 2017-12-28 17:02:58 +00:00
keyboard Add missing key press description for number pad equals in juce_KeyPress.h 2017-12-21 09:30:17 +00:00
layout Made the documentation of some classes clearer regarding when a notification will be sent 2017-12-28 17:02:58 +00:00
lookandfeel Added some extra clarification to a comment above the assertion in LookAndFeel's destructor 2017-12-28 17:11:55 +00:00
menus Fixed a bug where PopupMenus with a scale factor applied were not appearing in the correct position 2017-12-07 12:07:52 +00:00
misc Tweaked the JUCE analytics data 2017-12-19 14:35:58 +00:00
mouse Fixed a typo in SelectedItemSet 2017-12-21 11:38:43 +00:00
native Android: handle case when we don’t receive file open events while sharing. 2017-12-28 18:15:27 +01:00
positioning Added a base class MarkerList::MarkerListHolder, and used it to remove the getMarkers() method from Component. 2017-12-22 13:05:11 +00:00
properties Added a setEditable() method to TextPropertyComponent and an optional argument to its constructors to set whether its text editor should be editable 2017-12-28 16:15:41 +00:00
widgets Tidied up a few things in Label 2018-01-02 10:27:58 +00:00
windows Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 2017-12-12 16:24:40 +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 Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated 2017-12-31 10:49:33 +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