450 Commits

Author SHA1 Message Date
Christopher Lloyd
b1c373412f (fixes issue #511) by tobias at platen-software.de 2010-03-02 15:44:18 +00:00
Christopher Lloyd
05518cc9bb (fixes issue #478) by Gary Palter 2010-03-02 15:07:51 +00:00
Christopher Lloyd
520a52004e More reliable mechanism for finding the main menu in a nib, fixed warning in NSNetServices 2010-03-02 14:44:43 +00:00
Christopher Lloyd
f7d3919bba (fixes issue #507) by Gary Palter 2010-03-02 14:34:17 +00:00
Christopher Lloyd
121ce922b8 X11 cleanup, OpenGL enabled windows for QuartzCore, OpenGL rendered windows 2010-01-10 03:19:27 +00:00
Christopher Lloyd
f4367797a1 change use of -[NSWindow _setStyleMask:] to setStyleMask: 2010-01-08 01:48:11 +00:00
Christopher Lloyd
296325eb14 er, fixed NSTrackingAreaOptions type 2010-01-07 19:21:25 +00:00
Christopher Lloyd
8bb3233e77 changed NSTrackingAreaOptions type 2010-01-07 19:13:18 +00:00
Christopher Lloyd
3386fc9be4 (fixes issue #482) tracking area, cursor rect, tooltip, tracking rect overhaul by Markus Hitter 2010-01-07 15:13:06 +00:00
Christopher Lloyd
a5a72ba120 added a few layer methods to NSView 2010-01-06 15:20:00 +00:00
Christopher Lloyd
7f0957f110 remove @optional from NSControl.h due to compiler problems 2010-01-04 14:48:10 +00:00
Christopher Lloyd
6f5382cd29 (fixes issue #305) 2009-12-30 20:59:49 +00:00
Christopher Lloyd
244cc20c73 (fixes issue #476) 2009-12-30 20:56:33 +00:00
Christopher Lloyd
7b4c708d95 (fixes issue #471) added method to NSEvent 2009-12-30 20:49:16 +00:00
Christopher Lloyd
c3dead2920 - add FreeBSD targets to all frameworks
- brought X11 back to current for Darwin and FreeBSD
- removed CairoCacheImage, added O2Surface_cairo
- separated TTFFont into O2FontState_cairo/O2Font_FT/TTFFont
- renamed CairoContext O2Context_cairo
- added O2Context_builtin_FT which implements Onyx2D+FreeType
- moved font queries to X11Display
- added NSPlatform_bsd.m to AppKit
- encoding change/fix(?) in NSColor.m
- moved showText: into abstract class O2Context from _gdi classes
- fix for ObjCModule.m to get executable path
2009-12-16 19:27:00 +00:00
Christopher Lloyd
7abced1ee8 patch by Andy Balholm, TIFF and document fixes 2009-12-02 16:18:17 +00:00
Christopher Lloyd
edd77525b2 change pastloc from static to instance variable 2009-12-02 02:36:29 +00:00
Christopher Lloyd
fe17a584de (fixes issue #429) 2009-12-02 02:33:46 +00:00
Christopher Lloyd
1a2ac73769 - initial CFData implementation
- NSBitmapImageRep -TIFFRepresentationOfImageRepsInArray:, -TIFFRepresentationOfImageRepsInArray:usingCompression:factor
- NSImage -TIFFRepresentation, -TIFFRepresentationUsingCompression:factor:
- renamed NSTIFFReader to O2Decoder_TIFF
- renamed O2ColorSpaceType constants to kO2ColorSpaceModel ones
- initial CG/O2ImageDestination implementation supporting simple TIFF encoding via O2Encoder_TIFF
- O2DataProvider, O2DataConsumer work
- Some CF related cleanup in O2/CG
2009-12-01 22:27:05 +00:00
Christopher Lloyd
309746b175 (fixes issue #457)
cleanup warnings
2009-11-30 21:44:17 +00:00
Christopher Lloyd
50e766b18c Darwin-i386 AppKit fixes, Bus Error fix for ObjC++ 2009-11-19 02:20:25 +00:00
Christopher Lloyd
e812c6fc0f renamed KG* files to O2* files and appropriate source changes 2009-11-18 04:48:58 +00:00
Christopher Lloyd
89dadca76f (fixes issue #106) by Markus Hitter, NSAlert layout fixes 2009-11-14 21:23:09 +00:00
Christopher Lloyd
31053d62a9 fixes for X11.subproj 2009-11-13 21:03:17 +00:00
Christopher Lloyd
7e5ec4ecb8 - moved CG* basic types to CFBase.h
- cleaned up CF and CG headers so they do not have ObjC in them
- AppKit changes related to CF/CG header changes
- added CFNetwork and CoreServices skeletons
2009-11-12 18:07:15 +00:00
Christopher Lloyd
f94a53e839 (fixes issue #445) by Glenn Ganz, NSDateFormatter case sensitivity bug 2009-11-10 18:22:27 +00:00
Christopher Lloyd
0665f8342e issue #443) implemented control:textView:doCommandBySelector: delegate method in NSTextField 2009-11-08 19:49:12 +00:00
Christopher Lloyd
9d2e13dd17 issue #423 by Markus Hitter 2009-11-07 14:35:49 +00:00
Dr. Rolf Jansen
94d611ab3c (fixes issue #425) by Markus Hitter, BezelStyle button shouldn't background drawing 2009-11-06 00:47:16 +00:00
Christopher Lloyd
d5db4b8eca (fixes issue #397) check for NULL implementation of sheetDidEnd:. (fixes issue #412) missing #import by Steve Nicholson 2009-11-05 19:41:06 +00:00
Christopher Lloyd
3e1aa62531 (fixes issue #437) by Steve Nicholson, NSTableView drag&drop fix 2009-11-05 19:25:51 +00:00
Christopher Lloyd
8ba856275e (fixes issue #412) by Erlend Böe, NSDatePicker bindings 2009-11-05 14:37:52 +00:00
Christopher Lloyd
e60f746331 (fixes issue #438) by Steve Nicholson, NSGradient drawInRect:angle: fix 2009-11-05 14:21:18 +00:00
Christopher Lloyd
9bd79ee55e (fixes issue #427) (fixes issue #432) by Julian Mayer 2009-11-05 14:14:14 +00:00
Christopher Lloyd
68cc0e895c - renamed many of the KG* classes to O2*, added O2Geometry
- C-ification of some of O2, reorganized CGContext and subclasses
- added shadings and shadow tests to SWRender, cleanup, fixes, optimizations, some shadow work
2009-11-02 16:23:34 +00:00
Christopher Lloyd
7d1601a579 enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
Christopher Lloyd
37de98c43f NSFrameRectWithWidth fixed, NSFrameRectWithWidthUsingOperation() implemented 2009-10-29 17:31:29 +00:00
Christopher Lloyd
0b947d7536 (fixes issue 426) by Julian Mayer, fixed struct tags for C++ 2009-10-29 16:12:17 +00:00
Christopher Lloyd
0ad80ec0c8 (fixes issue 407) by Erlend Böe
(fixes issue 409) by Erlend Böe with modification to release already initialized _timeZone
(fixes issue 410) by Erlend Böe
(fixes issue 414) by Erlend Böe, NSDateFormatter missing methods
(fixes issue 415) added NSOSStatusErrorDomain constant
(fixes issue 417) added NSStringDrawing options
(fixes issue 419) by Markus Hitter, NSDateFormatter off by one for month
(fixes issue 421) by Markus Hitter, NSWindow resign main window behavior fix
(fixes issue 422) by Erlend Böe, NSDateFormatter returns
(fixes issue 424) by tobias at platen-software.de, CoreFoundation.xcodeproj and NSKeyedUnarchiver fix
(fixes issue 425) by Markus Hitter, NSButtonCell drawing fix
2009-10-29 15:21:40 +00:00
Christopher Lloyd
bf41c33063 Implemented NSTextView selectedRanges, setSelectedRanges:,setSelectedRanges:affinity:stillSelecting:, delegate textView:willChangeSelectionFromCharacterRanges:toCharacterRanges: 2009-10-20 18:09:28 +00:00
Christopher Lloyd
94b6e9b585 fine changes to NSCell, NSButtonCell init's. removed never reached test 2009-10-20 15:42:03 +00:00
Christopher Lloyd
f04735d8bb (fixes issue 392) fix by m.schneider at xabient.de, NSGraphicsContext _currentContext() nil checks 2009-10-19 20:16:08 +00:00
Christopher Lloyd
7987b8e121 (fixes issue 395) implemented -[NSOutlineView parentForItem:] 2009-10-19 20:03:14 +00:00
Christopher Lloyd
aee4c8dc14 (fixes issue 405) display when an NSWindow is not visible causes layout problems 2009-10-19 18:33:11 +00:00
Christopher Lloyd
a71faaf373 (fixes issue 406), menu bar removed when an NSWindow is run as a modal window 2009-10-19 17:48:46 +00:00
Christopher Lloyd
1291736574 Fixed NSColorWell initWithFrame: default values 2009-10-07 17:34:39 +00:00
Christopher Lloyd
58d7e57528 - NSColorPanel support for an opacity slider, NSColorPicker, NSColorPanel cleanup, switch to arrow sliders with tick marks (visual not correct)
- NSColor API switch to CGFloat
- fixed adjustEventLocation: for NSOpenGL views
- fixed KGContext_builtin_gdi.m so it can work with non-DIB bitmaps
- (fixes issue 402)
- (fixes issue 393)
2009-10-07 17:19:32 +00:00
Christopher Lloyd
19090a847d - fix for NSDate -copyWithZone:
- renamed many of the KG* classes to O2*
- added shadings tests to SWRender, cleanup, fixes, optimizations
- sketched in O2Font_ttf and O2TTFDecoder, glyph test
2009-10-06 16:02:46 +00:00
Christopher Lloyd
6e64f3adab -[NSFileManager_win32 attributesOfFileSystemForPath:error:] implementation
-[NSFileManager_win32 attributesOfItemAtPath:error:] implementation
-[NSFileManager_win32 contentsOfDirectoryAtPath:error:] implementation
-[NSBrowser setLastColumn:] implementation
-[Win32Workspace mountedLocalVolumePaths] implementation
- bounds checking for _rowHeights in NSTableView
-[NSBrowserCell highlightColorInView:] implementation
2009-10-06 14:34:04 +00:00
Christopher Lloyd
0fe044a8b8 issue #382, fix for layout of toolbars 2009-09-23 20:26:56 +00:00