Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite ROW to be Unicode capable #13626

Merged
merged 25 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1761d60
Rewrite ROW to be Unicode capable
lhecker Jul 29, 2022
3fd2788
Fix resize with wide characters
lhecker Jul 31, 2022
ffcac71
Add test for buffer backup/restore
lhecker Jul 31, 2022
bd9f6ad
Fix spell check
lhecker Jul 31, 2022
eddce54
Merge remote-tracking branch 'origin/main' into dev/lhecker/8000-text…
lhecker Sep 13, 2022
ceea6e3
Finish merge, Address feedback
lhecker Sep 13, 2022
9200b21
Fix a regression
lhecker Sep 13, 2022
106b2ab
Merge remote-tracking branch 'origin/main' into dev/lhecker/8000-text…
lhecker Sep 14, 2022
a0c5847
Merge remote-tracking branch 'origin/main' into dev/lhecker/8000-text…
lhecker Oct 20, 2022
ea16b1a
Minor adjustments, Fix build
lhecker Oct 20, 2022
01218ed
Merge remote-tracking branch 'origin/main' into dev/lhecker/8000-text…
lhecker Nov 5, 2022
31c7ca7
Address feedback
lhecker Nov 5, 2022
a707283
Some minor cleanup
lhecker Nov 7, 2022
e81ec2b
Tests run faster without sleep
lhecker Nov 7, 2022
eadf448
Merge remote-tracking branch 'origin/main' into dev/lhecker/8000-text…
lhecker Nov 9, 2022
4a4feee
Address feedback
lhecker Nov 9, 2022
c819d0d
Fix bad merge
lhecker Nov 9, 2022
1dee096
Address feedback
lhecker Nov 9, 2022
f95977b
Pacify AuditMode
lhecker Nov 9, 2022
b37ae21
Fix build failure
lhecker Nov 9, 2022
dd59ffc
Fix test failure
lhecker Nov 9, 2022
dc3c593
Address feedback
lhecker Nov 11, 2022
8c1aead
Address feedback
lhecker Nov 11, 2022
48a9fea
Merge remote-tracking branch 'origin/main' into dev/lhecker/8000-text…
lhecker Nov 11, 2022
524ed47
Fix build
lhecker Nov 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/actions/spelling/allow/apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ DERR
dlldata
DNE
DONTADDTORECENT
DWMWA
DWORDLONG
DWMSBT
DWMWA
DWMWA
DWORDLONG
endfor
ENDSESSION
enumset
Expand Down Expand Up @@ -110,8 +110,8 @@ memchr
memicmp
MENUCOMMAND
MENUDATA
MENUITEMINFOW
MENUINFO
MENUITEMINFOW
mmeapi
MOUSELEAVE
mov
Expand Down Expand Up @@ -158,8 +158,8 @@ rcx
REGCLS
RETURNCMD
rfind
roundf
ROOTOWNER
roundf
RSHIFT
SACL
schandle
Expand Down Expand Up @@ -211,6 +211,7 @@ UPDATEINIFILE
userenv
USEROBJECTFLAGS
Viewbox
virtualalloc
wcsstr
wcstoui
winmain
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/spelling/expect/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1881,6 +1881,7 @@ QUESTIONMARK
quickedit
QUZ
QWER
Qxxxxxx
qzmp
RAII
RALT
Expand Down Expand Up @@ -2794,6 +2795,8 @@ xutr
xvalue
XVIRTUALSCREEN
XWalk
xwwyzz
xxyyzz
yact
YAML
YCast
Expand Down
134 changes: 0 additions & 134 deletions src/buffer/out/AttrRow.cpp

This file was deleted.

68 changes: 0 additions & 68 deletions src/buffer/out/AttrRow.hpp

This file was deleted.

Loading