[vte] (76 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] (76 commits) Non-fast-forward update to branch wip/egmont/bidi
- Date: Sun, 7 Oct 2018 13:03:15 +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:
d2b13ca... vte-34-selection-big-rewrite-v2.patch
0750fcc... BiDi basic infrastructure
20de7ae... BDSM and SPD escape sequences
32a7c8a... BDSM hook
73dfdaa... track bidi params (buggy), first explicit rtl attempt (unus
00141c5... explicit rtl, basic painting okay
d4f13ba... cursor
3251e55... carry bidi_flags together
6702338... carry bidi_flags to more places
b92eaf3... mirror box drawing (dec private 2500)
1e464c1... mirror parens and such
133f479... cleanup
e87b52f... rewrap maintains bidi flags
912a9bd... gimme a break
25c2e4b... fribidi_get_mirror_char
b8c3ec4... implicit mode (per line)
95939b3... add new files
feefb3f... cleanup
8aac5b5... RingView architecture first steps
2fed6d9... bidi is now run on paragraphs (limited to viewport for now)
6a989e3... fix crash when scrolling back
8137f38... add test file (doc/bidi.txt)
165702f... improve box tests
80a285c... cleanups
32dd539... look back in scrollback to pass entire paragraphs to bidi
2dadc4d... crash fix
9e5989d... minor cleanups
a86f898... off by one
6a8abe1... fix cjk positioning
9ae8fc3... prepare draw_cells for a likely forthcoming change
c9c5ab3... refactor box mirroring
a2eb023... remove unused var
bcdf895... cjk test
08edc25... fribidi buffers + other cleanups
b6824a0... debug: highlight RTL chars
28f85f1... fix character directionalities
8da1d57... 01 02 03
3228528... fribidi macro
e1ff659... fix display after rtl double wide char
c3f369f... invalidate all
f6fbd28... refactor box tests
4f16bcb... box test comment
244db24... test file header
09a70ca... z
61e405b... fix cursor on double wide rtl or mirrored box drawing
762ff2a... segfault
aaf56f7... cursor: use member methods that protect against offscreen v
79f2ac3... ibeam on right
146463f... ibeam fixme
5bb0952... c++ refactoring
1d70bb9... no vector
22a8de1... minor cleanups
7b587ee... lazy alloc
5ebbf2a... vla
68f011b... show char direction in i-beam cursor
0e6bced... fix ibeam on rtl cjk
a6023c6... don't stop extracting the paragraph contents at the end of
5aa5180... add BIDI-STATUS
db3a776... fine grained vis2log and log2vis
ce8ee82... add old Hungarian example
b8edfbe... fix a crash typically on alternate screen top row
afa00ee... selection (copying in rectangle mode is still broken)
5bb3d79... update bidi status
5473d47... preedit
6aefe7b... mouse tracking and reporting
2aae404... hack around some crashes
dbf41ff... fix crash when selecting autoscrolls
5aa0aea... update bidi-status
c6465a3... fix box mirroring table
4a91265... fix block selection at cjks
8861654... block selection copy
2397d0a... Arabic shaping PoC, using fribidi + Unicode presentation fo
7b662d4... comment about shaping being per-paragraph
Commits added to the branch:
e9129cb... modes: Use parentheses in macro (*)
86e1d08... emulation: Make dispatch of SCORC symmetrical to SCOSC (*)
db83de6... parser: cat: Refactor and implement lint mode (*)
54555ff... vte-34-selection-big-rewrite-v3.patch
38c2d9b... BiDi basic infrastructure
ac55072... BDSM and SPD escape sequences
45aae01... BDSM hook
1edde63... track bidi params (buggy), first explicit rtl attempt (unus
0ce6e33... explicit rtl, basic painting okay
e049d29... cursor
c50d2ba... carry bidi_flags together
6b1fb7d... carry bidi_flags to more places
38c57b0... mirror box drawing (dec private 2500)
ce65a17... mirror parens and such
2c5d150... cleanup
dc0fefe... rewrap maintains bidi flags
3f0d63e... gimme a break
4f0948c... fribidi_get_mirror_char
6e242b2... implicit mode (per line)
bf52902... add new files
14074fb... cleanup
45f5729... RingView architecture first steps
1e05a13... bidi is now run on paragraphs (limited to viewport for now)
e939fad... fix crash when scrolling back
eb54f26... add test file (doc/bidi.txt)
3634638... improve box tests
98d7629... cleanups
b71e2a3... look back in scrollback to pass entire paragraphs to bidi
3e3ffb7... crash fix
f21e544... minor cleanups
51aa07c... off by one
7e67ac1... fix cjk positioning
e8251af... prepare draw_cells for a likely forthcoming change
45c4ea6... refactor box mirroring
466ca20... remove unused var
44fe195... cjk test
9fc6338... fribidi buffers + other cleanups
d8b3ef3... debug: highlight RTL chars
0c1938f... fix character directionalities
a5bb53d... 01 02 03
0da1c9c... fribidi macro
fc40742... fix display after rtl double wide char
58e1361... invalidate all
0e4f193... refactor box tests
1cb2973... box test comment
e6e2249... test file header
e2ee004... z
07c711c... fix cursor on double wide rtl or mirrored box drawing
09cd84d... segfault
961cf5c... cursor: use member methods that protect against offscreen v
aa8184e... ibeam on right
144c737... ibeam fixme
321e0e3... c++ refactoring
75a4591... no vector
7c81c62... minor cleanups
ecd93dd... lazy alloc
d205c4e... vla
8f18987... show char direction in i-beam cursor
a0629d3... fix ibeam on rtl cjk
aed856c... don't stop extracting the paragraph contents at the end of
cdd9e18... add BIDI-STATUS
0d369d0... fine grained vis2log and log2vis
68c975b... add old Hungarian example
f42d225... fix a crash typically on alternate screen top row
27d364c... selection (copying in rectangle mode is still broken)
251e738... update bidi status
f9748ad... preedit
7e78dfa... mouse tracking and reporting
6b574ba... hack around some crashes
e95319d... fix crash when selecting autoscrolls
dd8c55e... update bidi-status
3dcfa91... fix box mirroring table
fbcd449... fix block selection at cjks
5af3f90... block selection copy
a43f915... Arabic shaping PoC, using fribidi + Unicode presentation fo
5f3cee4... comment about shaping being per-paragraph
(*) 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]