61 Commits (3a5b51ef0dc934a29a4d22f3bf992ba20507a40c)

Author SHA1 Message Date
  jules 234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 12 years ago
  jules 784c1f5dae Fix for mouse-over in overlapping windows with older SDKs. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules 02c0cd009c Cleaned up some compiler warnings. 12 years ago
  jules 9a9adab648 (Removed some debugging code) 12 years ago
  jules e704ed0c46 Support for high-dpi software rendering on OSX. 12 years ago
  jules a25acde808 Image subsection fix. Linux text drag-and-drop. 12 years ago
  jules 1aefda8763 Safeguard when removing NSViews. 12 years ago
  jules 6b1654e1d2 Fixed some more warnings. 12 years ago
  jules 0033491cc8 Cleaned up some compiler warnings. 12 years ago
  jules 7141fe39dc Fix for menu bar problem on OSX. 12 years ago
  jules 9a24aa8a20 Minor clean-ups. 12 years ago
  jules ee7046be34 OSX mouse event tweaks. 12 years ago
  jules 7d953a629d OSX modal behaviour fix. 12 years ago
  jules 4ccba42fa8 OSX modality fix. 12 years ago
  jules 9281759612 Added method TextEditor::setEscapeAndReturnKeysConsumed(). 13 years ago
  jules de44f0a332 Tweaked some OSX modal window behaviour. 13 years ago
  jules dba5418a53 OSX mouse wheels in 10.6 - check for device returning NaNs. 13 years ago
  jules 448f0c85bc Detecting minimisation state changes in OSX. 13 years ago
  jules 56a1ba8fe1 OSX: mouse position rounding change. 13 years ago
  jules 5001ead53a OSX 10.5 SDK and GCC fixes. 13 years ago
  jules fdb176b9e9 Windows drag-and-drop fix. OSX 10.5 build fix. 13 years ago
  jules 8a006e589c Cleaned up some application startup code. 13 years ago
  jules 7373bfd3be OSX: prevent mouse-moves when behind an inactive window. 13 years ago
  jules 601f729bf7 OSX zooming window fix. 13 years ago
  jules 2c3adef110 Fixed a mac windowing bug. 13 years ago
  jules 5a69cc6ce2 Internal tidying-up. 13 years ago
  jules 4718026b47 OSX keycode character fix. 13 years ago
  jules ceb556876a Fixes to deal with effect rendering in retina displays, e.g. drop-shadows, etc. 13 years ago
  jules 591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
  jules 6eaba30646 Fixed some DocumentWindow behaviour in the library and introjucer. 13 years ago
  jules 7875420076 Couple of 10.4 OSX fixes. 13 years ago
  jules 817837ad48 Compatibility fix for older OSX SDKs. 13 years ago
  jules 5aa9d93c9a Fix for OSX NSView positioning. 13 years ago
  jules 5e39e9944a Workaround for PPC builds. 13 years ago
  jules 07a774adcc Fix for GCC syntax problem. 13 years ago
  jules d0ac43035c Fixed build for older OSX SDKs. 13 years ago
  jules ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
  jules b36708e3f3 Fix for building in older OSX versions. 13 years ago
  jules 87175c91f5 Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 13 years ago
  jules 5caaa4009a Added class: TextDragAndDropTarget. 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 53c0436d71 Android fixes. OSX fix for old SDKs. 13 years ago
  jules dcb8351844 Minor tweaks to Component and OSX fullscreen behaviour. 13 years ago
  jules a07f07dda3 Avoided disabling OSX kiosk mode when focus is lost. 13 years ago
  jules a8083eb293 TextLayout fix. OSX fullscreen fix. 13 years ago
  jules 4cf80f1819 Fix for kiosk mode in OSX 10.6. 13 years ago
  jules 994f1de977 Linux clipboard fix. Better kiosk mode control in OSX10.7. 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 a8a7630635 OSX 10.7: windows that have a maximise button and a native title bar will now support Lion full-screen mode. 13 years ago