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
Blair Duncan
7ff8bda52a
CPDictionaryController initial commit
2013-02-18 01:04:59 -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
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
Aparajita Fishman
9ae851958a
IE 9+ supports opacity
2013-02-15 21:17:39 -05:00
aparajita
953bb0e936
Merge pull request #1769 from ahankinson/nib2cib-aristo2-circularslider
...
Fix theme issue with circular slider
2013-02-15 17:41:32 -08:00
Andrew Hankinson
1fb33bf7cb
Fix theme issue with circular slider
...
Refer to #1733 for more information
2013-02-15 17:15:49 -05:00
Antoine Mercadal
ca339f32d5
Improve menu bar by removing the small arrow
2013-02-15 13:45:22 -08:00
Aparajita Fishman
54cc6a1e0c
Be a little less stupid.
2013-02-15 13:35:05 -05:00
Aparajita Fishman
709eaf1a43
Added missing location variable
2013-02-15 13:03:45 -05:00
Aparajita Fishman
abaa1e81f2
Support for multiple-value bindings
...
- CPView and subclasses support multiple-value hidden bindings.
- CPControl and subclasses support multiple-value enabled bindings.
- CPWindow and CPBox support multiple-value title with pattern bindings.
- CPButton supports multiple argument + target bindings.
- CPImageView and CPTextField support multiple-value editable bindings.
- CPMenuItem supports multiple-value enabled bindings.
- Fixed bugs in CPObjectController with simple collection operators.
- CPColorWell uses black as the placeholder color.
- Runtime object attributes from a cib are applied as they are read, not deferred.
- NSNumberFormatter now reads the number style from the xib.
- Normalized some parameter names.
- Formatting.
- Test app for all binding types.
2013-02-15 12:21:13 -05:00
aparajita
c3d565c7e5
Merge pull request #1765 from BlairDuncan/pngSystemCursors
...
pngs of cursors missed in last commit
2013-02-14 22:29:27 -08:00
Blair Duncan
737a8323f2
pngs of cursors missed in last commit
2013-02-14 22:28:51 -05:00
aparajita
9919a30a72
Merge pull request #1764 from BlairDuncan/pngSystemCursors
...
Custom system cursors to use sprited png's for non IE browsers
2013-02-14 18:23:07 -08:00
Blair Duncan
055d43eb23
Custom system cursors to use sprited png's for non IE browsers
2013-02-14 16:35:30 -05:00
aparajita
2425c8c5d3
Merge pull request #1614 from cacaodev/CPDictionary-initWithObjectsAndKeys
...
CPDictionary -initWithObjectsAndKeys: do not treat a nil value as a final value
2013-02-14 11:39:21 -08:00
aparajita
3e1a9434db
Merge pull request #1717 from daboe01/master
...
fix for scrollwheel in FF>3 (issue #1244 )
2013-02-14 09:12:04 -08:00
Alexander Ljungberg
80d5bf4458
Merge branch 'master' of github.com:cappuccino/cappuccino
2013-02-13 23:10:22 +00:00
Alexander Ljungberg
71f6e9ac52
Refs #1757 . Improve fix.
2013-02-13 23:09:24 +00:00
Alexander Ljungberg
d82c0a5e0e
Merge pull request #1757 from BlairDuncan/textFieldFix
...
Fix for textfield propogating command N [+1]
2013-02-13 22:45:07 +00:00
Antoine Mercadal
26890ebe44
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2013-02-13 11:39:08 -08:00
Alexander Ljungberg
ed73fa12b1
Refs #1757 . Add a toggle-able text field to CPDocumentControllerTest to facilitate of testing of text fields effect on Cmd-N accelerator.
...
In my testing, the presence or enabled state of the text field appeared to have no effect. In Safari cmd-n always worked, in Chrome it never worked.
2013-02-13 19:26:13 +00:00
Alexander Ljungberg
1022029bd9
Merge pull request #1758 from cacaodev/CPCollectionView-issue1755
...
CPCollectionView Issue 1755:
2013-02-13 18:53:34 +00:00
daboe01
1f19e028d5
CPWebView scrollwheel fix
2013-02-13 19:07:06 +01:00
cacaodev
21b5eade71
CPCollectionView Issue 1755:
...
Create the drop indicator in mouseEntered if needed. This is the case where the collection view is a drop destination but not a drag source.
In _updateDragAndDropStateWithDraggingInfo... , handle the special case where the drop destination is 0 (includes item count == 0).
Test app: add an empty collection view acting as a drop destination for the first collectionView.
2013-02-13 17:47:27 +01:00
Alexander Ljungberg
2ddb858647
Refs #1678 . Minor tweak.
2013-02-13 15:04:08 +00:00
Alexander Ljungberg
13ede53195
Merge pull request #1678 from mrcarlberg/scroll_rect_to_visible
...
Fixed scrollRectToVisible in CPView
2013-02-13 14:52:54 +00:00
Blair Duncan
06bd951d71
Fix for textfield propogating command N introduced and discussed on commit 782f47a
2013-02-13 09:38:07 -05:00
Alexander Ljungberg
b59440584d
Fixed: new file API test caused 'Cannot find function setAttribute in object [object Object]' unit test error.
2013-02-13 13:56:28 +00:00
Alexander Ljungberg
3ba0f58738
Travis no longer has the jdk_switcher so let's try without.
...
Maybe it'll work with the JDK 7 fix.
2013-02-13 13:01:38 +00:00
Stefan Eilers and Alexander Ljungberg
61b19a1df5
Fix "jake release"
2013-02-13 12:24:58 +00:00
Aparajita Fishman
76ff2a4492
Added a totally gnarly example of how to do complex custom data views using Xcode and bindings
2013-02-13 00:08:10 -05:00
Aparajita Fishman
5a558a9d50
Eliminated the "SomethingElse" framework that no one actually removes, declared theWindow as an @outlet to make XcodeCapp happy.
2013-02-13 00:07:04 -05:00
Aparajita Fishman
fa83ba816b
Fixed missing ivar and updated url
2013-02-13 00:05:42 -05:00
Aparajita Fishman
1b948b584f
CPProgressIndicator fixes
...
- Make height 20px, same as in Xcode, so we can actually lay them out correctly without guessing. And they were just too tall at 25px anyway.
- In case the height does change in the future, calculate the correct height from the theme in NSProgressIndicator.
- Updated the theme descriptor to include the default height.
- Updated Aristo 2 PSD progress indicator artwork.
- Moved init of CPProgressIndicatorSpinningStyleColors out of layoutSubviews, it is file global and only needs to get done once.
2013-02-12 22:35:45 -05:00