2375 Commits

Author SHA1 Message Date
Christopher Lloyd
fc7dbd3604 merge 6784869 2015-03-28 21:58:39 -04:00
Christopher Lloyd
75b97636e9 merge 53a25b6 2015-03-28 21:57:43 -04:00
Christopher Lloyd
ba27948b3d merge 967e85a 2015-03-28 21:57:04 -04:00
Christopher Lloyd
57ab1b0069 merge e0f4fb5 2015-03-28 21:56:05 -04:00
Christopher Lloyd
3d81bd269a merge 443993e 2015-03-28 21:54:26 -04:00
Christopher Lloyd
ef351a0340 merge 0fdac09 2015-03-28 21:05:07 -04:00
Christopher Lloyd
b07b9998f4 merge 7f53ff8 2015-03-26 22:09:33 -04:00
Christopher Lloyd
649cc25828 merge b5d043c 2015-03-26 22:08:54 -04:00
Christopher Lloyd
85ed88a459 merge 9476f90 2015-03-26 22:08:24 -04:00
Christopher Lloyd
b4f8b8b9af merge 06d2fc5 2015-03-26 22:07:45 -04:00
Christopher Lloyd
999bc04046 merge ca9d9ef 2015-03-26 22:04:35 -04:00
Christopher Lloyd
72efe3a622 merge 354bfe2 2015-03-26 22:03:45 -04:00
Christopher Lloyd
c51e8aa9ac merge 009fc88 2015-03-26 21:53:11 -04:00
Christopher Lloyd
d256e6d266 merge 90d3aea 2015-03-26 21:52:06 -04:00
Christopher Lloyd
9f394dae57 merge 157cfef 2015-03-26 21:51:03 -04:00
Christopher Lloyd
9ac73d439b merge cfaa3f2 2015-03-26 21:48:42 -04:00
Christopher Lloyd
a671ab7f0f merge 748c019 2015-03-26 21:47:17 -04:00
Christopher Lloyd
b381b1982d merge 3d9c3b7 2015-03-26 21:45:09 -04:00
Christopher Lloyd
c05e2e6671 merge 6999e81 2015-03-25 22:19:36 -04:00
Christopher Lloyd
73a404a8cc Merge ec99410 2015-03-25 22:18:04 -04:00
Christopher Lloyd
65085ece4d Merge plasqdev-cocotron 2015-03-24 22:54:48 -04:00
Christopher Lloyd
859f00928a Add gitignore, fix scheme for no implicit dependencies, fix NSAffineTransform build, implement function 2015-03-22 22:39:08 -04:00
Christopher Lloyd
72494bbf9a clone branch zaxdo78-astransf 2015-03-19 20:15:25 -04:00
Christopher Lloyd
73b0a96afc clone branch plasqdev-cocotron 2015-03-19 20:15:03 -04:00
Christopher Lloyd
28aba5e356 clone branch cjwlloyd-ac-2 2015-03-19 20:14:26 -04:00
Christopher Lloyd
d3c695d6bb clone branch autoreleasepool-bugfixes 2015-03-19 20:14:22 -04:00
Christopher Lloyd
6ea2f71542 clone branch arixmail-cocotron 2015-03-19 20:14:18 -04:00
Christopher Lloyd
a3993d73b2 clone branch albertogarciahierro-cocotron 2015-03-19 20:14:13 -04:00
Robert Grant
2f4325c8c5 Improve HTTP POST support. Content-Length should be included automatically (unless specified explicitly) 2015-03-05 17:40:16 -05:00
Robert Grant
ba65bb2cfb CreateProcess sometimes needs lpApplicationName to be nil in order to invoke things like PowerShell 2015-03-05 15:52:05 -05:00
Robert Grant
0a4e059c35 Support the special NSInteger and NSUInteger formatting modes 2015-03-02 15:27:35 -05:00
Robert Grant
a052d43272 head merge 2015-03-02 15:13:53 -05:00
Robert Grant
cb638eb0a1 Exchange NSPrintOrientation with the PrintDlg 2015-03-02 15:12:56 -05:00
Airy ANDRE
31c99db546 Don't try to show tooltip if there is none 2015-01-26 19:28:56 +01:00
Robert Grant
ff7d3e42be Don't assume all objects are successfully decoded in NSKeyedUnarchiver 2014-12-08 17:23:01 -05:00
Robert Grant
e8e64e6908 -convertFont:toFace: should return the original font if the conversion fails 2014-12-08 13:20:15 -05:00
Robert Grant
3a8a2286c5 Forgot to pull before committing 2014-11-12 16:53:37 -05:00
Robert Grant
e5ac03ebb0 Disable the nib logging and remove NSColorPickerColorList in case it's causing special trouble 2014-11-12 16:53:16 -05:00
Robert Grant
2fbb07fbe1 Provide a dump utility for examining the current contents of the active autorelease pool 2014-11-12 16:52:17 -05:00
Airy ANDRE
206dc0bebb Add some missing NSFileManager and NSURL API 2014-11-06 13:48:10 +01:00
Airy ANDRE
b09dccf342 Nothing happens when trying to draw an attributed strings with no font, and using chars not available in the default font
Because no font substitution is done
2014-11-05 16:24:52 +01:00
Robert Grant
bc1cd7f583 Add some nib debug logging 2014-10-29 08:58:20 -04:00
Robert Grant
6bb16d8afb Incorrect invocation of _NSAssertBody 2014-10-27 20:03:51 -04:00
Robert Grant
7306d272b8 JPEG is not encoding the DPI 2014-10-24 16:16:31 -04:00
Christopher Lloyd
868b38f792 Remove file not in repo from projects 2014-10-11 09:32:37 -04:00
Christopher Lloyd
c42b1f56f7 add xcconfigs so we can update for Xcode 5 2014-09-19 20:25:08 -04:00
Airy ANDRE
27272bc58e Use CreateFontW instead of CreateFontIndirectW (I guess CreateFontIndirectW with the right flags might work too) when enumerating fonts
and building the Win32 <-> Postscript names tables
CreateFontIndirectW is returning the wrong font for some faces like "Minya Nouvelle Italic" (the Regular version is returned instead)
2014-09-01 18:57:15 +02:00
Robert Grant
26e5bb1082 Improve temporary attribute handling when drawing glyph background 2014-08-29 12:36:45 -04:00
Airy ANDRE
7c56bde495 Be more robust when trying to convert nil font 2014-08-28 16:02:07 +02:00
Airy ANDRE
178b81c537 Revert previous first-responder-on-click change and implement NSView & NSControl needsPanelToBecomeKey the Apple way (which is different from the Apple doc way...) 2014-08-25 19:38:34 +02:00