jules
|
d4b47809a1
|
Fixed some spelling mistakes in comments
|
8 years ago |
hogliux
|
2c8b98b6e1
|
Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus
|
8 years ago |
jules
|
eb07aaf1ed
|
Added some TRANS macros to some internal OSX menu item strings
|
8 years ago |
tpoole
|
6f27a1d4a4
|
Typo fixes
|
8 years ago |
jules
|
dd13702684
|
Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally
|
8 years ago |
hogliux
|
a6d3d19832
|
Fixed a few minor bugs in X11 windowing code
|
8 years ago |
jules
|
f28462040b
|
Whitespace cleanup
|
8 years ago |
jules
|
901913a0da
|
Added new method FlexItem::withAlignSelf()
|
8 years ago |
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 |