Andrew Hankinson
951e439eaf
Fix pulldown button theming
...
Without this fix, the pulldown button style displays using the same right-hand side widget as the popup button. This fix creates a new set of bezel images specifically for the popup button.
2013-02-03 17:17:29 -05:00
Aparajita Fishman
d8e4769972
Misc. tweaks
...
- Removed stray console.error
- Made border of tooltips darker, they were almost invisible, even over a white background
- Added CGAlignStroke and CGAlignCoordinate, they are of general use
2013-02-03 08:39:30 +08:00
Alexandre Wilhelm
aa40a039f9
Fixed bug with position of buttons in CPAlert
2013-02-01 14:50:46 -08:00
Antoine Mercadal
99c1e890b3
Add theme descriptors for popovers in Arsito2 and make the gradient a little bit whiter
2013-01-31 15:26:02 -08:00
Antoine Mercadal
6b17cd4d9e
Add theme descriptors for popovers
2013-01-31 15:25:32 -08:00
Antoine Mercadal
bfb85ccfd2
Various fixes in CPMenu
...
- No shadow when hightlighted (like Cocoa)
- Themable separator color/text color/shadow color
2013-01-30 17:04:11 -08:00
Aparajita Fishman
fdbef474f0
Final fixes for popovers as child windows
...
- Fixed case where a dangling transition function was left when closing a popover.
- Fixed case where closing a popover, moving the target view, then reopening the same popover would not reposition the popover when resizing the target view's window.
- Optimized repositioning of popover on target view change.
- Implemented transitional popovers via trapped mouse down events.
- Implemented dequeue: argument of CPApplication -setTarget:selector:forNextEventMatchingMask:untilDate:inMode:dequeue: and -setCallback:forNextEventMatchingMask:untilDate:inMode:dequeue:.
- Fixed some child window behavior when ordering/closing.
- Eliminated no longer necessary window close notification in CPPopover.
- Fixed window title in theme so it doesn't dim when window is main but not key.
2013-01-28 09:32:37 +08:00
Aparajita Fishman
6a7e0ff921
Reworked PatternColor to be a lot smarter, supports much more concise expression of images.
...
- Removed unused images.
- Renamed slices to make more sense.
- Fixed typos in slice names.
2013-01-26 15:50:07 +08:00
Alexandre Wilhelm
53c4dce509
Changed images for cancel button in CPSearchField
2013-01-24 17:25:42 -08:00
Alexandre Wilhelm
1aaab57edc
Fixed bug about the left disabled part of segmentedControl
2013-01-24 16:57:55 -08:00
Alexandre Wilhelm
1e004fefcc
Updated slices
2013-01-24 16:57:34 -08:00
Alexandre Wilhelm
38b772c523
Fixed the bug about the moving of the main window in the showcase
2013-01-24 16:13:01 -08:00
Alexandre Wilhelm
1656c60dee
Changed default size of object. Esclude object from the showcase
2013-01-24 15:59:24 -08:00
Alexandre Wilhelm
f0bb8ce8a7
Merge branch 'master' of github.mv.usa.alcatel.com:amercada/Cappuccino
2013-01-24 13:55:30 -08:00
Alexandre Wilhelm
899f40d5f5
Fixed bug about CPTableView and CPTableViewSelectionHighlightStyleSourceList in Aristo2
2013-01-24 13:55:20 -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
3eca24ed58
Fixed bug about CPSearchField in Aristo1 (missing pictures)
2013-01-24 10:45:36 -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
c5fbeffa9c
Fixed bug with position of the buttons in an alert
2013-01-23 17:22:07 -08: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
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
a2f40be00e
Fix small bug in Aristo2 and CPCombobox
2013-01-21 09:32:51 -08:00
Aparajita Fishman
7c831fa19d
capp_lint flags deprecated CPPoint/Rect/Size types/functions
...
- Changed to corresponding CG types/functions in all files
- Fixed some demo app bugs
2013-01-19 16:51:56 +07:00
Aparajita Fishman
24c0f2aedc
Merge branch 'refs/heads/inactive-window'
...
Conflicts:
AppKit/Themes/Aristo/ThemeDescriptors.j
AppKit/Themes/Aristo2/ThemeDescriptors.j
2013-01-19 15:15:51 +07:00
Antoine Mercadal
6170a274d7
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2013-01-18 23:24:22 -08:00
Antoine Mercadal
155796b0e0
Linting Aristo1
2013-01-18 23:24:00 -08:00
Aparajita Fishman
3b7262681c
Added inactive state to window title bar
...
- When a window is neither key nor main the title bar is clearly different
- capp_lint ThemeDescriptors.j
- Renamed some layers in Aristo2 PSD to be more descriptive
- New artwork files for window close buttons
- Removed stray Aristo2 image
2013-01-19 14:20:51 +07:00
Antoine Mercadal
988ab9722c
Linting
2013-01-18 23:20:44 -08:00
Alexander Ljungberg
8eae427591
Merge branch 'master' of github.com:cappuccino/cappuccino
2013-01-19 02:27:55 +00:00
Alexander Ljungberg
b4fe13dfb1
Merge branch 'refs/heads/0.9.6'
2013-01-19 02:27:43 +00:00
Alexander Ljungberg
dfad18e047
New website location.
2013-01-19 02:11:37 +00:00
Antoine Mercadal
1d232fd263
Add missing import in BKShowcaseController.j
2013-01-18 10:03:11 -08:00
cacaodev
2cc3521989
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
...
Conflicts:
Tests/Manual/CPOutlineViewCibTest/Resources/MainMenu.cib
Tests/Manual/TableTest/TableBindings/Resources/MainMenu.cib
2013-01-18 16:57:46 +01:00
Alexandre Wilhelm
71d5655ab2
Increased the content-inset left in textField
2013-01-16 11:57:04 -08:00
Alexandre Wilhelm
35f495ef5b
Fixed bug about tableview row height in Aristo1
2013-01-16 11:16:04 -08:00
Antoine Mercadal
083d7304fd
Fix some adjustment of the tokenfields. Still need to tweak a little the image files for the tokens
2013-01-15 10:45:08 -08:00
Antoine Mercadal
a7c4802446
Merge branch 'master' into objj2integration
2013-01-14 18:22:30 -08:00
Antoine Mercadal
094c6fd273
Update Aristo2 to correctly render CPComboxBoxes
2013-01-14 18:22:12 -08:00
Antoine Mercadal
72a601371e
Merge branch 'master' into objj2integration
2013-01-14 17:34:36 -08:00
Antoine Mercadal
2a80ad8344
Fix bezel inset of focused textfields
2013-01-14 17:34:09 -08:00
Antoine Mercadal
e5de031423
Merge branch 'objj_compiler2' into objj2integration
...
Conflicts:
AppKit/CPWindow/CPWindow.j
2013-01-14 11:43:24 -08:00
Antoine Mercadal
7dd7dca99a
Update some HUD art files
2013-01-12 13:37:16 -08:00
Antoine Mercadal
48991e6c3b
Update some HUD slices
2013-01-12 13:37:05 -08:00