daboe01
677076b89d
fixed: some cib files have been outdated
2021-04-01 18:04:06 +02:00
daboe01 and Martin Carlberg
1f4ef42625
Fixed: index.html and index-debug.html were outdated in the manual tests ( #2848 )
2019-06-13 15:58:34 +02:00
daboe01 and cacaodev
6443575114
fixed: nib2cib was susceptible to IB button issue with alternateImage ( #2721 )
2018-05-28 21:10:40 +02:00
cacaodev
9fab52c044
NEW: nib2cib support for CPButton -imageScaling. With manual test CPButtonTest. Fixes #2425 .
2016-03-12 22:18:46 +01: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
Alexander Ljungberg
b4fe13dfb1
Merge branch 'refs/heads/0.9.6'
2013-01-19 02:27:43 +00:00
Alexander Ljungberg
dfad18e047
New website location.
2013-01-19 02:11:37 +00:00
Antoine Mercadal
b283e05f9c
Fix bug in CPButtonTest
2013-01-10 11:48:45 -08:00
Antoine Mercadal
533fd0574a
Merge branch 'master' into Aristo2
2013-01-03 14:25:42 -08:00
Antoine Mercadal
93e931e2b6
Fix Aristo2 Build process
2013-01-03 13:47:50 -08:00
imageoptimiser and Adam Howard
787dd10c69
Optimised images
2012-12-24 12:10:02 +00:00
Alexander Ljungberg
adb6404a0f
Support Cib/Interface Builder window positioning masks.
...
Without this feature windows could easily end up being placed outside of the screen/browser when loaded in Cappuccino due to e.g. the window position being 100 px from the bottom of a 1418 px tall screen but the browser only being 800 px.
This commit adds support for all "initial position" window masks in Interface Builder except "centre". Position can be specified in current screen space coordinates and then adjusted proportionally to the browser size, or adjusted while preserving a left or right margin and a top or bottom margin.
2012-10-15 00:20:22 +01:00
Aparajita Fishman
3ccaa4de50
Button types can be set in IB, no need for code
2012-09-28 18:04:31 -04:00
Aparajita Fishman
95246d73c1
Fixed xib to work correctly with smaller screens
2012-09-28 17:44:56 -04:00
Antoine Mercadal
d1c978669b
run ImageOptim on all images. Saved around 30% of original size
2012-08-24 11:48:55 -07:00
Aparajita Fishman
872df9fe39
Fixed window positioning
2012-07-10 17:35:42 -07:00
Alexander Ljungberg
378822b777
Merge pull request #1572 from slevenbits/cpbutton-masks
...
CPButton and subclasses respect highlightsBy and showsStateBy masks now.
Conflicts:
AppKit/CPButton.j
Tests/Manual/CPButtonTest/AppController.j
Tests/Manual/CPButtonTest/Info.plist
Tests/Manual/CPButtonTest/Resources/MainMenu.cib
Tests/Manual/CPButtonTest/Resources/MainMenu.xib
2012-06-25 16:05:03 +01:00
Ilya Kulakov
c46c365823
Extenend CPButtonTest to test highlightsBy and showsStateBy.
2012-06-25 18:57:06 +07:00
Adam Radabaugh
84c8427bb4
Merge branch master
2012-06-23 14:21:45 -06:00
Antoine Mercadal
6f32e598e9
Add manual tests for disabled button with image
2012-06-13 15:22:53 -07:00
Adam Radabaugh
95f7ba29cc
Update latest nib2cib with demo of button types
2012-05-15 14:38:54 -06:00
Adam Radabaugh
7ab20145d1
Merge branch 'master' of git://github.com/cappuccino/cappuccino
...
Conflicts:
Tests/Manual/CPButtonTest/Resources/MainMenu.cib
2012-05-15 14:15:03 -06:00
Antoine Mercadal
478fb43d2a
Fix all Manual tests showing empty UI. (re-run nib2cib on all of them)
2012-05-15 12:08:19 -07:00
Blair Duncan
934691fffb
nib2cib all of current test files xib's
2012-05-04 20:10:55 -04:00
Adam Radabaugh
2078d0e23b
Restore copywrite info in headers.
2012-05-01 15:16:44 -06:00
Adam Radabaugh
ea0107f67f
Enable additional button types in CPButton with manual test.
2012-05-01 15:11:34 -06:00
Aparajita Fishman
37d92c1182
Revert "Merge pull request #1438 from aradabaugh/master", it broke a few things
...
This reverts commit e081dbf127 , reversing
changes made to 71e8f0201a .
2012-02-16 08:21:31 -08:00
aradabaugh
bea34a9b35
Removes duplicate action for radioGroup.
2012-01-30 00:26:46 -07:00
aradabaugh
5ae405a89b
Add visual test for CPButton buttonTypes.
2012-01-30 00:17:58 -07:00
Alexander Ljungberg
b371fda0a5
Refs #1378 . Position the continuous button test window so it's visible.
2011-10-10 14:21:08 +01:00
Antoine Mercadal
199b777dcc
update CPButtonTest to test setState: behavior
2011-10-10 14:52:08 +02:00
Alexander Ljungberg
8f5fe55dea
Manual test for continuous buttons.
2011-05-11 19:28:01 -04:00
Alexander Ljungberg
abd32f5abc
Renamed CPButtonImageTest to CPButtonTest to reuse it for non image related tests.
...
Having fewer but slightly wider manual tests reduces the number of individual apps which need testing when changes are made.
2011-05-11 19:03:21 -04:00