1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_gui_basics
2017-03-28 15:44:49 +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 viewportIgnoreDragFlag to Component to indicate that mouse drag events should not move the Component's parent Viewport with drag-to-scroll functionality enabled. 2017-03-28 15:44:49 +01:00
drawables Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +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 Added viewportIgnoreDragFlag to Component to indicate that mouse drag events should not move the Component's parent Viewport with drag-to-scroll functionality enabled. 2017-03-28 15:44:49 +01: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 Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux 2017-03-28 15:35:15 +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 A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +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 Removed JUCE_USE_WINDOWS_POINTER_API flag from juce_gui_basics.h and changed juce_win32_Windowing.cpp to dynamically load Windows pointer API methods. 2017-03-28 12:55:54 +01:00
juce_gui_basics.mm Update copyright notice 2015-07-22 15:59:34 +01:00