Aparajita Fishman
76bdbb660e
clickedRow should be -1 initially, remove leftover setTheme.
2011-05-30 23:31:28 -07:00
Aparajita Fishman
a7929e6c1e
Enable escape as key equivalent.
2011-05-30 23:18:43 -07:00
Aparajita Fishman
33345f65ce
Restored space, backspace and escape as key equivalents, but only if the first responder is not a CPTextField. Updated test app to show clearly the effect of this change.
2011-05-23 16:31:15 -07:00
Aparajita Fishman
3fe5ec5d6d
Fixed set of keys that can be considered a key equivalent, removed redundant call to performKeyEquivalent, test app
2011-05-22 18:05:08 -07:00
Aparajita Fishman
142b982577
Documentation tweaks
2011-05-22 17:19:06 -07:00
Aparajita Fishman
147c65b962
On WebKit (at least on Mac), right Command key code is 93, not 91. This was not being interpreted correctly.
2011-05-22 17:06:25 -07:00
Aparajita Fishman
a4647f2b82
CPColor and CPImage enhancements
...
- Enhanced -description method of CPImage and CPColor to show the exact content, especially for pattern colors.
- Added CPColorWithImages() convenience function, analogous to PatternColor() function used in theme descriptors.
- Added @cond/@endcond in CPColor to ignore local variables.
- Sample app included.
2011-05-20 00:23:17 -07:00
Aparajita Fishman
94336ebcbb
Merge remote branch 'refs/remotes/280north/master'
...
Conflicts:
Tools/Documentation/preprocess/003.make_headers.rb
2011-05-19 23:19:08 -07:00
Antoine Mercadal
5a7c38d6eb
Fix Firefox problem. close #1271
...
This patch fix the blink problem with FF, by changing the positionning of tooltips, which by the way reflects more the Cocoa behaviour.
2011-05-18 19:30:16 +02:00
Aparajita Fishman
972bb4100f
If there is no header view, there should be no corner view. This is what Cocoa does. Also for correctness -enclosingScrollView should be used to get the table's scrollview. Test app included.
2011-05-18 10:29:54 -07:00
Aparajita Fishman
d7ef31c4f5
Documentation tweak
2011-05-17 10:54:52 -07:00
Aparajita Fishman
2322743252
Documentation tweak
2011-05-17 10:51:09 -07:00
Aparajita Fishman
8b3f9c5557
Merge remote branch 'refs/remotes/280north/master'
...
Conflicts:
Tools/Documentation/doxygen.css
Tools/Documentation/processor_setup.sh
2011-05-17 10:48:22 -07:00
Alexander Ljungberg
24c5b5f6c9
Merge branch '0.9.1'
2011-05-15 19:48:32 -04:00
Alexander Ljungberg
868201b492
Merge pull request #1033 from jlujan/cappuccino
...
---
The expression in the while loop in setParameters results in the wrong value being assigned to "key" which results in malformed param tags that look like the following:
<param name="[object HTMLObjectElement]" >
Also, _params is not checked before assignment in setParameters which will overwrite flashvars if setFlashVars was called before setParameters.
Addresses issues #1031 and #1032
2011-05-15 19:47:43 -04:00
Alexander Ljungberg
4ae47ed7c4
Merge branch 'master' of github.com:280north/cappuccino
2011-05-15 19:06:26 -04:00
Alexander Ljungberg
23cc507b12
Refs #1264 . Make tooltip delay a constant and reduce it to 1.0 second to match Cocoa a little more closely.
...
Perhaps we should implement something like [[CPToolTipManager sharedToolTipManager] setInitialToolTipDelay:X] for completeness.
2011-05-15 19:01:26 -04:00
Alexander Ljungberg
e9cfc806b6
Refs #1264 . Size to fit small tooltips to remove empty whitespace on right side.
2011-05-15 18:58:01 -04:00
Alexander Ljungberg
5994c48d5f
Refs #1264 . Fix accidental global, cleanup.
2011-05-15 18:36:21 -04:00
Francisco Ryan Tolmasky I
55937daa20
Merge pull request #1263 from aparajita/CPMenuManager-cleanup
...
_CPMenuManager style cleanup
2011-05-15 13:37:08 -07:00
Antoine Mercadal
fe53f2503b
let a fancy padding in case of placement forcing due to a lack of space
2011-05-15 22:36:33 +02:00
Antoine Mercadal
9058857403
style
2011-05-15 22:17:11 +02:00
Antoine Mercadal
c7517d81c7
remove useless variables
2011-05-15 22:17:11 +02:00
Antoine Mercadal
b8f46565ef
make CPToolTip a framework private class
2011-05-15 22:17:11 +02:00
Antoine Mercadal
10940ace13
improve CPToolTips. Make them more cocoa like. Remove usage of CPAttachedWindow
2011-05-15 22:15:37 +02:00
Antoine Mercadal
c57842d125
move Tooltips to CPView
2011-05-15 22:14:44 +02:00
Aparajita Fishman
bb3ed30b4e
Style cleanup
2011-05-15 12:15:00 -07:00
Aparajita Fishman
4f8fa778d5
Style cleanup
2011-05-14 14:03:51 -04:00
Alexander Ljungberg
1a8808a4fd
Merge pull request #1261 from aparajita/cappuccino
...
---
- Added generic facility for pre- and post-processor scripts to be run.
- Added support utility script for inclusion by processors.
- Totally overhauled css to make the pages more readable (I hope).
- Fixed some doc errors in CPTableView.
- Dont generate XML.
- Added colorize() and colorPrint() functions to common.jake.
- Added docs-no-frame task for generating docs without a sidebar frame.
2011-05-12 15:02:57 -04:00
Aparajita Fishman
be5bbdcb32
Another overhaul of doc generation.
...
- Added generic facility for pre- and post-processor scripts to be run.
- Added support utility script for inclusion by processors.
- Totally overhauled css to make the pages more readable (I hope).
- Fixed some doc errors in CPTableView.
- Don't generate XML.
- Added colorize() and colorPrint() functions to common.jake.
- Added docs-no-frame task for generating docs without a sidebar frame.
2011-05-12 14:41:54 -04:00
Aparajita Fishman
9ad8f75a08
Another overhaul of doc generation.
...
- Added generic facility for pre- and post-processor scripts to be run.
- Added support utility script for inclusion by processors.
- Totally overhauled css to make the pages more readable (I hope).
- Fixed some doc errors in CPTableView.
- Don't generate XML.
- Added colorize() and colorPrint() functions to common.jake.
- Added docs-no-frame task for generating docs without a sidebar frame.
2011-05-12 14:40:19 -04:00
Aparajita Fishman
9e892d4eea
Added CPMenu -removeAll method, removed unused internal _itemIsHighlighted method, test app
2011-05-11 23:56:01 -04:00
Alexander Ljungberg
1c0f679f50
Refs #1245 . Fixed: setToolTip: belongs in CPView, not CPControl.
2011-05-11 21:36:49 -04:00
Alexander Ljungberg
345d48e224
Refs #1245 . Make CPToolTip and CPAttachedWindow internal since they're not part of the Cocoa API. Refactored some code from CPControl to CPToolTip.
2011-05-11 20:35:13 -04:00
Alexander Ljungberg
bb97c107c9
Refs #1245 . Minor clean up.
2011-05-11 20:02:08 -04:00
Alexander Ljungberg
37cad2f59a
Merge pull request #1245 from primalmotion/cappuccino
...
---
This is a basic merge of the TNKits tooltip system in Cappuccino.
2011-05-11 19:30:41 -04:00
Alexander Ljungberg
a51a051cee
Fixed: if a button was unarchived it would have no continuous push delay and a 0 interval.
2011-05-11 19:15:44 -04:00
Alexander Ljungberg
a3cd47b57c
Merge pull request #1100 from MCF/cappuccino
...
---
Move the functionality from CPSteppers _CPContinuousButton object into CPButton. Now any button can be made continuous instead of just the buttons for CPStepper.
2011-05-11 18:40:07 -04:00
Aparajita Fishman
23a5b83ea6
Corrected and added -performKeyEquivalent docs.
2011-05-10 19:20:37 -04:00
Aparajita Fishman
b3a427ba18
Correct performKeyEquivalent documentation
2011-05-10 19:17:32 -04:00
Aparajita Fishman
4cdefcc2c7
Merge remote branch 'refs/remotes/280north/master'
2011-05-10 11:12:05 -04:00
Alexander Ljungberg
5a2e5a7de3
Fixed CPColor isEqual: for pattern images.
2011-05-09 21:38:32 -04:00
Aparajita Fishman
b7c0dcf050
Added textFrame method to locate the text within the view
2011-05-09 21:14:02 -04:00
Alexander Ljungberg
3db05c94ab
Closes #682 . Fix CPColor isEqual:.
2011-05-09 20:59:38 -04:00
Aparajita Fishman
9fcf0258e0
Fix the content inset on CPTextField so there are 2 pixels below and 3 pixels above a text selection.
2011-05-09 17:12:27 -04:00
Alexander Ljungberg
d5a0469333
Closes #664 . Fixed: web view sizing bug when loading contents prior to adding the view to the display tree.
2011-05-09 14:38:17 -04:00
Alexander Ljungberg
d5f281320f
[CPView _isVisible] convenience method.
2011-05-09 14:37:54 -04:00
Alexander Ljungberg
2563cb5dc1
Refs #684 . Handle content reflows and associated scroll updates when unhiding a CPWebViewScrollAppKit webview.
2011-05-09 01:13:57 -04:00
Alexander Ljungberg
c42295f0c7
Refs #684 . Fixed: sizing problem when revealing hidden CPWebView.
2011-05-09 00:59:45 -04:00
Alexander Ljungberg
cc9bcabf38
Remove apparently unused CPWebView ivar _scrollSize and code.
...
_scrollSize was never set anywhere in Cappuccino, yet it only had an effect if set.
2011-05-09 00:46:25 -04:00