Commit Graph
54 Commits
Author SHA1 Message Date
Ross Boucher 461c8ef9d5 Set the color panel to have floating panel status.
[#45 state:resolved];
2008-09-29 13:09:20 -07:00
Ross Boucher 7f942e54f0 Add browser engine check method. Pray it isn't abused. 2008-09-29 12:29:19 -07:00
Francisco Ryan Tolmasky I 0e26f27540 Fix for not being able to add/remove items from main menubar.
[#72 state:resolved]

Reviewed by rossco.
2008-09-24 23:07:37 -07:00
Francisco Ryan Tolmasky I 9d5e772d0a Name change.
Reviewed by me.
2008-09-23 03:24:29 -07:00
Francisco Ryan Tolmasky I f4cedf5acc A number of fixes relating to how CPSplitView divides itself by default, as well as adding CPView-viewWillDraw.
Reviewed by Tom.
2008-09-23 00:01:12 -07:00
Francisco Ryan Tolmasky I 2aa5b0a1ad Fixed issue with custom draw rect detection.
Reviewed by me.
2008-09-22 19:20:19 -07:00
Ross Boucher e4588cf235 Merge branch 'master' into documentation 2008-09-21 15:23:18 -07:00
Ross Boucher bef9c8c6f9 clean up new placeholder code, and some documentation 2008-09-21 15:16:36 -07:00
Francisco Ryan Tolmasky I 7f59ce782b Accidentally committed a few alerts.
Reviewed by me.
2008-09-21 02:56:28 -07:00
Francisco Ryan Tolmasky I 464ddf269d A number of fixes for Cib.
Reviewed by rossco.
2008-09-21 02:52:24 -07:00
Francisco Ryan Tolmasky I a10058fc7f Improved Cib Support.
Reviewed by ross.
2008-09-19 20:19:08 -07:00
Francisco Ryan Tolmasky I d183f6c434 Furhter fix for not showing resize indicator.
Reviewed by me.
2008-09-19 16:44:59 -07:00
Francisco Ryan Tolmasky I a5cc45051e Fix for borderless windows being resizable.
[#61 state:resolved]

Reviewed by me.
2008-09-19 16:30:55 -07:00
Francisco Ryan Tolmasky I 5456bb597b Performance improvements for CPSplitView.
Reviewed by me.
2008-09-19 04:02:07 -07:00
Tom Robinson f39dfef168 CPSplitView pane splitter (thin divider), archiving, and nib2cib support
[#52 state:resolved responsible:tlrobinson]
2008-09-19 01:12:00 -07:00
Tom Robinson 96b1dbdb60 Missing imports in AppKit.j, and misplaced comma in CPSlider 2008-09-18 23:47:50 -07:00
Francisco Ryan Tolmasky I ebcee1154e Merge branch 'master' of git@github.com:280north/cappuccino 2008-09-18 22:48:40 -07:00
Francisco Ryan Tolmasky I ae6e3f2c47 Added coding support for tags to CPView and nib2cib.
Reviewed by me.
2008-09-18 22:47:15 -07:00
Ross Boucher f9e6cf3da9 Fix infinite loop in CPTextField, add selectText:
[#55 state:resolved]
2008-09-18 16:38:41 -07:00
Ross Boucher 08d0dfd190 Remove the alert that was added. 2008-09-18 15:55:12 -07:00
Tom Robinson 0ee572c094 CPSplitView updated to draw dividers in drawDividerInRect, and use it's own runloop.
[#50 state:resolved responsible:tlrobinson]
[#51 state:resolved responsible:tlrobinson]
2008-09-18 00:46:05 -07:00
Francisco Ryan Tolmasky I d6b4ebaa30 Significant improvements to cib support and nib2cib.
Reviewed by rossco.
2008-09-17 23:56:55 -07:00
Ross Boucher 334776df12 Various fixes to support creating images with specifying the size upfront.
[#41 milestone:0.5.2 state:resolved];
[#20 milestone:0.5.2 state:resolved];
2008-09-17 22:45:32 -07:00
Tom Robinson dbc0999f66 CPSplitView initial commit
Reviewed by Francisco

[#46 state:resolved responsible:tlrobinson]
2008-09-17 22:37:59 -07:00
Ross Boucher 53d4a714e2 Fix for requiring delegate methods (#36), and for JSONP not calling the run loop.
[#36 state:resolved];
2008-09-17 18:59:30 -07:00
Ross Boucher 3dd3a8733b Add CPViewAutoresizingMasks to the documentation. 2008-09-17 17:03:51 -07:00
Ross Boucher 0b81dd718c Add isEditable to the list of encoded attributes on CPTextField.
reviewed by Francisco.
2008-09-17 16:26:05 -07:00
Ross Boucher fcc4d34098 remove cplog 2008-09-17 16:21:21 -07:00
Ross Boucher 323c6342d8 Fix for the last commit, where null values were displayed as n instead of an empty string. 2008-09-17 16:19:54 -07:00
Ross Boucher 6a6348e841 Fix the "additional items" button in the toolbar to not be bordered. 2008-09-17 16:06:35 -07:00
Ross Boucher bf9ffb8a95 Add missing setX and X methods on CPControl.
Moved the logic for setStringValue to setObjectValue on CPTextField.
Now, all setX's call setObject.  We store native objects, and cast
to the appropriate type in the getter methods.
2008-09-14 13:40:58 -07:00
Francisco Ryan Tolmasky I 95e5a7430a Fix for nib2cib not working, README updates.
[#32 state:resolved]

reviewed by tom.
2008-09-13 14:27:18 -07:00
Tom Robinson 6c7ee733fc Initial commit of CPWebView 2008-09-13 01:07:22 -07:00
Ross Boucher 25f22d8fc8 Fix typo in CPSegmentedControl.
[#33 state:resolved]
2008-09-12 11:54:52 -07:00
Ross Boucher 398b284910 Better key support for plainview, chrome, and older versions of Safari. 2008-09-11 00:57:07 -07:00
Ross Boucher 8c237c5f8e Document hitTest in CPView.
http://cappuccino.lighthouseapp.com/projects/16499/tickets/24--hittest-isnt-documented-in-cpview

[#24 state:resolved]
2008-09-10 21:47:57 -07:00
Francisco Ryan Tolmasky I e1fefd1018 Fixing merge conflicts.
Merge branch 'master' into merge_branch

Conflicts:
	AppKit/CPView.j
2008-09-10 20:48:10 -07:00
Francisco Ryan Tolmasky I 5618b628cf Modernized CPView drawing.
Fix for http://cappuccino.lighthouseapp.com/projects/16499-cappuccino/tickets/31-make-cpview-use-run-loop-drawing.
Fix for http://cappuccino.lighthouseapp.com/projects/16499/tickets/28-drawrect-is-called-twice.

[#31 state:resolved]
[#28 state:resolved]

Reviewed by Tom.
2008-09-10 20:26:36 -07:00
Ross Boucher 62e44d3d12 Merging conflict
Merge branch 'master' into merge_branch

Conflicts:
	AppKit/Cib/CPCustomView.j
2008-09-10 16:46:32 -07:00
Ross Boucher a40fbd7961 Add the first draft of documentation inline. 2008-09-10 15:11:37 -07:00
Francisco Ryan Tolmasky I 2e361b447d Merge branch 'master' of git@github.com:280north/cappuccino 2008-09-09 14:58:37 -07:00
Francisco Ryan Tolmasky I 4a858cda3e Fix for http://cappuccino.lighthouseapp.com/projects/16499/tickets/30-make-nib2cib-work-with-new-build-system#ticket-30-1.
[#30 state:resolved]

Reviewed by tom.
2008-09-09 14:57:53 -07:00
Tom Robinson ca85476d75 Fixed two incorrect and missing methods in CGContextCanvas
Reviewed by Francisco
2008-09-09 03:31:43 -07:00
Ross Boucher c25005de43 Add a missing line in CPWindow.j.
[#26 state:resolved]
2008-09-08 22:51:00 -07:00
Ross Boucher 1d5b9e6b7d Stop catching all command keys, instead set up a blacklist of keys to stop.
[#19 state:resolved]
2008-09-08 20:09:00 -07:00
Francisco Ryan Tolmasky I d31ddcbe2e Added CPSecureTextField import to AppKit.j.
Reviewed by me.
2008-09-08 19:57:45 -07:00
Francisco Ryan Tolmasky I 80dffdec14 Fix for http://cappuccino.lighthouseapp.com/projects/16499-cappuccino/tickets/27-cpsecuretextfield.
[#27 state:resolved]

Reviewed by me.
2008-09-08 12:56:10 -07:00
Will Larson c5415eae05 In attempt to mimic existing code, inadvertantly mimicked too much. Removing unnecessary lines. 2008-09-07 10:35:17 -04:00
Will Larson b1c99a5f0a Added placeholder and setPlaceholder methods to CPTextField, to facilitate displaying placeholder text for textfields before user has entered text. May want to consider changing text color while displaying placeholder text. 2008-09-07 09:43:28 -04:00
Francisco Ryan Tolmasky I 2c3ac4c1c3 Removed CPHUDSlider class. It is legacy code.
Reviewed by me.
2008-09-07 02:57:39 -07:00