[vte] (79 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] (79 commits) Non-fast-forward update to branch wip/egmont/bidi
- Date: Fri, 28 Sep 2018 08:12:32 +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:
c544d14... vte-26-draw_rows-v4.patch
5766437... vte-26-invalidate_rows-v1.patch
8523b14... vte-34-match-span-exclusive-v2.patch
9ef9941... vte-34-selection-big-rewrite-v1.patch
33e6ab7... BiDi basic infrastructure
d0e372c... BDSM and SPD escape sequences
d71793d... BDSM hook
a761239... track bidi params (buggy), first explicit rtl attempt (unus
47dbd28... explicit rtl, basic painting okay
6af9a77... cursor
9b892d3... carry bidi_flags together
56bddb3... carry bidi_flags to more places
3673a53... mirror box drawing (dec private 2500)
e93293c... mirror parens and such
21cde10... cleanup
4433cc8... rewrap maintains bidi flags
1742fbf... gimme a break
35b5135... fribidi_get_mirror_char
6650b49... implicit mode (per line)
01d7cdc... add new files
21d6126... cleanup
f96df4a... RingView architecture first steps
843d141... bidi is now run on paragraphs (limited to viewport for now)
243b2e5... fix crash when scrolling back
73263d5... add test file (doc/bidi.txt)
acfdba8... improve box tests
63c23e1... cleanups
0136698... look back in scrollback to pass entire paragraphs to bidi
4cf4722... crash fix
182ba8b... minor cleanups
ffc4ba9... off by one
e2eec83... fix cjk positioning
b050fdf... prepare draw_cells for a likely forthcoming change
dc7877f... refactor box mirroring
d7d96ee... remove unused var
f6c522c... cjk test
d4dbde8... fribidi buffers + other cleanups
288f157... debug: highlight RTL chars
f9252cd... fix character directionalities
fa894d4... 01 02 03
4563cba... fribidi macro
b1cb77b... fix display after rtl double wide char
3478af5... invalidate all
12001c8... refactor box tests
02fb694... box test comment
b195a9d... test file header
55cc8b6... z
e5eb71b... fix cursor on double wide rtl or mirrored box drawing
2f5e8c4... segfault
ea708d8... cursor: use member methods that protect against offscreen v
ce94176... ibeam on right
e7ff220... ibeam fixme
0971834... c++ refactoring
5333dc7... no vector
914d497... minor cleanups
c49d87c... lazy alloc
7197b42... vla
b0d2857... show char direction in i-beam cursor
43e9292... fix ibeam on rtl cjk
0fb4b94... don't stop extracting the paragraph contents at the end of
e3f31eb... add BIDI-STATUS
cb4029f... fine grained vis2log and log2vis
3da97f7... add old Hungarian example
4664e07... fix a crash typically on alternate screen top row
b78812d... selection (copying in rectangle mode is still broken)
a838cb4... update bidi status
fd7ba4d... preedit
ef3351d... mouse tracking and reporting
600c81e... hack around some crashes
60bc59b... fix crash when selecting autoscrolls
8dcc4c8... update bidi-status
d04b8f1... fix box mirroring table
f8bcbfc... fix block selection at cjks
Commits added to the branch:
5491666... regex: Silence compiler warning (*)
12e0145... build: Require C++17 (*)
28b24ba... all: Fix implicit-fallthrough warnings (*)
db21270... parser: Recognise new xterm sequence (*)
a688882... parser: Improve documentation of XTERM_CHECKSUM_MODE (*)
4e7fe2f... widget: Add missing exception specification (*)
768bec5... vte-26-draw_rows-v4.patch
bd07f5c... vte-26-invalidate_rows-v1.patch
d949d6b... vte-34-match-span-exclusive-v2.patch
1b7c03c... vte-34-selection-big-rewrite-v1.patch
fa30712... BiDi basic infrastructure
4377591... BDSM and SPD escape sequences
7ca9219... BDSM hook
fb42a40... track bidi params (buggy), first explicit rtl attempt (unus
9c34380... explicit rtl, basic painting okay
ec677a0... cursor
eae8076... carry bidi_flags together
9c55bb9... carry bidi_flags to more places
db41250... mirror box drawing (dec private 2500)
ee1e628... mirror parens and such
3d6e037... cleanup
833a53b... rewrap maintains bidi flags
f657ece... gimme a break
eddcf42... fribidi_get_mirror_char
0c3d638... implicit mode (per line)
88d5517... add new files
2d6fe46... cleanup
46984e6... RingView architecture first steps
776d494... bidi is now run on paragraphs (limited to viewport for now)
5ccf2bb... fix crash when scrolling back
1162e87... add test file (doc/bidi.txt)
61b4be2... improve box tests
60e8b6e... cleanups
6c1d468... look back in scrollback to pass entire paragraphs to bidi
015204e... crash fix
1ea46ac... minor cleanups
dbaac0e... off by one
5990da4... fix cjk positioning
99f08ae... prepare draw_cells for a likely forthcoming change
f733828... refactor box mirroring
b941744... remove unused var
40857a0... cjk test
b119f19... fribidi buffers + other cleanups
02445d8... debug: highlight RTL chars
0eb8792... fix character directionalities
551167a... 01 02 03
c1530ef... fribidi macro
92407e2... fix display after rtl double wide char
d33902b... invalidate all
faa1ead... refactor box tests
1d96caa... box test comment
7ffad0e... test file header
1b57925... z
ea00a62... fix cursor on double wide rtl or mirrored box drawing
00f1b65... segfault
968ee49... cursor: use member methods that protect against offscreen v
11f1992... ibeam on right
918d0e3... ibeam fixme
d1a6e14... c++ refactoring
3ffef72... no vector
257a0e8... minor cleanups
5eaa939... lazy alloc
e5fdd8f... vla
36e117c... show char direction in i-beam cursor
48a012f... fix ibeam on rtl cjk
1d04942... don't stop extracting the paragraph contents at the end of
6d8cbd4... add BIDI-STATUS
85ec6ad... fine grained vis2log and log2vis
38397ee... add old Hungarian example
4851e5f... fix a crash typically on alternate screen top row
2045e53... selection (copying in rectangle mode is still broken)
e89b0dc... update bidi status
ee67a55... preedit
fb2d8e0... mouse tracking and reporting
3170592... hack around some crashes
aade968... fix crash when selecting autoscrolls
da7f437... update bidi-status
f3853c9... fix box mirroring table
f7c060c... fix block selection at cjks
(*) 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]