Randall Luecke
de08addfa1
Fix for grid lines not being drawn in the headers of table columns which were not originally exposed.
2011-03-28 21:10:59 -04:00
Alexander Ljungberg
d68d84cfdf
Merge branch '0.9.1' of github.com:280north/cappuccino into 0.9.1
2011-03-28 21:24:45 -04:00
Alexander Ljungberg
1ef7fc45f5
Added a note to the CPContinuouslyUpdates test clarifying the purpose of the sliders.
2011-03-28 21:23:53 -04:00
Alexander Ljungberg
430a74735b
Fixed: CPSliders always became continuous when archived/unarchived through CPCoding.
2011-03-28 21:18:47 -04:00
Alexander Ljungberg
26003365bc
Fixed: CPSlider isContinuous disagreed with setContinuous.
2011-03-28 21:06:07 -04:00
Alexander Ljungberg
11ab9a77ad
Minor performance improvement to CPContinuouslyUpdatesValueBindingOption.
2011-03-28 20:12:32 -04:00
Alexander Ljungberg
f9f03c8b54
Manual test for CPContinuouslyUpdatesValueBindingOption and CPNullPlaceholderBindingOption.
2011-03-28 18:23:17 -04:00
Alexander Ljungberg
110d75b1e5
Text field support for CPContinuouslyUpdatesValueBindingOption.
2011-03-28 18:20:19 -04:00
Alexander Ljungberg
79ec12e2a2
Added support for the CPNullPlaceholderBindingOption for bound text fields.
2011-03-28 18:02:52 -04:00
Klaas Pieter Annema
425401c049
Merge branch 'keyview' of https://github.com/aparajita/cappuccino into aparajita-keyview
2011-03-28 20:12:45 +02:00
Klaas Pieter Annema
38f896d018
fix CPURL equality check
2011-03-28 18:56:25 +02:00
Alexander Ljungberg
7b3ae56031
CPObjectController automaticallyPreparesContent support.
2011-03-28 11:06:12 -04:00
Klaas Pieter Annema
4418b2403f
add test case for firstObject
2011-03-28 15:23:03 +02:00
Klaas Pieter Annema
42c60913c6
add firstObject method to CPArray
2011-03-28 13:14:25 +02:00
Alexander Ljungberg
65ce93ce42
Merge branch '0.9.1' of github.com:280north/cappuccino into 0.9.1
2011-03-27 18:18:30 -04:00
Alexander Ljungberg
651882b3c8
Merge branch 'aparajita-keyEquivalent' into 0.9.1
2011-03-27 18:18:07 -04:00
Aparajita Fishman
ac7ff24dd7
These got left out in f1f78d6c6a
2011-03-27 15:22:13 -04:00
Randall Luecke
cf6d7f2d85
Rev version number to 0.9.1
2011-03-25 23:36:07 -04:00
Alexander Ljungberg
65043c5d78
Added some missing LGPL headers.
2011-03-25 22:52:57 -04:00
Aparajita Fishman
93119233cd
Prevent self-reference in _next/_previousKeyView
2011-03-25 14:45:19 -04:00
Alexander Ljungberg
2f56f899cf
Merge branch 'master' of https://github.com/eventualbuddha/cappuccino into eventualbuddha-master
2011-03-25 12:53:42 -04:00
Brian Donovan
b69c25bc2a
Fix documentation typo.
2011-03-25 08:50:06 -07:00
Alexander Ljungberg
bdcf84ec15
Merge branch '0.9.1' of github.com:280north/cappuccino into 0.9.1
2011-03-25 00:43:36 -04:00
Aparajita Fishman and Randall Luecke
f1f78d6c6a
Fixed the infamous "wandering checkbox" bug
2011-03-24 23:39:25 -04:00
Randall Luecke
83e4e7ecce
Merge branch 'jake-install-symlinks' of https://github.com/aparajita/cappuccino into aparajita-jake-install-symlinks
2011-03-24 23:38:45 -04:00
Alexander Ljungberg
e6eb14e819
Fixed: in Firefox, certain web views would not send the first webView:didFinishLoadForFrame: delegate message nor detect the need for AppKit scrollbars.
2011-03-24 23:33:44 -04:00
Alexander Ljungberg
380a860ba9
Fixed: loading an empty string into a web view would make it entirely white regardless of the background colour specified.
2011-03-24 21:20:55 -04:00
Alexander Ljungberg
5cbbafdf72
Support for web views with transparent or coloured backgrounds.
2011-03-24 21:13:41 -04:00
Klaas Pieter Annema
863c4639cf
implement outline view menu delegate method
2011-03-24 14:56:23 +01:00
Alexander Ljungberg
79e977b2d9
CPWebView isLoading method.
2011-03-24 01:03:02 -04:00
Alexander Ljungberg
93fe320e22
Minor fixes and cleanup.
2011-03-24 00:56:35 -04:00
Alexander Ljungberg
0337744c05
Web view accessor method to check which scrollbar style is currently in use. Also documented CPWebViewScrollNone.
2011-03-24 00:43:23 -04:00
Alexander Ljungberg
43f4ecc1b4
More consistent CPCompatibility constant naming.
2011-03-23 23:54:56 -04:00
Alexander Ljungberg
310d49c74c
Merge branch 'master' of github.com:280north/cappuccino
2011-03-24 00:35:26 -04:00
Alexander Ljungberg
3bd2c2d266
Fixed: web view loadHTMLString:"" now works again. Incidentally it only used to work by accident.
2011-03-24 00:33:54 -04:00
Alexander Ljungberg
b9d2927368
Fixed: web views with CPWebViewScrollAuto would reload after determining which scrollbars to use. The new solution makes a best effort attempt to determine this ahead of loading, avoiding reloads.
...
The problem in particular is that we can't change from AppKit to Native scrollbars or vice versa once an iframe has been loaded. Until we find a way to do so, this less flexible solution will have to do. Note that if the loaded URL passes the SOP, but the content contains links to URLs which do not pass the SOP which can be brought up in the web view, CPWebViewScrollAuto will not work correctly and CPWebViewScrollNative should be used instead.
2011-03-24 00:14:06 -04:00
Randall Luecke
8737b1207f
Fix for corner view not drawing the line above the left edge of the scrollview. closes #864
2011-03-23 23:02:10 -04:00
Aparajita Fishman and Randall Luecke
7b6713aa90
Better error checking, error messages, and help.
2011-03-23 21:47:02 -04:00
Aparajita Fishman and Randall Luecke
ea25d22628
Cocoa docs state that if unarchiver:didDecodeObject: returns nil, the original object should be used, no replacement should be done.
2011-03-23 21:45:53 -04:00
Randall Luecke
d54db1d52b
Merge branch 'CPScanner' of https://github.com/cacaodev/cappuccino into cacaodev-CPScanner
...
Conflicts:
Foundation/CPScanner.j
2011-03-23 21:43:43 -04:00
Randall Luecke
9746e3d554
More fixes for the splitview.
2011-03-23 13:26:38 -04:00
Aparajita Fishman
6afc5faab0
Moved some useful functions to common.jake and made some private functions global so they can be reused by our Jakefiles
2011-03-23 12:18:11 -04:00
Aparajita Fishman
2899389561
Use a relative path in the symlink
2011-03-23 11:17:01 -04:00
Aparajita Fishman
a1e9322d69
Fixed install-symlinks to actually work, added sudo-install-symlinks
2011-03-23 10:54:47 -04:00
Alexander Ljungberg
da0558f09c
Fixed: avoid momentarily showing native scrollbars while loading URL based content of a CPWebViewScrollAuto CPWebView.
2011-03-22 19:00:54 -04:00
Alexander Ljungberg
8879ef99c6
Fixed: [CPWebView reload] did nothing if the content was an HTML string.
2011-03-22 18:37:45 -04:00
Alexander Ljungberg
09d515e6cc
Reload buttons for CPWebViewTest.
2011-03-22 18:37:34 -04:00
Randall Luecke
014354432a
Merge branch 'master' of git://github.com/280north/cappuccino
2011-03-22 13:44:48 -04:00
Randall Luecke
d9b327db83
Fix for splitview not repositioning subviews or removing divider when a subview is removed.
2011-03-22 13:43:42 -04:00
Gerrit Riessen and Francisco Ryan Tolmasky I
da0b0d6c84
Fix for root layer transform inadvertantly changing when redisplayed.
...
Reviewed by tolmasky.
2011-03-22 12:34:23 -03:00