Blair Duncan
5c3d3bbc2e
updated added a menu to tablebindings test and doxygen comments
2013-02-22 09:45:26 -05:00
Alexander Ljungberg
09b5eef617
Fixed: [CPBox setContentView:nil] crash.
...
This is allowed in Cocoa so should not crash Cappuccino either.
2013-02-22 14:42:36 +00:00
Blair Duncan
92c2ed970c
tableview add support for selectAll: deSelectAll: selectNone: #1594
2013-02-22 00:37:34 -05:00
Aparajita Fishman
7ab84ca607
Fixed a bunch of bugs in CGContextCanvas and CGPath.
...
- With canvas, we have to track ourselves whether the context has a path or not.
- All shapes except rects may not be added to a path with no context.
- CGPath was not setting the start and current point correctly in some cases.
- CGContextAddPath was not moving to the path's start point at the beginning.
Sorry, I am not going to spend the time to port these fixes to VML!
2013-02-21 21:44:16 -05:00
Alexander Ljungberg
7d37427c96
Fixes #1789 . Fixed: bootstrap.sh wget fallback broken by 1789.
2013-02-21 23:41:46 +00:00
Antoine Mercadal
17695ff77c
refresh the history menu when user stops listening to a project. close #1784
2013-02-21 14:33:17 -08:00
Alexandre Wilhelm and Antoine Mercadal
bc2b26132a
Fixed bug about font in tableViewHeader closed #1747
2013-02-21 14:05:13 -08:00
Aparajita Fishman
7c033f75ea
Eliminated dead code
2013-02-21 17:02:55 -05:00
aparajita
816e3b71a9
Merge pull request #1770 from ahankinson/nib2cib-cpbrowser-compat
...
Nib2cib cpbrowser compatibility
2013-02-21 12:54:43 -08:00
Andrew Hankinson
b0e307bdd0
NSBrowserTest initial commit
2013-02-21 14:07:01 -05:00
Andrew Hankinson
ee2d52c40a
Merge branch 'refs/heads/master' into nib2cib-cpbrowser-compat
2013-02-21 13:58:48 -05:00
Aparajita Fishman
9007cab02c
Removed another alert
2013-02-21 08:58:01 -05:00
Aparajita Fishman
d473a82715
Formatting, replaced alert with warning
2013-02-21 08:52:58 -05:00
Aparajita Fishman
fb01ceb2a9
Formatting
2013-02-21 07:39:57 -05:00
Aparajita Fishman
109f59ab6c
Merge branch 'autosaveTableColumnsFix'
2013-02-21 07:37:09 -05:00
Martin Carlberg
699ef14b4e
Merge with latest acorn compiler
2013-02-21 12:57:19 +01:00
Alexander Ljungberg
169f8eaad1
Merge branch 'master' of github.com:cappuccino/cappuccino
2013-02-20 19:57:24 +00:00
Alexander Ljungberg
854780a22a
Fixes #1754 . Fixed: CPAlert ignoring keyboard interaction, not movable by background.
...
Without this fix, a CPAlert window couldn't actually become the key window which meant it couldn't receive keyboard events such as using the escape key to close the alert or hitting enter to activate the default button.
Furthermore the window could not be moved by clicking its background and dragging.
This fix makes CPAlert windows into CPPanels instead, which can become key windows and is more appropriate since panels are meant for auxiliary windows.
2013-02-20 19:56:23 +00:00
Alexander Ljungberg
b1883d7204
Refs #1754 . Crisp, pixel perfect CPAlert warning triangle.
2013-02-20 18:31:43 +00:00
Alexander Ljungberg
74be583fbb
Refs #1754 . Fixed: pixelated corners on Aristo 2 HUD windows.
2013-02-20 18:19:25 +00:00
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
cacaodev
cd54687f41
CPTableColumnHeaderView: when a column is pressed and is the _editingColumn, make the table view first responder
2013-02-20 17:19:47 +01:00
cacaodev
899cd22999
Fix local hidding global variable in CPOutlineViewCibTest
2013-02-20 17:16:40 +01:00
cacaodev
3aadc958eb
Merge remote-tracking branch 'upstream/master' into CPTableViewLion
...
Conflicts:
Foundation/CPURLConnection.j
Tests/Manual/CPOutlineViewCibTest/Resources/MainMenu.cib
Tests/Manual/TableTest/TableBindings/Resources/MainMenu.cib
2013-02-20 17:15:24 +01:00
Alexander Ljungberg
79dde7bb9b
Use HUD style buttons in HUD style test window.
2013-02-20 14:39:50 +00:00
Aparajita Fishman
7d8e9dfc60
Formatting
2013-02-20 03:00:20 -05:00
aparajita
e623776f5d
Merge pull request #1787 from BlairDuncan/CPDictionaryController
...
minor optimization so that newObject and includedKeys use the same code
2013-02-19 23:55:11 -08:00
aparajita
230988b90d
Merge pull request #1785 from aradabaugh/cgcanvascontext
...
Fixes #1403 w/formatting and style for missing CGCanvasContext functions. Also...
2013-02-19 18:01:11 -08: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
Adam Radabaugh
a774e52988
Fixes formatting and style for missing CGCanvasContext functions. Adds CGCanvasContext test.
2013-02-19 14:10:39 -07: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
Blair Duncan
b6feecae70
minor optimization so that newObject and includedKeys use the same code
2013-02-19 12:06:48 -05: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