Didier Korthoudt and cacaodev
94ac8fd837
FIXED: Before this PR, CPButton setImage was also changing the alternate image
2018-05-04 16:16:01 +02:00
Didier Korthoudt and Martin Carlberg
20be4a40ea
NEW: Add CSS theming support ( #2613 )
2018-04-27 09:27:01 +02:00
bedalton and cacaodev
7de91da87a
Fix: rename _placeHolderView and add accessors in CPTabView.j ( #2678 )
...
In CPTabView.j on line 706 method is called `[_source
_setPlaceholderView:aValue]; ` this method does not exist, and this
call could possibly be expecting the property `_placeHolderView` to
have an accessor method. To add the correct accessor method the case of
either the method call selector or the variable must change —
`_placeHolderView` vs `_placeholderView`. For this fix I selected the
`_placeholderView` spelling, as opposed to the alternative with the
capitalized “holder” in “placeholder.”
Fixes #2674
2018-04-13 12:09:46 +02:00
cacaodev and Martin Carlberg
b8b48b533b
Previously, animating frame origin was not working on recent versions of Gecko (Firefox). The format for the matrix value of the transform property was matrix(a,b,c,d,tx,ty) and tx and ty had the "px" suffix. According to this page, tx and ty were accept ( #2677 )
...
ed (in my understanding not required) to have this suffix before FireFox
16.
All parameters are now numbers without suffix and this code will work
for all FireFox versions supporting css animations.
2018-04-12 11:25:43 +02:00
daboe01 and Martin Carlberg
535f981739
Fixed: TextView bindings wrote data on blur even when not editable ( #2582 )
2018-04-12 09:25:12 +02:00
cacaodev and GitHub
0404ac0395
Merge pull request #2602 from daboe01/issue2545
...
FIXED: click to key window in the background did not bring it forward
2018-04-12 09:11:57 +02:00
daboe01
f961625f03
fixed: some events were not propagated to the bridge window
2018-04-11 18:30:47 +02:00
daboe01 and Martin Carlberg
7909bae065
Fixed: touch-scrolling did not work ( #2612 )
2018-04-09 13:19:18 +02:00
bedalton and Martin Carlberg
7e6e117b17
Formatting: add semi-colon to CPTextContainer.j ( #2675 )
2018-04-09 12:40:41 +02:00
bedalton and Martin Carlberg
314e64d7b1
Formatting: add semi-colon to CPTextView.j ( #2676 )
2018-04-09 12:40:11 +02:00
Alexandre Wilhelm and GitHub
77eb6b358f
Merge pull request #2626 from daboe01/fix-cptextview-backspace-issue
...
fixed: backspace did not trigger scrolling properly 927d6d2
2018-04-08 11:37:19 -07:00
Alexandre Wilhelm and GitHub
8bc0461463
Merge pull request #2627 from bedalton/formatting-add-semi-colon-cpcolorpicker
...
Formatting: add missing semi-colon to CPColorPicker.j
2018-04-08 11:35:34 -07:00
Alexandre Wilhelm and GitHub
c9dd1ea71d
Merge pull request #2628 from bedalton/formatting-add-semi-colon-cpdatepicker
...
Formatting: add missing semi-colons to CPDatePicker.j
2018-04-08 11:35:26 -07:00
Alexandre Wilhelm and GitHub
85d3529bc3
Merge pull request #2629 from bedalton/formatting-add-semi-colon-cpdatepickertextfield
...
Formatting: add semi-colon CPDatePickerTextField.j
2018-04-08 11:35:10 -07:00
Alexandre Wilhelm and GitHub
3aac8bb072
Merge pull request #2630 from bedalton/formatting-add-semi-colon-cpevent
...
Formatting: add missing semi-colons to CPEvent.j
2018-04-08 11:34:59 -07:00
Alexandre Wilhelm and GitHub
e9a7e21aca
Merge pull request #2638 from bedalton/formatting-add-semi-colon-cptableview
...
Formatting: add semi colon to CPTableView.j
2018-04-08 11:34:47 -07:00
Alexandre Wilhelm and GitHub
fc0e4da33c
Merge pull request #2641 from bedalton/formatting-add-semi-colon-cpwindow
...
Formatting: add missing semi-colons to CPWindow.j
2018-04-08 11:33:54 -07:00
Alexandre Wilhelm and GitHub
ef3c1315dd
Merge pull request #2642 from bedalton/formatting-add-semi-colon-cpwindowcontroller
...
Formatting: add semi-colon to CPWindowController.j
2018-04-08 11:33:45 -07:00
Alexandre Wilhelm and GitHub
5c12890faf
Merge pull request #2643 from bedalton/formatting-add-semi-colon-to-cpfontpanel
...
Formatting: add semi-colon to CPFrontPanel.j
2018-04-08 11:33:33 -07:00
Alexandre Wilhelm and GitHub
c4fd5e0999
Merge pull request #2645 from bedalton/formatting-add-semi-colons-cpdatepickercalendar
...
Formatting: add missing semi-colons to _CPDatePickerCalendar.j
2018-04-08 11:33:24 -07:00
Alexandre Wilhelm and GitHub
d3c56d635d
Merge pull request #2669 from bedalton/formatting-add-semi-colons-cpplatformwindow
...
Formatting: minor formatting updates in CPPlatformWindow+DOM.j
2018-04-08 11:32:58 -07:00
Alexandre Wilhelm and GitHub
c53cb49034
Merge pull request #2640 from bedalton/formatting-add-semi-colon-cpview
...
Formatting: add semi-colon to CPView.j
2018-04-08 11:32:44 -07:00
Alexandre Wilhelm and GitHub
d38463c5d9
Merge pull request #2631 from bedalton/formatting-add-semi-colon-cpfont
...
Formatting: add semi-colon to CPFont.j
2018-04-08 11:32:33 -07:00
Alexandre Wilhelm and GitHub
bc4b424f0e
Merge pull request #2632 from bedalton/formatting-add-semi-colon-cpimage
...
Formatting: add semi-colon to CPImage.j
2018-04-08 11:32:23 -07:00
Alexandre Wilhelm and GitHub
d91d83f115
Merge pull request #2634 from bedalton/formatting-add-semi-colon-cplayoutmanager
...
Formatting: add missing semi-colon to CPLayoutManager.j
2018-04-08 11:32:02 -07:00
Alexandre Wilhelm and GitHub
584b6ab219
Merge pull request #2639 from bedalton/formatting-add-semi-colon-cptokenfield
...
Formatting: add semi colon to CPTokenField.j
2018-04-08 11:31:47 -07:00
Alexandre Wilhelm and GitHub
04b155dbfb
Merge pull request #2635 from bedalton/formatting-add-semi-colon-cpoutlineview
...
Formatting: add semi-colons to CPOutlineView.j
2018-04-08 11:31:35 -07:00
Alexandre Wilhelm and GitHub
ddc5488db7
Merge pull request #2636 from bedalton/formatting-add-semi-colon-cpprogressindicator
...
Formatting: add semi-colons to CPProgressIndicator.j
2018-04-08 11:31:23 -07:00
Alexandre Wilhelm and GitHub
5c6906d5fd
Merge pull request #2637 from bedalton/formatting-add-semi-colon-cpscrollview
...
Formatting: add missing semi-colon to CPScrollView.j
2018-04-08 11:31:08 -07:00
Alexandre Wilhelm and GitHub
56fee5d286
Merge pull request #2657 from bedalton/formatting-remove-redundant-variable-declaration
...
Formatting: remove redundant variable in _CPRuleEditorViewSlice.j
2018-04-08 11:29:35 -07:00
Alexandre Wilhelm and GitHub
c4dcab04b6
Merge pull request #2656 from bedalton/formatting-remove-semi-colon-cplevelindicator
...
Formatting: Remove semi-colon after method header in CPLevelIndicator
2018-04-08 11:29:17 -07:00
Alexandre Wilhelm and GitHub
8dd9a96769
Merge pull request #2655 from bedalton/formatting-update-semi-colons-in-cpimageandtextview
...
Formatting: fix possible misuse of commas in _CPImageAndTextView.j
2018-04-08 11:28:59 -07:00
Alexandre Wilhelm and GitHub
6864015af6
Merge pull request #2654 from bedalton/formatting-declare-variable-in-CPColor
...
Formatting: formally declared variable before use in CPColor.j
2018-04-08 11:28:46 -07:00
Alexandre Wilhelm and GitHub
ebaa60e929
Merge pull request #2653 from bedalton/formatting-cptextview
...
Formatting: add semi-colons and comma to CPTextView.j
2018-04-08 11:28:24 -07:00
Alexandre Wilhelm and GitHub
ac9962c624
Merge pull request #2644 from bedalton/formatting-add-semi-colon-to-cpmenuitem
...
Formatting: add missing semi-colons to CPMenuItem.j
2018-04-08 11:27:57 -07:00
Alexandre Wilhelm and GitHub
ccd1773643
Merge pull request #2646 from bedalton/formatting-add-semi-colons-cphudwindowview
...
Formatting: add missing semi-colon to _CPHudWindowView.j
2018-04-08 11:27:46 -07:00
Alexandre Wilhelm and GitHub
ac970ff768
Merge pull request #2647 from bedalton/formatting-add-semi-colons-cpplatformpasteboard
...
Formatting: add semi-colons to CPPlatformPasteboard.j
2018-04-08 11:27:38 -07:00
Alexandre Wilhelm and GitHub
53ff45425d
Merge pull request #2648 from bedalton/formatting-add-semi-colons-cptablecolumn
...
Formatting: add semi-colon to CPTableColumn.j
2018-04-08 11:27:25 -07:00
Alexandre Wilhelm and GitHub
de435c741f
Merge pull request #2649 from bedalton/formatting-add-semi-colons-cptextfield
...
Formatting: add semi-colons to CPTextField.j
2018-04-08 11:27:12 -07:00
Alexandre Wilhelm and GitHub
1dc9a44aec
Merge pull request #2650 from bedalton/formatting-add-semi-colons-cptoolbar
...
Formatting: add semi-colon to CPToolBar.j
2018-04-08 11:26:37 -07:00
Alexandre Wilhelm and GitHub
0206379315
Merge pull request #2651 from bedalton/formatting-add-semi-colons-cptypesetter
...
Formatting: add missing semi-colons to CPTypesetter.j
2018-04-08 11:26:29 -07:00
Alexandre Wilhelm and GitHub
c39adbbbc5
Merge pull request #2652 from bedalton/formatting-add-semi-colons-to-cprtfparser
...
Formatting: add semi-colons to _CPRTFParser.j
2018-04-08 11:26:16 -07:00
Alexandre Wilhelm and GitHub
061a15d4f7
Merge pull request #2658 from bedalton/formatting-remove-redundant-variable-cpsearchfield
...
Formatting: removed redundant variable in CPSearchField.j
2018-04-08 11:25:25 -07:00
Alexandre Wilhelm and GitHub
17ccddf541
Merge pull request #2668 from bedalton/formatting-add-semi-colon-cptheme
...
Formatting: add semi-colon to CPTheme.j
2018-04-08 11:22:59 -07:00
Daniel
fbaf87ec6c
Formatting: add missing semi-colon in CPTheme.j
2018-04-07 17:03:33 -07:00
cacaodev and GitHub
5d3b918339
Merge pull request #2624 from bedalton/formatting-add-semi-colon-cparraycontroller
...
Formatting: add semi-colon CPArrayController
2018-04-07 06:53:38 +02:00
cacaodev and GitHub
eba0091764
Merge pull request #2623 from bedalton/formatting-add-semi-colon-cpapplication
...
Formatting: add semi-colon CPApplication
2018-04-07 06:53:13 +02:00
cacaodev and GitHub
7999cbbea3
Merge pull request #2622 from bedalton/formatting-add-semi-colon-cppopoverwindow
...
Formatting: add semi-colon CPPopoverWindow.j
2018-04-07 06:52:57 +02:00
cacaodev and GitHub
cee7987b35
Merge pull request #2621 from bedalton/formatting-add-semi-colon-cptooltip
...
Formatting: add semi-colon to CPToolTip.j
2018-04-07 06:52:40 +02:00
cacaodev and GitHub
d475c08024
Merge pull request #2620 from bedalton/formatting-add-semi-colon-cpdatepickerclock
...
Formatting: add semi colon CPDatePickerClock.j
2018-04-07 06:52:26 +02:00