Martin Carlberg
699ef14b4e
Merge with latest acorn compiler
2013-02-21 12:57:19 +01:00
Martin Carlberg
8c68854d1d
Fixed local variable that is declared as a global
2013-02-19 20:25:57 +01:00
Martin Carlberg
64a38a2aef
Refactored how maybe warnings is handled and prepared for new "local variable hides global variable" warning. The warning is disabled because there are to many warning in the Cappuccino frameworks right now.
2013-02-19 20:22:42 +01:00
Martin Carlberg
cccfe7268b
Fixed better comment
2013-02-19 17:48:16 +01:00
Martin Carlberg
c03697c0a6
Fixed support for IE8
2013-02-19 17:47:34 +01:00
Martin Carlberg
32bf87c0c3
Fixed typo
2013-02-19 17:46:24 +01: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
Antoine Mercadal
46022b0588
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2013-02-15 22:29:20 -08:00
Aparajita Fishman
db771960f3
Formatting, factoring code
2013-02-15 23:47:01 -05:00
Aparajita Fishman
2c4f3d7928
Merge branch 'master' of github.com:cappuccino/cappuccino
2013-02-15 21:17:51 -05:00