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

15 commits

Author SHA1 Message Date
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)