Alexander Ljungberg
4bc54c45a3
Refs #1754 . Fixed: wrong button text shadow direction in Aristo 2 HUD theme.
2013-02-20 16:39:09 +00:00
Alexander Ljungberg
56ec9dbb10
Feature to open the attached sheet test window in HUD mode.
...
This is not a bad kitchen sink test for HUD widgets and windows.
2013-02-20 16:35:09 +00:00
Alexander Ljungberg
5d08ddadfa
CPView _setThemeIncludingDescendants:.
...
This method makes it possible to e.g. switch a whole window to the HUD theme.
It's internal for now.
2013-02-20 16:33:28 +00:00
Alexander Ljungberg
79dde7bb9b
Use HUD style buttons in HUD style test window.
2013-02-20 14:39:50 +00:00
aparajita
a6f4e20078
Merge pull request #1786 from ahankinson/fix-issue1745
...
Fix #1745 : Rename Progress bar images in HUD theme
2013-02-19 14:34:54 -08:00
Aparajita Fishman
02b7198e9b
Added action bindings to CPMenuItem
...
Updated MultipleValueBindings app to use action bindings in About and Help menu items.
2013-02-19 17:25:29 -05:00
Andrew Hankinson
64cb4ddb14
Fix #1745 : Rename Progress bar images in HUD theme
...
This is a partial fix that should resolve #1745 .
-- It removes an extra "-bar" from the progress bar images in the HUD theme.
-- It removes an older "-bar-regular" from file names to match the file names in the regular theme
-- It corrects a misspelled "indeterminate" in the progress indicator
2013-02-19 17:15:40 -05:00
Aparajita Fishman
238b6c8e57
Modernize index[-debug].html, IE 9+ now run in edge mode
2013-02-19 16:22:58 -05:00
Aparajita Fishman
ba372029f9
Update MultipleValueBindings app to use a button that binds to a target with no arguments
2013-02-19 16:22:58 -05:00
aparajita
8c63e32450
Merge pull request #1232 from cncolder/fontinfo-path-fix
...
Fix fontinfo build path when $CAPP_BUILD not defined.
2013-02-19 07:44:37 -08:00
aparajita
84d8e1ceb7
Merge pull request #1478 from cacaodev/CPTableView-dragging-perf
...
CPTableView: make dragged views reusable when dragging ends
2013-02-19 07:33:29 -08:00
aparajita
23d3cef52e
Merge pull request #1517 from BlairDuncan/FlashViewFix
...
CPFlashView a few minor fixes, includes Test file
2013-02-19 07:16:28 -08:00
Aparajita Fishman
6a5b6a70b5
I was wrong, a single value binding for CPTextField does have default placeholders. Updated MultipleValueBindings app to display a single value binding as well.
2013-02-19 10:07:21 -05:00
Aparajita Fishman
b6f0a29f8f
Merge branch 'CPURLConnection-sendSynchronousRequest' of https://github.com/cacaodev/cappuccino
2013-02-19 09:47:40 -05:00
Aparajita Fishman
dc366809c8
Merge branch 'CPCollectionView-maxNumberOfRows' of https://github.com/cacaodev/cappuccino
2013-02-19 09:38:10 -05:00
aparajita
ceeaab70fc
Merge pull request #1679 from mrcarlberg/scroll_before_focus_text_field
...
Make sure the text field is visible before focus
2013-02-19 06:14:42 -08:00
aparajita
3cfa81bdea
Merge pull request #1773 from BlairDuncan/CPPasteboardAvailableTypesFromArrayFix
...
CPPasteboard availableTypeFromArray fix issue #1683
2013-02-19 06:09:59 -08:00
aparajita
9e99676b66
Merge pull request #1777 from BlairDuncan/CPDictionaryController
...
CPDictionaryController [+1]
2013-02-19 05:22:29 -08:00
Alexander Ljungberg
a63f185ba9
Refs #1778 . Store clockwise parameter with right name.
...
The name has to match what we ultimately use in CGContextCanvas and CGContextVML.
2013-02-19 11:50:47 +00:00
Alexander Ljungberg
4a0dd80c5a
Merge pull request #1778 from ahankinson/partial-fix-issue578
...
This fix adds a missing `isClockwise` property
2013-02-19 11:38:46 +00:00
Alexander Ljungberg
62c62062e0
Formatting, tighten comparisons.
2013-02-19 10:49:25 +00:00
Andrew Hankinson
b9a97931c8
Formatting CGPath.j
2013-02-18 23:26:15 -05:00
Andrew Hankinson
4ec3b5e387
This fix adds a missing isClockwise property
...
Without this fix, the isClockwise property is not stored for use in CGPathAddPath.
C.F. https://github.com/cappuccino/cappuccino/blob/master/AppKit/CoreGraphics/CGPath.j#L195
This is a partial fix for #578 .
2013-02-18 23:02:28 -05:00
Blair Duncan
8eb59d97b2
replaced setContest with setContentDictionary in test
...
enabled "prepairs content" in xib to show key, key1 etc when added
2013-02-18 22:54:42 -05:00
Blair Duncan
35b54117e0
xib
2013-02-18 17:14:32 -05:00
Blair Duncan
aa7a915139
add missing file
2013-02-18 17:08:27 -05:00
Blair Duncan
6d54bfe01f
removed the wrong one
2013-02-18 16:59:56 -05:00
Blair Duncan
14dff27b97
decode included and excluded keys from xibs
...
removed default sort descriptors
2013-02-18 16:53:54 -05:00
Aparajita Fishman
ff35b4a4b6
It turns out function.displayName is no longer necessary with the latest Safari, Chrome, FireFox, and even IE 9+. All of them correctly identify the function name.
2013-02-18 16:13:13 -05:00
Blair Duncan
9f15a85c86
decode included and excluded keys from xibs
...
removed default sort descriptors
2013-02-18 13:32:09 -05:00
Alexander Ljungberg
e03622be9c
+ CPBezierPath bezierPathWithRoundedRect:xRadius:yRadius:.
2013-02-18 18:18:28 +00:00
Aparajita Fishman
3239337c1c
CPScroller fixes
...
- Get the scroller orientation from the xib.
- Fix the nonsensical calculation of _isVertical when given bounds.
- Since orientation comes from the xib, had to re-nib2cib everything to be safe.
2013-02-18 11:03:51 -05:00
Randall Luecke
5427e9a402
Fixed column drag and drop in the tableview.
2013-02-18 04:00:40 -05:00
Aparajita Fishman
4a09feed59
Make sure cursor is reset before calling event handlers, misc. formatting
2013-02-18 03:34:42 -05:00
Blair Duncan
7ff8bda52a
CPDictionaryController initial commit
2013-02-18 01:04:59 -05:00
Aparajita Fishman
1c6d2f7fa4
Don't change the platform window's title unless the Cappuccino window is full platform.
2013-02-18 00:43:37 -05:00
Randall Luecke
041f21d117
Small fix to the CPWindow docs so we dont suggest using "window" as a param name.
2013-02-17 15:23:03 -05:00
Randall Luecke
f4ba2d68cd
Cache the scroller used by the class methods to get the various theme values.
...
-scrollerOverlay is called in -reflectScrolledClipRect and creating this new
object is VERY expensive, according to my profiling.
This should speed up scrolling across the board!
2013-02-17 02:09:07 -05:00
Blair Duncan
20263e44ba
CPPasteboard availableTypeFromArray fix issue #1683
2013-02-16 19:09:41 -05:00
Aparajita Fishman
347270a8b8
Formatting
2013-02-16 18:09:04 -05:00
aparajita
29dd685377
Merge pull request #1772 from BlairDuncan/mainMenuBarFix
...
main menubar looping cursor navigation
2013-02-16 15:06:05 -08:00
Blair Duncan
9c4317783b
main menubar looping cursor navigation
2013-02-16 17:26:19 -05:00
Aparajita Fishman
fc4d347fa1
Fixed circular import.
2013-02-16 16:57:56 -05:00
Aparajita Fishman
9c408bcf5a
Ahem…Javascript object keys are literals, even without quotes!
2013-02-16 16:57:35 -05:00
Aparajita Fishman
30aa6549ec
Formatting
2013-02-16 16:56:27 -05:00
Aparajita Fishman
b6008b4870
Optimization
2013-02-16 11:20:57 -05:00
Aparajita Fishman
dc7e95bbff
Don't set default placeholders
2013-02-16 07:45:47 -05:00
Aparajita Fishman
f1e4ac4112
Merge branch 'master' of github.com:cappuccino/cappuccino
2013-02-16 07:44:32 -05:00
Aparajita Fishman
cf867cf3b6
Add charset to <head>
2013-02-16 07:43:27 -05:00
Antoine Mercadal
6673823a74
Merge pull request #1694 from mrcarlberg/nib2cib_allow_themed_height_on_checkbox_and_radio
...
nib2cib allows CPCheckBox and CPRadio to have themed height
2013-02-15 22:49:22 -08:00