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

18 commits

Author SHA1 Message Date
jules
4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 2017-07-19 12:08:47 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
701fd8a216 Added a workaround for a strange bug with monospace fonts in OS X sierra 2016-10-31 10:22:19 +00:00
jules
a744cd3acc Added a bool handler for JUCE_LIVE_CONSTANT 2016-08-03 16:18:54 +01:00
jules
4e8921aa48 Fix for JUCE_LIVE_CONSTANT not working with negative integers 2015-08-17 19:56:42 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
fd74f1a39d Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment 2015-06-22 16:22:50 +01:00
jules
3236bdca6a Fix for JUCE_LIVE_CONSTANT in plugins. 2015-06-15 10:10:39 -05:00
jules
65b97cd334 Fix for non-string textboxes in live constant editor. 2014-07-26 10:10:15 +01:00
jules
2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
jules
4a3c45e7bd Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings. 2014-07-04 17:54:21 +01:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00
jules
08c2fce9b5 Some improvements to JUCE_LIVE_CONSTANT: Matching original hex/decimal format, and added a reset button. 2013-12-06 18:27:41 +00:00
jules
48cdb90341 Made the live constant editor call resize on all visible components. 2013-12-06 14:49:17 +00:00
jules
2f72bba274 Improved the LIVE_CONSTANT classes to allow it to work on non-GUI threads. 2013-12-05 15:46:08 +00:00
jules
8ba781aa81 Added a demo page for the live constant editor stuff. 2013-12-03 19:13:14 +00:00
jules
be461fa03c Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details. 2013-12-03 13:44:15 +00:00