50 Commits (06e2a667fb8fd1fbd4071a0c5fb873b47009bd79)

Author SHA1 Message Date
  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
  jules bbac5a8790 New class: OpenGLShaderProgram, and GL clean-ups. 13 years ago
  jules cd0683ef4d Tidied up a few return types. 13 years ago
  jules da7d612591 Small 10.5 compatibility tweak. 13 years ago
  jules fb9af90b61 Updatesfor OSX 10.7 compatibility. 13 years ago
  jules 2ae2f8da30 Improved OSX realtime key modifier flag detection. 13 years ago
  jules d1e4e9b9d0 OpenGL development (OpenGLRenderer now more-or-less works) 13 years ago
  jules 7404020717 New method LookAndFeel::createGraphicsContext(). More OpenGL refactoring. 13 years ago
  Julian Storer b114339c3f New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround. 13 years ago
  Julian Storer d55b7419ec Fixed a typo in the introjucer. C++0x fixes. 14 years ago
  Julian Storer 4808d9c318 Hard-coded some juce namespace declarations. 14 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.. 14 years ago