Alexander Ljungberg
a5854f129d
Fixes #1411 . In IE, no table/outline view selection highlights would render for certain CIBs.
...
This fix also enables `setSelectionHighlightStyle: CPTableViewSelectionHighlightStyleSourceList` in Internet Explorer. Even that the gradient effect can't be rendered and the fallback regular rendering will be used, the proper field value might still be useful for subclasses or saving out to CIBs etc.
2011-12-06 23:29:57 +00:00
Alexander Ljungberg
052c07f3e3
Refs #1412 , #1413 . Manual test for the last two fixes.
2011-12-06 23:26:13 +00:00
Alexander Ljungberg
9367566e61
Fixes #1412 . IE rendered clearColor shadows in black.
2011-12-06 23:01:26 +00:00
Alexander Ljungberg
107103bcbb
Fixes #1413 : Internet Explorer colorWithCSSString crash.
...
Syntax such as [[CPColor colorWithCSSString:@"rgba(0,0,0,0.5)"] cssString] lead to a CSS string incompatible with browsers without the CSS rgba feature.
2011-12-06 22:45:26 +00:00
Alexander Ljungberg
20ae47971c
Missing semicolons.
2011-12-06 22:43:00 +00:00
Valerii Hiora
d4ecb03d15
Fixed: On changing selection of CPPopUpButton value wasn't reverse
...
transformed to binded object
2011-12-06 22:41:30 +02:00
James Dessart
f4eb47519d
Issue #1297 : Added tableViewSelectionDidChange: to the table view delegate in order to propagate keyboard-driven selection changes up to the browser
2011-12-02 15:46:07 -04:00
Alexander Ljungberg
e37bfeeb09
Merge branch 'master' of github.com:cappuccino/cappuccino
2011-12-01 18:18:29 +00:00
Alexander Ljungberg
bb0972ba49
Fixed: notifications were sent to removed observers.
...
If one observer of a notification centre notification removed another observer, that other observer would still be notified even that it was no longer observing.
Now the code agrees with its comments.
2011-12-01 18:18:15 +00:00
Antoine Mercadal
ddc5994869
tooltips are now themable.
2011-11-28 12:05:43 +01:00
Darrell Walisser
a2eb9e728c
Various fixes for sheet bugs
...
-handle attempt to close sheet while it is animating in
-fixes Safari 5.1 animate out bug by using a timer to
initiate the in/out process
-allow window shadow to become 0 width/height for smoother animation
2011-11-24 19:28:04 -05:00
lowell
2169ba35ad
[XcodeCapp] Silenced build warning: -[id<NSTableViewDelegate> tableView:heightOfRow:] expects an NSInteger for the second argument.
2011-11-24 13:59:39 -08:00
lowell
50b447b05d
[XcodeCapp] App controller should conform to NSTableView data source and delegate protocols. Protocol methods don't need to be declared in the adopting class' interface because they will have already been declared in the protocol declaration.
2011-11-24 13:58:03 -08:00
Antoine Mercadal
bc14ad6b9d
small improvments in XcodeCapp, including handling quick remove/create existing files
2011-11-24 17:59:09 +01:00
Neer Friedman
ffa33788c4
enquote ENVIRONMENTS environment variable
2011-11-24 18:04:26 +02:00
Neer Friedman
23c9c6bf44
concat command parts in Objective-j/Jakefile
2011-11-24 18:03:20 +02:00
dwalisser
604a49634d
Merge remote-tracking branch 'upstream/master'
2011-11-24 09:43:10 -05:00
Alexander Ljungberg
476c02976b
Code formatting.
2011-11-23 00:28:27 +00:00
Aparajita Fishman
6ac28e1a77
A few text tweaks to make the prompts more friendly.
2011-11-18 01:02:32 -08:00
Antoine Mercadal
4ec7cea6c4
update doxygen displayed Cappuccini version to 0.9.5
v0.9.5-RC5
v0.9.5
2011-11-16 15:12:22 +01:00
Alexander Ljungberg
0036f329f5
Fixed: in recent builds, WithBindingsTest failed with a "CPScroller does not contain theme attribute 'scroller-width'" error.
v0.9.5-RC4
2011-11-16 12:57:01 +00:00
Alexander Ljungberg
15af54efda
Fixed with CPTokenField: quickly entered tokens would be ignored.
...
If the autocomplete state had not been set yet, tokens could not be finished using the token separator, return or tab. Instead the user typed text remained in its 'non token' state.
2011-11-16 12:52:27 +00:00
Alexander Ljungberg
07966bb7fe
Fixed with CPTokenField: crash if added to a window in a unit test.
2011-11-16 12:50:05 +00:00
Alexander Ljungberg
e7d9b0503b
Fixes #1398 . Fixed with CPTokenField: deleting tokens in front of selected tokens would shift the selection to the right.
2011-11-16 12:04:03 +00:00
Alexander Ljungberg
072b43d178
Fixes #1397 . Fixed with CPTokenField: make sure selection is initialised when loading from cib.
2011-11-16 11:55:38 +00:00
Alexander Ljungberg
281d2295ae
Code formatting.
2011-11-15 23:47:56 +00:00
Darrell Walisser
3c7783f97c
Revert "-fix uninitialized _selectedRange member when loading from cib",
...
putting in another branch
This reverts commit 2a82703e46 .
2011-11-15 10:31:44 -05:00
Darrell Walisser
2a82703e46
-fix uninitialized _selectedRange member when loading from cib
2011-11-15 10:14:07 -05:00
Alexander Ljungberg
79cf4370b4
Update bootstrap to 0.9.5 as well.
v0.9.5-RC3
2011-11-14 18:49:30 +00:00
Alexander Ljungberg
6217fc8459
Given the large number of changes, this will be Cappuccino 0.9.5 instead.
2011-11-14 18:37:00 +00:00
Alexander Ljungberg
f1fd3d170a
Merge branch '0.9.2b' of github.com:cappuccino/cappuccino into 0.9.2b
2011-11-14 18:27:08 +00:00
Antoine Mercadal
4e410f8a81
Merge remote-tracking branch 'upstream/0.9.2b' into 0.9.2b
2011-11-14 16:46:36 +01:00
Antoine Mercadal
7a1b273d8d
simplify the ignored path matching
2011-11-13 23:34:49 +01:00
Antoine Mercadal
820531342d
fix during tidying shadow files
2011-11-13 21:58:45 +01:00
Antoine Mercadal
353db3277a
fix file level mode deactivated, fix auto ignore not working
2011-11-13 21:36:52 +01:00
Antoine Mercadal
82f37549ae
reactivate 10.7 file level API
2011-11-13 20:28:11 +01:00
Alexander Ljungberg
09e1bd6bf1
The 0.9.2 GM will be tagged v0.9.2 simply.
2011-11-11 16:52:48 +00:00
Alexander Ljungberg
44f3abf262
Don't mention "steam" in TOOLS-README.
v0.9.2-RC1
v0.9.5-RC1
2011-11-11 16:45:43 +00:00
Antoine Mercadal
8c09af5013
Merge remote-tracking branch 'upstream/master'
2011-11-10 14:11:12 +01:00
Antoine Mercadal
0781e932c6
Merge branch 'xcc-improvments'
2011-11-10 14:10:45 +01:00
Alexander Ljungberg
3cee00323c
Don't separate statements by commas.
2011-11-10 12:31:16 +00:00
Alexander Ljungberg
b1f6f3ddfa
Missing semicolons.
2011-11-10 12:30:05 +00:00
Alexander Ljungberg
7147266ddf
objjc option to compile to plain JavaScript (suitable for linting).
2011-11-10 11:59:26 +00:00
Alexander Ljungberg
357212bff7
Missing semicolons.
2011-11-10 11:34:26 +00:00
Alexander Ljungberg
ed4fc3b20f
objjc compile to stdout, argument parsing, --help.
2011-11-10 10:37:46 +00:00
Alexander Ljungberg
7e8b71dd52
Semicolons.
2011-11-10 10:36:47 +00:00
Alexander Ljungberg
267f00bfe1
Put spaces around = in [name] = function... generated JS to reduce lint warnings.
2011-11-10 09:41:21 +00:00
Alexander Ljungberg
8f90dbce99
Allow almost anything as a key equivalent unless a text field is the first responder.
...
After testing in Cocoa, even unexpected keys such as tab can be used when a text field isn't selected. Some keys such as the arrow keys and escape act like key equivalents even with a text field active.
2011-11-10 00:52:38 +00:00
Alexander Ljungberg
00485dba89
Refs #1019 . Clean up.
2011-11-10 00:12:48 +00:00
Alexander Ljungberg
8fd4f5e4b6
Merge branch 'master' of github.com:cappuccino/cappuccino
2011-11-09 23:36:47 +00:00