| .. |
|
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 ConcertinaPanel::setCustomPanelHeader() method to allow custom components to be used as ConcertinaPanel headers
|
2017-03-31 14:24:53 +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
|
Avoided an assertion in win32 file chooser code
|
2017-04-20 09:53:56 +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
|
In TextEditor, avoided an unwanted change callback in TextEditor::setText(), and did a bit of C++11 modernising
|
2017-04-07 12:49:01 +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 |