138 Commits (06e2a667fb8fd1fbd4071a0c5fb873b47009bd79)

Author SHA1 Message Date
  jules 710dec8a1e Handling win32 hide/show messages. 12 years ago
  jules 2e777f8943 Fix for iOS windowing, and some CGRect clean-ups. 12 years ago
  jules 9a7e7a267a New method: Rectangle::constainedWithin(). 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 352e5999bc Displaying modifier + delete key shortcuts in OSX main menus. 12 years ago
  jules 6e631bceb1 OSX filechooser modality fix. 12 years ago
  jules 4ccba42fa8 OSX modality fix. 12 years ago
  jules d6848d3bb1 Small AAX fix, and plugin file-chooser fix. 12 years ago
  jules fa8cbe334d Linux XRender fix. 12 years ago
  jules b65255375a Linux windowing: supported the _NET_WM_USER_TIME value, and did some general tidying up. 12 years ago
  jules 9281759612 Added method TextEditor::setEscapeAndReturnKeysConsumed(). 12 years ago
  jules de44f0a332 Tweaked some OSX modal window behaviour. 12 years ago
  jules 976be45c2a Minor updates for mingw compatibility. 13 years ago
  jules dba5418a53 OSX mouse wheels in 10.6 - check for device returning NaNs. 13 years ago
  jules 6fb039ba0f Tweak to win32 code for vs2005 compatibility. 13 years ago
  jules b7089dfa45 New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". 13 years ago
  jules 448f0c85bc Detecting minimisation state changes in OSX. 13 years ago
  jules ec995d9753 OSX 10.4 compile fix. 13 years ago
  jules cf959decce Minor string optimisation. 13 years ago
  jules 0ce65462af Translation of OSX app menu strings. Minor misc changes and documentation fixes. 13 years ago
  jules 7829d1e4bf Changed OSX native alert boxes to use TRANS to translate their ok/yes/no/cancel button text. 13 years ago
  jules 19e304bc6f Better support for pixel strides in the software renderer. 13 years ago
  jules 67ee4a6201 New method Process::makeForegroundProcess() (only implemented in OSX) 13 years ago
  jules e0f1224a75 Updated the SystemStats operating system code: instead of having a special getOSXMinorVersionNumber() method, it now provides a more detailed version number when you call getOperatingSystemType(). Also added new types for iOS and Win8. 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 e864ac8109 New method: Process::setDockIconVisible() 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 8d283685fc Fixed a mouse-position bug in win32 when dragging windows. 13 years ago
  jules df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
  jules 9af7f2f480 Fixed a dependency issue in the graphics module. 13 years ago
  jules 3ddc6dd43d New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers. 13 years ago
  jules 8a586adc8b On OSX, made sure popup menus are dismissed when the main menu is opened. 13 years ago
  jules 7ce0bf15d3 Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. 13 years ago
  jules 4253bacb6a Removed some compiler warnings, fix for OSX file chooser modality. 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 4233f603db More MouseInputSource tweaks. 13 years ago
  jules 6eaba30646 Fixed some DocumentWindow behaviour in the library and introjucer. 13 years ago
  jules 18cfadf898 Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 13 years ago
  jules 5913db4697 Linux compile error fix. 13 years ago
  jules 7875420076 Couple of 10.4 OSX fixes. 13 years ago