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
Antoine Mercadal
e940f294a6
store the last eventID before processing anything to avoid mutliple events
2011-11-07 21:20:39 +01:00
Antoine Mercadal
759de8f45f
remove debug print
2011-11-07 21:11:27 +01:00
Antoine Mercadal
c92c6c37f7
if we were not able to know what event file it is, just consider it's a modification
2011-11-07 21:08:08 +01:00
Antoine Mercadal
f425601043
fix bug with undescores in project path. Readd the project.pbx (not so useless) :)
2011-11-07 20:12:23 +01:00
Aparajita Fishman
68ba089a26
Cleanup Debug dialog, insert Debug… item below Help
2011-11-07 11:08:37 -08:00
Alexander Ljungberg
5ff7169546
Don't suggest changing NARWHAL_ENGINE to jsc if it's already jsc.
2011-11-07 19:00:20 +00:00
Alexander Ljungberg
7365a95b4d
Friendly welcome screen.
...
Thanks to primalmotion.
2011-11-07 18:57:10 +00:00
Antoine Mercadal
788427ec09
Preference is now Debug, and is only active when XCC is launch while holding Option key
2011-11-07 19:52:02 +01:00
Alexander Ljungberg
01ed8ad583
Bootstrap without tusk. Reduce visibility of narwhal.
...
The tusk ecosystem is not maintained anymore within the Cappuccino community. The new installation system is not very elegant but it makes it very easy to release new versions of Cappuccino, while taking the first step on the road towards node.js.
2011-11-07 18:35:29 +00:00
Alexander Ljungberg
f516ba7a7d
This is Cappuccino 0.9.2.
2011-11-07 18:33:17 +00:00
Andrea D'Amore
ab5603bd5a
adding autoreconf to JSC's builtin libedit
2011-11-07 17:31:22 +01:00
Antoine Mercadal
5c560e82b3
ensure attached window is not nil when positioning or instanciate it
2011-11-07 15:05:34 +01:00
Antoine Mercadal
263a94af18
remove useless pbxproj that was provoking a warning at build
2011-11-06 10:58:43 +01:00
Antoine Mercadal
9d1cf360b6
rename folder to XcodeCapp and update Jakefiles
2011-11-06 10:54:19 +01:00
Antoine Mercadal
60f664a5c2
rename project to XcodeCapp
2011-11-06 10:48:32 +01:00
Antoine Mercadal
a1c7aa7790
Merge remote-tracking branch 'upstream/master'
2011-11-05 16:55:22 +01:00
Antoine Mercadal
a29096ca5c
Some other improvments
...
- Add preferences window
- Allow user to choose to use the 10.6 mode on 10.7
- Allow user to choose if he wants to resume listening at startup
- Allow use to choose if XCC should react to inode modification (file level API)
- Support for clean mirrored path when origin files has some _ in their names
- Other various fixes
2011-11-05 16:46:34 +01:00
Antoine Mercadal
0ef64f4091
support for NSProgressIndicator. close #1385
2011-11-05 13:41:16 +01:00
Johannes Fahrenkrug and Antoine Mercadal
945deeba60
added a missing @ for the divider-color theme attribute of _CPCornerView. It broke jake (sudo-)install
2011-11-05 07:41:01 +08:00
Antoine Mercadal
aa775675b5
add manual test for zombie group rows ( #1376 )
2011-11-05 00:25:23 +01:00
Antoine Mercadal
db76044880
fix zombie group rows style. closes #1376
2011-11-05 00:24:54 +01:00
Antoine Mercadal
edc58e358b
handle moving files when using file level API (10.7)
2011-11-04 23:23:16 +01:00
Aparajita Fishman
1133efb3f1
Merge branch 'refs/heads/cppopover-fix-transient-delegate-calls' into cappuccino
2011-11-04 12:50:30 -07:00
Aparajita Fishman
d524accc98
Fix typo, unintended globals, use constants for CPCoding keys
2011-11-04 12:50:00 -07:00