552 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  hogliux f8ae98894f Added extra nullptr checks in Android windowing code which fixes rare crashes when callbacks occur before the Component peer has been fully constructed 8 years ago
  hogliux 87a467c61b Reverted commit #ec0f3fc: Bug fix broke combo-box input 8 years ago
  jules 81bc630ba1 Avoided a spurious assertion when launching OSX file dialogs 8 years ago
  jules 2284b5f9ca Added an internal option guarded by JUCE_REMOVE_COMPONENT_FROM_DESKTOP_ON_WM_DESTROY to help with obscure situations where an app needs to handle its windows being destroyed 8 years ago
  jules 38d49a5ee7 Modernised a few RectangleList iterators 8 years ago
  hogliux b198fa4c2c Fixed a bug on linux where the mouse pointer would jump around while dragging sliders 8 years ago
  ed f21f9c11ff Fixed some typos in juce_win32_Windowing.cpp 8 years ago
  ed d05b9496eb Moved some constants at the top of juce_win32_Windowing.cpp into enums 8 years ago
  ed 1116a6a1f1 Added some defines to the top of juce_win32_Windowing.cpp to make the Windows pointer API changes compatible with the XP toolset 8 years ago
  hogliux c69d24fa7a Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux 8 years ago
  ed 9c62eaf4f8 Removed JUCE_USE_WINDOWS_POINTER_API flag from juce_gui_basics.h and changed juce_win32_Windowing.cpp to dynamically load Windows pointer API methods. 8 years ago
  jules fc844d949c Refactored the way OSX main menu updating happens, to avoid some issues when refreshing the whole menu bar 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  tpoole 405a6aeaed Fixed a MinGW tablet mode detection compiler error 8 years ago
  ed f855806602 Added 'JUCE_USE_WINDOWS_POINTER_API' flag to juce_gui_basics.h to enable/disable the advanced Windows pointer API (only available on Windows 8 and above). 8 years ago
  ed b7b8d5be57 Multiple fixes for touch and pen input on Windows 8 years ago
  hogliux 51d5572220 Added showYesNoBox to NativeMessageBox class 8 years ago
  hogliux fa6929cb3c Added a workaround to not call Android's bringToFront method for every touch 8 years ago
  hogliux 2bec815bb3 Added an option to execute JUCEApplication's suspend() method on an iOS background task to give you extra time to save your app's state 8 years ago
  tpoole 059ce35559 Fixed a bug in an Objective-C drag and drop helper class 8 years ago
  tpoole 78bbe49616 Added some missing license banners 8 years ago
  tpoole e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 8 years ago
  Felipe F. Tonello c2100022cc Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 8 years ago
  hogliux 6559b3e185 Fixed multiple harmless warnings in Android builds 8 years ago
  tpoole 0ab5244623 Fixed multiple file drag and drop on OS X 8 years ago
  tpoole 4eadfad7dc Fixed a leak of OnScreenKeyboard 8 years ago
  hogliux 67600e98fd Added missing overrides to android windowing code 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 8 years ago
  hogliux b0a10d01bf Added code to only show the onscreen keyboard if Windows is in tablet mode 8 years ago
  hogliux 859567ff0c Fixed a compiler warning on iOS 8 years ago
  hogliux a84c166c6f Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped 8 years ago
  ed 46e21fef13 Updated win32 Process::isForegroundProcess() method to use process ID 8 years ago
  jules 0ebd5bcd3e Modified the repaint throttling to detect whether the app is a plugin using JUCEApplication::isStandaloneApp() rather than macros 8 years ago
  hogliux 2ad22dc6cf Added workaround to check the state of the on-screen keyboard on Windows before toggling it's display 8 years ago
  ed f3be41caba Fixed a bug in the Windows FileChooser where two backslashes would be added to the file paths of selected files 8 years ago
  hogliux 2c8b98b6e1 Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus 8 years ago
  jules eb07aaf1ed Added some TRANS macros to some internal OSX menu item strings 8 years ago
  jules dd13702684 Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally 8 years ago
  hogliux a6d3d19832 Fixed a few minor bugs in X11 windowing code 8 years ago
  tpoole 8e7ed3ae7d Fixed MacOS 10.12 deprecations 8 years ago
  hogliux b5fb095696 Fixed a few VS2008 build errors 8 years ago
  ed 7bd5c05216 Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open. 8 years ago
  ed 60b5f72384 Fixed a bug in Windows where clicking outside an application after opening a PopupMenu would sometimes result in mouseDrag events when re-entering the application with the mouse not held down 8 years ago
  hogliux 388251b1e2 Made message queue throttling more precise by using Time::getMillisecondCounter 8 years ago
  hogliux 9a7ee9fdbb Added support for iOS custom delegates - use at your own risk 8 years ago
  hogliux 37f348123b Potentially fixed an issue with the message thread being flooded by repaint events 8 years ago
  tpoole cff1793d89 Exposed some functions when building JUCE as a DLL 8 years ago
  hogliux 6c52bf5971 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II. 8 years ago
  hogliux c6a75d0550 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues 8 years ago