Commit Graph
77 Commits
Author SHA1 Message Date
Francisco Ryan Tolmasky I 0ac0a84b18 Fix for CPSplitView indents its subviews by frame.origin.
[#106 state:resolved]

Reviewed by me.
2008-10-16 05:39:28 -07:00
Ross Boucher 59b7c55ba2 Else protecting dom opacity access. 2008-10-13 20:11:22 -07:00
Ross Boucher 0997042dcd Performance improvement in CPView setAlphaValue: 2008-10-13 19:49:53 -07:00
Ross Boucher 5404b0bbfa style guide fix 2008-10-09 23:19:00 -07:00
Ross Boucher c2b1130e23 Fix for setStringValue on CPTextField being broken if first responder.
First commit by Nick Takayama! Thanks!

[#100 state:resolved]
2008-10-09 23:15:18 -07:00
Francisco Ryan Tolmasky I 7e28bbeee9 Merge branch 'master' of git@github.com:280north/cappuccino 2008-10-06 17:38:14 -07:00
Francisco Ryan Tolmasky I 4d39466f14 Fix for CPScrollView performance issue.
[#93 state:resolved]

Reviewed by ross.
2008-10-06 17:37:27 -07:00
Ross Boucher 358251ec44 Fix for #92 - CPColor colorWithHexString should accept lowercase strings
[#92 state:resolved]
2008-10-06 15:45:26 -07:00
tlrobinson 1fc253d943 CPCollectionView -shouldAllowMultipleSelection typo
[#91 state:resolved responsible:tlrobinson]
2008-10-06 10:29:54 -07:00
Tom Robinson b1c8265f4c Changed "steam" to "steam build" and added "steam create"
Updated ant scripts to reflect steam changes.
Minor update to objj
2008-10-05 20:00:31 -07:00
Francisco Ryan Tolmasky I 6b6a6a6f1d Fix for split view in IE.
Reviewed by tom.
2008-10-05 15:09:50 -07:00
Francisco Ryan Tolmasky I ac4faf3a4c Fix for scrollers not updating properly.
[#35 state:resolved]

Reviewed by ross.
2008-10-04 16:20:45 -07:00
Francisco Ryan Tolmasky I 344d2eb78c Further fix for toolbar item sizing.
Reviewed by me.
2008-10-03 13:46:05 -07:00
Francisco Ryan Tolmasky I cbcd3bbbb6 Fix for toolbar item minsize/maxsize mismatch.
[#85 state:resolved]

Reviewed by ross.
2008-10-03 13:15:14 -07:00
Francisco Ryan Tolmasky I 3a50d3562f Added separator to toolbar and made centering work within toolbar.
Fix for http://cappuccino.lighthouseapp.com/projects/16499/tickets/57-no-way-to-center-or-move-identifiers-inside-a-toolbar

[#57 state:resolved]

Reviewed by ross.
2008-10-02 14:36:09 -07:00
Francisco Ryan Tolmasky I 77dae63cb9 Updated -displayName to return the lastpathcomponent of fileURL when available.
Reviewed by tom.
2008-10-01 23:57:47 -07:00
Francisco Ryan Tolmasky I a789ccb431 Further fix for "Respond to page up/down in CPScrollView".
Reviewed by me.
2008-10-01 00:11:29 -07:00
Ross Boucher 01177a7e02 Fix keys conflict in CPDictionary
[#77 state:resolved]
2008-09-30 17:29:56 -07:00
Ross Boucher bbc6ef7602 Respond to page up/down in CPScrollView 2008-09-30 17:29:19 -07:00
Ross Boucher e9befe9084 Merge branch 'master' of git@github.com:280north/cappuccino 2008-09-30 15:22:30 -07:00
Ross Boucher 8c1b217c7a make #debug work in urls for registering cplog 2008-09-30 15:21:47 -07:00
Tom Robinson caf26373c7 Missing DOM protection to work with press 2008-09-30 03:34:26 -07:00
Ross Boucher 40a647f80c Fix the messed up misalignment in editable text fields. 2008-09-29 13:28:39 -07:00
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