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
|
8 years ago |
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
8 years ago |
tpoole
|
c8740688ba
|
Added assertions to flag when __FILE__ returns a relative path and fixed the LiveConstants demo
|
8 years ago |
jules
|
99748f0ba8
|
(Fix for last commit)
|
8 years ago |
jules
|
57a3cb58ec
|
Removed incorrect constness from ColourSelector::setSwatchColour
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
bb32034ad8
|
Added pageLoadHadNetworkError callback to WebBrowserComponent
|
8 years ago |
hogliux
|
6292ccf5c3
|
Added a clearCookies method to WebBrowserComponent to clear any stored cookies
|
9 years ago |
ed
|
61ae28b060
|
Fixed bug in ColourSelector::HueSelectorComp where the colour gradient was pink at the bottom
|
9 years ago |
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
9 years ago |
hogliux
|
701fd8a216
|
Added a workaround for a strange bug with monospace fonts in OS X sierra
|
9 years ago |
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.
|
9 years ago |
jules
|
999f4848df
|
Stopped the ColourSelector sending a change message from its constructor
|
9 years ago |
jules
|
3104cbe147
|
Added an optional notification argument to ColourSelector::setCurrentColour()
|
9 years ago |
jules
|
a744cd3acc
|
Added a bool handler for JUCE_LIVE_CONSTANT
|
9 years ago |
hogliux
|
26b6f01ce3
|
Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value
|
9 years ago |
hogliux
|
88736e34dc
|
Make splash screens fullscreen on mobile platforms
|
9 years ago |
jules
|
d410b6d13d
|
Avoided a possible null pointer in KeyMappingEditorComponent
|
10 years ago |
jules
|
189853720a
|
Cleaned up a few uses of Image::null
|
10 years ago |
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
10 years ago |
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
10 years ago |
jules
|
4d3fc5a3d9
|
Added a couple of missing 'override' keywords
|
10 years ago |
jules
|
4e8921aa48
|
Fix for JUCE_LIVE_CONSTANT not working with negative integers
|
10 years ago |
jules
|
969f1a25fc
|
Added an OSX-only method SystemTrayIconComponent::showDropdownMenu() and tweaked the highlighting of OSX tray icons.
|
10 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
10 years ago |
jules
|
fd74f1a39d
|
Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment
|
10 years ago |
jules
|
3236bdca6a
|
Fix for JUCE_LIVE_CONSTANT in plugins.
|
10 years ago |
jules
|
06c1a15496
|
Added some missing 'override' decorators
|
10 years ago |
jules
|
8cacb499f1
|
Documentation correction.
|
11 years ago |
jules
|
7f901e452f
|
Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX.
|
11 years ago |
jules
|
817c80ed19
|
Fixed a typo in a comment.
|
11 years ago |
jules
|
2792bd2761
|
Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad()
|
11 years ago |
jules
|
0ec53673ce
|
Demo cleanups.
|
11 years ago |
jules
|
653a68ddee
|
Added includes of new template classes.
|
11 years ago |
jules
|
4f591df870
|
Initial check-in of new simple app helper classes
|
11 years ago |
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
11 years ago |
jules
|
65b97cd334
|
Fix for non-string textboxes in live constant editor.
|
11 years ago |
jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
11 years ago |
jules
|
4a3c45e7bd
|
Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings.
|
11 years ago |
jules
|
4a451b1cb0
|
Added juce namespace to the JUCE_LIVE_CONSTANT macro
|
11 years ago |
jules
|
d7d662bb38
|
Documentation improvement.
|
12 years ago |
jules
|
40c06f9ca9
|
Added a TRANS macro in the key-map editor.
|
12 years ago |
jules
|
bee0b791f7
|
Updated a comment.
|
12 years ago |
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
jules
|
d63668a5c1
|
Added XML and Lua tokenisers for the CodeEditorComponent
|
12 years ago |
jules
|
08c2fce9b5
|
Some improvements to JUCE_LIVE_CONSTANT: Matching original hex/decimal format, and added a reset button.
|
12 years ago |
jules
|
48cdb90341
|
Made the live constant editor call resize on all visible components.
|
12 years ago |
jules
|
2f72bba274
|
Improved the LIVE_CONSTANT classes to allow it to work on non-GUI threads.
|
12 years ago |
jules
|
8ba781aa81
|
Added a demo page for the live constant editor stuff.
|
12 years ago |
jules
|
be461fa03c
|
Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details.
|
12 years ago |