[vte] (84 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] (84 commits) Non-fast-forward update to branch wip/egmont/bidi
- Date: Thu, 4 Oct 2018 10:26:21 +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:
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
ee3d1ae... block selection copy
52bfdee... Arabic shaping PoC, using fribidi + Unicode presentation fo
Commits added to the branch:
089b796... cell: Silence an incorrect warning (*)
74810de... chunk: Remove erroneous std::move calls (*)
228a285... spawn: Add noreturn attribute (*)
f88efe2... regex: Only silence warning on GCC (*)
c6c0291... mev: Add noreturn attribute (*)
f6c7c9e... tests: Silence unused variable warning (*)
b4107da... stream: test: Silence warning (*)
f86cae6... emulation: Implement SCOSC/SCORC (*)
22633a4... vte-26-draw_rows-v5a.patch
0cb59aa... vte-26-draw_entire_rows-v2.patch
6a8e257... vte-26-invalidate_rows-v3.patch
a80a7be... vte-34-match-span-exclusive-v3.patch
a6e7c38... vte-34-selection-big-rewrite-v2.patch
10f22f4... BiDi basic infrastructure
e0ed7e1... BDSM and SPD escape sequences
e18186a... BDSM hook
6d1d253... track bidi params (buggy), first explicit rtl attempt (unus
7eb6dc0... explicit rtl, basic painting okay
ac2d8fc... cursor
db1c2f6... carry bidi_flags together
6695c3f... carry bidi_flags to more places
060005a... mirror box drawing (dec private 2500)
90dab7a... mirror parens and such
8250e74... cleanup
d5feede... rewrap maintains bidi flags
754ec63... gimme a break
20e476f... fribidi_get_mirror_char
28b57c2... implicit mode (per line)
12588f6... add new files
673e6df... cleanup
5235a1a... RingView architecture first steps
e487f0d... bidi is now run on paragraphs (limited to viewport for now)
0939943... fix crash when scrolling back
4131b8e... add test file (doc/bidi.txt)
3a4c569... improve box tests
fe13abb... cleanups
b62b630... look back in scrollback to pass entire paragraphs to bidi
00292c2... crash fix
ec84330... minor cleanups
630874e... off by one
0ee2c3c... fix cjk positioning
2ff8aad... prepare draw_cells for a likely forthcoming change
7183874... refactor box mirroring
b153c21... remove unused var
c2b0534... cjk test
33aaf5b... fribidi buffers + other cleanups
e3bc16a... debug: highlight RTL chars
8fdafc4... fix character directionalities
077167d... 01 02 03
d681127... fribidi macro
3f309b2... fix display after rtl double wide char
9a46b51... invalidate all
9be13cf... refactor box tests
25564b4... box test comment
1569483... test file header
27a7239... z
086a270... fix cursor on double wide rtl or mirrored box drawing
fe4e45a... segfault
696ed78... cursor: use member methods that protect against offscreen v
deaac43... ibeam on right
8a799b8... ibeam fixme
18626f4... c++ refactoring
4960a4d... no vector
2b61435... minor cleanups
bda6336... lazy alloc
ab6b0d3... vla
4bafed4... show char direction in i-beam cursor
29b2c88... fix ibeam on rtl cjk
78560a1... don't stop extracting the paragraph contents at the end of
ef3736b... add BIDI-STATUS
aa60a00... fine grained vis2log and log2vis
85f2f8d... add old Hungarian example
6bbbc28... fix a crash typically on alternate screen top row
be4a886... selection (copying in rectangle mode is still broken)
49306a8... update bidi status
db910fd... preedit
5fd5052... mouse tracking and reporting
b2de7df... hack around some crashes
dbd0485... fix crash when selecting autoscrolls
1841e77... update bidi-status
ddc760f... fix box mirroring table
1fc47d0... fix block selection at cjks
928da4e... block selection copy
42d3f04... 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]