Pietro Gagliardi
|
c6bb463692
|
uiAlloc() et al -> uiprivAlloc() et al, Windows code.
|
2018-04-15 18:12:58 -04:00 |
Pietro Gagliardi
|
78e0684435
|
Cleaned up memory management in windows attrstr.cpp; also got rid of the logHRESULT(HELP) I was using in case DirectWrite doesn't return NULL+S_OK on a nonexistent drawing effect (thankfully it does).
|
2018-03-17 21:26:34 -04:00 |
Pietro Gagliardi
|
45d11962b1
|
Turns out there was only one real runtime bug (a bad castee). It works! Now to clean up.
|
2018-03-17 16:10:11 -04:00 |
Pietro Gagliardi
|
a5bbc83359
|
Fixed build errors. Now to test.
|
2018-03-17 15:49:00 -04:00 |
Pietro Gagliardi
|
2f02836181
|
Fixed attrstr.cpp. Wow, that unordered_map custom hash and equal_to actually compiles!
|
2018-03-17 15:29:06 -04:00 |
Pietro Gagliardi
|
1b1d609c88
|
More migrations of attrstr.cpp and drawtext.cpp. My this is a mess :D
|
2018-03-14 21:08:19 -04:00 |
Pietro Gagliardi
|
5282951681
|
Oops, self -> this.
|
2018-03-13 22:06:33 -04:00 |
Pietro Gagliardi
|
f25b8dce37
|
Finished migrating attrstr.cpp.
|
2018-03-13 22:01:15 -04:00 |
Pietro Gagliardi
|
12e97a1b29
|
Started migrating attrstr.cpp, using the same techniques as attrstr.m.
|
2018-03-13 18:43:32 -04:00 |
Pietro Gagliardi
|
e020ba465a
|
Moved the old Windows text code out of the way.
|
2018-03-11 21:04:38 -04:00 |
Pietro Gagliardi
|
1f33ca14d8
|
Fixed Windows build issues and resolved a question in libui that I need to enshrine in documentation next.
|
2017-11-04 21:44:28 -04:00 |
Pietro Gagliardi
|
5d7128781b
|
And const-corrected uiAttributedStringForEachAttribute().
|
2017-06-19 21:45:18 -04:00 |
Pietro Gagliardi
|
f0813ac6e4
|
More stuff. I should probably write that OpenType features test now.
|
2017-06-10 03:37:17 -04:00 |
Pietro Gagliardi
|
d63a5b23b1
|
Handled uiOpenTypeFeatures NULL equality. This only added more TODOs elsewhere :|
|
2017-06-09 19:59:48 -04:00 |
Pietro Gagliardi
|
8e8cc12105
|
Added uiForEach for canonicalizing foreach function returns and used it everywhere.
|
2017-06-06 12:47:07 -04:00 |
Pietro Gagliardi
|
8cacd0ba03
|
Quick fixup.
|
2017-05-31 22:25:10 -04:00 |
Pietro Gagliardi
|
933a8f592a
|
And cleaned up the Windows drawing effect code like we did yesterday.
|
2017-05-31 22:24:34 -04:00 |
Pietro Gagliardi
|
98459d2878
|
Dropped the redundant features collection stuff on Windows like we did on OS X and GTK+ yesterday. That just leaves all the drawing effects, which we have to collect in a different way (like we did on OS X).
|
2017-05-31 18:45:11 -04:00 |
Pietro Gagliardi
|
81a82723d0
|
Fixed the Windows code to run after the recent changes. Now to decide whether to clean it up like we did the OS X code...
|
2017-05-30 16:57:25 -04:00 |
Pietro Gagliardi
|
3e28887a24
|
Fixed the build.
|
2017-05-17 19:21:27 -04:00 |
Pietro Gagliardi
|
2f73df09e3
|
And adjusted the Windows attrstr.cpp to boot. Now to rewrite the example and test.
|
2017-05-17 16:15:54 -04:00 |
Pietro Gagliardi
|
0df8346bff
|
Also removed uiAttributeLangauge for compatibility reasons too. Let's settle all the TODOs now.
|
2017-02-24 12:12:03 -05:00 |
Pietro Gagliardi
|
be56ec3626
|
Removed the vertical forms attribute. This is a compatiblity nightmare.
|
2017-02-24 01:23:47 -05:00 |
Pietro Gagliardi
|
0f2b2b1fe5
|
Fixed background drawing on Windows.
|
2017-02-22 21:46:15 -05:00 |
Pietro Gagliardi
|
f2b158b529
|
And finished implementing attributes on Windows.
|
2017-02-22 19:13:36 -05:00 |
Pietro Gagliardi
|
b42250e3a9
|
More text attributes on Windows, including the beginning of drawing effects for colors and underlines.
|
2017-02-22 15:19:11 -05:00 |
Pietro Gagliardi
|
fb04feaebb
|
Started Windows attribute handling.
|
2017-02-22 12:49:55 -05:00 |