Alexandre Wilhelm
4568dfabb9
Added: added unit test for CPTokenField
2014-06-12 10:58:11 -07:00
cacaodev
e0772500c9
Merge remote-tracking branch 'upstream/master' into CPAnimationContext
...
Conflicts:
AppKit/CPView.j
2014-06-11 20:24:46 +02:00
cacaodev
78c5522966
Merge remote-tracking branch 'upstream/master' into CPTableView-enumerateRows
...
Conflicts:
AppKit/CPTableView.j
2014-06-11 19:42:33 +02:00
Alexander Ljungberg
2a78da6d07
Formatting and comment on table view first responder change.
...
Refs #2133 .
2014-06-10 11:03:08 +02:00
Alexander Ljungberg
c3505f865e
Merge pull request #2133 from Dogild/TableViewTheme
...
Fixed: font cell of a CPTableView comes black when editing another cell
2014-06-10 10:53:37 +02:00
Alexandre Wilhelm
3364e6c63b
Fixed: unsigned delegate methods of CPTokenField erased by CPTextField
...
Previously, the unsigned delegate methods _implementedDelegateMethods was erased by the CPTextField, so some delegate methods didn't work any more.
This PR just renames the unsigned delegate methods to _implementedTokenFieldDelegateMethods.
2014-06-09 14:34:08 -07:00
Alexandre Wilhelm
a129f2c5c5
Fixed: CPTextField doesn't update its style when editing
...
Previously, the update of the style of an editing textField didn't work.
Now when editing, we can update the font, color, alignment and vertical-alignment of the textField
Test app in Tests/Manual/CPTextFieldEditingStyleTest/
Fixed #2057
2014-06-09 12:16:15 -07:00
cacaodev
770b0c7022
Here is an ojtest for this issue.
2014-06-07 18:34:59 +02:00
Antoine Mercadal
15a7a0459a
Merge pull request #1927 from Alos/layoutSubview-fix
...
Fixed: CPTabView will now update its tab's labels when the layoutSubview...
2014-06-06 15:54:44 -07:00
Antoine Mercadal
6490858f43
Merge pull request #2131 from Dogild/datePickerShiftClick
...
New: Added feature to select a set of dates with a shift click in CPDatePicker
2014-06-06 15:42:40 -07:00
Antoine Mercadal
aac6f75025
Merge pull request #2129 from Dogild/TyopDatePicker
...
Fixed: typo in CPDatePicker
2014-06-06 14:37:29 -07:00
Antoine Mercadal
86945218de
Merge pull request #2132 from Dogild/ComboBoxModal
...
Fixed: CPComboBox doesn't work in modal.
2014-06-06 14:36:57 -07:00
Alexandre Wilhelm
718f79775e
Fixed: Update test CPTextViewCibTest
2014-06-04 16:30:05 -07:00
Alexandre Wilhelm
4261c1768a
Added : added default NSTextView for nib2cib
2014-06-04 16:29:45 -07:00
Alexandre Wilhelm
01603185c3
Added: added CPTextViewCibTest
2014-06-04 15:00:12 -07:00
daboe01
4632ba3ae5
double var fix
2014-06-04 20:38:51 +02:00
daboe01
38d63c3dc9
formatting
2014-06-04 20:33:30 +02:00
Alexandre Wilhelm
c64e5a5799
Fixed: font cell of a CPTableView comes black when editing another cell
...
Previously, when editing a cell, the other cells of the tableView lost the themeState of the firstResponder.
Now the other cells, as the tableView, keep this state when a cell is editing.
Fixed #2133
2014-06-04 11:19:32 -07:00
daboe01
f1adf24f3b
make the plain look as white as in cocoa
2014-06-04 18:34:46 +02:00
Alexandre Wilhelm
856765a775
Fixed: reduce size of the test of CPTextView
2014-06-03 21:15:21 -07:00
Alexandre Wilhelm
075da34cdb
Fixed: circular import with CPText
...
Previously CPText was in CPTextView.j, now it is in CPText.j.
It fixes some other circular import as well, fixes some global var to import.
Fixed some code style.
2014-06-03 21:05:04 -07:00
Alexander Ljungberg
7c6ef51cb2
New: CPDate dateByAddingTimeInterval:.
...
Refs #2126 .
2014-06-03 17:41:35 +01:00
Alexandre Wilhelm
1e1297378c
Fixed: font cell of a CPTableView comes black when editing another cell
...
The font of a default dataView came black when editing another cell of the tableView.
Now it stays black.
Fixed #2130
2014-06-02 17:31:32 -07:00
daboe01
5ce543002d
fix cut with empty selection
2014-06-02 20:39:53 +02:00
Alexandre Wilhelm
ac53b30f25
Fixed: CPComboBox doesn't work in modal.
...
Previously a CPComboBox didn't work when its parent window was in modal. Now it works.
Fixed #2122
2014-06-01 21:18:14 -07:00
Alexandre Wilhelm
a5448549b1
New: Added feature to select a set of dates with a shift click in CPDatePicker
...
Previously it wasn't possible to select a set of dates with a shift click, now we can.
This works only when the mode CPRangeDateMode is set.
It has the same behavior as in Cocoa.
2014-05-31 21:33:59 -07:00
Alexandre Wilhelm
700b1c50af
Fixed: refactoring delegate methods
2014-05-30 12:27:43 -07:00
Alexandre Wilhelm
9e1c363a0a
Fixed: changed a bit the readability of the file
2014-05-30 12:04:51 -07:00
Alexandre Wilhelm
bbe3065f19
Merge branch 'NEW--CPTextView' of https://github.com/daboe01/cappuccino into NEW--CPTextView
2014-05-30 11:37:50 -07:00
Alexandre Wilhelm
1716a0ebca
New: Added protocol CPTextViewDelegate
2014-05-30 11:37:37 -07:00
daboe01
ed66339e94
corrected inheritance
2014-05-30 20:36:14 +02:00
Alexandre Wilhelm
441774e61c
New: Added protocol CPTextDelegate
2014-05-30 11:27:31 -07:00
Alexandre Wilhelm
c6fd14afd2
Fixed: capp_lint
2014-05-30 11:12:29 -07:00
Alexandre Wilhelm
27ed9ca7fd
Merge branch 'NEW--CPTextView' of https://github.com/daboe01/cappuccino into NEW--CPTextView
2014-05-30 10:58:29 -07:00
Alexandre Wilhelm
50fda906bd
Fixed: CPLog.error is used instead of abstract exception
2014-05-30 10:49:10 -07:00
daboe01
6c7c60037b
next try
2014-05-30 19:44:37 +02:00
daboe01
91a429ea77
another try
2014-05-30 19:19:15 +02:00
daboe01
2dbe01e90a
more dom protection
2014-05-30 18:52:00 +02:00
daboe01
3d7dd41223
dom projection
2014-05-30 17:17:28 +02:00
Alexandre Wilhelm
a83b9109bf
Fixed: typo in CPDatePicker
2014-05-29 15:13:17 -07:00
Alexander Ljungberg
fdb079548e
Merge pull request #2103 from mrcarlberg/fast_msg_send
...
Fixed: Faster objj_msgSend
2014-05-29 21:51:57 +01:00
daboe01
91495c8595
more dom protection
2014-05-29 20:37:27 +02:00
daboe01
c3e997168a
protecting document access with PLATFORM(DOM)
2014-05-29 20:31:55 +02:00
daboe01
c3e6f4f7b6
automated tests and cleanup
2014-05-29 16:27:07 +02:00
Antoine Mercadal
effd837cd0
Merge pull request #2126 from Dogild/DatePickerTabIssue
...
Fixed: CPDatePicker firstResponder issue
2014-05-27 11:15:00 -07:00
Alexandre Wilhelm
089d564934
Fixed: CPDatePicker firstResponder issue
...
Previously, the textual datePicker didn't work because it couldn't become the firstResponder.
This PR fixed another issue as well. Previously it wasn't possible to modify a date when moving only with tab and when the datePicker came firstResponder with tabulation.
2014-05-27 10:12:02 -07:00
daboe01
e600ec95ed
font panel fix
2014-05-25 09:27:54 +02:00
daboe01
cbd5853389
formatting
2014-05-24 19:32:25 +02:00
daboe01
4e3a086993
beginning/end of line navigation + cleanup
2014-05-24 08:53:53 +02:00
daboe01
5f23dfb034
smart cutting+cleanup
2014-05-23 21:46:59 +02:00