Commit Graph

1931 Commits

Author SHA1 Message Date
Christopher Lloyd
2ad3151efb upgrade some projects to 4.6, remove xcconfigs from resources build phase 2013-04-05 11:24:24 -04:00
Christopher Lloyd
54c3412526 move bulk of build settings to xcconfigs, clean out unneeded build rules, phases and settings 2013-04-05 11:01:56 -04:00
Christopher Lloyd
f75dc4cb92 fix build for non-windows targets 2013-04-05 11:01:05 -04:00
Christopher Lloyd
a797940597 delete MacOS AppKit target and move some settings to xcconfig 2013-04-04 09:37:30 -04:00
Christopher Lloyd
d9b45b69ee add proper platform names and setup Foundation to use the xcconfigs 2013-03-31 23:40:22 -04:00
Christopher Lloyd
794364bc65 add xcconfigs to projects 2013-03-31 23:27:37 -04:00
Christopher Lloyd
d700652cf3 merge of plasqdev-cocotron 2013-03-29 21:55:33 -04:00
Christopher Lloyd
04b3fd4d9e fix #964, #965, #963 2013-03-29 10:21:01 -04:00
Christopher Lloyd
587d8d784b fix #964 2013-03-29 10:16:28 -04:00
Christopher Lloyd
fabcc9e345 fix #962 2013-03-29 10:15:17 -04:00
Christopher Lloyd
6c84cffd86 fix #959 2013-03-29 10:14:00 -04:00
Airy ANDRE
f63e1bdb24 Better formatter support 2013-03-27 20:19:14 +01:00
Airy ANDRE
a3b0347f2d Add CGAffineTransformIsIdentity implementation 2013-03-25 18:45:49 +01:00
Robert Grant
f3c2675dd6 NSSplitView collapsing now supported and modernized the delegate interface 2013-03-25 13:05:20 -04:00
Airy ANDRE
d92de34c52 Meta-properties support for jpg files 2013-03-22 22:58:02 +01:00
Airy ANDRE
ea8a07fd6c Make [NSError localizedDescription] closer to what modern Mac OS versions are returning 2013-03-21 14:53:33 +01:00
Airy ANDRE
ea6130a685 Bring back our maint-v2 version of escaping/unescaping 2013-03-21 14:52:46 +01:00
Airy ANDRE
32f9291285 Escape > 0x7f chars 2013-03-19 13:12:54 +01:00
Robert Grant
4c085f7bef compareObjectsUsingDescriptors is double incrementing causing descriptors to be skipped 2013-03-18 14:39:21 -04:00
Robert Grant
f4cb7ba844 allow the formatter to provide an editing string to the editor 2013-03-14 17:55:50 -04:00
Christopher Lloyd
3b942f39f0 fix #960 2013-03-09 17:12:41 -05:00
Christopher Lloyd
44efa55774 fix #961 2013-03-09 17:07:45 -05:00
Christopher Lloyd
3664770db1 fix #994 2013-03-09 17:05:01 -05:00
Christopher Lloyd
9fb7be9111 fix #995 2013-03-09 16:59:33 -05:00
Christopher Lloyd
b76b40da1b fix #988 2013-03-09 16:48:24 -05:00
Christopher Lloyd
e75ab9e7d1 fix #1001 2013-03-09 16:24:45 -05:00
Christopher Lloyd
9389f5a0ab fix #1000 2013-03-09 16:19:31 -05:00
Christopher Lloyd
1f4cf31f6a fix #1010 2013-03-09 15:55:31 -05:00
Airy ANDRE
c5b3fbf93d Merge with maintenance branch 2013-02-04 19:29:05 +01:00
Airy ANDRE
1cbd8f1027 Fix glyph drawing (bad buffer length) 2013-02-04 19:04:36 +01:00
Airy ANDRE
7d72e75980 NSMutableAttributedString encoding/decoding is so wrong... 2013-02-01 19:56:28 +01:00
Airy ANDRE
51c3792bb6 Not sure why the diff didn't show that... 2013-02-01 15:12:49 +01:00
Airy ANDRE
b66abae4d0 Merge with maintenance clone 2013-02-01 14:59:02 +01:00
Airy ANDRE
2824955de3 Win32: fix for keyDown events handling for key+ctrl modifiers (some shortcuts don't work) 2013-01-31 19:06:46 +01:00
Airy ANDRE
564a236407 Bring http://code.google.com/r/plasqdev-cocotron/source/detail?r=6dfc5933d1d9cfb658dae17acb1a3a47abf62840 to the maintenance branch 2013-01-30 16:59:37 +01:00
Airy ANDRE
4ceb17d882 WIN32:If the user doesn't type the file extension in the SavePanel, then existing files can be overwritten without a warning 2013-01-30 16:42:43 +01:00
Robert Grant
79ee1dbfba Make sure we're passing a win32 compatible path to ShellExecuteW 2013-01-16 16:25:25 -05:00
Jim Truher
0248a90a47 Port #4224 to the cocotron maintenance clone 2013-01-10 13:35:06 -08:00
Robert Venturini
c43707828a add an empty keyUp:sender 2013-01-10 13:16:31 -08:00
Robert Grant
30bf0b4b1b Allow typing a letter to select a menu item (or jump to the next matching menu) 2013-01-10 13:52:49 -05:00
Robert Grant
3f01361719 keyboard navigation wasn't correctly predecrementing the stack count 2013-01-10 12:03:26 -05:00
Robert Grant
9443dab5d9 Add basic keyboard navigation (arrow keys, enter and escape) to the main menu 2013-01-10 11:03:22 -05:00
Airy ANDRE
542a7dcf89 Add US font name to Postscript mapping, so the US name works on non-US Win8 systems too (Win7 seems to like US name)
(+[NSFont boldSystemFontWithSize:] is using "Arial Bold" and returns nil on a french Win8)
2013-01-09 19:17:11 +01:00
Robert Grant
487fdb3396 retain the object being removed so it can be safely tested even after it gets removed 2013-01-07 18:16:37 -05:00
Jim Truher
4740d9e6f7 Change our log level to INFO instead of ERROR 2013-01-03 10:06:55 -08:00
Jim Truher
4a904b30a1 Add the OS version to the initial console logging message 2013-01-03 10:05:01 -08:00
Jim Truher
110273eab5 Add the OS version to the initial console logging message 2013-01-02 16:18:52 -08:00
Robert Grant
c769035dd8 Horizontal ruler view frame is a bit off compared to Cocoa 2012-12-19 13:33:56 -05:00
Robert Grant
40c6ca06ec When dragging the divider the affected subviews need to be explicitly told to redisplay
or glitches will appear
2012-12-19 13:03:05 -05:00
Robert Grant
be850263de Add support for setPosition:ofDividerAtIndex: 2012-12-14 19:23:23 -05:00