1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00
JUCE/modules/juce_gui_basics
2017-04-21 12:24:51 +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 Removed some extraneous semicolons 2017-04-21 11:15:07 +01:00
drawables Removed some extraneous semicolons 2017-04-21 11:15:07 +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 methods Viewport::canScrollVertically() and Viewport::canScrollHorizontally() 2017-04-21 12:01:44 +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 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 Added the -Wextra-semi warning to the projucer build 2017-04-21 11:31:09 +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 Tweaks to ListBox so that if its viewport is in drag-to-scroll mode, the selection automatically happens on mouse-up so not to interfere with dragging. (Also a bit of modernisation of the class internals) 2017-04-21 12:24:51 +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 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