Commit Graph

1672 Commits

Author SHA1 Message Date
Robert Grant
6bf9c44d84 Adapting Cocotron projects to Xcode4 2012-11-14 13:51:36 -05:00
Robert Grant
fb780967e2 Add CGRectIsInfinite() 2012-11-14 09:27:06 -05:00
Airy ANDRE
e5829e5654 Switch the spellchecker to use temporary attributes 2012-10-17 19:30:06 +02:00
Airy ANDRE
56510cb22f Fix temporary attributes when the text changes 2012-10-17 19:08:44 +02:00
Robert Grant
79622ebb70 A start on getting temporary attribute support into the layout manager 2012-10-17 12:09:10 -04:00
Robert Grant
2314c28441 Make sure deleting doesn't leave some unneeded attributes ranges behind 2012-10-17 10:26:27 -04:00
Robert Grant
6d9c125ecc Inform the delegate about the editing 2012-10-17 10:24:33 -04:00
Robert Grant
f00940ab8c Improve the chances of attribute ranges getting merged 2012-10-17 10:16:21 -04:00
Airy ANDRE
c513a44a14 One day, Xcode will open the project header, instead of the installed one so I change the right one 2012-10-05 15:29:33 +02:00
Airy ANDRE
235c3fd873 Allow use of display name for fontWithName: 2012-10-05 15:17:49 +02:00
Airy ANDRE
7ea9f8fd10 Memory trashing fixes (as seen in Win8 - at least for the NSThread one) 2012-10-04 18:23:12 +02:00
Airy ANDRE
63518e532b Fix for Win8 2012-10-03 20:22:12 +02:00
Airy ANDRE
83da5f7591 Offset in printing views 2012-09-28 22:15:37 +02:00
Airy ANDRE
faef9443b4 Merge 2012-09-27 19:01:04 +02:00
Airy ANDRE
e9c33a2989 image data in NSPasteboard isn't exported to the Windows one 2012-09-27 18:57:39 +02:00
Airy ANDRE
300af8e3c1 NSColor_catalog isn't friend with key archivers - the superclass is actually doing the right thing 2012-09-27 18:57:18 +02:00
Airy ANDRE
b5c9559f26 [NSImage tiffRepresentation] is broken 2012-09-27 18:56:17 +02:00
Robert Grant
9b052fe819 Fixed a compile error produced by removing that semi colon... 2012-09-27 11:06:07 -04:00
Robert Grant
bfb8c263ba Check the return value of [stream read:maxLength:] it might be -1! 2012-09-27 10:26:35 -04:00
Robert Grant
2c712333fb Don't dismiss menus if a cascading menu item is clicked 2012-09-26 07:33:23 -04:00
Robert Grant
06bec757a8 NSToolbarItem shouldn't say size changed when it hasn't 2012-09-25 15:57:31 -04:00
Airy ANDRE
5d01f63b9a Use libpng if present to read png files 2012-09-22 20:00:15 +02:00
Airy ANDRE
106a50650c Fix BMP flipping 2012-09-20 16:27:17 +02:00
Jim Truher
b6821086c1 Adding more jpeg extensions. 2012-09-19 14:25:45 -07:00
Airy ANDRE
fe4ec8c20f Get proper NSKeyDown events for char built using dead-keys - !! This is a temp fix - KeyUp content is now broken - If any Win32 Events guru wants to have a look at it... 2012-09-17 16:04:21 +02:00
Robert Grant
0ef747f0a2 Implement O2PathContainsPoint() 2012-08-31 14:28:03 -04:00
Airy ANDRE
5988ce5816 NSScanner doesn't skip chars from the skipSet when parsing doubles 2012-08-27 15:30:07 +02:00
Airy ANDRE
be05439632 Cached Image Reps of partial/flipped NSImage are built & kept everytime we draw the image, while they are never reused, leading to crazy memory use (then crash) 2012-08-10 18:51:18 +02:00
Robert Grant
39c1bb7d21 Restore support for TIFF data that was lost with the DIB changes. 2012-07-05 15:31:37 -07:00
Robert Grant
4d2f697f0f Make sure platform window sizing doesn't force the NSWindow into sizes it doesn't accept 2012-07-04 06:39:02 -07:00
Robert Grant
a70a69ef67 Target action timer is not retaining the target when it should 2012-06-18 11:26:22 -04:00
Airy ANDRE
86df8596fe Fix leaked objects on NSThread dealloc 2012-06-08 15:55:56 +02:00
Airy ANDRE
ad5724750e Fix NSString formatting precision problem with float 2012-06-08 15:45:06 +02:00
Airy ANDRE
633ec92b9b Fix for 24 bits bitmaps copy (like the ones coming from IE9) 2012-06-07 19:24:30 +02:00
Airy ANDRE
1811c1721b Fix NSString escaping encoding 2012-06-06 21:10:27 +02:00
Robert Grant
8bc5486b03 Scroll wheel events aren't getting delivered to scrollviews 2012-05-31 16:53:08 -04:00
Airy ANDRE
4dadf7954f Read back from/to page from the print panel 2012-05-25 16:59:36 -07:00
Airy ANDRE
8926df2535 oops from previous commit 2012-05-25 16:11:29 -07:00
Airy ANDRE
e312859e3c Add support for recognizing DIB data from Win32 clipboard as NSTIFFPboardType 2012-05-25 15:29:18 -07:00
Airy ANDRE
8da2314168 Merge 2012-05-23 11:39:45 -07:00
Airy ANDRE
badfcdd766 Precision problems with the string formatter (1.2 -> "1.199999") 2012-05-23 11:37:11 -07:00
Robert Grant
2707d26bd2 Current NSOperationQueue is buggy and leaving unexecuted operations behind - this is a simpler but more reliable implementation 2012-05-23 11:24:12 -07:00
Airy ANDRE
ca7248e9b3 Fixed AppKit libraries detection 2012-05-23 09:53:41 -07:00
Airy ANDRE
8236cff283 Fix AppKit libraries detection 2012-05-23 09:51:16 -07:00
Robert Grant
d8d0607b25 NSNotificationCenter defaultCenter should be a global object - not per thread 2012-05-23 09:49:25 -07:00
Airy ANDRE
3eda93d62a Add support for using libtiff for decoding TIFF files (to support more TIFF formats) - libtiff is only used for now for decoding the pixels part (not for tags or directories - for minimal code changes) 2012-05-22 11:53:08 -07:00
Robert Grant
b5c96b98fb The real fix for the NSTextFieldBinder bug - thanks Airy 2012-05-08 10:47:13 -04:00
Robert Grant
0929669a29 Merging the png changes 2012-05-07 16:20:55 -04:00
Robert Grant
35392763a4 _NSTextFieldBinder is interfering with bindings 2012-05-07 16:19:25 -04:00
Airy ANDRE
a10620eff2 Switch to the bz2 version of the libpng archive - some older system tar don't get .xy 2012-05-07 20:25:43 +02:00