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
Scott Rice and Alexander Ljungberg
e7e69b3fd4
Fixed issue #1019 in IE
2011-11-10 07:35:50 +08:00
Alexander Ljungberg
2463c1dc05
IE compatibility.
2011-11-09 23:02:31 +00:00
Alexander Ljungberg
bc590286f2
Missing semicolons.
2011-11-09 22:55:11 +00:00
Aparajita Fishman
8c83816ec8
Made [CPMenu -removeAllItems] KVO compliant
...
Fixes https://github.com/cappuccino/cappuccino/issues/1395
2011-11-09 14:50:52 -08:00
Alexander Ljungberg
699069ce8f
Typo fix.
2011-11-09 20:48:01 +00:00
Alexander Ljungberg
ec0cd22c1d
Merge pull request #1382 from kjamieson/cappuccino
...
---
Currently CPTextField only updates its internal string value from the actual HTML input element on a keyUp event. If the CPTextField loses focus before the keyUp event is received, the internal value does not get updated and any text entered since the last keyUp event is lost.
This is easily reproduced when editing a text field by quickly entering text and hitting the enter/return key to insert a new line (before the keyUp event has fired), or when holding down a key (to repeatedly enter the same character), and then tabbing out of the text field -- the value gets reset to whatever the value was before the key was held down.
This fix changes CPTextField#insertNewLine and CPTextField#resignFirstResponder to reload the string value from the input element if it has changed (in the same way as if a keyUp event had been triggered)
2011-11-09 20:43:13 +00:00
Antoine Mercadal
8da3a8866d
remove white space
2011-11-08 23:07:41 +01:00
Antoine Mercadal
21f6fdff48
synchronize support folder if missing shadow files
2011-11-08 23:05:51 +01:00
Antoine Mercadal
ed82a1fc87
remove useless argument
2011-11-08 22:45:00 +01:00
Antoine Mercadal
1fa143453d
Merge branch 'xcc-improvments' of github.com:primalmotion/cappuccino into xcc-improvments
2011-11-08 22:37:32 +01:00
Antoine Mercadal
1240bab7ed
typo in help (ref to xcodecapp-cocoa)
2011-11-08 22:35:11 +01:00
Aparajita Fishman
4af29d83d7
Merge branch 'xcc-improvments' of github.com:primalmotion/cappuccino into xcc-improvments
2011-11-08 13:32:23 -08:00
Aparajita Fishman
6aed29af91
Fixed ignore paths to be safe, new help file
2011-11-08 13:30:21 -08:00
Aparajita Fishman
37f1f50000
Fixed ignore paths to be safe, new help file
2011-11-08 13:25:48 -08:00
Aparajita Fishman
a93654c66b
Cleaned up event handling, fixed bug with shadow paths
2011-11-08 11:36:41 -08:00
Alexander Ljungberg
0d2dd94c81
Refs #1394 . Don't attempt MacPorts autoreconf fix if the right autoconf isn't available.
2011-11-08 14:21:28 +00:00
Alexander Ljungberg
c2f97e9aa3
Make 80 character line wrap more consistent throughout bootstrap.
2011-11-08 12:35:26 +00:00
Alexander Ljungberg
e04bf6de95
Merge pull request #1394 from anddam/cappuccino
...
---
adding autoreconf to fix issues reported at [1]
[1] http://groups.google.com/group/objectivej/browse_thread/thread/b0cddeb1046bfcf4/3f0b0cbbe57ed64b
Conflicts:
bootstrap.sh
2011-11-08 11:55:47 +00:00
Alexander Ljungberg
38499c006a
Merge branch '0.9.2a'
2011-11-07 23:06:04 +00:00
Alexander Ljungberg
80cac38682
0.9.2 installation instructions.
2011-11-07 22:58:43 +00:00
Alexander Ljungberg
2b16d36aa2
Same as previous commit but for real.
2011-11-07 21:41:22 +00:00
Alexander Ljungberg
dc9d49a12c
GCC is not required to merely install Cappuccino.
2011-11-07 21:39:11 +00:00
Alexander Ljungberg
03c81dfa9c
Merge branch 'master' of github.com:cappuccino/cappuccino
2011-11-07 21:18:00 +00:00
Alexander Ljungberg
b096e5dd0a
Talk even less about Narwhal. Give the logo some space.
2011-11-07 21:12:06 +00:00
Antoine Mercadal
7ae519145f
some processing optimizations
2011-11-07 22:03:48 +01:00
Antoine Mercadal
592c3c1652
try to deactivated the kFSEventStreamCreateFlagNoDefer flag in FSEventStream
2011-11-07 21:36:43 +01:00