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

25 commits

Author SHA1 Message Date
jules
d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
jules
f85d706131 Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
hogliux
e2a0759ab3 Added a BurgerMenu component which will display your menus and menu items in a "burger" menu 2017-11-10 18:18:48 +00:00
jules
c2a2d5c734 Updated some code to use cleaner array initialisation from constant data 2017-10-16 12:18:04 +01:00
tpoole
7316128918 Fixed some bugs in the sliders demo 2017-08-30 17:43:52 +01:00
jules
55f536078a Added a parameter to Slider::setPopupDisplayEnabled() to allow the popup to optionally appear on a mouse-over as well as a drag 2017-08-15 09:53:29 +01:00
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
ed
63cf3e2057 Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts 2017-05-02 12:41:38 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 2017-04-27 14:40:50 +01: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
luigisambuy
6547452fd3 Fixed a leak of bubbleMessage object in juce demo 2016-08-16 09:45:48 +01:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
802a25bd97 Cleaned up a few bits of very old demo code 2015-10-06 12:29:20 +01:00
jules
fdc04d2d2c Fixed some warnings caught by -pedantic_warnings 2015-09-15 10:42:09 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
d7250c0a90 Fix for menu updating in the demo app. 2015-06-17 14:46:54 -05:00
jules
9bb0be09a6 Merge branch 'master' of juce-repo.roli.com:JUCE
Conflicts:
	examples/Demo/Source/Demos/WidgetsDemo.cpp
2015-04-20 18:08:05 +01:00
jules
70d09f7db9 Whitespace 2015-04-20 18:06:35 +01:00
Timur Doumler
dc05cd506d fixed issue in Demo where a custom component in a TableListBoxModel was preventing rows from being selected. 2015-04-20 18:04:08 +01:00
Timur Doumler
f04e0f0462 JuceDemo: make Tables in WidgetDemo look nicer by adding zebra striping 2015-04-20 16:45:21 +01:00
Timur Doumler
ee3fe813e1 fixed issue with label text being white and invisible; some refactoring 2015-04-20 16:37:01 +01:00
Timur Doumler
5fcf94bfe4 added EditableTextCustomComponent (based on Label) to WidgetsDemo 2015-04-20 15:22:27 +01:00
jules
76892601c3 Fixed table demo sort order 2015-03-16 09:12:05 +00:00
Felix Faire
b01383e8d0 Restructured folder and Updated Readme 2014-11-12 17:18:18 +00:00
Renamed from extras/Demo/Source/Demos/WidgetsDemo.cpp (Browse further)