|  ed | 7b17d42039 | macOS:  Use CGContextGetUserSpaceToDeviceSpaceTransform to get backing scale factor of graphics context to avoid unnecessary upscaling on retina displays on macOS 10.14+ | 5 years ago | 
				
					
						|  ed | b5214a341e | Normalised lambda whitespace | 5 years ago | 
				
					
						|  ed | 4c95c227f6 | Android:  Fixed inverted screensaver logic | 5 years ago | 
				
					
						|  ed | 889f3baa70 | iOS:  Fixed a leak in the FileChooser code | 5 years ago | 
				
					
						|  ed | a8b6066187 | Linux:  Use host scaling for VST plug-ins on hiDPI screens | 5 years ago | 
				
					
						|  reuk | 092bc44413 
										
											
										
									 | MinGW:  Fix windows/gcc warnings | 5 years ago | 
				
					
						|  reuk | f49b3733ec 
										
											
										
									 | Warnings:  Silence some GCC warnings | 5 years ago | 
				
					
						|  ed | 5816958001 | Squashed some deprecation warnings on the latest iOS and macOS versions | 5 years ago | 
				
					
						|  ed | 6f70982783 | iOS:  Fixed a crash due to a dangling JuceUIViewController when updating screen bounds | 5 years ago | 
				
					
						|  ed | 021034a401 | iOS:  Fixed some build warnings | 5 years ago | 
				
					
						|  reuk | 4cf66d6522 | Cleanup:  Remove redundant inlines | 5 years ago | 
				
					
						|  reuk | e13901d912 | ClangCl:  Silence code which warns when building on Windows with Clang | 5 years ago | 
				
					
						|  Tom Poole | 6cb75d9d2c | Replaced all references to ROLI with Raw Material Software and regenerated all bytecode | 5 years ago | 
				
					
						|  Tom Poole | 894e7d2bd2 | Updated all license headers | 5 years ago | 
				
					
						|  ed | bb28b3413d | Updated some copyright headers | 5 years ago | 
				
					
						|  ed | 74ca3b44c4 | Linux:  Removed X11-specific code from LinuxComponentPeer | 6 years ago | 
				
					
						|  ed | fe61354c21 | Linux:  Added X11Symbols and WebKitSymbols singletons to dynamically load X11 and WebKit library functions at runtime | 6 years ago | 
				
					
						|  reuk | 5f348c3040 | Warnings:  Add warning-wrangling header | 5 years ago | 
				
					
						|  reuk | 327f817b9b | Copyrights: Update commercial/gpl headers to be gpl-only | 5 years ago | 
				
					
						|  ed | 920f86eace | macOS:  Fixed some issues with 32-bit builds | 5 years ago | 
				
					
						|  ed | 18df1b0937 | Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code | 5 years ago | 
				
					
						|  reuk | dde6b96ebe | MSVC:  Fix some potential divide-by-zero errors | 5 years ago | 
				
					
						|  ed | 8e4277085a | Linux:  Fixed some issues flagged by asan | 5 years ago | 
				
					
						|  ed | 6b8b728d1e | Tidied up some whitespace | 5 years ago | 
				
					
						|  ed | 4a5dda489f | Fixed some warnings with -Wconversion enabled | 5 years ago | 
				
					
						|  Tom Poole | 5e9826ecf8 | Added some missing license headers | 5 years ago | 
				
					
						|  ed | 59a058fdc6 | Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough | 5 years ago | 
				
					
						|  ed | 618f3645b2 | Android:  Fixed some issues in the native content sharing code | 5 years ago | 
				
					
						|  ed | 18523101be | Windows:  Refactored DPI handling in the VST wrapper and hosting code | 5 years ago | 
				
					
						|  ed | 171b7812f4 | Updated platform implementations of Desktop::setKioskComponent() to be multi-monitor aware | 5 years ago | 
				
					
						|  reuk | f9532f609e | DocumentWindow:  Made macOS windows respect constrainer minSize when in split screen | 5 years ago | 
				
					
						|  ed | e1e58b9c6d | macOS:  Fixed an NSWindow focus bug introduced in 8ce79e2 | 5 years ago | 
				
					
						|  ed | e4d10979ae | macOS:  Fixed an NSWindow focus bug introduced in 8ce79e2 | 5 years ago | 
				
					
						|  ed | 5bda9de977 | Windows:  Fixed some build errors and warnings when using Clang in Visual Studio | 5 years ago | 
				
					
						|  ed | efdccd8f1d | macOS:  Don't play alert sound if NSWindow is blocked by modal component in canBecomeKeyWindow() and canBecomeMainWindow() | 5 years ago | 
				
					
						|  ed | 8ce79e20e7 | macOS:  Fixed a bug causing hidden NSWindows to become unhidden when the app regains focus | 5 years ago | 
				
					
						|  ed | a54da0b832 | Fixed some more typos | 5 years ago | 
				
					
						|  ed | 027e12e3a6 | Android:  Replaced deprecated AIDL in-app billing code with Google Play Billing library | 5 years ago | 
				
					
						|  ed | e36736e0ec | Fixed some typos | 5 years ago | 
				
					
						|  ed | c2f4da50b5 | Android:  Updated the JuceSharingContentProvider bytecode | 5 years ago | 
				
					
						|  ed | f9781d810e | macOS:  Added a method for per-window disabling of asynchronous layer-backed views when JUCE_COREGRAPHICS_DRAW_ASYNC is set | 6 years ago | 
				
					
						|  ed | e951b39801 | Windows:  Fixed some repainting issues when using a non-integer scale factor | 6 years ago | 
				
					
						|  ed | ce9bb8b605 | Windows:  Added an overflow buffer to the event loop to catch messages posted after hitting the PostMessage() limit | 6 years ago | 
				
					
						|  Tom Poole | 76cafd10d0 | macOS:  Fixed some issues targeting older operating systems | 6 years ago | 
				
					
						|  ed | 8d75cc8064 | iOS:  Fixed a screen rotation bug on iOS 13 | 6 years ago | 
				
					
						|  ed | 65be5bc9c5 | macOS:  Removed an SDK version guard for setting transparent window colours in the native peer code | 6 years ago | 
				
					
						|  ed | a2772569ec | macOS:  Added JUCE_COREGRAPHICS_DRAW_ASYNC flag to enable asynchronous drawing | 6 years ago | 
				
					
						|  ed | 022e2e2bea | Linux:  Check for PointerRoot return in isFocused() | 6 years ago | 
				
					
						|  ed | c07c9f89fe | Linux:  Fixed an issue in LinuxComponentPeer::getScreenPosition() with embedded windows | 6 years ago | 
				
					
						|  ed | be134d9185 | Linux:  Return 1.0 for GNOME scaling-factor if it hasn't been set | 6 years ago |