1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_gui_basics
2017-04-27 14:40:50 +01:00
..
application Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
buttons Fixed typo in DrawableButton 2017-02-23 09:49:40 +00:00
commands Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
components 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
drawables Fixed a problem with mouse interception in Drawable's base class copy constructor 2017-04-25 09:07:25 +01:00
filebrowser A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +01:00
keyboard Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
layout Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 2017-04-21 15:09:35 +01:00
lookandfeel 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
menus Fixed a typo in MenuBarModel 2017-03-23 14:59:53 +00:00
misc Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
mouse Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 2017-03-29 15:31:41 +01:00
native Minor tidying-up in some OSX UI code 2017-04-26 18:27:47 +01:00
positioning Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
properties BooleanPropertyComponent uses its own outline colour id instead of ComboBox outline colour id 2017-04-26 20:19:05 +01:00
widgets Force TreeView to recalculate its size after restoring item openness in TreeView::restoreOpennessState() so that its Viewport scroll position is restored correctly 2017-04-26 10:48:59 +01:00
windows Tidied up a couple of minor analyser warnings and comments 2017-04-17 16:15:29 +01:00
juce_gui_basics.cpp 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
juce_gui_basics.h 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
juce_gui_basics.mm Update copyright notice 2015-07-22 15:59:34 +01:00