|  hogliux | c94be5db8b | Fixed an issue where repaints could be dropped when the host is also sending many repaints to the plug-in | 9 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 | 9 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 | 9 years ago | 
				
					
						|  jules | 82224d7442 | Avoided a couple of warnings in iOS builds with older SDKs | 9 years ago | 
				
					
						|  ed | cbdf707116 | Windows touch with CallOutBox bug fix | 9 years ago | 
				
					
						|  hogliux | c7b347242d | Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash Fixes #88 | 9 years ago | 
				
					
						|  hogliux | b936786f80 | Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive | 9 years ago | 
				
					
						|  hogliux | 99186e5166 | Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88) | 9 years ago | 
				
					
						|  ed | 9062ad9ec1 | Windows 10 update touch events bug fix | 9 years ago | 
				
					
						|  hogliux | 17a07a0057 | Add a flag to release the focus of a component when the user accesses the main menu bar on mac | 9 years ago | 
				
					
						|  jules | 9e6988acaa | For drag-and-drop on win32, prioritised file-drag mode over text-drag mode if both are available | 9 years ago | 
				
					
						|  hogliux | 8b1b855654 | Throttle repaints when repainting in a plug-in to avoid steppy automation | 9 years ago | 
				
					
						|  hogliux | 437cb4e9a4 | Only detect which corner is being resized on the first live resize callback | 9 years ago | 
				
					
						|  jules | 31f935cc60 | Added a new Graphics::drawImage method that takes a Rectangle<float> | 9 years ago | 
				
					
						|  hogliux | 1861c82a12 | Add window property to JuceAppStartupDelegate | 9 years ago | 
				
					
						|  jules | 4097fab06c | Fixed a silly typo! | 9 years ago | 
				
					
						|  jules | 021209e216 | Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak | 9 years ago | 
				
					
						|  hogliux | 074c90984e | Fix minor typo in OS X function key mappings | 9 years ago | 
				
					
						|  hogliux | 749bffed7a | Add missing ifdefs from recent commit | 9 years ago | 
				
					
						|  hogliux | f11a2b2ff1 | Fix modifier keys in AAX plug-ins on Windows 10 | 9 years ago | 
				
					
						|  hogliux | 24a63ae2e0 | If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing | 9 years ago | 
				
					
						|  hogliux | 1a973a2faa | Ignore linux scale factor if it is ten or larger | 9 years ago | 
				
					
						|  jules | e034958d55 | Added some desktop scale compensation to drag + drop on Windows | 9 years ago | 
				
					
						|  jules | bf48687544 | Made the OSX window code handle custom desktop scale factors when constraining window positions | 9 years ago | 
				
					
						|  jules | 4c0bc70411 | Deleted some defunct Mac PowerPC code | 9 years ago | 
				
					
						|  jules | fb864a5cb1 | Corrected some spelling mistakes in comments | 9 years ago | 
				
					
						|  Timur Doumler | 70949aa0c6 | Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. | 9 years ago | 
				
					
						|  jules | 189853720a | Cleaned up a few uses of Image::null | 9 years ago | 
				
					
						|  jules | e0f5218121 | Added an internal flag JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS | 9 years ago | 
				
					
						|  jules | e5fd6d6e01 | Simplification/refactoring of the PopupMenu class by adding a subclass PopupMenu::Item which holds all the info about an item. You can now use this for more control over adding items and the PopupMenu::MenuItemIterator uses it to return info about existing items. | 9 years ago | 
				
					
						|  jules | 5d23645ca2 | Workaround for some OSX10.11 repaint region coalescing problems | 9 years ago | 
				
					
						|  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) | 9 years ago | 
				
					
						|  hogliux | 688969da20 | Fix missing window decorations in KDE | 9 years ago | 
				
					
						|  jules | b5907fa90d | Normalised some divider comments | 9 years ago | 
				
					
						|  jules | 6b75e59e1f | Added some behind-the-scenes functions for creating snapshots of native windows | 9 years ago | 
				
					
						|  jules | deae885df4 | Avoided a warning in OSX when core graphics is disabled | 9 years ago | 
				
					
						|  jules | 876b4ae1d3 | Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags | 9 years ago | 
				
					
						|  hogliux | 9629de32bb | Add treatFilePackagesAsDirectories flag to native FileChooser | 9 years ago | 
				
					
						|  jules | 08b853ee35 | Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public | 9 years ago | 
				
					
						|  jules | 28a322138d | Added method Desktop::isOSXDarkModeActive() | 9 years ago | 
				
					
						|  Timur Doumler | c5488e2f09 | Fixed a bug on Android where dragging a window around would erroneously increase its size. | 9 years ago | 
				
					
						|  jules | 50af60fa81 | Simplified some linux X11 code involving atoms | 9 years ago | 
				
					
						|  jules | ea07c5b2b0 | Added a workaround in OSX so that plugin windows inside modal host windows can open popups | 9 years ago | 
				
					
						|  jules | 39ba4ed577 | Avoided an iOS compile warning | 9 years ago | 
				
					
						|  jules | d3d47ab27d | Fix for Android kiosk mode components | 9 years ago | 
				
					
						|  jules | 99052af8bc | Added Android support for screen orientation control | 9 years ago | 
				
					
						|  jules | d0cb3d222a | Updated to iOS8 alert windows to avoid deprecation warnings | 9 years ago | 
				
					
						|  jules | ceb1b405f0 | Removed an iOS deprecated function in setKioskComponent() | 9 years ago | 
				
					
						|  jules | bc523c6724 | Fixed a win32 pen/touch detection issue | 9 years ago | 
				
					
						|  Timur Doumler | 8c2b2a2247 | Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds] | 9 years ago |