[vte] (78 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] (78 commits) Non-fast-forward update to branch wip/egmont/bidi
- Date: Fri, 7 Dec 2018 12:33:13 +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:
6b4ef8b... BiDi basic infrastructure
8788755... BDSM and SPD escape sequences
141e6be... BDSM hook
d6624d5... track bidi params (buggy), first explicit rtl attempt (unus
51379f8... explicit rtl, basic painting okay
715f4b6... cursor
1d16e13... carry bidi_flags together
c3f3366... carry bidi_flags to more places
681e98a... mirror box drawing (dec private 2500)
7ff56d2... mirror parens and such
5c6b3c7... cleanup
0b9b7a6... rewrap maintains bidi flags
88eb9d8... gimme a break
e193e8e... fribidi_get_mirror_char
19495d3... implicit mode (per line)
0e68813... add new files
72eecaf... cleanup
c734c85... RingView architecture first steps
295cf00... bidi is now run on paragraphs (limited to viewport for now)
fbe1d7e... fix crash when scrolling back
4688a94... add test file (doc/bidi.txt)
e0daab1... improve box tests
02fa0d2... cleanups
78cd545... look back in scrollback to pass entire paragraphs to bidi
1cf3f39... crash fix
211a5cc... minor cleanups
7cde816... off by one
0d808f3... fix cjk positioning
e91f45d... prepare draw_cells for a likely forthcoming change
445872e... refactor box mirroring
6ffcde0... remove unused var
b9dab4a... cjk test
2d1c1ec... fribidi buffers + other cleanups
759424d... debug: highlight RTL chars
6db2e93... fix character directionalities
0457f7b... 01 02 03
373fbca... fribidi macro
ac849da... fix display after rtl double wide char
33b9ed0... invalidate all
accaea0... refactor box tests
39e2910... box test comment
b925ad7... test file header
66dde52... z
c455aee... fix cursor on double wide rtl or mirrored box drawing
2a56ec7... segfault
41d73d6... cursor: use member methods that protect against offscreen v
d9eece3... ibeam on right
e6965bb... ibeam fixme
b7bc12b... c++ refactoring
6979e05... no vector
2fb1090... minor cleanups
2f5c19d... lazy alloc
da3ff61... vla
33318e4... show char direction in i-beam cursor
2c19873... fix ibeam on rtl cjk
4ba9936... don't stop extracting the paragraph contents at the end of
a6d5771... add BIDI-STATUS
710ec68... add old Hungarian example
4d36510... fix a crash typically on alternate screen top row
e1f0887... selection (copying in rectangle mode is still broken)
9c5eb11... update bidi status
6889f2d... preedit
84e963e... mouse tracking and reporting
f7e41e9... hack around some crashes
de9fb5f... fix crash when selecting autoscrolls
2acfffe... update bidi-status
d97176b... fix box mirroring table
092690b... fix block selection at cjks
e1a8ec0... block selection copy
bf4ae3f... mirrors chars with combining accents
88c0582... keyboard arrow swapping mode
30a5d2b... SCP
30bb48b... misc tests
833383b... Arabic shaping PoC, using fribidi + Unicode presentation fo
Commits added to the branch:
53690d5... vala: Fix build with vala 0.43+ git master due to empty str (*)
41c02b8... BiDi basic infrastructure
b529bb8... BDSM and SPD escape sequences
f01976d... BDSM hook
8081ea1... track bidi params (buggy), first explicit rtl attempt (unus
a8e084a... explicit rtl, basic painting okay
e8116e1... cursor
705b513... carry bidi_flags together
573213a... carry bidi_flags to more places
38f2097... mirror box drawing (dec private 2500)
9d101f9... mirror parens and such
061b454... cleanup
0439a7e... rewrap maintains bidi flags
b6f4f0d... gimme a break
4174428... fribidi_get_mirror_char
950eda5... implicit mode (per line)
7ca89b6... add new files
b9dc783... cleanup
2a5bd7a... RingView architecture first steps
8169b04... bidi is now run on paragraphs (limited to viewport for now)
fbce127... fix crash when scrolling back
2e10f6d... add test file (doc/bidi.txt)
abe97cd... improve box tests
d859ba6... cleanups
5a4bc2a... look back in scrollback to pass entire paragraphs to bidi
4ced770... crash fix
884849d... minor cleanups
0acb1e9... off by one
061b377... fix cjk positioning
2f55a25... prepare draw_cells for a likely forthcoming change
18ba870... refactor box mirroring
6676993... remove unused var
b4ca980... cjk test
ec07217... fribidi buffers + other cleanups
4e1e80a... debug: highlight RTL chars
47b42ad... fix character directionalities
ab6e91d... 01 02 03
ab4f64d... fribidi macro
68ca453... fix display after rtl double wide char
1f2957c... invalidate all
c4980ea... refactor box tests
058f23c... box test comment
cb19973... test file header
a9c2d16... z
0c1852d... fix cursor on double wide rtl or mirrored box drawing
4dea47a... segfault
65edc7d... cursor: use member methods that protect against offscreen v
ed11c9d... ibeam on right
a34bb06... ibeam fixme
46b9aa4... c++ refactoring
12c58c1... no vector
3b83c63... minor cleanups
e307135... lazy alloc
b5af020... vla
e557765... show char direction in i-beam cursor
5e4882d... fix ibeam on rtl cjk
d348842... don't stop extracting the paragraph contents at the end of
4eefa4c... add BIDI-STATUS
9bed346... add old Hungarian example
ab64563... fix a crash typically on alternate screen top row
920fa5b... selection (copying in rectangle mode is still broken)
788bb42... update bidi status
770e778... preedit
d0976eb... mouse tracking and reporting
a3c6ea7... hack around some crashes
c87c48c... fix crash when selecting autoscrolls
dab75f8... update bidi-status
e479102... fix box mirroring table
7d6628f... fix block selection at cjks
177c0be... block selection copy
d53edc4... mirrors chars with combining accents
01373ad... keyboard arrow swapping mode
f57fb05... SCP
f7e8fe4... misc tests
2d00d7c... apply bidi params on wrap
2e2a5d7... apply the relevant bidi flag only
c39c592... fix empty rtl lines
d5bcf0a... 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]