Pietro Gagliardi
|
b5b0fae052
|
And implemented uiDrawCaret() on GTK+.
|
2017-02-10 16:53:08 -05:00 |
Pietro Gagliardi
|
642363ccae
|
Added the uiDrawCaret() function for drawing text carets. Now to write the backend-specific code and test it out.
|
2017-02-10 16:29:36 -05:00 |
Pietro Gagliardi
|
b52600d9cd
|
Preparation for adding uiDrawCaret().
|
2017-02-10 16:16:43 -05:00 |
Pietro Gagliardi
|
0e5be32299
|
And cleaned up the GTK+ code.
|
2017-02-10 15:49:36 -05:00 |
Pietro Gagliardi
|
5823c3a53e
|
More cleanup.
|
2017-02-10 11:52:26 -05:00 |
Pietro Gagliardi
|
bb50440e55
|
Started cleaning up the old API.
|
2017-02-10 11:14:24 -05:00 |
Pietro Gagliardi
|
4b46dab775
|
And that last fix also fixed the issue about byte 1 being wrong.
|
2017-02-10 11:09:36 -05:00 |
Pietro Gagliardi
|
8ac9e386b5
|
More TODOs.
|
2017-02-10 11:07:44 -05:00 |
Pietro Gagliardi
|
6fa009a7dd
|
Fixed uiAttributedString not putting the right position for the last character. Simple case of using the wrong variables.
|
2017-02-10 11:06:37 -05:00 |
Pietro Gagliardi
|
49d36b340c
|
Started adjusting all the implementations to the new API's formal definition. There's bugs in uiAttributedString...
|
2017-02-10 10:54:37 -05:00 |
Pietro Gagliardi
|
92d996f148
|
Okay so I can't fix Pango as the behavior is hardcoded in (https://git.gnome.org/browse/pango/tree/pango/pango-layout.c?id=f4cbd27f4e5bf8490ea411190d41813e14f12165#n4204); just write some documentation and get rid of the old APIs entirely.
|
2017-02-09 19:20:35 -05:00 |
Pietro Gagliardi
|
b96114e02d
|
Fixed the hit-test example to manage the cursor more sanely.
|
2017-02-08 21:52:52 -05:00 |
Pietro Gagliardi
|
d53bc88f50
|
And filled in the new functions on GTK+. Not quite right yet...
|
2017-02-08 21:19:49 -05:00 |
Pietro Gagliardi
|
5458e10134
|
Implemented the new hit-test functions on Windows.
|
2017-02-08 20:10:34 -05:00 |
Pietro Gagliardi
|
749a0cddaf
|
Wrote the new hit-testing API on OS X, the easiest target. Also updated the example. Had to slightly modify one function for this all to work.
|
2017-02-08 19:00:45 -05:00 |
Pietro Gagliardi
|
93537ebb83
|
Simpler hit-testing APIs based on Core Text's. Microsoft's PadWrite sample shows us how to implement these on both DirectWrite and the similarly-interfaced Pango.
|
2017-02-08 11:38:52 -05:00 |
Pietro Gagliardi
|
012ce92b71
|
And implemented the caret changes on Windows.
|
2017-02-07 19:55:21 -05:00 |
Pietro Gagliardi
|
3e4f99e0dd
|
Notes for Windows equivalent of previous commits. Not actually done yet.
|
2017-02-07 19:42:00 -05:00 |
Pietro Gagliardi
|
01b6a16af6
|
And handled caret behavior on GTK+.
|
2017-02-07 19:14:51 -05:00 |
Pietro Gagliardi
|
bbc03a489e
|
Implemented the system on the hit-test example and on OS X.
|
2017-02-07 16:43:49 -05:00 |
Pietro Gagliardi
|
a5dac81855
|
Refined the hit-test API some more.
|
2017-02-07 16:21:18 -05:00 |
Pietro Gagliardi
|
ac9aefc43a
|
Set up a new API specifically for caret positioning when hit-testing a point. Not yet implemented, just planned out.
|
2017-02-07 15:29:12 -05:00 |
Pietro Gagliardi
|
e4ed1c337b
|
And implemented the functions on Windows. Yeah I think I'll need cursor functions, perhaps.
|
2017-02-06 18:38:44 -05:00 |
Pietro Gagliardi
|
3d8bf01972
|
And implemented the hit-testing functions on GTK+.
|
2017-02-06 10:30:26 -05:00 |
Pietro Gagliardi
|
c539362c15
|
Implemented the Pango hit test functions. Now to test.
|
2017-02-06 10:11:45 -05:00 |
Pietro Gagliardi
|
71176c2e33
|
Added the descriptive label to the caret.
|
2017-02-06 01:46:06 -05:00 |
Pietro Gagliardi
|
675e7594da
|
More TODOs.
|
2017-02-06 00:26:47 -05:00 |
Pietro Gagliardi
|
a1bebc82d8
|
And implemented caret motions in the hit test examples.
|
2017-02-06 00:26:22 -05:00 |
Pietro Gagliardi
|
64a1167e5f
|
Added the blue caret to the drawtext example. Phew!
|
2017-02-05 21:44:48 -05:00 |
Pietro Gagliardi
|
0ae25c62ed
|
Implemented the range-to-rect function on OS X.
|
2017-02-05 21:17:48 -05:00 |
Pietro Gagliardi
|
b18cc88dce
|
Boilerplate needed for implementing range-to-rect.
|
2017-02-05 20:42:52 -05:00 |
Pietro Gagliardi
|
c336063b65
|
Decided what I need to do.
|
2017-02-05 20:26:59 -05:00 |
Pietro Gagliardi
|
bb52275686
|
Corrected ambiguous wording in a comment.
|
2017-01-29 21:51:27 -05:00 |
Pietro Gagliardi
|
ea93528cba
|
IMPORTANT hidpi notes.
|
2017-01-29 03:21:15 -05:00 |
Pietro Gagliardi
|
9063b10691
|
More notes.
|
2017-01-28 15:33:17 -05:00 |
Pietro Gagliardi
|
7614d3e0ff
|
More TODOs.
|
2017-01-27 15:39:24 -05:00 |
Pietro Gagliardi
|
c9e7ee3a92
|
Reactivated the Core Text backend.
|
2017-01-24 23:13:44 -05:00 |
Pietro Gagliardi
|
8ff01c5034
|
Ugh
|
2017-01-24 17:15:57 -05:00 |
Pietro Gagliardi
|
8d3c68d7f0
|
Moved the AppKit text drawer out of the way for now. One last experiment first; didn't seem to matter :S
|
2017-01-24 17:12:44 -05:00 |
Pietro Gagliardi
|
877ffa5f89
|
More attempts. Ugggggh.
|
2017-01-24 10:36:13 -05:00 |
Pietro Gagliardi
|
d1e2b17f6e
|
Attempted to the layout er I mean attempted to define the ascent, desceitn, er descent, and leading for the NSLayoutManager based code AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
|
2017-01-24 01:04:08 -05:00 |
Pietro Gagliardi
|
1ca9a28f2d
|
More work.
|
2017-01-23 15:07:28 -05:00 |
Pietro Gagliardi
|
08f2085f41
|
Quick fix.
|
2017-01-23 14:31:39 -05:00 |
Pietro Gagliardi
|
b19f4cf251
|
Finished writing a NSLayoutManager-based text system. Not quite perfect yet, but we're getting somewhere!
|
2017-01-23 11:43:03 -05:00 |
Pietro Gagliardi
|
4e2dc90f4f
|
Started an experimental port from Core Text to Cocoa's typesetting system, since that seems to produce more sensible results (and is somewhat easier to use...). We lose per-line spacing though :/
|
2017-01-23 01:28:53 -05:00 |
Pietro Gagliardi
|
7eba767ffb
|
Temporarily turning off excess text for magnification tests.
|
2017-01-21 18:27:03 -05:00 |
Pietro Gagliardi
|
313905230d
|
Ugh, Core Text and NSLayoutManager produce inconsistent output :|
|
2017-01-21 15:22:19 -05:00 |
Pietro Gagliardi
|
d8316790a0
|
More notes.
|
2017-01-21 10:21:39 -05:00 |
Pietro Gagliardi
|
f0b9ff9aba
|
Fixed multifragment lines on Windows, again with the help of the PadWrite sample.
|
2017-01-21 09:39:53 -05:00 |
Pietro Gagliardi
|
4de8d4402f
|
More TODOs.
|
2017-01-20 23:15:10 -05:00 |