Antoine Mercadal
cff8fbbd79
Remove unused artwork
2013-01-09 17:49:53 -08:00
Antoine Mercadal
8b52c99604
Improve CPImageViewTest to test heavy shadow view too
2013-01-09 17:49:42 -08:00
Antoine Mercadal
5dee254fca
Add theme for CPShadowView
2013-01-09 17:49:22 -08:00
Antoine Mercadal
2ab0f494b4
Make CPShadowView themable
2013-01-09 17:49:11 -08:00
Alexandre Wilhelm
b4a58b47b3
Updated Aristo2
2013-01-09 17:35:59 -08:00
Alexandre Wilhelm
b19450684b
Fixed bug with toolBar
2013-01-09 17:34:32 -08:00
Antoine Mercadal
6451e3b3e3
Remove another Ressources not used anymore
2013-01-09 17:04:48 -08:00
Antoine Mercadal
14e2a169e4
Remove unused AppKit Ressources (moved to theme)
2013-01-09 17:03:54 -08:00
Alexandre Wilhelm
f809919561
Update Aristo2
2013-01-09 16:02:37 -08:00
Alexandre Wilhelm
68d4b9d2cd
Fixed bug with indicator
2013-01-09 16:02:24 -08:00
Alexandre Wilhelm
5e1c6ae30d
Added class method for the title height
2013-01-09 16:01:51 -08:00
Alexandre Wilhelm
e1ba234a76
Fixed bug about the position of closable buttons. Fixed bug about theme attribute for sheet window
2013-01-09 16:01:18 -08:00
Alexandre Wilhelm
b9b84fe692
Improved code. Removed comments
2013-01-09 16:00:28 -08:00
Alexandre Wilhelm
a3f5c461c3
Removed comments
2013-01-09 15:59:50 -08:00
Alexandre Wilhelm
91479543fa
Removed unused theme attribute
2013-01-09 15:59:17 -08:00
Alexandre Wilhelm
4dfa724972
Removed comments
2013-01-09 15:58:47 -08:00
Alexandre Wilhelm
f8e72504e5
Fixed bug with closable button in CPWindow
2013-01-09 14:43:33 -08:00
Alexandre Wilhelm
51d6ba98d7
Updated aristo2
2013-01-09 14:21:53 -08:00
Alexandre Wilhelm
2309e18eb7
Added themable support for shadow window
2013-01-09 14:21:41 -08:00
Alexandre Wilhelm
6ddb891c29
Fixed import
2013-01-09 14:19:56 -08:00
Alexandre Wilhelm
5100f6cb72
Updated psd with slices
2013-01-09 13:14:15 -08:00
Alexandre Wilhelm
73e56d820b
Merge branch 'Aristo2' of github.mv.usa.alcatel.com:amercada/Cappuccino into Aristo2
2013-01-09 13:10:15 -08:00
Alexandre Wilhelm
803cbae1dc
Updated Aristo2
2013-01-09 13:09:59 -08:00
Alexandre Wilhelm
9b9f877942
Added themable _CPWindowView
2013-01-09 13:09:43 -08:00
Alexandre Wilhelm
0e6df9d299
Added themable _CPDocModalWindowView
2013-01-09 13:09:20 -08:00
Antoine Mercadal
1cbe1cfaeb
Merge branch 'master' into Aristo2
2013-01-09 11:59:01 -08:00
Antoine Mercadal
295eedc0b9
Add missing import in NSMenuItem.j
2013-01-09 11:58:42 -08:00
Antoine Mercadal
97a766517b
Set content-margin size to zero for CPBox
2013-01-09 10:54:51 -08:00
Alexandre Wilhelm
42868ecbee
Merge branch 'Aristo2' of github.mv.usa.alcatel.com:amercada/Cappuccino into Aristo2
2013-01-09 10:35:02 -08:00
Alexandre Wilhelm
4fd4b145d7
Updated Aristo2
2013-01-09 10:34:44 -08:00
Alexandre Wilhelm
d5f7dc851e
Themable _CPStandardWindowView
2013-01-09 10:34:10 -08:00
Antoine Mercadal
06fae21c76
Merge branch 'master' into Aristo2
2013-01-09 09:55:20 -08:00
Antoine Mercadal
29fe631ce6
small style fix
2013-01-09 09:54:43 -08:00
Andrew Hankinson
40ab25d2a6
Minor formatting changes
2013-01-09 11:30:20 -05:00
Andrew Hankinson
0f9a2dc9d3
Fixed: XCodeCapp reads the user's shell environment
...
Before this fix, XCodeCapp always ran under /bin/bash, causing problems when trying to source the files from other shells, like /bin/zsh
This fix reads the shell information directly from the user's environment and XCC to run using that shell.
2013-01-09 11:27:47 -05:00
Martin Carlberg
89da16afec
Fixed objjc to output compiled source not the input source
2013-01-09 14:58:22 +01:00
Martin Carlberg
1dfc77a4ba
Fixed objjc to use new acorn based compiler
2013-01-09 14:12:58 +01:00
Martin Carlberg
4fb8fa1311
Code clean up
2013-01-09 14:03:38 +01:00
Aparajita Fishman
782f47a30b
Key view loop fixes/improvements
...
- Removed unnecessary code at beginning of CPTextField -becomeFirstResponder that might have been a hack to get around a bug I fixed.
- Fixed race condition in setTimeout closure in CPTextField -becomeFirstResponder.
- CPWindow -setInitialFirstResponder now works reliably and follows Cocoa behavior in that if -makeFirstResponder is called with something other than the window before the window is first shown, it will override the initial first responder.
- Like Cocoa, until the first responder is set during window load, the first responder is the window by default, not the content view.
- Optimized search for any view that has a previous/next key view set.
- Sheets can become key windows again.
- CPWindow -recalculateKeyViewLoop now just marks the loop as dirty, per Cocoa docs.
- CPWindow -autorecalculatesKeyViewLoop now behaves per Cocoa, it only has an effect when views are added or removed.
- If the first responder does not have a valid previous/next key view, it does not resign to nil, per Cocoa behavior.
- Code optimization and cleanup.
- Test app (KeyViewLoopTest) that demonstrates various scenarios.
2013-01-09 18:02:07 +07:00
Martin Carlberg
7eba982278
Merge branch 'master' of https://github.com/cappuccino/cappuccino into objj_compiler2
2013-01-09 11:11:45 +01:00
Martin Carlberg
df78df5908
Fixed class method that access isa property
2013-01-09 10:37:33 +01:00
Martin Carlberg
0dd98b56bc
"self." is only added to instance variables when compiling an instance method
2013-01-09 10:21:16 +01:00
Martin Carlberg
0a573f9da1
Removed unused 6th parameter
2013-01-09 09:29:43 +01:00
Antoine Mercadal
6d43387c55
Remove actually useless chunck of code in NSSearchField.j
2013-01-08 22:23:08 -08:00
Antoine Mercadal
ed4094016b
Update nib2cib NSSearchField.j to use correct field height
2013-01-08 22:21:51 -08:00
Antoine Mercadal
56100f150d
Merge branch 'master' into Aristo2
2013-01-08 18:43:25 -08:00
Antoine Mercadal
6284f29a96
Fix regexp in XcodeCapp parser. Thanks to Andrew Hankinson
2013-01-08 18:43:09 -08:00
Antoine Mercadal
4e06ed80d1
Merge branch 'Aristo2' of 172.21.51.218:amercada/Cappuccino into Aristo2
2013-01-08 18:09:35 -08:00
Antoine Mercadal
a0c294f689
Merge branch 'master' into Aristo2
2013-01-08 18:09:24 -08:00
Antoine Mercadal
19f668f4f6
use the [CPPlatformWindow primaryPlatformWindow] to position the tooltips.
2013-01-08 18:09:07 -08:00