aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/PlatMacOSX.cxx
AgeCommit message (Collapse)AuthorFilesLines
2009-03-08Bug #2671749 Mismatching alloc and dealloc fixed.nyamatongwe1-1/+1
2008-11-27Fix for bug #2354098 delete without [].nyamatongwe1-1/+1
2007-12-05modified version of adobe OSX patches. Most of these patches are provided ↵mixedpuppy1-231/+164
by Adobe, though I've reorganized a lot of them - improved drag/drop - make copy/paste use modern pasteboard api's - optimized textlayout usage - reduce assertions for debug builds - implement IME support - other minor things patches are available in openkomodo, which is a good test ground for scintilla osx (until someone ports SCiTE).
2007-07-07Allows the popup to be displayed below as long as it can fit on the monitornyamatongwe1-0/+4
the cursor is on rather than flipping up above the current point when near bottom of window. Implemented for GTK+ by John Ehresman. Partial Windows implementation #ifdefed out because it uses calls unavailable on Windows 95.
2007-06-29Removed OS X specific WaitMouseMoved call since the generic code no longernyamatongwe1-65/+58
starts a drag unless the mouse moves.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+1922
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable