408 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  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
  jules e58a0ace65 Avoided issues in win32 mouse-handling code when a window is deleted mid-way through a particular type of mouse operation. 10 years ago
  jules 6925b9626c Updated OSX file dragging functions to avoid some thigns that were deprecated in 10.10 10 years ago
  jules 7e8cc2734d Some workarounds for people still using the 10.5 SDK 10 years ago
  jules 506ed2663f Workaround for old versions of Xcode. 10 years ago
  jules 61bf9392d0 Cleaned up a few OSX 10.10 deprecated functions. 10 years ago
  jules 3fc84c2e8b Handling left-tab keypresses on Linux. 10 years ago
  jules 06c31487c1 Made it possible to set JUCE_DISABLE_WIN32_DPI_AWARENESS=1 to disable win32 high-res scaling. 10 years ago
  jules 1db9fd9ba9 Linux kdialog file-chooser fix 10 years ago
  jules b33677dbb0 Fix for rotation on some iOS device types. 10 years ago
  jules 8f89605e15 Better rotation on iOS8 10 years ago
  jules 31b912bc87 Tweak to DragAndDropContainer to avoid problems detecting the window that's being dragged over. 10 years ago
  jules 925961b389 Added win32 support for JUCEApplication::suspended() and resumed() callbacks. 10 years ago
  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. 10 years ago
  jules 29ae02ad7f Fix for linux desktop scale factors. 10 years ago
  jules 43252902f1 Made OSX windows do a better job of checking for overlapping windows when calling contains() 10 years ago
  jules 2080aab33a Linux: better detection of transparent windowing ability. 10 years ago
  jules 0c1f2a6a72 Extended linux zenity file chooser to use filters and bring the window to the front. 10 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