338 Commits (970300867f2c02ed7b86b70843e091cc0b5b51f2)

Author SHA1 Message Date
  jules de1d07090a Returning correct app failure codes if the app quits before finishing initialisation. 10 years ago
  jules da8e3c53b6 Fix for win32 openGL repaints when continuous rendering is turned off. 10 years ago
  jules 4af1478dfb Fixed a few windowing issues when using global scale factors. 10 years ago
  jules 93b9708777 Fixed a coordinate issue with NSViewComponent hit testing. 10 years ago
  jules ac7e776798 linux scaled desktop size fix. 11 years ago
  jules 29ae02ad7f Fix for linux desktop scale factors. 11 years ago
  jules 43252902f1 Made OSX windows do a better job of checking for overlapping windows when calling contains() 11 years ago
  jules 2080aab33a Linux: better detection of transparent windowing ability. 11 years ago
  jules 0c1f2a6a72 Extended linux zenity file chooser to use filters and bring the window to the front. 11 years ago
  jules 2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 11 years ago
  jules a46b96e585 win32 component peer deletion safety check. 11 years ago
  jules 0bf57ddf0c Added a method RectangleList::ensureStorageAllocated 11 years ago
  jules a0bcb86e08 Window focus fix for OSX app builds. 11 years ago
  jules 6c61dbb68e Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 11 years ago
  jules db02a89fda Kiosk mode workarounds for 10.8 11 years ago
  jules 145413143f Added some assertions to some Desktop methods to check that the message manager is locked. 11 years ago
  jules 0328a9e249 (Minor correction to last commit) 11 years ago
  jules 4935236b41 Workaround to avoid problems if OSX fails to return any monitor sizes while monitors are being re-arranged. 11 years ago
  jules f5af6cd27d (Reverted a couple of mistaken changes from an earlier commit) 11 years ago
  jules 619716751e Tweaked the ScopedJuceInitialiser_GUI to use reference-counting internally, and used it to replace/simplify some similar objects in the plugin wrapper classes. 11 years ago
  jules 3cc8406b3d Workaround for mysterious OSX focus problem. 11 years ago
  jules 6c50dda488 Extra safeguards against things that can happen during the win32 PeekMessage call 11 years ago
  jules f96ee7c860 Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 11 years ago
  jules ad8acb88ca Linux xinerama DPI fix. 11 years ago
  jules dfb1830493 Fix for iOS compiler warning 11 years ago
  jules 9b07d806e6 Fix for SHM display not being available on linux. 11 years ago
  jules 4a0c5173e9 Fix for linux zenity file chooser. 11 years ago
  jules b5d10d753a Made Process::isForegroundProcess() return a correct result on iOS. 11 years ago
  jules f629a61e13 Fixes for kiosk mode on windows with non-native title bars. 11 years ago
  jules e0491d4574 Added support a flag JUCE_DISABLE_NATIVE_FILECHOOSERS which is pretty self-explanatory. 11 years ago
  jules fb9ef9e906 Avoided windows being made visible when using toBehind on OSX. 11 years ago
  jules 86d6018fb3 win32 numeric keypad handling fix 11 years ago
  jules 5feabe9687 Another attempt to fix the infamous VST cubase key focus problem. 11 years ago
  jules e2461cd5b0 Improved z-order of always-on-top temporary windows in OSX. 11 years ago
  jules dfda7c77fc Workarounds for some mingw build problems. 11 years ago
  jules c733ed50ff Began adding some win8.1 DPI functionality. 11 years ago
  jules 9f1dd01625 Avoided an inputAttemptWhenModal callback on OSX when making windows visible. 11 years ago
  jules fec71a645b Made sure the monitor list is sorted correctly on win32. 11 years ago
  jules 6a75641ca9 Better detection of win32 main monitor. 11 years ago
  jules 7a869d6528 Made the OpenGL graphics context keep a cache of textures it has recently used for Image rendering, to avoid repeatedly moving data to the GPU. 11 years ago
  jules 0a51a8d99f Made sure that win32 file dialogs are resizeable. 11 years ago
  jules 042d9f22fc Various changes to improve the behaviour of kiosk mode for DocumentWindows on win32. 11 years ago
  jules 8f4efb126b Added linux support for wildcards when using kdialog. 11 years ago
  jules a1cbe455a0 Linux support for shift-tab key events. 11 years ago
  jules a79292179d Better handling of ResizableWindow screen bounds handling when in kiosk mode. 11 years ago
  jules 374b389890 Avoiding assertions when loading some mouse cursors on OSX10.9. 11 years ago
  jules 66fb2e61a5 Fix for iOS7 message boxes. 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules 2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
  jules f5be5a7b3c Better left-right mouse cursor shape on OSX. 11 years ago