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 |
|
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
|
b457119925
|
Added shadow drawing styles.
Reviewed by me.
|
2009-10-25 23:11:00 -07:00 |
|
 Randall LueckeandRoss Boucher
|
b5cdcec004
|
fixed CPSearchField search and cancel buttons so they stay positioned correctly when resized.
|
2009-10-25 19:17:01 -07:00 |
|
 Randall LueckeandRoss Boucher
|
86d5ea6c64
|
made sheet 10 percent transparent to match Cocoa sheets.
|
2009-10-25 19:10:15 -07:00 |
|
 Randall LueckeandRoss 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
|
24c6f0ec9f
|
Fix for broken menu sizing.
Closes #308.
Reviewed by me.
|
2009-10-25 15:32:42 -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 |
|
 saikatandRoss Boucher
|
ee8fef4e85
|
Fixes to autosizing behavior for CPMenu - closes issue #270
|
2009-10-22 10:08:56 -07:00 |
|
 saikatandRoss Boucher
|
e6d1753e74
|
Fixed issue with selectText in CPTextField. Closes issue #295
|
2009-10-22 10:07:06 -07:00 |
|
 Seth BuntinandRoss 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
|
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 |
|
Francisco Ryan Tolmasky I
|
6076185da7
|
Added application activation.
Reviewed by me.
|
2009-10-18 17:35:53 -07:00 |
|
Francisco Ryan Tolmasky I
|
fce91c7ad3
|
Cleanuped up open/save panel.
Reviewed by me.
|
2009-10-17 10:00:50 -07:00 |
|
Ross Boucher
|
385bec7400
|
Corrects a style issue.
|
2009-10-16 15:22:12 -07:00 |
|
 Andreas FalkandRoss Boucher
|
41cb21cd0f
|
Made CPCollectionView encode and decode the isSelectable property to the cib
|
2009-10-16 14:38:48 -07:00 |
|
 Andreas FalkandRoss Boucher
|
c7520593da
|
Added getter for isSelectable and removed the getter for isSelected
|
2009-10-16 14:38:23 -07:00 |
|
Ross Boucher
|
666ac4acd1
|
Added test for 09858caaedfdc9211b7ee7355e104890b67d0d5e
Conflicts:
Tests/AppKit/CPCollectionViewTest.j
|
2009-10-16 14:37:58 -07:00 |
|
 Andreas FalkandRoss Boucher
|
ea15b247d3
|
Made the item prototype test in the CPCollectionView test check for identity instead of equality
|
2009-10-16 14:34:49 -07:00 |
|
Ross Boucher
|
ea252323d2
|
Cleaned up the test to better fit the xUnit standard
Conflicts:
Tests/AppKit/CPCollectionViewTest.j
|
2009-10-16 14:34:35 -07:00 |
|
tlrobinson
|
42775cb152
|
Limit tests to those that end with *Test.j
|
2009-10-16 13:29:40 -07:00 |
|
tlrobinson
|
f925585475
|
Fixed objj command line importing.
|
2009-10-16 13:29:22 -07:00 |
|
Ross Boucher
|
f2e95f7e63
|
Fix a broken import which caused all tests to fail.
|
2009-10-15 23:27:15 -07:00 |
|
 Seth BuntinandRoss Boucher
|
3055522645
|
implement CPDictionary Tests
|
2009-10-15 20:53:21 -07:00 |
|
Francisco Ryan Tolmasky I
|
4a8a205ae2
|
Merge branch 'master' into desktop
|
2009-10-15 19:48:43 -07:00 |
|
Tom Robinson
|
1691b6f07e
|
Update externals (browserjs suppress warnings, narwhal file module fixes).
|
2009-10-15 19:35:52 -07:00 |
|
Francisco Ryan Tolmasky I
|
22578c3650
|
Merge branch 'master' into desktop
|
2009-10-15 19:05:55 -07:00 |
|
Ross Boucher
|
f5d05a7c93
|
Change file encodings.
|
2009-10-15 16:59:19 -07:00 |
|
Ross Boucher
|
1c4f11c1d2
|
A few style fixes for the new CPDataTest
|
2009-10-15 11:00:30 -07:00 |
|
 Seth BuntinandRoss Boucher
|
e57e7cbbc5
|
remove unused import
|
2009-10-15 10:54:06 -07:00 |
|
 Seth BuntinandRoss Boucher
|
97cfb5c1f9
|
clean up to follow style guidelines
|
2009-10-15 10:53:58 -07:00 |
|
 Seth BuntinandRoss Boucher
|
9d7ba990a8
|
add dataWithPlistObject test CPDataTest
|
2009-10-15 10:53:52 -07:00 |
|
 Seth BuntinandRoss Boucher
|
cac6204a96
|
add tests for CPData.j
|
2009-10-15 10:53:42 -07:00 |
|
Francisco Ryan Tolmasky I
|
b7f41c104c
|
Merge branch 'master' into desktop
|
2009-10-14 14:05:50 -07:00 |
|
Tom Robinson
|
5e658354ab
|
Fixes for objj on narwhal-jsc plus Externals update.
|
2009-10-13 13:31:46 -07:00 |
|
Francisco Ryan Tolmasky I
|
46d452be5e
|
Merge branch 'master' into desktop
|
2009-10-10 12:20:22 -04:00 |
|
 Ross BoucherandFrancisco Ryan Tolmasky I
|
2338ca2fa2
|
Add support for minimization.
|
2009-10-10 12:20:02 -04:00 |
|
Ross Boucher
|
2900163644
|
Fixes bug in CPAnimation where certain ivars were not initialized correctly.
Closes #287.
|
2009-10-09 14:30:56 -07:00 |
|
Francisco Ryan Tolmasky I
|
e90f0188c3
|
Merge branch 'master' into desktop
|
2009-10-09 11:16:51 -04:00 |
|
 Jake MacMullinandRoss Boucher
|
e125139777
|
Fixed a bug where the CPAlert was being displayed with black text on a black background if the styleMask was set to 'CPHUDBackgroundWindowMask' and something else. #220
|
2009-10-09 00:06:44 -07:00 |
|
 Nicholas SmallandRoss Boucher
|
bc6f168afa
|
Added some designated initializers to AppKit.
|
2009-10-09 00:03:52 -07:00 |
|