Commit Graph

8 Commits

Author SHA1 Message Date
Sergey Bugaev
da07334af3 Fix incorrect usage of unsigned and int in place of NSUInteger/NSInteger's.
On x64, NSInteger is 8 bytes long while `int` is only 4. This causes problems when ex. NSNotFound
is cast to an int and then compared to itself.

There probably are many more places the integer types are used the wrong way, and this is likely to
cause us more headache later.
2017-12-15 02:10:27 +03:00
Andrew Hyatt
a23df37eff Remove execution bit from source files of AppKit 2017-08-23 09:25:24 -07:00
Rolf
3b748d5481 draw insertion point centered on a screen scan line
rectification of NSComboBox
2015-08-28 22:00:19 -03:00
Airy ANDRE
c2f475aae8 Just clicking on the NSComboBox menu item doesn't select the item clicked 2014-01-17 18:12:25 +01:00
Robert Grant
97f61087e6 Provide a mechanism to automatically dismiss menus when the app is deactivated 2012-02-21 13:25:30 -05:00
Christopher Lloyd
22bbe557d3 - Issue #115 patch by steph...@sente.ch, split -[NSColor set] into -[NSColor setFill] and -[NSColor setStroke] 2008-05-16 18:59:00 +00:00
Christopher Lloyd
578873e3cf Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
Christopher Lloyd
30916ff6e5 Original 2006-12-22 04:41:44 +00:00