Martin Carlberg and GitHub
0aeccbb02c
Merge pull request #2462 from daboe01/pasteboard-type-fix
...
fixed: cappuccino pasteboad is always clobbered by system pasteboard
2016-09-26 09:49:41 +02:00
daboe01
070e6cf848
fixed: documentation of autoscroll: was missing
2016-09-24 17:04:12 +02:00
Martin Carlberg and GitHub
1360caaa81
Merge pull request #2467 from daboe01/tableview-cell-editing-fix-2-take
...
Fixed: tableview corruption when clicking on a cell-based control during an editing session
2016-09-01 06:08:14 +02:00
Alexandre Wilhelm and GitHub
315a7b9e6a
Merge pull request #2476 from daboe01/New-CGContextText
...
fixed: CoreGraphics does not have basic text drawing support
2016-08-30 17:43:55 -06:00
Alexander Ljungberg
4395c07648
Merge branch 'fix-mobile-text-entry'
2016-08-25 13:28:29 +01:00
Martin Carlberg and GitHub
e4fce08eff
Merge pull request #2477 from daboe01/setTimeout-scrolling-fix
...
fixed: scrolling events are missed on slower maschines in chrome 52
2016-08-24 16:23:56 +02:00
Alexander Ljungberg
47196cbc55
Typos.
2016-08-19 14:57:57 +01:00
Alexander Ljungberg
f6671f8561
Fixed: iOS virtual keyboard broke hit tests.
...
Without this fix, tapping on the screen while the virtual keyboard of iOS was open, and it had forced scrolling (due to the input being low on the screen), would cause incorrect mouse event locations. So you might tap on a text field below your current field to edit it and something entirely different would get selected.
2016-08-19 14:35:19 +01:00
Alexander Ljungberg
26aab2961b
New: iOS Safari virtual keyboard "Done" button support.
...
Without this change, clicking the done button in iOS Safari would dismiss the virtual keyboard but then it would immediately come back (as we forced a refocus).
The fix is to no longer force a refocus since it turns out we don't need to anymore given another previous fix.
2016-08-19 13:07:43 +01:00
Alexander Ljungberg
c233abe3a4
New: -CPEvent subtype.
2016-08-19 12:45:41 +01:00
Alexander Ljungberg
7f3c2176f8
Fix typos.
2016-08-18 23:52:10 +01:00
Alexander Ljungberg
1d0fdd68f4
Formatting.
2016-08-18 23:51:35 +01:00
daboe01
85648c7f11
fixed: manual test was missing
2016-08-17 20:10:02 +02:00
daboe01
72d80e2857
fixed: scrolling events were missed on slower maschines in chrome 52
2016-08-16 20:53:49 +02:00
daboe01
79a4733698
fixed: CoreGraphics does not have basic text drawing support
2016-08-16 20:30:42 +02:00
Alexander Ljungberg
a2960a7997
Merge pull request #2463 from daboe01/cppasteboad-cleanup
...
CPPasteboad.j removal of dead code
2016-08-15 14:50:04 +01:00
Alexandre Wilhelm and GitHub
fedc721432
Merge pull request #2439 from cacaodev/CPView-viewDidAppear
...
NEW: CPViewController -viewWill/DidAppear & viewWill/didDisappear
2016-08-09 23:06:10 -07:00
daboe01
bb2a9fe180
formatting
2016-07-24 17:45:26 +02:00
daboe01
e9c7c7ee4c
fixed: editing state was deleted after committing a non-text-control
2016-07-24 17:43:45 +02:00
daboe01
ff7d4f237a
fixed: hitTest: had side effects
2016-07-24 17:03:00 +02:00
daboe01
95e7a7c8eb
fixed: wrong comparison (for proper null handling)
2016-07-17 07:53:53 +02:00
daboe01
bbc2f4766e
fixed: one other reference to _stateUID
2016-07-17 07:33:21 +02:00
Alexandre Wilhelm and GitHub
12dde5154f
Merge pull request #2461 from cacaodev/CPView-viewDidHide
...
FIXED: CPView received multiple -viewDidHide/Unhide messages
2016-07-11 07:46:16 -07:00
daboe01
5c1cdea3c6
Removed: Obsoleted Nativehost stuff
2016-07-08 21:34:14 +02:00
daboe01
7b78edf38f
fixed: removed dead code from obsoleted native pasteboard approach
2016-06-26 18:35:25 +02:00
daboe01
8dd888bcbd
fixed: native pasteboard unconditionally overwrites capp-pasteboard
2016-06-21 20:56:56 +02:00
cacaodev
5f12291ac4
Fixed: add missing import
2016-06-20 19:34:00 +02:00
cacaodev
8221339318
Style
2016-06-18 13:40:27 +02:00
cacaodev
b773af96b8
FIXED : css display attribute was incorrectly set
2016-06-18 13:40:14 +02:00
cacaodev
2b0a642827
FIXED: CPView received multiple -viewDidHide/Unhide messages
...
FIXED: when a view is hidden by a hidden superview and added to a non
hidden superview, the -viewDidUnhide message is sent.
With test : CPViewTest.j
2016-06-18 11:29:47 +02:00
cacaodev
d6dd0e551d
Revert "FIXED: CPView received multiple -viewDidHide/Unhide messages"
...
This reverts commit e58420b031 .
2016-06-09 10:13:21 +02:00
daboe01
3c70b2f033
fixed: brightness_bar.png was not displayed in CPColorPicker because the size was not initialized
2016-06-08 19:54:44 +02:00
Alexandre Wilhelm
f1145ef169
Merge pull request #2457 from cacaodev/CPView-viewDidHide
...
FIXED: CPView received multiple -viewDidHide/Unhide messages
2016-06-07 20:21:52 -07:00
Alexandre Wilhelm
a28f9ceeba
Merge pull request #2456 from didierkorthoudt/Fixed--right-mouse-clic-during-a-drag-operation-problem
...
Fixed: right mouse clic during a drag operation cancels it
2016-06-07 20:17:31 -07:00
Alexandre Wilhelm
1927bb4798
Merge pull request #2452 from didierkorthoudt/CPTextField-tracking-area-optimization
...
Fixed: CPTextField doesn't optimize tracking areas management
2016-06-07 12:07:11 -07:00
Alexandre Wilhelm
9273c9ee10
Merge pull request #2455 from didierkorthoudt/CPColorPanel-platform-window
...
Fixed: CPColorPanel always opens in main platform window.
2016-05-25 11:36:28 -07:00
cacaodev
7b204cf910
Documentation for CPViewController -view*Appear methods
2016-05-23 16:06:05 +02:00
cacaodev
b587a19a0f
NEW: CPViewController -viewWill/DidAppear & -viewWill/DidDisappear
...
When a view belonging to a CPViewController is hidden, unhidden, added
or removed, its viewController receives the appropriate message.
Added AppKit/CPViewControllerTest.
2016-05-23 16:06:04 +02:00
cacaodev
e58420b031
FIXED: CPView received multiple -viewDidHide/Unhide messages
...
FIXED: when a view is hidden by a hidden superview and added to a non
hidden superview, the -viewDidUnhide message is sent.
With test : CPViewTest.j
2016-05-23 15:39:47 +02:00
Didier Korthoudt
24313d6709
Fixed: right mouse clic during a drag operation cancels it
2016-05-22 22:14:05 +02:00
Didier Korthoudt
7454620aa2
Fixed: color panel always open in main platform window
2016-05-18 19:43:19 +02:00
Alexandre Wilhelm
abb0799817
Merge pull request #2453 from daboe01/tableview-autoscroll
...
enable autoscrolling for tableview columns
2016-05-18 10:13:36 -07:00
Didier Korthoudt
aebd28dbef
CPTextField and CPTrackingArea: optimization and cursor management.
2016-05-18 11:09:06 +02:00
daboe01
152db9fb8e
fixed: autoscrolling message was commented out
2016-05-17 20:37:33 +02:00
cacaodev
333e112e37
Fixed: CPPredicateEditor predicate when the template has a CPFloatAttributeType
2016-05-15 10:06:52 +02:00
Philippe Fuentes and cacaodev
818d5d782f
Fixed: date comparisons in CPPredicateEditor ( #2449 )
...
CPPredicateEditorRowTemplate has been modified to allow a correct comparision of date objects when using the CPDateAttributeType
Before this correction, the predicate format was using a string representation of a date instead of a date object.
2016-05-14 23:16:10 +02:00
cacaodev
c31f5b1d59
Fixed: CPPredicateEditor in OJTest
...
OJTest is reading theme attributes from the class default. In
CPPredicateEditor implementation, nil check an attribute and change the
default of another attribute to be non null.
2016-05-14 09:57:29 +02:00
cacaodev
b3465ddf89
Fixed: CPViewController -isViewLoaded property was always NO in async mode (loadViewWithCompletionHandler:).
...
The async mode calls the completionHandler whereas the sync mode calls the -viewDidLoad method.
Both are now run within the will/did change block of the isViewLoaded property.
2016-05-08 23:09:50 +02:00
cacaodev
fa3647e8e5
Refactor selection with modern code.
...
Handle out of range errors when reflecting selection.
2016-05-03 21:50:41 +02:00
cacaodev
db839f6d6d
Rename _lockResizing to _inLiveResize
...
_inLiveResize is a CPView flag.
2016-05-03 21:50:20 +02:00