Ross Boucher
95b9ea336b
Merge branch 'master' of git@github.com:280north/cappuccino
2009-10-28 00:12:29 -07:00
Ross Boucher
ba84e6d3e2
Support for sendsActionOnEndEditing in CPControl. Only works for textfields right now.
2009-10-28 00:12:03 -07:00
Ross Boucher
22c248454e
Fix for the fact that bundles are not encodable in the last commits.
2009-10-28 00:11:42 -07:00
Tom Robinson
42611f3a84
Missing GET_FILE import.
2009-10-28 00:07:23 -07:00
Tom Robinson
d7b778e8ac
Improved capp gen frameworks installing
2009-10-27 23:39:41 -07:00
Francisco Ryan Tolmasky I
1be9d6816e
Cleanup, and added deploy task.
...
Reviewed by me.
2009-10-27 22:23:37 -07:00
Justin Mecham and Ross Boucher
d263c74d5d
Added support for archiving NSTitle and NSNibBundleIdentifier from the View Controller palette for NSViewControllers.
2009-10-27 20:49:35 -07:00
Justin Mecham and Ross Boucher
25634a66cb
Added support to nib2cib for specifying the "Nib Name" property of the View Controller palette to enable view controller initialization from cibs.
2009-10-27 20:49:18 -07:00
Justin Mecham and Ross Boucher
228e801c91
Fixed the class name for archiving CPViewControllers (was CPCollectionView).
2009-10-27 20:49:03 -07:00
Francisco Ryan Tolmasky I
abc715facb
Added --force to tusk install.
...
Reviewed by me.
2009-10-27 19:02:33 -07:00
Ross Boucher
a0a81be042
Add support for reviewing unsaved documents before application termination.
2009-10-27 18:44:09 -07:00
Francisco Ryan Tolmasky I
64948053df
Merge branch 'master' into jake
...
Conflicts:
Tools/capp/Generate.j
2009-10-27 18:41:19 -07:00
Ross Boucher
039de1b6e8
Merge branch 'master' of git@github.com:280north/cappuccino
2009-10-27 17:40:01 -07:00
Tom Robinson
b050559532
Improved capp gen. Don't blow away entire Frameworks directory with --force, just Objj/Foundation/AppKit.
2009-10-27 17:38:31 -07:00
Ross Boucher
064a062cd8
Merge branch 'master' of git@github.com:280north/cappuccino
2009-10-27 17:37:38 -07:00
Ross Boucher
b2d994bd66
Adds support for warning before closing documents that have unsaved changes.
...
Includes changes to the multiple documents per window controller stuff.
2009-10-27 17:36:46 -07:00
Francisco Ryan Tolmasky I
315e0eac0c
Removed remaining references to full bridge in window template.
...
Reviewed by me.
2009-10-27 14:55:06 -07:00
Ross Boucher
06eac3e79b
Merge branch 'master' of git@github.com:280north/cappuccino
2009-10-26 23:20:29 -07:00
Ross Boucher
9e825ea62e
Add close to CPDocument
2009-10-26 23:20:05 -07:00
Francisco Ryan Tolmasky I
d8249b6035
Merge branch 'master' of git@github.com:280north/cappuccino
2009-10-26 22:44:52 -07:00
Francisco Ryan Tolmasky I
7b14f41cd8
Added CGRectNull support to CGRectUnion.
...
Reviewed by me.
2009-10-26 22:43:51 -07:00
Ross Boucher
4bb4d6cd62
Merge branch 'master' of git@github.com:280north/cappuccino
2009-10-26 22:19:23 -07:00
Ross Boucher
82404265fb
Warn when closing an unsaved document.
2009-10-26 22:18:58 -07:00
Francisco Ryan Tolmasky I
9ee71e762c
Added install call, stil won't work until parallel changes take place in tusk.
...
Reviewed by me.
2009-10-26 18:09:05 -07:00
Francisco Ryan Tolmasky I
d52aa1575e
Merge branch 'master' into jake
2009-10-26 18:08:46 -07:00
Tom Robinson
717c8520b4
Use MAX instead of Math.max
2009-10-26 16:53:13 -07:00
Tom Robinson
76edc4f914
Use Array(n).join(ch) trick for strings of identical chars
2009-10-26 16:47:09 -07:00
Francisco Ryan Tolmasky I
66b447de7b
Stopped CPWindowController from setting self as next responder of CPDocument. Fixes issue with multi-document windows not sending saveDocument to focused document.
...
Reviewed by me.
2009-10-26 16:00:47 -07:00
Francisco Ryan Tolmasky I
afaa816d5c
More clean/clobber fixes.
...
Reviewed by me.
2009-10-26 03:28:36 -07:00
Francisco Ryan Tolmasky I
13e88c6295
Merge branch 'master' into jake
2009-10-26 02:12:07 -07:00
Francisco Ryan Tolmasky I
b6cf4ad0a4
1. Added clean and clobber functionality to bundletask.
...
2. Prepared Foundation and Appkit for clean and clobber
3. Placed built-necessary requires in bundletask in the calling functions so that it can be included without being built for clean and clobber.
4. Made common.jake include unbuilt CommonJS files if built ones aren't present.
Reviewed by me.
2009-10-26 02:10:25 -07:00
Francisco Ryan Tolmasky I
b457119925
Added shadow drawing styles.
...
Reviewed by me.
2009-10-25 23:11:00 -07:00
Randall Luecke and Ross Boucher
b5cdcec004
fixed CPSearchField search and cancel buttons so they stay positioned correctly when resized.
2009-10-25 19:17:01 -07:00
Randall Luecke and Ross Boucher
86d5ea6c64
made sheet 10 percent transparent to match Cocoa sheets.
2009-10-25 19:10:15 -07:00
Randall Luecke and Ross Boucher
424611e7c7
fixed frameRectForContentRect:styleMask: so the styleMask argument is actually used and the method no longer outputs an error when called
2009-10-25 19:09:15 -07:00
Ross Boucher
de920e959a
Fix for updating table column header views after they are initially loaded.
2009-10-25 18:49:49 -07:00
Ross Boucher
9ab75eb662
Fixes a type which was causing columnWithIdentifier: in CPTableView to be broken.
2009-10-25 17:41:45 -07:00
Francisco Ryan Tolmasky I
4870ac86ef
Merge branch 'master' into jake
2009-10-25 15:34:50 -07:00
Francisco Ryan Tolmasky I
24c6f0ec9f
Fix for broken menu sizing.
...
Closes #308 .
Reviewed by me.
2009-10-25 15:32:42 -07:00
Francisco Ryan Tolmasky I
250ceb69f4
Merge branch 'master' into jake
2009-10-25 11:03:20 -07:00
Francisco Ryan Tolmasky I
0561f69c86
Made cancelTracking send a close menu event so that it doesn't behave passively.
...
Reviewed by me.
2009-10-22 19:58:34 -07:00
Ross Boucher
341eddb9f9
Fixes a tab view bug with removing tabs.
...
Closes #274 .
Kudos go to jtietema for tracking down the bug.
2009-10-22 10:20:14 -07:00
saikat and Ross Boucher
ee8fef4e85
Fixes to autosizing behavior for CPMenu - closes issue #270
2009-10-22 10:08:56 -07:00
saikat and Ross Boucher
e6d1753e74
Fixed issue with selectText in CPTextField. Closes issue #295
2009-10-22 10:07:06 -07:00
Seth Buntin and Ross Boucher
891d2a28c1
implement CPException tests
2009-10-22 10:05:58 -07:00
Francisco Ryan Tolmasky I
0af70c04a0
Fixed a bug where windows would not become visible again after closing their platform windows.
...
Reviewed by me.
2009-10-21 21:01:49 -07:00
Francisco Ryan Tolmasky I
efaff96168
Consolidate with browser branch.
...
Reviewed by me.
2009-10-19 16:52:19 -07:00
Francisco Ryan Tolmasky I
6fc02623df
Merge branch 'desktop' into jake
...
Conflicts:
Objective-J/CommonJS/objective-j/lib-js/objective-j.js
2009-10-18 17:40:13 -07:00
Francisco Ryan Tolmasky I
a27f104a63
Merge branch 'master' into desktop
2009-10-18 17:37:55 -07:00
Francisco Ryan Tolmasky I
9838bbf084
Merge branch 'master' of git@github.com:280north/cappuccino
2009-10-18 17:36:31 -07:00