310 Commits (352e603d43fbd7d80c2a8daac954b52e48b51d49)

Author SHA1 Message Date
  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
  jules f48c158846 iOS: added a prototype to a class. 11 years ago
  jules b45fc0f664 DPI correction for android. 11 years ago
  jules 12a8dd3092 Avoided some pedantic GCC warnings. 11 years ago
  jules 5df76c5dd8 Fix for iOS window position flicker. 11 years ago
  jules af55d142d3 Minor tweaks and comment corrections. 11 years ago
  jules 5639d1befd iOS tweak for view visibility when being initialised. 11 years ago
  jules d2d32e1abf Fix for mouse cursor in OSX 10.9 11 years ago
  jules 9d84b7b69a win32 multi-touch fixes 11 years ago
  jules a688675dd0 Tweaks to android mulit-touch handling. 11 years ago
  jules c7d8d45963 iOS: made sure windows aren't made visible until they've finished being set-up. 11 years ago
  jules 40ca8a7787 Tweaked an OSX obj-C window event signature. 11 years ago
  jules ef1f2e6094 Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of 11 years ago
  jules 3f07f45702 Improved Android event callback mechanism. 11 years ago
  jules 3bfc0a81e7 Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser. 11 years ago
  jules 0796c7afbc Avoided an assertion in linux native file chooser 11 years ago
  jules c62da6c983 Cleaned up some pedantic warnings in the iOS build. 11 years ago
  jules e9d5dec7bd Linux keyboard locale fix. 11 years ago
  jules d0629ab14e Improved always-on-top window detection. Cleaned up some old obj-C code. 11 years ago
  jules ea6099d16b Stopped win32 plugins using the global DPI setting. 11 years ago
  jules 221786dfcf New method Array::addNullTerminatedArray(), and misc minor tightening-up of code. 11 years ago
  jules 09d20dcae8 Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 11 years ago
  jules cd95d5c59f On win32, force components to become visible if external code makes their HWND visible. 11 years ago
  jules f1c01f1f3c Deletion of ModalComponentManager::Callback objects passed to native dialog boxes. 11 years ago
  jules 40c896ac64 Cleaned up some critical section code. 11 years ago
  jules b093f47a8c Misc minor cleanups and comment fixes. 11 years ago
  jules 42aa27900b Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 11 years ago
  jules a2c95ce4fd Cleaned out and optimised some graphics code. 11 years ago
  jules 9814792a5e Linux file chooser fix. 11 years ago