1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics
2017-03-27 13:06:42 +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 Adde some missing JUCE_API annotations 2017-03-21 16:07:46 +00:00
drawables Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
filebrowser Added a check in ImagePreviewComponent to avoid reading directories 2017-03-10 14:39:17 +00:00
keyboard Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
layout Added a call to sendLookAndFeelChange() before making new tab content component visible in TabbedComponent::changeCallback 2017-03-24 08:56:21 +00:00
lookandfeel Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 2017-03-03 12:37:45 +00: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 Fixed call to ComponentPeer::handleMouseEvent() in FakeMouseMoveGenerator. Added isPen() and isMouse() methods to MouseInputSource. 2017-03-16 08:53:46 +00:00
native Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
positioning Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
properties Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
widgets Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
windows Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
juce_gui_basics.cpp Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 2017-02-13 17:14:34 +00:00
juce_gui_basics.h Added 'JUCE_USE_WINDOWS_POINTER_API' flag to juce_gui_basics.h to enable/disable the advanced Windows pointer API (only available on Windows 8 and above). 2017-03-17 11:49:04 +00:00
juce_gui_basics.mm Update copyright notice 2015-07-22 15:59:34 +01:00