aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/InfoBar.mm
AgeCommit message (Collapse)AuthorFilesLines
2013-01-08Fix memory leak.nyamatongwe1-1/+1
2012-03-13Change name of the 'layout' method of ScintillaView and InfoBar to ↵nyamatongwe1-3/+3
'positionSubViews' as 'layout' has been added to their superclass NSView in OS X 10.7. The existing 'layout' method interfered with the new automatic layout feature.
2011-05-2164-bit fixes.nyamatongwe1-1/+1
2010-04-22Updated to launchpad scintilla-cocoa revision 33.nyamatongwe1-1/+1
Context menu implemented. Many warnings avoided. Make files added.
2009-09-04Fix in the InfoBar to avoid setting a cell class for the entire application.nyamatongwe1-0/+4
Fixed memory leak re. notification center. Cursor handling did not properly retain the used cursor image.
2009-06-26From scintilla-cocoa bzr.nyamatongwe1-0/+444