Antoine Mercadal
d92cc0f365
Merge branch 'master' of https://github.com/cappuccino/cappuccino
2014-09-04 18:18:29 -07:00
Antoine Mercadal
a5e39d1db3
Revert "Merge pull request #2158 from mrbannon/master"
...
This reverts commit 228a95f776 , reversing
changes made to cf93b72edd .
2014-09-04 18:17:15 -07:00
Antoine Mercadal
7052ce9e63
Merge pull request #2196 from Dogild/BackSpaceTextField
...
Fixed: backspace on a none editable/enable field trigger the browser's page back button
2014-09-04 18:06:14 -07:00
Alexandre Wilhelm
8d036ab1d4
Fixed: backspace on a none editable/enable field trigger the browser's page back button
...
Previously, when hitting the backspace key on a none editable/enable field, this triggered the browser's back button.
Now it does not anymore.
All credits for @apajarita
Fixed #2189
2014-09-04 17:44:29 -07:00
Antoine Mercadal
48276f989f
Fixed: - (CGSize)sizeWithFont:(CPFont)aFont inWidth:(float)aWidth adjust +1 to the computed size
...
The width computing of a string is always a little random, and that led to truncated labels. This patch adds
a pixel in width in order to fix any rounding errors.
2014-09-04 17:35:03 -07:00
Antoine Mercadal
57f2d3e26a
Revert "Merge pull request #2152 from daboe01/Fix-for-missing-backgroundcolor-support-textfield"
...
This reverts commit 5c193f49df , reversing
changes made to 5b2ef77c2c .
2014-09-04 14:34:09 -07:00
Antoine Mercadal
5c193f49df
Merge pull request #2152 from daboe01/Fix-for-missing-backgroundcolor-support-textfield
...
FIXED: CPTextField's setTextFieldBackgroundColor: has not effect
2014-09-04 14:05:21 -07:00
Antoine Mercadal
5b2ef77c2c
Merge pull request #2195 from Dogild/BackgroundSizeFrameSize
...
Fixed: CSS style background-size doesn't change its value when changing a frameSize
2014-09-04 14:04:42 -07:00
Antoine Mercadal
371b660b33
Merge pull request #2072 from mrcarlberg/fix_accessors_in_categories_fails
...
Fixed: Ivars with accessors in a Category failed with duplicate ivar error
2014-09-04 14:02:53 -07:00
Antoine Mercadal
228a95f776
Merge pull request #2158 from mrbannon/master
...
Fixed : #2157 - fixed issue with InvalidStateError when using CPURLConnection in IE11
2014-09-04 13:59:13 -07:00
Antoine Mercadal
cf93b72edd
Merge pull request #2173 from daboe01/Fixed--collectionViewDidChangeSelection
...
Fixed: support for outdated collectionViewDidChangeSelection delegate method
2014-09-04 13:57:39 -07:00
Antoine Mercadal
90c60cc5e4
Merge pull request #2184 from daboe01/patch-1
...
Fixed: typo in scrollRectToVisible: documentation
2014-09-04 13:56:26 -07:00
Antoine Mercadal
e79ab4f47a
Merge pull request #2190 from Dogild/text-ColorDatePicker
...
Fixed: wrong text-color for CPDatePicker
2014-09-04 13:55:32 -07:00
Antoine Mercadal
4e946cbb27
Merge pull request #2185 from daboe01/backport-closebutton-aristo
...
Fixed: Aristo1 close button of inactive windows looks like as in active windows
2014-09-04 13:55:11 -07:00
Antoine Mercadal
d5c5070e59
Merge pull request #2191 from t00f/fix#2182
...
Fixed truncated CPRadio / CPRadioGroup. #2182
2014-09-04 13:54:47 -07:00
Antoine Mercadal
50b3aabb76
Merge pull request #2192 from ratijas/master
...
-setFloat:forKey: @selector(aValue) -> @selector(floatValue)
2014-09-04 13:54:14 -07:00
Antoine Mercadal
b2fd84192b
Merge pull request #2193 from Dogild/DatePickerTableView
...
Fixed: CPDatePicker textual and graphical doesn't work in a CPTableView
2014-09-04 13:53:52 -07:00
Alexandre Wilhelm
1a7f7cb197
Fixed: CSS style background-size doesn't change its value when changing frameSize
...
Previously, when changing the frameSize of a CPView, the style background-size wasn't changed with.
This raised issue with threePartImage.
Fixed #2187
2014-09-04 13:42:25 -07:00
Alexandre Wilhelm
ae5b3c4c2d
Fixed: CPDatePicker textual and graphical doesn't work in a CPTableView
...
Previously, when using a textual or graphical CPDatePicker in a CPTableView Cappuccino crashed.
This PR fix this issue by adding the subviews of a CPDatePicker in the method layoutSubviews instead of in the initialization.
This PR add another feature on the graphical CPDatePicker, the button next and previous month are now in the mode continuous as in Cocoa.
2014-09-03 16:09:58 -07:00
ratijas
06240d1183
-setFloat:forKey: @selector(aValue) -> @selector(floatValue)
2014-09-03 16:08:21 +00:00
Christophe Serafin
f3b3d8d759
Test: Update CPControlSize and Nib2CibAlignment tests to show CPRadioGroup truncated fix.
...
It removes unuseful grid image and adds CPRadio and CPRadioGroup into CPControlSize and Nib2CibAlignment tests.
2014-09-02 17:45:14 -07:00
Christophe Serafin
8420f6ccfe
Fixed: CPRadioGroup were truncated
...
Since PR #2170 , CPRadioGroup were truncated because they are specific components translated into a NSMatrix (CPView) object.
This fix sets CPRadio controlSize according to xCode value and uses its frame adjustment to adjust CPRadio inside a CPRadioGroup.
2014-09-02 17:39:33 -07:00
Alexandre Wilhelm
f007ecf6c5
Fixed: wrong text-color for CPDatePicker
...
Previously the color of a CPDatePicker wasn't black as a CPTextField
Fixed #2188
2014-09-02 13:17:07 -07:00
daboe01
758a023267
style
2014-08-31 21:21:42 +02:00
daboe01
fe6a576d84
add special close button for inactive windows
2014-08-31 21:16:36 +02:00
daboe01
d4f2d99a6b
Fixed: typo in scrollRectToVisible: documentation
2014-08-31 13:48:34 +02:00
Antoine Mercadal
cb390325a6
Merge pull request #2170 from t00f/themeable-rule-editor
...
ControlSize management and CPRuleEditor/CPPredicateEditor alignments
2014-08-29 10:11:05 -07:00
Antoine Mercadal
1922ef974b
Merge pull request #2180 from kevin-xu/kevin-xu-branch
...
Fixed: bootstrap.sh cannot filter the OpenRDK version key out correctly.
2014-08-28 22:42:01 -07:00
kevin-xu
75a4d8a2b9
Fixed: bootstrap.sh cannot filter the OpenRDK version key out correctly.
...
When running ./bootstrap.sh, it will print the error message:
"./bootstrap.sh: line 138: [: too many arguments"
This fix correct it by filtering out the OpenRDK Runtime Environment line.
Fixes #2179
2014-08-28 20:14:35 -07:00
Antoine Mercadal
b92214461e
FIXED: Some tooltips was truncated
...
This patch adds a small size adjustment when we compute the size of the
tooltip. It seems to fix all truncated tooltips problem.
2014-08-28 19:02:22 -07:00
Antoine Mercadal
3f4ba87079
FIXED: Tooltip content alignement was mistakely set to be justified
...
This patch ensure the tooltip content is left aligned correctly
2014-08-28 18:30:55 -07:00
Antoine Mercadal
f1cfa14750
FIXED: buttons in CPButtonBar were never removed from the CPButtonBar
...
Previsouly, layoutSubview was layouting the visible buttons, but it was not removing them from
the buttonbar
2014-08-28 17:26:22 -07:00
daboe01
b24f5b6ad6
fixed unit test
2014-08-24 14:12:44 +02:00
Christophe Serafin
3dbce0e800
move DOMElement.style.backgroundSize to CPDomDisplayServerSetStyleBackgroundSize equivalent method
2014-08-22 10:09:09 -07:00
Christophe Serafin
872fd126f4
fix style
2014-08-22 10:07:56 -07:00
Christophe Serafin
efca50c6ac
fix style
2014-08-22 10:07:29 -07:00
Antoine Mercadal
3cf013b25b
Merge pull request #2178 from Dogild/CPOUtlineView-fix-reuseItem
...
Fixed: crash of the CPOutlineView when reloading and changing an item to another parent
2014-08-21 10:42:58 -07:00
Alexandre Wilhelm
92a5fa19fb
Fixed: crash of the CPOutlineView when reloading and changing an item to another parent
...
Previously, when reloading the CPOutlineView and changing an item to another parentItem, the CPOutlineView deleted the reference of the item.
Now, when removing old data to avoid memory leaks, the CPOutlineView checks if the pending item to delete doesn't have another parent item.
2014-08-20 18:32:20 -07:00
Christophe Serafin
d1985bad3b
update Nib2CibAlignment test
2014-08-18 13:09:51 -07:00
Christophe Serafin
c83a4dc8e4
fix _adjustNib2CibSize calls
2014-08-18 13:09:15 -07:00
Christophe Serafin
5484bbf8bf
fix Aristo and Aristo2 alignments
2014-08-18 13:08:47 -07:00
Christophe Serafin
62e8d70d74
fix _adjustNib2CibSize calls
2014-08-18 13:08:09 -07:00
Christophe Serafin
7323a5e393
fix disappearing buttons
2014-08-15 09:04:26 -07:00
Christophe Serafin
f8205cc376
realign Aristo2 buttons for fix 6f9210
2014-08-15 08:20:46 -07:00
Antoine Mercadal
1b639ab978
Improve test XIB
2014-08-15 01:01:47 -07:00
Antoine Mercadal
4828f7478e
Merge branch 'master' into themeable-rule-editor
2014-08-14 21:05:58 -07:00
Antoine Mercadal
9646f7039a
Update XIB
2014-08-14 21:05:16 -07:00
Antoine Mercadal
6f921028de
do not call again _adjustNib2CibSize
2014-08-14 21:04:57 -07:00
Antoine Mercadal
2508db0550
Remove usless computation
2014-08-14 21:04:32 -07:00
Antoine Mercadal
775141b7f7
Merge branch 'themeable-rule-editor' of https://github.com/t00f/cappuccino into themeable-rule-editor
2014-08-14 21:03:45 -07:00