jules
|
e7923af185
|
Got rid of the old PARAMETER_TYPE macro - this isn't needed as the same thing can be done directly with the TypeHelpers::ParameterType helper class
|
8 years ago |
tpoole
|
f1409640f8
|
Added File::isRoot()
|
8 years ago |
hogliux
|
d6b1796361
|
Linux: continue servicing the message loop while a file browser modal component is open (fixes #177)
|
8 years ago |
tpoole
|
9b065f12b4
|
Fixed bug in the Win32 FileChooser dialog when selecting a nonexistent root drive
|
8 years ago |
tpoole
|
97eed1e889
|
Added a static getSplashScreenLogo() method to JUCESplashScreen
|
8 years ago |
tpoole
|
5a0a17fc72
|
Fixed a compile error when a precompiler variable is not set
|
8 years ago |
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
8 years ago |
tpoole
|
098110bc5f
|
Suppressed a VS2013 assignment operator compiler warning
|
8 years ago |
tpoole
|
f4046909ab
|
Added an OS X 10.5 compatible std::function replacement
|
8 years ago |
jules
|
db346fea6d
|
Change to unreadable button text colour in LookAndFeel_V3
|
8 years ago |
hogliux
|
f1aef382ad
|
Fixed a scaling issue with ComboBoxes and Alert windows on iOS
|
8 years ago |
jules
|
baddc6389e
|
Workarounds for some new "recommended" Xcode warning flags
|
8 years ago |
jules
|
f183a506ef
|
Workaround for a VS warning
|
8 years ago |
jules
|
61f4333e73
|
Marked some RelativeCoordinate functions in Component as deprecated, and updated some old code that used them.
|
8 years ago |
jules
|
3e7a111922
|
Avoided an unused member variable warning
|
8 years ago |
jules
|
14bffbba3c
|
Avoided unnecessary timer activity when splash screen is disabled
|
8 years ago |
jules
|
8689df5590
|
Fixed a few c++17 warnings
|
8 years ago |
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
7ed37f8600
|
Added the standard JUCE splash screen and app usage reporting
|
8 years ago |
hogliux
|
ef2c63e4e3
|
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
|
8 years ago |
ed
|
e8ac4a7c27
|
BooleanPropertyComponent uses its own outline colour id instead of ComboBox outline colour id
|
8 years ago |
jules
|
1234775fc7
|
Minor tidying-up in some OSX UI code
|
8 years ago |
ed
|
79885fc6ad
|
Force TreeView to recalculate its size after restoring item openness in TreeView::restoreOpennessState() so that its Viewport scroll position is restored correctly
|
8 years ago |
jules
|
a4c0968635
|
Fixed a problem with mouse interception in Drawable's base class copy constructor
|
8 years ago |
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
8 years ago |
jules
|
6bb3d9b1db
|
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)
|
8 years ago |
jules
|
320c8002da
|
Added methods Viewport::canScrollVertically() and Viewport::canScrollHorizontally()
|
8 years ago |
jules
|
926652be8a
|
Added the -Wextra-semi warning to the projucer build
|
8 years ago |
jules
|
d36156c620
|
Removed some extraneous semicolons
|
8 years ago |
tpoole
|
37e21e9cb1
|
Fixed VS2013 compiler warning in SVGParser
|
8 years ago |
jules
|
024fe6c9ad
|
Avoided an assertion in win32 file chooser code
|
8 years ago |
jules
|
dace37288b
|
Tidied up a couple of minor analyser warnings and comments
|
8 years ago |
hogliux
|
411071f3b1
|
Fixed linux mouse jump issue by removing code that was made redundant after the latest linux improvements
|
8 years ago |
hogliux
|
87a895d5a4
|
Added a check to send fake mouse move events only if the current mouse cursor's position could have an effect on mouseEnter/mouseLeve events
|
8 years ago |
jules
|
7d6e5f8d73
|
Added a comment in the Desktop class
|
8 years ago |
jules
|
5b6c82b59c
|
Improved some SVG CSS parsing, and did some minor internal cleanup on the parser.
|
8 years ago |
jules
|
b0f06df714
|
In TextEditor, avoided an unwanted change callback in TextEditor::setText(), and did a bit of C++11 modernising
|
8 years ago |
hogliux
|
f8ae98894f
|
Added extra nullptr checks in Android windowing code which fixes rare crashes when callbacks occur before the Component peer has been fully constructed
|
8 years ago |
hogliux
|
87a467c61b
|
Reverted commit #ec0f3fc: Bug fix broke combo-box input
|
8 years ago |
jules
|
81bc630ba1
|
Avoided a spurious assertion when launching OSX file dialogs
|
8 years ago |
jules
|
2284b5f9ca
|
Added an internal option guarded by JUCE_REMOVE_COMPONENT_FROM_DESKTOP_ON_WM_DESTROY to help with obscure situations where an app needs to handle its windows being destroyed
|
8 years ago |
jules
|
38d49a5ee7
|
Modernised a few RectangleList iterators
|
8 years ago |
hogliux
|
b198fa4c2c
|
Fixed a bug on linux where the mouse pointer would jump around while dragging sliders
|
8 years ago |
ed
|
dc10e61366
|
Added ConcertinaPanel::setCustomPanelHeader() method to allow custom components to be used as ConcertinaPanel headers
|
8 years ago |
ed
|
50eeb1df7e
|
Fixed a bug where ConcertinaPanel::setPanelHeaderSize() wouldn't resize the panel header correctly.
|
8 years ago |
ed
|
f21f9c11ff
|
Fixed some typos in juce_win32_Windowing.cpp
|
8 years ago |
ed
|
d05b9496eb
|
Moved some constants at the top of juce_win32_Windowing.cpp into enums
|
8 years ago |
ed
|
1116a6a1f1
|
Added some defines to the top of juce_win32_Windowing.cpp to make the Windows pointer API changes compatible with the XP toolset
|
8 years ago |
jules
|
60e9231fb1
|
Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code.
|
8 years ago |