420 Commits (a99d78318bbeaa11da97f11e67b2c254c1f978b0)

Author SHA1 Message Date
  jules 016796bf45 Fix for detecting KeyPress::numberPadDecimalPoint on OSX with non-english keyboards 9 years ago
  jules 9178fe9a1a Some minor refactoring inside OSX MainMenu code. 9 years ago
  hogliux eb652751c2 Fix bug where the shift modifier would change the keycode on OS X 9 years ago
  Joshua Gerrard d41d0dfc0d Fixed issue in JuceMainMenuHandler where menuItemsChanged would do nothing if the menu was open at the time of the call. 10 years ago
  hogliux 03dc6479e3 Implement setScreenSaver enabled on Android 10 years ago
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  hogliux effdc661ca Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux 10 years ago
  jules 5d56b9bdf5 Removed quotes for zenity file chooser parameters. 10 years ago
  jules 8c64ab5391 Reverted a mistake in a win32 file chooser function. 10 years ago
  jules 9efbd199a6 Fixes for file-filter separator token parsing on linux zenity and win32. 10 years ago
  jules 9b79610cb0 Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components. 10 years ago
  hogliux 661533c85d Fix clang warnings on linux 10 years ago
  hogliux 2f94c8019d Implement proper android scaling support 10 years ago
  jules e82e9f2671 Avoided an exception in MouseCursor when running on very old OSX versions. 10 years ago
  jules 3285c2b8b4 Modified the OSX mouse cursor code to do a better job on high-DPI displays. 10 years ago
  hogliux 324f26cc11 Fix incorrect key-code translation which could occur for special key-codes in KeyPress::isKeyCurrentlyDown on Windows 10 years ago
  hogliux 44a5a93444 Fix typo 10 years ago
  hogliux 4ca4ae6be8 Remove code that was used for testing 10 years ago
  hogliux 2fcabaec10 Fix bug when the first display is not the main display on linux 10 years ago
  jules 0c99e8e068 Minor cleanups 10 years ago
  jules 40b13a692e Fix for resize behaviour of linux windows without titlebars 10 years ago
  jules ff99c6dbc1 Fix to linux modifier key change reporting. 10 years ago
  hogliux 7d14a1010d Fix edge-case where no main display would be found on the raspberry pi 10 years ago
  hogliux 3ed50c3f09 Fix divide-by-zero issue in screen dpi calculation on raspberry pi 10 years ago
  hogliux c76876d388 Adds proper per-monitor scaling support on linux 10 years ago
  Timur Doumler be9a2ff1bb Implemented support for Android OpenGL native ARGB pixel format. 10 years ago
  jules 1952ed195e Whitespace 10 years ago
  hogliux 8c242b7547 Fix warnings on linux 10 years ago
  jules 4af50da9f7 Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method. 10 years ago
  jules 30aa1f3a80 Whitespace cleanup 10 years ago
  hogliux 36e5939820 Fix window ordering on mac 10 years ago
  jules f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 10 years ago
  jules dd249faae4 Fix for linux desktop scale on hi-res displays. 10 years ago
  jules 426c8fad0b Avoided out-of-range values in OSX magnify gesture callbacks. 10 years ago
  jules 8ce3099d93 Reverted a recent linux sub-window event change. 10 years ago
  jules 0049fdb39c Fix for linux window repaint problems on the Raspberry Pi. 10 years ago
  jules 611abe7812 Tweaked the flags used when linux windows are created within a parent. 10 years ago
  jules b8696a0ecd Minor tidying-up. 10 years ago
  jules e1dcd96892 Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 10 years ago
  jules 2022663c6b Compiler warning fix. 10 years ago
  jules 272c0a254d Backwards-compatibility fix for OSX 10.6 targets 10 years ago
  jules 2ab1a42566 Updated the OSX alert window implementation to avoid deprecated functions. 10 years ago
  jules 8b3935f121 Added support for extra info panels in OSX native file choosers. 10 years ago
  jules 854a3e98d0 Added a new soft-keyboard type TextInputTarget::decimalKeyboard. 10 years ago
  jules 92b01ad0b2 Added some extra safeguards against problems when running a headless linux app. 10 years ago
  jules 4260a08038 Added a Windows version of the MouseCursor::CopyingCursor types. 10 years ago
  jules 893774561d Fix for OSX window coordinate conversion mistake. 10 years ago
  jules 50a55b2e9c Avoided a few compiler warnings. 10 years ago
  jules e58f385806 Added explicit cast to jboolean in an android JNI call. 10 years ago