[vte] (87 commits) Non-fast-forward update to branch wip/egmont/bidi
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] (87 commits) Non-fast-forward update to branch wip/egmont/bidi
- Date: Tue, 9 Apr 2019 09:08:37 +0000 (UTC)
The branch 'wip/egmont/bidi' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
a981dd2... BiDi basic infrastructure
1f359ba... BDSM and SPD escape sequences
de0fc11... BDSM hook
c8c00db... track bidi params (buggy), first explicit rtl attempt (unus
39b10f1... explicit rtl, basic painting okay
80c1591... cursor
81005f6... carry bidi_flags together
729b52e... carry bidi_flags to more places
944b502... mirror box drawing (dec private 2500)
3372bc6... mirror parens and such
2517eed... cleanup
c6c7e2e... rewrap maintains bidi flags
ffa918c... gimme a break
8bc8487... fribidi_get_mirror_char
6d111da... implicit mode (per line)
68b7f69... add new files
b2f1169... cleanup
9fc2776... RingView architecture first steps
8abb174... bidi is now run on paragraphs (limited to viewport for now)
7c73613... fix crash when scrolling back
010ea50... add test file (doc/bidi.txt)
94c9ce5... improve box tests
645c8c1... cleanups
695b827... look back in scrollback to pass entire paragraphs to bidi
d3f7294... crash fix
c019ea7... minor cleanups
1125347... off by one
182277c... fix cjk positioning
396d7a0... prepare draw_cells for a likely forthcoming change
aa0f140... refactor box mirroring
69402cb... remove unused var
4980684... cjk test
675aa19... fribidi buffers + other cleanups
ca8aa5f... debug: highlight RTL chars
0f173ac... fix character directionalities
e7a5411... 01 02 03
d6a9717... fribidi macro
0c38461... fix display after rtl double wide char
db62434... invalidate all
7a6f008... refactor box tests
fbeac62... box test comment
d933186... test file header
3769c5e... z
64299db... fix cursor on double wide rtl or mirrored box drawing
ab5158c... segfault
885bb9a... cursor: use member methods that protect against offscreen v
0ca5063... ibeam on right
48937ce... ibeam fixme
832fd1a... c++ refactoring
3bed0d5... no vector
ec00037... minor cleanups
fef3f1c... lazy alloc
1c7f948... vla
4792f11... show char direction in i-beam cursor
841cf84... fix ibeam on rtl cjk
84bc89d... don't stop extracting the paragraph contents at the end of
851fc19... add BIDI-STATUS
de0434f... add old Hungarian example
39b5640... fix a crash typically on alternate screen top row
3212d7f... selection (copying in rectangle mode is still broken)
ebc80a2... update bidi status
c60b3d7... preedit
721ae79... mouse tracking and reporting
79d16eb... hack around some crashes
7d75a3b... fix crash when selecting autoscrolls
db24a4d... update bidi-status
3ea1908... fix box mirroring table
2ee71e6... fix block selection at cjks
59356c2... block selection copy
4b9aba6... mirrors chars with combining accents
167879f... keyboard arrow swapping mode
dcc0db0... SCP
3bd5dd2... misc tests
8927495... apply bidi params on wrap
155711f... apply the relevant bidi flag only
9d00b57... fix empty rtl lines
3da52b5... ring lookup fix
730a415... index_safe
5d94768... kbdswap: go with 1243 instead of 2502
4e732f3... year
178927d... preserve combining accents when passing to fribidi; cleanup
983efa3... improved ringview update locations
11cda4e... ring extra line
6a1931d... ED
a609d2f... crash
241bf27... Arabic shaping PoC, using fribidi + Unicode presentation fo
Commits added to the branch:
b06dd74... widget: Cancel autoscroll on ending selecting (*)
82b387d... BiDi basic infrastructure
9ed288f... BDSM and SPD escape sequences
7337ede... BDSM hook
5a0cf93... track bidi params (buggy), first explicit rtl attempt (unus
e63677a... explicit rtl, basic painting okay
ce294d6... cursor
7c6533d... carry bidi_flags together
bffe5f9... carry bidi_flags to more places
36ab74e... mirror box drawing (dec private 2500)
58a36b2... mirror parens and such
d2ecde3... cleanup
03cba36... rewrap maintains bidi flags
03e5f57... gimme a break
ee03df1... fribidi_get_mirror_char
067b403... implicit mode (per line)
437d9b3... add new files
d66c744... cleanup
43e8a01... RingView architecture first steps
b74ed03... bidi is now run on paragraphs (limited to viewport for now)
2a262f3... fix crash when scrolling back
f575910... add test file (doc/bidi.txt)
59b2cd5... improve box tests
39373b0... cleanups
0e385e0... look back in scrollback to pass entire paragraphs to bidi
2b2e8d3... crash fix
db5b36e... minor cleanups
ff86793... off by one
99c5c6c... fix cjk positioning
bfd8faa... prepare draw_cells for a likely forthcoming change
f366aec... refactor box mirroring
8cdd0ac... remove unused var
b166e40... cjk test
5b627f3... fribidi buffers + other cleanups
851fe0e... debug: highlight RTL chars
0d12908... fix character directionalities
d57d56a... 01 02 03
9e3e5cd... fribidi macro
c97a5a8... fix display after rtl double wide char
2f4066e... invalidate all
28ee201... refactor box tests
de97fd0... box test comment
8025aa0... test file header
b52210d... z
295db2b... fix cursor on double wide rtl or mirrored box drawing
cc63e2f... segfault
005b3e5... cursor: use member methods that protect against offscreen v
d2ba594... ibeam on right
f0c8bd1... ibeam fixme
8784ee7... c++ refactoring
e874887... no vector
361ce63... minor cleanups
d5aea63... lazy alloc
02b4c91... vla
9b4c81e... show char direction in i-beam cursor
ad6f11e... fix ibeam on rtl cjk
a7830a8... don't stop extracting the paragraph contents at the end of
d745b43... add BIDI-STATUS
7f72b17... add old Hungarian example
0941d6b... fix a crash typically on alternate screen top row
70206bf... selection (copying in rectangle mode is still broken)
a86bd61... update bidi status
36dc8f8... preedit
51aedf3... mouse tracking and reporting
1d5e53d... hack around some crashes
4383c29... fix crash when selecting autoscrolls
25c4a05... update bidi-status
3be6bad... fix box mirroring table
ef08baf... fix block selection at cjks
a157c99... block selection copy
db8ff93... mirrors chars with combining accents
0c4a31f... keyboard arrow swapping mode
7511c14... SCP
9380341... misc tests
4d2e8b4... apply bidi params on wrap
f2240cb... apply the relevant bidi flag only
5d93520... fix empty rtl lines
8d8f088... ring lookup fix
021e3fd... index_safe
5673c43... kbdswap: go with 1243 instead of 2502
bd0cb92... year
95e389b... preserve combining accents when passing to fribidi; cleanup
aa4f130... improved ringview update locations
18dc784... ring extra line
cd69a57... ED
777a9eb... crash
2f94a08... Arabic shaping PoC, using fribidi + Unicode presentation fo
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]