Randall Luecke
a2d3723c7a
Merge branch 'jake-table' into jake
2010-02-01 02:38:32 -05:00
Randall Luecke
ecb88a87ad
Added proper grid drawing for highlighted rows. Closing issues #369 Also fixing bug where top row would not draw its background when clipped
2010-02-01 02:33:04 -05:00
Ross Boucher
3f2813932a
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-31 23:07:11 -08:00
Ross Boucher
c2223e3942
Closes #429 . This should actually resolve the issue by simply removing the potential race condition entirely.
2010-01-31 23:06:23 -08:00
Randall Luecke
2dc0839d36
Fixed bug where CPButtonBar would not display anything until resized. Closes issue #151 .
2010-02-01 00:58:30 -05:00
Tom Robinson
97ef1d1781
Added persistent history to objj repl.
2010-01-31 19:41:58 -08:00
Francisco Ryan Tolmasky I
e64a9a7ab9
Fix for objj command line tool not working.
...
Reviewed by me.
2010-01-31 18:36:36 -08:00
Francisco Ryan Tolmasky I
d4f3f83212
Fix for nib2cib not working with new loader.
...
Reviewed by me.
2010-01-31 17:28:51 -08:00
Randall Luecke
1488f3ed58
Merge branch 'jake' of git://github.com/280north/cappuccino into jake
2010-01-31 19:02:20 -05:00
Randall Luecke
26945bde42
Removed commented out code and fixed a bug where the pressed state was still set when you drag the mouse from outside the bounds of the header and let go.
2010-01-31 18:58:32 -05:00
Ross Boucher
c911dd8aa6
Slight order change. This really should not matter.
2010-01-31 15:37:06 -08:00
Ross Boucher
1c81e0eee0
Closes #429 . Doesn't necessarily address the root cause however.
...
The problem stems from a bug in Safari which is allowing callbacks
to interrupt running code (which should be impossible in JavaScript).
The change essentially makes it so that in the case where this happens,
which is rare, we'll end up accidentally creating an extra iframe.
This isn't ideal, but it also isn't harmful, versus the current
situation where code will simply break.
2010-01-31 15:13:07 -08:00
Ross Boucher
5366713790
Closes #429 . Doesn't necessarily address the root cause however.
...
The problem stems from a bug in Safari which is allowing callbacks
to interrupt running code (which should be impossible in JavaScript).
The change essentially makes it so that in the case where this happens,
which is rare, we'll end up accidentally creating an extra iframe.
This isn't ideal, but it also isn't harmful, versus the current
situation where code will simply break.
2010-01-31 15:07:23 -08:00
Ross Boucher
e9940d060a
Merge branch 'loader' of git@github.com:280north/cappuccino into loader
2010-01-31 14:01:32 -08:00
Ross Boucher
605e905f3e
Missing a local assignment of the task variable in one of our jake additions. Causes failures on non cappuccino builds.
2010-01-31 14:00:12 -08:00
cacaodev and Randall Luecke
11d30566bf
CPTableHeaderView: change background in -layoutSubviews instead of -setThemeState: ; Added a CPThemeStatePressed used privately, makes things easier for custom headers
2010-01-31 16:31:25 -05:00
Francisco Ryan Tolmasky I
0942f9fac3
Replaced instances of non-compressable words.
...
Reviewed by me.
2010-01-31 13:14:51 -08:00
Francisco Ryan Tolmasky I
7b303b6529
Removed unused functions.
...
Reviewed by me.
2010-01-31 12:48:26 -08:00
Ross Boucher
6a9040989d
Merge branch 'jake' into loader
2010-01-31 12:32:41 -08:00
Ross Boucher
840e9c7671
When removing an item from the collection view, we now unconditionally unhighlight it.
...
We also reapply highlights after reloading finishes.
Closes #248 .
2010-01-31 12:29:38 -08:00
Randall Luecke
1d9e2f8169
Changed drawn gradients to aristo art.
2010-01-31 01:55:45 -05:00
Francisco Ryan Tolmasky I
8c9f302b67
Added debug stuff.
...
Reviewed by me.
2010-01-30 21:08:18 -08:00
Ross Boucher
44f23cd8ac
Merge branch 'loader' of git@github.com:280north/cappuccino into loader
2010-01-30 19:24:47 -08:00
Ross Boucher
c88f781509
Fix for Cib connections not being available in IE.
2010-01-30 19:23:45 -08:00
Francisco Ryan Tolmasky I
3dc578d585
Fix for using setTimeout instead of setNativeTimeout and assuming bundled directories are themselves not bundles.
...
Reviewed by me.
2010-01-30 19:11:12 -08:00
Francisco Ryan Tolmasky I
238d8ff0be
Merge branch 'jake' into loader
2010-01-30 18:09:17 -08:00
Francisco Ryan Tolmasky I
ca5dd0071c
Various IE fixes.
...
Reviewed by me.
2010-01-30 18:08:19 -08:00
cacaodev and Randall Luecke
86fa759f9f
CPTableHeaderView.j: Gradient headers for canvas capable browsers | Bg images for others. Column selection with pressed state.
...
AppController.j: Modified left table in TestTable to test column selection.
CPTableView.j: Added missing ivar; Fixed -deselectRow|Column:
2010-01-30 13:05:48 -05:00
Francisco Ryan Tolmasky I
0bcf8a6626
Trailing comma fix.
...
Reviewed by me.
2010-01-30 01:14:32 -08:00
Francisco Ryan Tolmasky I
d735cd98e7
Fix for FireFox not working.
...
Reviewed by me.
2010-01-30 00:35:59 -08:00
Francisco Ryan Tolmasky I
e25a550d3f
Merge branch 'cheese' into loader
2010-01-29 22:33:32 -08:00
Francisco Ryan Tolmasky I
8a2206656d
Fix for responseXML not working correctly from remote.
...
Reviewed by me.
2010-01-29 22:31:34 -08:00
Ross Boucher
ac68d670a2
Slight error in the sizing for the previous progress bar commit
2010-01-29 22:11:43 -08:00
Ross Boucher
e6539bbed5
MHTML cache testing
2010-01-29 22:11:18 -08:00
Ross Boucher
9db0694677
Remove unused images.
2010-01-29 21:45:03 -08:00
Francisco Ryan Tolmasky I
a4d73330cc
Data URLs.
...
Reviewed by me.
2010-01-29 21:43:23 -08:00
Francisco Ryan Tolmasky I
ea6a983e9b
Merge branch 'jake' of git@github.com:280north/cappuccino into loader
2010-01-29 17:53:36 -08:00
Francisco Ryan Tolmasky I
79cd8603a2
Removed now unecessary CommonJS files.
...
Reviewed by me.
2010-01-29 16:37:53 -08:00
Francisco Ryan Tolmasky I
02cb054b71
Removed unused plist file.
...
Reviewed by me.
2010-01-29 16:21:27 -08:00
Ross Boucher
007cfd589f
Merge branch 'jake' of git@github.com:280north/cappuccino into jake
2010-01-29 15:18:10 -08:00
Ross Boucher
90d24fd6bf
Temporary update for progress indicators for 0.8
2010-01-29 15:17:21 -08:00
Francisco Ryan Tolmasky I
4b7310d0cb
More consistent naming scheme.
...
Reviewed by me.
2010-01-29 15:16:22 -08:00
Francisco Ryan Tolmasky I
59660032e1
nib2cib fixes.
...
Reviewed by me.
2010-01-29 13:22:44 -08:00
Francisco Ryan Tolmasky I
d9c47ec763
Updated environments and removed environment collections. Also creates separate files for different forms of spriting.
...
Reviewed by me.
2010-01-29 10:54:47 -08:00
Klaas Pieter Annema
a18ea750a6
Fixed a bug where CPOutlineView would not call super's implementation of selectRowIndexes:byExtendingSelection:
2010-01-29 18:01:46 +01:00
Klaas Pieter Annema and Randall Luecke
c423411639
made sure CPControl's trackMouse: doesn't eat mouse events when the tableview is in a drag session #431
2010-01-29 11:36:13 -05:00
Francisco Ryan Tolmasky I
b5ad030e40
Further blend work.
...
Reviewed by me.
2010-01-29 08:04:00 -08:00
Klaas Pieter Annema
bfdbe2a34a
updated the collection view sample to actually move the dragged items
2010-01-29 16:46:56 +01:00
Klaas Pieter Annema
ec5dcb47c9
- fixed a bug where the tableview would send the wrong concluded dropped row to it's datasource
...
- implemented CPCollectioView drop on behavior
2010-01-29 14:58:45 +01:00
Klaas Pieter Annema
436f1d1541
improved the way drop highlights are shown
2010-01-29 14:24:44 +01:00