Alexandre Wilhelm
3581ac5ebd
Fixed: nib2cib with CPTextView works. Editable, Selectable, RichText, StringValue, BackgroundColor, InsertionPointColor works
2015-03-23 14:50:43 -07:00
Alexandre Wilhelm
ed6be510fb
Fixed: first work on nib2cib for the CPTextView. The example does not crash anymore
2015-03-20 12:22:23 -07:00
Alexandre Wilhelm
55f05ba839
Fixed: warnings when compiling
2015-03-20 10:03:42 -07:00
daboe01
cbb4565a48
timer support for drag-scrolling
2015-03-01 21:16:49 +01:00
daboe01
fc2f5c3615
formatting
2015-02-26 05:55:04 +01:00
daboe01
3a5ac9df10
formatting
2015-02-26 05:53:37 +01:00
daboe01
e8497bb0cc
typing attributes fix
2015-02-25 20:20:48 +01:00
daboe01
fa6a5f75af
fractional clicking support
2015-02-24 20:39:42 +01:00
daboe01
e9efe5bbb7
fix cornercases
2015-02-21 20:01:53 +01:00
daboe01
a7c234b272
smart copy paste
2015-02-21 15:14:50 +01:00
Andrew Hankinson
8751ef7439
Fixed: Wrap drawRect method in #if/#endif
2014-12-18 11:04:08 -05:00
Andrew Hankinson
8c393e3144
Fixed: removed self on _DOMElement
...
Also a bit of formatting.
2014-12-18 09:47:00 -05:00
Andrew Hankinson
a3ef2a43ac
Fix file modes on CPTextView files
...
Was 755; now 644
2014-12-17 20:48:29 -05:00
Andrew Hankinson
d2b3029f67
Fixed: Removed local declaration of _DOMElement
2014-12-17 20:47:12 -05:00
Andrew Hankinson
3e800ec7c8
Fixing type for DOM Elements
...
This commit fixes the type for DOM Elements in CPTextView.j
2014-12-17 12:40:24 -05:00
Andrew Hankinson
47d963b585
Fixed: Forward declaration of classes and types
...
Typedef in the ObjJ compiler introduced a few new warnings in this branch. This commit fixes the warnings by either declaring a type or forward-declaring a class.
2014-12-17 12:39:39 -05:00
daboe01
5f2fee5a99
redo support added
2014-11-29 18:57:05 +01:00
daboe01
18d83b8c50
fix range exception when smart-cutting last word
2014-10-20 18:51:26 +02:00
daboe01
66c6938df0
changed selection drawing from canvas to DOM
...
fixes height limitation, is faster and looks better
2014-09-14 21:24:23 +02:00
daboe01
bb9fb04788
make triple clicks behave more apple like
2014-09-13 20:24:27 +02:00
daboe01
ce69410f49
revert of breaking change wrt backspace
2014-08-14 18:21:53 +02:00
daboe01
5f0be0cc7f
make storage length zero more tolerant
2014-08-14 14:14:49 +02:00
Andrew Hankinson
7f63be2cd2
Formatting: Make if statement more readable
...
The if statement had a lot of sub-clauses. These were factored out into variable assignments.
2014-08-13 19:56:50 -04:00
Andrew Hankinson
1236dea4c5
Fixed: equality operators
2014-08-13 19:47:06 -04:00
Andrew Hankinson
c5c46df613
Fixed: typo
2014-08-13 19:44:23 -04:00
daboe01
69c34b1b27
formatting
2014-08-12 08:33:28 +02:00
daboe01
4700c2583d
fix acessor names
2014-08-12 08:29:28 +02:00
daboe01
6cf79a3c73
size should not be smaller than clipview
2014-08-06 13:31:31 +02:00
daboe01
f5187b1533
_characterRangeForUn...: ternary operator
2014-07-20 11:44:03 +02:00
Alexandre Wilhelm
f13c96839e
Fixed synthax in CPTextView
2014-07-19 19:07:08 -07:00
Alexandre Wilhelm
776f68c9dd
Fixed style in CPTextView
2014-07-19 18:46:25 -07:00
daboe01
f1adf24f3b
make the plain look as white as in cocoa
2014-06-04 18:34:46 +02: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
daboe01
5ce543002d
fix cut with empty selection
2014-06-02 20:39:53 +02: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
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
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
daboe01
e600ec95ed
font panel fix
2014-05-25 09:27:54 +02:00
daboe01
cbd5853389
formatting
2014-05-24 19:32:25 +02:00