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

106 commits

Author SHA1 Message Date
jules
eda613c6db 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
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
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
jules
74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 2017-06-30 16:08:51 +01:00
tpoole
c8740688ba Added assertions to flag when __FILE__ returns a relative path and fixed the LiveConstants demo 2017-05-02 18:31:29 +01:00
jules
99748f0ba8 (Fix for last commit) 2017-05-02 12:25:39 +01:00
jules
57a3cb58ec Removed incorrect constness from ColourSelector::setSwatchColour 2017-05-02 12:23:35 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
bb32034ad8 Added pageLoadHadNetworkError callback to WebBrowserComponent 2017-04-26 17:12:59 +01:00
hogliux
6292ccf5c3 Added a clearCookies method to WebBrowserComponent to clear any stored cookies 2017-04-18 18:03:53 +01:00
ed
61ae28b060 Fixed bug in ColourSelector::HueSelectorComp where the colour gradient was pink at the bottom 2017-02-15 16:01:29 +00:00
hogliux
2da1bc5f41 Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00: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
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
jules
999f4848df Stopped the ColourSelector sending a change message from its constructor 2016-08-11 16:06:12 +01:00
jules
3104cbe147 Added an optional notification argument to ColourSelector::setCurrentColour() 2016-08-11 11:12:06 +01:00
jules
a744cd3acc Added a bool handler for JUCE_LIVE_CONSTANT 2016-08-03 16:18:54 +01:00
hogliux
26b6f01ce3 Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
hogliux
88736e34dc Make splash screens fullscreen on mobile platforms 2016-07-22 10:12:44 +01:00
jules
d410b6d13d Avoided a possible null pointer in KeyMappingEditorComponent 2016-03-15 10:20:58 +00:00
jules
189853720a Cleaned up a few uses of Image::null 2016-03-10 17:20:15 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
4d3fc5a3d9 Added a couple of missing 'override' keywords 2015-11-23 17:29:05 +00:00
jules
4e8921aa48 Fix for JUCE_LIVE_CONSTANT not working with negative integers 2015-08-17 19:56:42 +01:00
jules
969f1a25fc Added an OSX-only method SystemTrayIconComponent::showDropdownMenu() and tweaked the highlighting of OSX tray icons. 2015-07-28 15:44:38 +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
06c1a15496 Added some missing 'override' decorators 2015-05-15 12:54:44 +01:00
jules
8cacb499f1 Documentation correction. 2015-03-24 14:30:34 +00:00
jules
7f901e452f Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX. 2014-11-20 11:10:16 +02:00
jules
0ed61cb1ad Merge remote-tracking branch 'gh/master' into develop 2014-11-05 11:18:26 +00:00
jules
817c80ed19 Fixed a typo in a comment. 2014-11-05 09:34:03 +00:00
jules
2792bd2761 Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad() 2014-11-04 17:55:58 +00:00
jules
0ec53673ce Demo cleanups. 2014-11-04 11:41:36 +00:00
jules
653a68ddee Added includes of new template classes. 2014-10-28 14:22:54 +00:00
jules
4f591df870 Initial check-in of new simple app helper classes 2014-10-26 17:43:20 +00:00
jules
3e7d305094 A few minor whitespace cleanups. 2014-08-16 21:06:27 +01: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
4a451b1cb0 Added juce namespace to the JUCE_LIVE_CONSTANT macro 2014-05-15 09:02:11 +01:00
jules
d7d662bb38 Documentation improvement. 2014-04-14 16:53:16 +01:00
jules
40c06f9ca9 Added a TRANS macro in the key-map editor. 2014-04-09 13:50:49 +01:00
jules
bee0b791f7 Updated a comment. 2014-04-05 10:40:38 +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