jules
|
5d23645ca2
|
Workaround for some OSX10.11 repaint region coalescing problems
|
2016-02-23 10:01:57 +00:00 |
|
jules
|
328652c3ad
|
Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11)
|
2016-02-22 18:00:05 +00:00 |
|
hogliux
|
688969da20
|
Fix missing window decorations in KDE
|
2016-02-22 16:39:44 +00:00 |
|
jules
|
6fba61fdeb
|
Allowed mouse-wheel events to be delivered while the mouse button is down
|
2016-02-22 10:54:20 +00:00 |
|
jules
|
5ca221ee11
|
Made Viewport remove the old viewed component when setViewedComponent is called, even if it doesn't own it
|
2016-02-22 10:13:39 +00:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
5c05483fbb
|
Fixed a minor typo in the Component docs.
|
2016-02-18 17:40:45 +00:00 |
|
jules
|
6b75e59e1f
|
Added some behind-the-scenes functions for creating snapshots of native windows
|
2016-02-18 17:37:20 +00:00 |
|
jules
|
deae885df4
|
Avoided a warning in OSX when core graphics is disabled
|
2016-02-17 16:24:39 +00:00 |
|
jules
|
674c833c84
|
Added method MouseEvent::mouseWasDraggedSinceMouseDown()
|
2016-02-16 12:59:49 +00:00 |
|
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
2016-02-12 17:03:21 +00:00 |
|
jules
|
00d98c991d
|
Fix for ResizableWindow handling size constraints that are set before it gets made visible
|
2016-02-12 13:09:04 +00:00 |
|
hogliux
|
9629de32bb
|
Add treatFilePackagesAsDirectories flag to native FileChooser
|
2016-02-09 09:44:31 +00:00 |
|
jules
|
3ca13481eb
|
Quick bit of optimisation to TableListBox repainting
|
2016-02-08 15:09:17 +00:00 |
|
jules
|
3a8f6d0300
|
Added some layout arguments to BubbleComponent::setPosition()
|
2016-02-05 11:09:51 +00:00 |
|
jules
|
6f19816cf4
|
Added another PopupMenu::addItem method for coloured items with drawables
|
2016-02-05 09:51:51 +00:00 |
|
jules
|
08b853ee35
|
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
|
2016-02-04 16:07:21 +00:00 |
|
jules
|
ecfa5d1040
|
Tidied up some rotary parameter handling code in Slider
|
2016-02-04 09:38:20 +00:00 |
|
jules
|
76f4ca8a63
|
Fixed an edge-case problem involving component clipping.
|
2016-02-03 12:39:29 +00:00 |
|
jules
|
28a322138d
|
Added method Desktop::isOSXDarkModeActive()
|
2016-02-03 11:30:55 +00:00 |
|
Timur Doumler
|
c5488e2f09
|
Fixed a bug on Android where dragging a window around would erroneously increase its size.
|
2016-02-02 14:39:52 +00:00 |
|
jules
|
76737287c7
|
Simplified some component modal state handling code, hopefully also fixing an edge-case problem when showing modal windows on linux
|
2016-02-01 16:21:11 +00:00 |
|
jules
|
95d88e3356
|
Marked Slider popup windows as temporary
|
2016-01-29 11:21:14 +00:00 |
|
jules
|
92bb5e8b74
|
Added an 'includeChildren' parameter to Component::isMouseOverOrDragging
|
2016-01-28 17:08:15 +00:00 |
|
jules
|
50af60fa81
|
Simplified some linux X11 code involving atoms
|
2016-01-28 15:28:35 +00:00 |
|
jules
|
b557277f6f
|
Removed a few stray semicolons
|
2016-01-28 11:48:48 +00:00 |
|
jules
|
76177fc431
|
Added a callback method DialogWindow::escapeKeyPressed() and used it to fix a minor introjucer bug with tool windows
|
2016-01-28 11:45:19 +00:00 |
|
Timur Doumler
|
f73c8e0c59
|
Fixed bug where Viewport::lookAndFeelChanged() would not update its visibleArea if the call changed its scrollBarThickness.
|
2016-01-25 12:37:25 +00:00 |
|
jules
|
ea07c5b2b0
|
Added a workaround in OSX so that plugin windows inside modal host windows can open popups
|
2016-01-18 15:21:36 +00:00 |
|
jules
|
8c6ef0b0e4
|
A better optimisation for parsing SVG files with certain types of line dash attributes
|
2016-01-18 08:40:44 +00:00 |
|
jules
|
30ac2dce0a
|
Minor optimisation for the SVG parser
|
2016-01-17 15:08:54 +00:00 |
|
jules
|
4e48b3b661
|
Tweak to Button so that they will always visibly flash even if released before they had time to be painted in the down state
|
2016-01-15 14:52:52 +00:00 |
|
jules
|
5398ba5f06
|
Fixed a capitalisation mistake in the SVG parser
|
2016-01-15 08:52:34 +00:00 |
|
jules
|
39ba4ed577
|
Avoided an iOS compile warning
|
2016-01-14 18:03:14 +00:00 |
|
jules
|
d3d47ab27d
|
Fix for Android kiosk mode components
|
2016-01-13 17:28:45 +00:00 |
|
jules
|
99052af8bc
|
Added Android support for screen orientation control
|
2016-01-13 12:05:29 +00:00 |
|
jules
|
fcf1683f48
|
Moved a method in LengthAndCharacterRestriction to be public.
|
2016-01-12 15:20:34 +00:00 |
|
jules
|
606e7be12f
|
Added dashed-line support to the SVG parser and DrawablePath
|
2016-01-11 13:11:12 +00:00 |
|
jules
|
d0cb3d222a
|
Updated to iOS8 alert windows to avoid deprecation warnings
|
2016-01-08 11:02:19 +00:00 |
|
jules
|
ceb1b405f0
|
Removed an iOS deprecated function in setKioskComponent()
|
2016-01-08 10:16:33 +00:00 |
|
jules
|
135a1b65de
|
Fixed a typo in the last commit
|
2016-01-07 11:00:44 +00:00 |
|
jules
|
622add3dc9
|
Made the PopupMenu keep a weak reference to its LookAndFeel, so that it'll avoid crashing in situations where the L+F is deleted while the menu is still on-screen.
|
2016-01-07 10:39:10 +00:00 |
|
jules
|
bc523c6724
|
Fixed a win32 pen/touch detection issue
|
2016-01-06 10:49:25 +00:00 |
|
Timur Doumler
|
8c2b2a2247
|
Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds]
|
2016-01-04 16:20:49 +00:00 |
|
jules
|
9ab9476fbc
|
Fix for iOS builds targeting OS versions without touch-force
|
2015-12-29 11:34:29 +00:00 |
|
jules
|
1f433a8bfb
|
Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down
|
2015-12-29 11:21:03 +00:00 |
|
jules
|
923e8fabdb
|
Removed some unnecessary includes of AppConfig.h
|
2015-12-24 11:55:46 +00:00 |
|
jules
|
c95253fad0
|
Cleaned out some old amalgamated build references.
|
2015-12-24 11:31:37 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
2015-12-23 11:47:18 +00:00 |
|