46 Commits (a99d78318bbeaa11da97f11e67b2c254c1f978b0)

Author SHA1 Message Date
  jules 24d974a7cd Avoided older versions of iOS grumbling about a call to get force-touch value. 9 years ago
  jules a3426aae10 Added support for iOS force-touch 9 years ago
  hogliux fb8a1dbf48 Fix some iOS build warnings 9 years ago
  hogliux 4ef190cc5e Fix global scale factor bug on iOS 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules 2022663c6b Compiler warning fix. 10 years ago
  jules 854a3e98d0 Added a new soft-keyboard type TextInputTarget::decimalKeyboard. 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 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 f96ee7c860 Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 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 c7d8d45963 iOS: made sure windows aren't made visible until they've finished being set-up. 11 years ago
  jules c62da6c983 Cleaned up some pedantic warnings in the iOS build. 11 years ago
  jules 6045915256 Fixed a namespace problem with the iOS build. 11 years ago
  jules 823039215f Corrected the naming of the iOS component peer rendering engine. 11 years ago
  jules 16b9bbe212 Fix for win32 scaled component mouse positioning. 11 years ago
  jules 60a0087114 Some internal component peer work. 12 years ago
  jules f86739b221 Fixed a couple of iOS build issues. 12 years ago
  jules 5918d039ce Added some "override" annotations. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules 9387c7fdaf Simplified some ComponentPeer methods. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules 8a3298ebb8 Added a PropertiesFile::reload() method. 12 years ago
  jules 793fec6592 iOS multi-touch fix. 12 years ago
  jules 89d5e19fca misc cleanups. 12 years ago
  jules e5172b88e9 Fixed some iOS screen position problems. 12 years ago
  jules 2e777f8943 Fix for iOS windowing, and some CGRect clean-ups. 12 years ago
  jules 5a69cc6ce2 Internal tidying-up. 13 years ago
  jules ceb556876a Fixes to deal with effect rendering in retina displays, e.g. drop-shadows, etc. 13 years ago
  jules 4233f603db More MouseInputSource tweaks. 13 years ago
  jules 0e898a5d7c iOS rotation and desktop positioning fixes. 13 years ago
  jules 2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 13 years ago
  jules 7d4bbd114a New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays(). 13 years ago
  jules cd711a5c44 OpenGL refactoring. Removed a couple of minor methods from OpenGLComponent. 13 years ago
  jules 16f5684bd9 Introjucer: added a button for changing the copying mode of all modules. Added support for kiosk mode in iOS. 13 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
  jules cd0683ef4d Tidied up a few return types. 13 years ago
  jules 5435bfcb26 win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix. 13 years ago
  jules 09dd26bf60 Tweak to ComponentBoundsConstrainer. Fix for iOS when embedding juce windows. 13 years ago
  jules 0422e4ced9 More OpenGL work. 13 years ago
  jules e647ea8a90 Experimental support for Win7 multi-touch. 13 years ago
  Julian Storer 4808d9c318 Hard-coded some juce namespace declarations. 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
  Julian Storer b317b47533 Multi-touch handling changes for Component class. 64-bit VST keypress fix. 14 years ago
  Julian Storer 9a15f10e4f Internal file reorganisation. 14 years ago
  Julian Storer c908bc5b84 Fixed a couple of introjucer problems. Reorganised some native code. 14 years ago
  Julian Storer 94a0bf1af1 Removed the PlatformUtilities class and moved its functions to more sensible classes - see forum post for more details. 14 years ago