ed
|
46e21fef13
|
Updated win32 Process::isForegroundProcess() method to use process ID
|
2017-01-16 14:02:53 +00:00 |
|
jules
|
0ebd5bcd3e
|
Modified the repaint throttling to detect whether the app is a plugin using JUCEApplication::isStandaloneApp() rather than macros
|
2017-01-10 17:54:41 +00:00 |
|
ed
|
4c1d4f0081
|
Added method TabbedComponent::moveTab()
|
2017-01-09 10:22:33 +00:00 |
|
hogliux
|
2ad22dc6cf
|
Added workaround to check the state of the on-screen keyboard on Windows before toggling it's display
|
2017-01-09 10:18:51 +00:00 |
|
jules
|
92f3a1e88f
|
Miscellaneous fixes for some PVS static analyser warnings
|
2017-01-03 17:22:01 +00:00 |
|
ed
|
f3be41caba
|
Fixed a bug in the Windows FileChooser where two backslashes would be added to the file paths of selected files
|
2017-01-03 16:44:34 +00:00 |
|
jules
|
d4b47809a1
|
Fixed some spelling mistakes in comments
|
2017-01-01 11:59:39 +00:00 |
|
hogliux
|
2c8b98b6e1
|
Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus
|
2016-12-31 16:35:19 +01:00 |
|
jules
|
eb07aaf1ed
|
Added some TRANS macros to some internal OSX menu item strings
|
2016-12-30 11:38:03 +00:00 |
|
tpoole
|
6f27a1d4a4
|
Typo fixes
|
2016-12-22 20:21:13 +00:00 |
|
jules
|
dd13702684
|
Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally
|
2016-12-20 09:12:22 +00:00 |
|
hogliux
|
a6d3d19832
|
Fixed a few minor bugs in X11 windowing code
|
2016-12-19 12:20:05 +00:00 |
|
jules
|
f28462040b
|
Whitespace cleanup
|
2016-12-19 12:18:58 +00:00 |
|
jules
|
901913a0da
|
Added new method FlexItem::withAlignSelf()
|
2016-12-19 11:26:35 +00:00 |
|
ed
|
38a47d4387
|
Added a call to getToggleState() in ShapeButton::paintButton() to take into account toggle state when setting button colour
|
2016-12-07 12:07:58 +00:00 |
|
jules
|
4d48dfed9d
|
Removed a defunct comment
|
2016-12-06 09:11:29 +00:00 |
|
jules
|
1ecc6867cb
|
Changed order of parameters in FlexItem::Margin constructor to match web standard ordering
|
2016-12-05 09:55:57 +00:00 |
|
jules
|
c545b58f03
|
Added another constructor to FlexItem::Margin
|
2016-12-02 14:26:24 +00:00 |
|
tpoole
|
8e7ed3ae7d
|
Fixed MacOS 10.12 deprecations
|
2016-12-02 11:37:52 +00:00 |
|
hogliux
|
d91b07ccc3
|
Changed depcrecated use of old dragOperationStarted/Ended to be an error instead of a warning
|
2016-11-30 12:51:52 +00:00 |
|
hogliux
|
b5fb095696
|
Fixed a few VS2008 build errors
|
2016-11-30 11:43:47 +00:00 |
|
ed
|
7bd5c05216
|
Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open.
|
2016-11-29 10:19:39 +00:00 |
|
hogliux
|
0df1e0b5a9
|
Added sourceDetails parameter to dragOperationStarted and dragOperationEnded
|
2016-11-29 09:51:58 +00:00 |
|
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
|
2016-11-23 16:35:44 +00:00 |
|
hogliux
|
00c0671c6b
|
Added sub-menu support to ComboBoxes
|
2016-11-21 16:36:32 +00:00 |
|
hogliux
|
ee373af944
|
Added AlertWindow LookAndFeel methods to offer more control on button widths
|
2016-11-21 10:07:20 +00:00 |
|
hogliux
|
388251b1e2
|
Made message queue throttling more precise by using Time::getMillisecondCounter
|
2016-11-21 09:26:52 +00:00 |
|
hogliux
|
9a7ee9fdbb
|
Added support for iOS custom delegates - use at your own risk
|
2016-11-17 13:50:49 +00:00 |
|
hogliux
|
37f348123b
|
Potentially fixed an issue with the message thread being flooded by repaint events
|
2016-11-16 14:18:04 +00:00 |
|
tpoole
|
cff1793d89
|
Exposed some functions when building JUCE as a DLL
|
2016-11-16 11:14:58 +00:00 |
|
hogliux
|
1c2d1479b4
|
Added LookAndFeel getAlertWindowButtonWidth method to override the width of alert buttons
|
2016-11-15 10:41:11 +00:00 |
|
jules
|
58bd2b130f
|
Added a few extra FlexItem convenience methods
|
2016-11-08 17:36:24 +00:00 |
|
hogliux
|
363ceb08cf
|
Bump version number to 4.3.0
|
2016-11-02 14:02:52 +00:00 |
|
hogliux
|
15bed81f87
|
Fixed a flex box bug where the first item in a list of too large items would not be layouted properly
|
2016-10-27 18:49:30 +01:00 |
|
hogliux
|
75ea6db250
|
Renamed bounds member variable in Component to "boundsRelativeToParent" to avoid shadowing warnings when using a local variable nambed "bounds"
|
2016-10-27 16:52:47 +01:00 |
|
hogliux
|
6c52bf5971
|
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II.
|
2016-10-20 10:14:38 +01:00 |
|
tpoole
|
255dc1d1ba
|
Fixed documentation typo
|
2016-10-19 15:49:03 +01:00 |
|
hogliux
|
c6a75d0550
|
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues
|
2016-10-18 09:25:08 +01:00 |
|
hogliux
|
62ac568b77
|
Made sure that colours are updated when the look and feel of a TextEditor changes
|
2016-10-16 12:50:42 +02:00 |
|
tpoole
|
b24aadcc72
|
Added ColourIds to allow alternate colouring of TreeViewItems
|
2016-10-03 16:12:30 +01:00 |
|
hogliux
|
40994fcdab
|
Added checks to make sure that the current interface orientation is actually allowed when changing allowed interface orientations
|
2016-10-03 14:39:54 +01:00 |
|
stefan
|
c98f71d4c3
|
Fix Process::setDockIconVisible() may not turn the process into a background-process
|
2016-09-23 14:11:49 +01:00 |
|
hogliux
|
4eb89336f9
|
Bump version number to 4.2.4
|
2016-09-16 16:42:43 +01:00 |
|
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.
|
2016-09-16 12:03:02 +01:00 |
|
hogliux
|
d03755c9e0
|
Fixed a potential memory leak
|
2016-09-16 11:23:26 +01:00 |
|
hogliux
|
6d56e488dc
|
Add support for retina mouse cursors on OS X
|
2016-09-12 17:29:20 +01:00 |
|
hogliux
|
5f748bb7a0
|
Added a method to get the internal viewport of a PropertyPanel
|
2016-09-12 12:05:52 +01:00 |
|
jules
|
9177a94b15
|
Added a check in Button to detect self-deletion as a side-effect of its toggle value changing
|
2016-09-08 13:31:40 +01:00 |
|
hogliux
|
d73f776370
|
Fixed a bug where FlexBox would still be compiled on older versions of VS
|
2016-09-06 16:49:31 +01:00 |
|
tpoole
|
004f829c2b
|
Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases
|
2016-09-05 22:12:27 +01:00 |
|