Commit Graph
755 Commits
Author SHA1 Message Date
Ross Boucher a138e9bde4 Merge branch '0.7b' of git@github.com:280north/cappuccino into 0.7b 2009-04-14 16:19:48 -07:00
Ross Boucher 822a4310cd Add support for key views and tabbing 2009-04-14 16:11:51 -07:00
Francisco TolmaskyandRoss Boucher d0399eb902 Fixed a bug where placeholder state was not updated correctly.
Reviewed by me.
2009-04-14 16:11:51 -07:00
Tom Robinson 86b780aa2e Add Build to gitignore 2009-04-14 15:55:41 -07:00
Ross Boucher db6c70215a Next key view support, plus text field support 2009-04-14 15:40:12 -07:00
Francisco Tolmasky c55e1ac99c Fixed a bug where placeholder state was not updated correctly.
Reviewed by me.
2009-04-14 15:29:37 -07:00
Ross Boucher a60ce80141 Merge branch '0.7b' of git@github.com:280north/cappuccino into 0.7b 2009-04-14 01:32:58 -07:00
Ross Boucher acb1929b49 Add default button style 2009-04-14 01:32:14 -07:00
Francisco Tolmasky 1ab9170a9b Merge branch '0.7b' into 0.7b-integration 2009-04-14 00:26:05 -07:00
Francisco Tolmasky 0e8e725f59 Fix for all ObjJ methods showing up as anonymous functions in Safari profiler.
[#266 state:resolved]

Reviewed by me.
2009-04-14 00:21:16 -07:00
Ross Boucher 0c63a5aba4 Add defaultButton to CPWindow, set up default key bindings 2009-04-13 21:22:32 -07:00
Ross Boucher 831bbef9e1 First take of new CPSecureTextField. Known issues in IE. 2009-04-13 14:33:27 -07:00
Ross Boucher 6b7c610676 Fix a bug in CPColorPanel where the color would jump around on the wheel picker. 2009-04-09 18:01:31 -07:00
Ross Boucher 092a6b922e disabled this performance test for the moment, to fix the build. 2009-04-09 15:07:39 -07:00
Ross Boucher f2ced978c9 methodForSelector: should return the implementation, not the method object (per Cocoa docs). 2009-04-09 15:07:19 -07:00
Ross Boucher 213c70e00d Modify CPAttributedString test to treat undefined and null as equal. I believe it must work this way, worth verifying. 2009-04-09 15:00:00 -07:00
Ross Boucher dc014e9b1d Print the test output if the build fails 2009-04-09 13:18:04 -07:00
Ross Boucher 417f5c3f0f Add failing builds when tests fail 2009-04-09 13:11:41 -07:00
Ross Boucher 5365d1d1fd a few UI tweaks in the color panel 2009-04-07 01:12:02 -07:00
nciagraandRoss Boucher 9c0777991b Added CPMenuBarHighlightColor, CPMenuBarHighlightTextColor and CPMenuBarHighlightTextShadowColor to CPMenuBarAttributes. 2009-04-07 00:54:12 -07:00
nciagraandRoss Boucher c61ba5f050 Added setActivateColor: and setActivateShadowColor: to _CPMenuItemView. 2009-04-07 00:54:03 -07:00
nciagraandRoss Boucher e10445807c Fix for CPTabView not having its bezel drawn before being added as a subview. 2009-04-06 22:26:25 -07:00
nciagraandRoss Boucher 3bc50c1c3b Allow _CPWindowView to set its own toolbarItem labelShadowColor. 2009-04-06 21:19:46 -07:00
Ross Boucher 15b383886e Adding support for shadows in the title bar. 2009-04-05 16:00:42 -07:00
Ross Boucher 91d1ba6713 Additional fix for hasVerticalScroller. 2009-04-05 13:54:10 -07:00
Rich CollinsandRoss Boucher 4cb516d8b1 deref CPImage from dom image to prevent memory leak 2009-04-04 22:44:21 -07:00
nciagraandRoss Boucher ecee86cc6d Added allowsEmptySelection to CPCollectionView. 2009-04-04 22:43:08 -07:00
Thomas BalthazarandRoss Boucher 5500792ed3 [#243 state:resolved] : Error in CPTabView.indexOfTabViewItemWithIdentifier 2009-04-04 22:41:12 -07:00
Ross Boucher 51b0231f68 Cached +color returned colors so we create fewer objects in most apps. 2009-04-04 22:34:59 -07:00
Ross Boucher b55140d50a Add isEqual: to CPColor. 2009-04-04 22:34:42 -07:00
Ross Boucher 43af999d41 Add autoscroll: support to CPView, CPClipView, and the dragging server (which may not be generic enough) 2009-04-04 22:16:24 -07:00
Jesse RossandRoss Boucher 64b41ffb8e Added initial documentation for CPFlashMovie 2009-04-04 16:13:19 -07:00
Ross Boucher 0e8bf56284 Removing git submodules. 2009-04-04 16:10:54 -07:00
Ross Boucher f2c9719c23 Merge branch '0.7b' of git@github.com:280north/cappuccino into 0.7 2009-04-04 15:44:25 -07:00
Ross Boucher fb3ddb035c Typo in objj_dictionary exposes accidental global. 2009-04-04 15:43:52 -07:00
Francisco Tolmasky 390208d16a Fixed a bug where registerForDraggedTypes: replaced current drag types instead of appending to them.
Reviewed by me.
2009-03-27 17:32:53 -07:00
Ross Boucher 4963f8401a Merge branch '0.7b' of git@github.com:280north/cappuccino into 0.7 2009-03-27 17:02:21 -07:00
Francisco Tolmasky 9ce20d50ac Fix for drag and drop being broken.
Reviewed by me.
2009-03-27 15:29:53 -07:00
Ross Boucher 717781655f Support CPImageOverlaps mode for _CPImageAndTextView 2009-03-27 11:27:08 -07:00
Tom Robinson 4ffed5edf2 CPTableView binary search fixes 2009-03-26 17:35:52 -07:00
Francisco Tolmasky 21ab1b7e06 Textfields are a little better -- still more work required for Firefox/IE.
Reviewed by me.
2009-03-26 13:17:26 -07:00
tlrobinson e07c98b418 nib2cib NSColor colorspace 3 and 4 fix 2009-03-26 12:54:46 -07:00
Ross Boucher 20eaf1455d Change the color panel to use the standard window theme. 2009-03-26 02:14:47 -07:00
Ross Boucher 6e75a13a90 Print detailed usage on capp 2009-03-25 21:03:47 -07:00
tlrobinson d970bd5830 Update ojunit 2009-03-25 18:19:32 -07:00
tlrobinson 2652ece827 Submodules task and subrake check 2009-03-25 18:17:14 -07:00
tlrobinson 5b95ff5ff3 Added ojunit as a submodule 2009-03-25 17:02:29 -07:00
Ross Boucher 50ed22c63c [#247 state:resolved milestone:0.7] 2009-03-25 02:59:53 -07:00
Ross Boucher e0af565824 [#218 state:resolved milestone:0.7] 2009-03-25 02:56:53 -07:00
Ross Boucher b96285a56c Merge branch '0.7b' of git@github.com:280north/cappuccino into 0.7 2009-03-25 02:52:55 -07:00