ed
|
38a47d4387
|
Added a call to getToggleState() in ShapeButton::paintButton() to take into account toggle state when setting button colour
|
8 years ago |
jules
|
4d48dfed9d
|
Removed a defunct comment
|
8 years ago |
jules
|
1ecc6867cb
|
Changed order of parameters in FlexItem::Margin constructor to match web standard ordering
|
8 years ago |
jules
|
c545b58f03
|
Added another constructor to FlexItem::Margin
|
8 years ago |
tpoole
|
8e7ed3ae7d
|
Fixed MacOS 10.12 deprecations
|
8 years ago |
hogliux
|
d91b07ccc3
|
Changed depcrecated use of old dragOperationStarted/Ended to be an error instead of a warning
|
8 years ago |
hogliux
|
b5fb095696
|
Fixed a few VS2008 build errors
|
8 years ago |
ed
|
7bd5c05216
|
Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open.
|
8 years ago |
hogliux
|
0df1e0b5a9
|
Added sourceDetails parameter to dragOperationStarted and dragOperationEnded
|
8 years ago |
ed
|
60b5f72384
|
Fixed a bug in Windows where clicking outside an application after opening a PopupMenu would sometimes result in mouseDrag events when re-entering the application with the mouse not held down
|
8 years ago |
hogliux
|
00c0671c6b
|
Added sub-menu support to ComboBoxes
|
8 years ago |
hogliux
|
ee373af944
|
Added AlertWindow LookAndFeel methods to offer more control on button widths
|
8 years ago |
hogliux
|
388251b1e2
|
Made message queue throttling more precise by using Time::getMillisecondCounter
|
8 years ago |
hogliux
|
9a7ee9fdbb
|
Added support for iOS custom delegates - use at your own risk
|
8 years ago |
hogliux
|
37f348123b
|
Potentially fixed an issue with the message thread being flooded by repaint events
|
8 years ago |
tpoole
|
cff1793d89
|
Exposed some functions when building JUCE as a DLL
|
8 years ago |
hogliux
|
1c2d1479b4
|
Added LookAndFeel getAlertWindowButtonWidth method to override the width of alert buttons
|
8 years ago |
jules
|
58bd2b130f
|
Added a few extra FlexItem convenience methods
|
8 years ago |
hogliux
|
363ceb08cf
|
Bump version number to 4.3.0
|
8 years ago |
hogliux
|
15bed81f87
|
Fixed a flex box bug where the first item in a list of too large items would not be layouted properly
|
8 years ago |
hogliux
|
75ea6db250
|
Renamed bounds member variable in Component to "boundsRelativeToParent" to avoid shadowing warnings when using a local variable nambed "bounds"
|
8 years ago |
hogliux
|
6c52bf5971
|
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II.
|
8 years ago |
tpoole
|
255dc1d1ba
|
Fixed documentation typo
|
8 years ago |
hogliux
|
c6a75d0550
|
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues
|
8 years ago |
hogliux
|
62ac568b77
|
Made sure that colours are updated when the look and feel of a TextEditor changes
|
8 years ago |
tpoole
|
b24aadcc72
|
Added ColourIds to allow alternate colouring of TreeViewItems
|
8 years ago |
hogliux
|
40994fcdab
|
Added checks to make sure that the current interface orientation is actually allowed when changing allowed interface orientations
|
8 years ago |
stefan
|
c98f71d4c3
|
Fix Process::setDockIconVisible() may not turn the process into a background-process
|
8 years ago |
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
8 years ago |
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
8 years ago |
hogliux
|
d03755c9e0
|
Fixed a potential memory leak
|
8 years ago |
hogliux
|
6d56e488dc
|
Add support for retina mouse cursors on OS X
|
8 years ago |
hogliux
|
5f748bb7a0
|
Added a method to get the internal viewport of a PropertyPanel
|
8 years ago |
jules
|
9177a94b15
|
Added a check in Button to detect self-deletion as a side-effect of its toggle value changing
|
8 years ago |
hogliux
|
d73f776370
|
Fixed a bug where FlexBox would still be compiled on older versions of VS
|
8 years ago |
tpoole
|
004f829c2b
|
Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases
|
8 years ago |
ed
|
9276540e7d
|
Fix to avoid negative width assertion when drawing fitted text in very deep TreeView file trees.
|
8 years ago |
ed
|
56423ae9fd
|
Changed Windows windowing so that the resizeStart() and resizeEnd() methods of the constrainer associated with the application window are called when it is maximised.
|
8 years ago |
luigisambuy
|
ed0c032a01
|
Added a styleChanged flag to enable setText() to take effect after setColor()
|
8 years ago |
tpoole
|
bea45f84db
|
Fixed SVG child-transform rendering bug.
|
8 years ago |
jules
|
e74849ccfb
|
Fixed a missing call to lf.preparePopupMenuWindow in PopupMenu
|
8 years ago |
jules
|
151e3f769e
|
Added a LookAndFeel method preparePopupMenuWindow() to allow the window component to be customised before being displayed
|
8 years ago |
hogliux
|
c94be5db8b
|
Fixed an issue where repaints could be dropped when the host is also sending many repaints to the plug-in
|
8 years ago |
ed
|
16e6c6fd84
|
Slider and NormalisableRange changed to use standard library math functions
|
8 years ago |
ed
|
19d654d43a
|
Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class
|
8 years ago |
jules
|
48db4fa75a
|
Fix for the copy constructor of DrawableRectangle
|
8 years ago |
jules
|
55194a09d2
|
On Windows, suppressed the behaviour that pressing the ALT key triggers the old top-left window menu. If you still need this archaic behaviour in your app, there's a JUCE_WINDOWS_ALT_KEY_TRIGGERS_MENU flag which you can use to keep it
|
8 years ago |
jules
|
a46191ad97
|
Native OSX menu bar: avoided some duplicated menu bar flashes when invoking commands, and some incorrect tagging of items in the menu
|
8 years ago |
Timur Doumler
|
773c96399a
|
Whitespace.
|
8 years ago |
luigisambuy
|
e2dc460927
|
Made the Desktop class clear any pending animations before shutting down.
|
8 years ago |