aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/InfoBar.mm
AgeCommit message (Collapse)AuthorFilesLines
2019-12-13Backport: Add or fix file name comments.Neil1-1/+1
Backport of changeset 7838:c924b214edf5.
2019-03-25Backport: Use generic std::abs instead of abs and fabs.Neil1-1/+1
Backport of changeset 7330:09e5fe965a79.
2019-03-31Backport: Use generic versions of ceil, floor, round, lround, trunc from ↵mitchell1-1/+3
<cmath>. Backport of changeset 7329:2662ef098d93, but without std::round and std::lround, since older Mac OSX SDKs may not have them.
2017-10-26Backport: Bug [#1979]. Fix Cocoa hang when Scintilla loaded from SMB share ↵Chinh Nguyen1-5/+11
on macOS 10.13. Backport of changeset 6406:c8b0846ddcc2.
2018-03-13Backport: Bug as it uses a getter and discards the result instead of a setter.mitchell1-1/+1
Backport of changeset 6293:fdca97e72d4e.
2017-04-22Use simple alloc as "memory zones are no longer used by Objective-C"Neil Hodgson1-1/+1
according to Apple's API Reference.
2015-02-14Fix warnings for suspicious type conversions and not fully bracketed ↵Neil Hodgson1-4/+4
initializers,
2015-02-14Fix doc comments.Neil Hodgson1-1/+1
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-35/+35
Parameter names added to method declarations.
2013-11-11Update InfoBar to use combined images.Neil Hodgson1-1/+1
Change SDK setting to latest so will work with both Xcode 4.6 and 5.0.
2013-09-08Fix spelling mistakes in comments.nyamatongwe1-2/+2
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