Blair Duncan
055d43eb23
Custom system cursors to use sprited png's for non IE browsers
2013-02-14 16:35:30 -05: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
Aparajita Fishman
6472ac7701
Formatting, import fixes
2013-02-12 22:29:31 -05:00
Aparajita Fishman
498f494961
Added valueForBinding:
2013-02-12 15:03:33 -05:00
aparajita
dc97b638cf
Merge pull request #1752 from cacaodev/CPColorWell-binder
...
Use appropriate subclassing in CPColorWellValueBinder
2013-02-12 11:58:56 -08:00
Aparajita Fishman
c0d01ec752
DRY!
2013-02-12 14:44:26 -05:00
Aparajita Fishman
8b17b52575
value and isIndeterminate binding support for CPProgressIndicator
2013-02-12 14:36:10 -05:00
cacaodev
b91b85a0b2
Use appropriate subclassing in CPColorWellValueBinder
2013-02-12 20:15:15 +01:00
Alexandre Wilhelm
b6a7615d8f
Fixed bug about the offset of a pullsdown CPPopUpButton close #1053
2013-02-12 11:06:39 -08:00
Alexander Ljungberg
1e6c7fa6d0
Fixes #1749 . Fix CPGradient error introduced by 08ad614.
2013-02-12 16:41:54 +00:00
Aparajita Fishman
c67b212538
Changed PLATFORM_FEATURE to an array, we ran out of bits, added CPFileAPIFeature test
2013-02-12 04:01:06 -05:00
Aparajita Fishman
73d685adf5
Remove stray console.log
2013-02-11 23:42:11 -05:00
Aparajita Fishman
e4283e2dc2
CPByteCountFormatterUseDefault doesn't need to be transformed, I'm checking for it in the code
2013-02-11 23:32:11 -05:00
Aparajita Fishman
a622f5ca9b
Formatting
2013-02-11 23:08:08 -05:00
Aparajita Fishman
12b2bd2c52
Wrong filename in header
2013-02-11 19:46:06 -05:00
Aparajita Fishman
aeb42ea4f8
CPByteCountFormatter, a complete implementation of NSByteCountFormatter, with test app
2013-02-11 14:08:41 -05:00
Aparajita Fishman
9d99b5f550
Hardly worth using a #define for something called once
2013-02-11 14:06:31 -05:00
Aparajita Fishman
63ae5848f6
Formatting, fixes for CPDecimal/CPDecimalNumber
...
- CPDecimalRound should return a result in all cases
- Fixed test of CPDecimalRound with CPDecimalNoScale
2013-02-11 14:05:52 -05:00
Aparajita Fishman
117dda3bb5
Fix unintended globals
2013-02-11 11:17:19 -05:00
Aparajita Fishman
43817779c5
Ignore CPMenu -itemChanged: when unarchiving menu items
2013-02-11 11:07:37 -05:00
Aparajita Fishman
9af2648b22
Replace nil with CPNull
2013-02-11 11:06:34 -05:00
Aparajita Fishman
caed991cb1
Reformat to make it actually readable, fixed a wrong value
2013-02-11 11:05:55 -05:00
Alexander Ljungberg
654cf22f3c
Refs #1743 . Insert button in ArrayController1 test.
...
Also clean up test a little by initialising the array controller in the xib and connecting the buttons there. This is more natural.
Also make each object created in the table numbered to make it easier to see which one was just added.
2013-02-11 11:36:38 +00:00
Alexander Ljungberg
ff7fdaa251
Merge pull request #1743 from ahankinson/fix-issue1723
...
Fix for #1723 : CPArrayController insert
2013-02-11 11:21:43 +00:00
Alexander Ljungberg
5361b787c5
Merge pull request #1744 from stevegeek/master
...
Fix for issue #1720
2013-02-11 11:08:47 +00:00
Andrew Hankinson
82605f4170
Cause insert: to behave like Cocoa
...
This fix inserts a new object at the current index, rather then the next. This diverges from the Cocoa documentation, but follows the Cocoa behaviour.
2013-02-10 20:58:58 -05:00
Aparajita Fishman
2221d40f47
Log if there is a formatter attached to a text field
2013-02-10 20:05:14 -05:00
Andrew Hankinson
ab49c63840
Fix for #1723 : CPArrayController insert
...
This fix addresses the following problems:
- fixes a bug with add: where it would try to add the sender object, not the represented object
- changes insert: to insert a new represented object after the currently selected object. If no object is currently selected it behaves like add: and adds a new object to the end.
This patch includes tests.
2013-02-10 20:03:41 -05:00
Aparajita Fishman
b6a520e350
Typos, formatting
2013-02-10 20:02:55 -05:00
Alexander Ljungberg
a5e1ed44f4
Refs #1734 . Include pulldown buttons in pop up button manual test.
...
These pulldowns are bound the same way as their corresponding regular popups.
2013-02-10 23:12:21 +00:00
Alexander Ljungberg
a78d69c89e
Merge branch 'aristo2-pulldown-themefix' of https://github.com/ahankinson/cappuccino into ahankinson-aristo2-pulldown-themefix
2013-02-10 23:04:11 +00:00
Alexander Ljungberg
9a7996d40d
Fixed: CPPopUpButtonTest using non-existent methods.
...
There's no `selectedTag` getter for CPPopUpButton (although there's such a binding but that's separate). Also don't call private API that no longer exists - use proper public API instead.
2013-02-10 22:57:43 +00:00