Antoine Mercadal
448d3958a2
Fix bug preventing any failure return.
2013-01-24 13:29:38 -08:00
Antoine Mercadal
f36b23bdb2
Merge branch 'master' of github.mv.usa.alcatel.com:amercada/Cappuccino
2013-01-24 11:58:04 -08:00
Alexandre Wilhelm
f613f68570
Removed TODO comment
2013-01-24 11:55:24 -08:00
Alexandre Wilhelm
58d069ed7d
Fixed bug with hud style
2013-01-24 11:51:06 -08:00
Alexandre Wilhelm
3eca24ed58
Fixed bug about CPSearchField in Aristo1 (missing pictures)
2013-01-24 10:45:36 -08:00
Alexander Ljungberg
8aacdc0502
Merge branch 'master' of github.com:cappuccino/cappuccino
2013-01-24 11:42:10 +00:00
Alexander Ljungberg
1f5920f685
Fix merge error in 1f98dbd.
...
This error caused some failing tests.
2013-01-24 11:41:59 +00:00
Aparajita Fishman
93fb849296
Import fixes
2013-01-24 19:18:39 +08:00
Antoine Mercadal
98cfe2922a
Disable artificial inset for labels in nib2cib
2013-01-23 23:39:44 -08:00
Antoine Mercadal
e09627775a
Merge branch 'master' of github.mv.usa.alcatel.com:amercada/Cappuccino
2013-01-23 17:58:55 -08:00
Antoine Mercadal
90df913def
Add missing import in Aristo2 ThemeDescriptor
2013-01-23 17:58:49 -08:00
Alexandre Wilhelm
c1dc40c79b
Merge branch 'master' of github.mv.usa.alcatel.com:amercada/Cappuccino
2013-01-23 17:22:16 -08:00
Alexandre Wilhelm
c5fbeffa9c
Fixed bug with position of the buttons in an alert
2013-01-23 17:22:07 -08:00
Aparajita Fishman
1f98dbdf65
Fixed test cases
2013-01-24 09:01:54 +08:00
Antoine Mercadal
2fdf51d12c
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2013-01-23 16:39:00 -08:00
Antoine Mercadal
fab6466180
Run nib2cib on some tests
2013-01-23 16:38:29 -08:00
Antoine Mercadal
fa708272bc
fix nib2cib to correctly place normal, small and mini labels
2013-01-23 16:38:16 -08:00
Antoine Mercadal
a9b68f7c39
Remove a default inset of 2.0 for labels
2013-01-23 16:37:33 -08:00
Alexander Ljungberg
6281c6469b
Fix unit test warnings.
2013-01-24 00:08:47 +00:00
Alexander Ljungberg
65fd33b9cf
Fixed: 64a0fb2 broke CPCharacterSet.
...
The `cs == nil` to `cs === nil` change introduced by 64a0fb2 was incorrect. Since `CPCharacterSet` is used widely through Cappuccino this broke many unit tests and much functionality.
The fix is to again consider both `nil` and `undefined` as cause for initing a new character set.
2013-01-23 23:33:42 +00:00
Alexander Ljungberg
401a5f7ff7
Clean up.
2013-01-23 22:28:01 +00:00
Alexander Ljungberg
1f0ab2ab49
Fixes #1721 . Fixed: bad negative numbers from CPNumberFormatter.
...
Without this fix, CPNumberFormatter didn't format negative values well. E.g. with thousands separators on it could generate, "-,999.00".
This fix generally improves handling of negative numbers by CPNumberFormatter.
2013-01-23 22:23:50 +00:00
Antoine Mercadal
fcad7a7fe4
Fix _CPToolTip.j never properly imported
2013-01-23 10:45:42 -08:00
Antoine Mercadal
98daaf858f
Add missing import
2013-01-23 10:45:20 -08:00
Antoine Mercadal
348d689243
If the targetView of attachedWindow has no more window, close the popover instead of trying to reposition it
2013-01-23 10:45:09 -08:00
Antoine Mercadal
4acd11d649
Merge branch 'objj_compiler2' into integ
2013-01-23 10:05:11 -08:00
Aparajita Fishman
af47857a47
Fixed missing/circular imports in nib2cib
2013-01-23 23:10:10 +08:00
Martin Carlberg
1280b6e13e
Fixed new compiler to load frameworks for the environment that it is building and not for the environment that is running
2013-01-23 15:25:13 +01:00
Aparajita Fishman
a7587d631c
Oops, missed one
2013-01-23 17:16:36 +08:00
Aparajita Fishman
866e1f00f7
Objj2 compiler fixes
...
- Each file compiles individually with no errors or warnings.
- Added missing imports.
- Fixed imports to remove circularity.
- Removed unnecessary imports.
- Added missing headers.
- Added missing action_button.png.
- Replace CPMakeRect with CGRectMake.
2013-01-23 15:48:56 +07:00
Aparajita Fishman
4f377bcebe
Objj2 compiler fixes
...
Compiled all files individually:
- Added missing imports.
- Added @class/@global declarations to break circular dependencies.
- Misc. code cleanup.
Conflicts:
AppKit/CPWindow/_CPWindow.j
AppKit/Platform/DOM/CPPlatformWindow+DOM.j
2013-01-23 15:48:55 +07:00
Aparajita Fishman
64a0fb278b
Objj2 compiler fixes
...
Compiled all files individually:
- Added missing imports.
- Added @class/@global declarations to break circular dependencies.
- Fixed broken code in CPCharacterSet -hasMemberInPlane:
- Misc. code cleanup.
2013-01-23 15:45:08 +07:00
Antoine Mercadal
f8c9466d04
Add other missing imports
2013-01-22 15:47:33 -08:00
Antoine Mercadal
ef62191e6b
Fix missing imports and @global and @class
2013-01-22 15:44:56 -08:00
Antoine Mercadal
e25cee0855
Add missing @class
2013-01-22 13:10:55 -08:00
Antoine Mercadal
94439f0d10
Add new found warnings fixes
2013-01-22 12:47:29 -08:00
Antoine Mercadal
2385f48fe4
Add missing imports
2013-01-22 12:27:19 -08:00
Antoine Mercadal
ed98acc906
Add missing header + missing @global
2013-01-22 12:26:30 -08:00
Martin Carlberg
201c7637f6
Fixed new compiler to output better formatted error messages
2013-01-22 15:38:02 +01:00
Martin Carlberg
765b10611b
Fixed mouse location in key events and copy event
2013-01-22 10:34:04 +01:00
Martin Carlberg
28a135880d
Declared some functions when compiling in rhino
2013-01-22 10:33:36 +01:00
Martin Carlberg
2952812a4b
Fixed uninitialized warning message in new compiler when using rhino
2013-01-22 10:32:37 +01:00
Martin Carlberg
6c57c4b1e1
Merge branch 'master' of https://github.com/cappuccino/cappuccino into objj_compiler2
2013-01-22 10:28:36 +01:00
Alexandre Wilhelm
706337d8fa
Fixed bug with focused textField
2013-01-21 16:07:00 -08:00
Alexandre Wilhelm
d13d9228e8
Updated slices
2013-01-21 16:05:19 -08:00
Alexandre Wilhelm
c4492fb1a1
updated images for textFields
2013-01-21 13:54:08 -08:00
Alexandre Wilhelm
6e6d4ebc76
Fixed bug about textFields
2013-01-21 13:52:52 -08:00
Alexandre Wilhelm
3b3aa6b2fe
Updated slices
2013-01-21 13:52:32 -08:00
Alexandre Wilhelm
11bad2e474
Fixed bug about the color in focused textField
2013-01-21 11:30:26 -08:00
Antoine Mercadal
556f17969c
Update CPComboxBox manual test
2013-01-21 09:33:06 -08:00