[vte] (91 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] (91 commits) Non-fast-forward update to branch wip/egmont/bidi
- Date: Tue, 5 Feb 2019 19:16:30 +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:
5ef7665... BiDi basic infrastructure
d43f8db... BDSM and SPD escape sequences
3780b2b... BDSM hook
b7c5e84... track bidi params (buggy), first explicit rtl attempt (unus
f09103d... explicit rtl, basic painting okay
328cf82... cursor
502319f... carry bidi_flags together
c3d5ed7... carry bidi_flags to more places
2a725e5... mirror box drawing (dec private 2500)
4ec1447... mirror parens and such
0817173... cleanup
01873dd... rewrap maintains bidi flags
b0e9261... gimme a break
41ce6b9... fribidi_get_mirror_char
588127c... implicit mode (per line)
1444fcc... add new files
d3985d5... cleanup
58217dd... RingView architecture first steps
c6e991e... bidi is now run on paragraphs (limited to viewport for now)
e1a7742... fix crash when scrolling back
af8d54f... add test file (doc/bidi.txt)
2b9ecd1... improve box tests
7b2b05f... cleanups
a62fc7d... look back in scrollback to pass entire paragraphs to bidi
a22bff6... crash fix
d14a30f... minor cleanups
705edf2... off by one
4145ca4... fix cjk positioning
e79877f... prepare draw_cells for a likely forthcoming change
3c0ff63... refactor box mirroring
b5ebbc7... remove unused var
af148ed... cjk test
9496801... fribidi buffers + other cleanups
355041e... debug: highlight RTL chars
be16de0... fix character directionalities
7272a05... 01 02 03
40e08d8... fribidi macro
af9d745... fix display after rtl double wide char
033a0f8... invalidate all
a995410... refactor box tests
dd3b03a... box test comment
e533816... test file header
4ca7b8f... z
eba7ba1... fix cursor on double wide rtl or mirrored box drawing
259b3b0... segfault
85a8d16... cursor: use member methods that protect against offscreen v
5789852... ibeam on right
bb51c76... ibeam fixme
a79921c... c++ refactoring
09c2744... no vector
cdf8210... minor cleanups
75e5424... lazy alloc
66162a4... vla
4302b92... show char direction in i-beam cursor
2ac6a52... fix ibeam on rtl cjk
1713ec7... don't stop extracting the paragraph contents at the end of
049324a... add BIDI-STATUS
65dd0f9... add old Hungarian example
5fb361d... fix a crash typically on alternate screen top row
f1c7b52... selection (copying in rectangle mode is still broken)
045630f... update bidi status
c642190... preedit
bf8d721... mouse tracking and reporting
cb6245a... hack around some crashes
621baae... fix crash when selecting autoscrolls
ddf023f... update bidi-status
5206e1c... fix box mirroring table
f732bc9... fix block selection at cjks
805efcf... block selection copy
3efeed1... mirrors chars with combining accents
64aeaba... keyboard arrow swapping mode
cde37dd... SCP
4d820bf... misc tests
ade8d0e... apply bidi params on wrap
640647f... apply the relevant bidi flag only
52b1005... fix empty rtl lines
7c8eda8... ring lookup fix
b0da87a... index_safe
7d9a826... kbdswap: go with 1243 instead of 2502
889e388... year
75e1591... Arabic shaping PoC, using fribidi + Unicode presentation fo
0404905... preserve combining accents when passing to fribidi; cleanup
Commits added to the branch:
27411d1... vteunistr: Add method to concatenate two unistrs (*)
0765088... widget: Handle spacing combining marks (*)
5cff1f2... devanagari.txt: New test file (*)
2bc606c... perf: Add files to EXTRA_DIST (*)
6bbff58... Version 0.55.90 (*)
97dcafa... Post release version bump (*)
54e50f8... BiDi basic infrastructure
cb2ff97... BDSM and SPD escape sequences
324509f... BDSM hook
4383292... track bidi params (buggy), first explicit rtl attempt (unus
14dfd8e... explicit rtl, basic painting okay
75fd084... cursor
64e15d9... carry bidi_flags together
2fcafa0... carry bidi_flags to more places
8572d96... mirror box drawing (dec private 2500)
0cfd231... mirror parens and such
db2d361... cleanup
ab71ee3... rewrap maintains bidi flags
0845c0e... gimme a break
92b5079... fribidi_get_mirror_char
a1f4507... implicit mode (per line)
05ad478... add new files
50510e4... cleanup
765e0e8... RingView architecture first steps
c7c43ef... bidi is now run on paragraphs (limited to viewport for now)
9125a3f... fix crash when scrolling back
742223f... add test file (doc/bidi.txt)
15ea5f3... improve box tests
230aa7d... cleanups
aa1464e... look back in scrollback to pass entire paragraphs to bidi
b911a5e... crash fix
00a6f31... minor cleanups
e64a095... off by one
bdd8c03... fix cjk positioning
7e6444a... prepare draw_cells for a likely forthcoming change
aa1a0da... refactor box mirroring
53f1b2d... remove unused var
664d184... cjk test
2e47205... fribidi buffers + other cleanups
6fc58f9... debug: highlight RTL chars
41b1ec2... fix character directionalities
3cb184d... 01 02 03
92c19ba... fribidi macro
e935267... fix display after rtl double wide char
f16acf5... invalidate all
fad55fd... refactor box tests
c845c50... box test comment
4bafb4a... test file header
5ef44e0... z
421e817... fix cursor on double wide rtl or mirrored box drawing
83d1031... segfault
82fbe62... cursor: use member methods that protect against offscreen v
c7b0697... ibeam on right
559879e... ibeam fixme
efaee54... c++ refactoring
e273a4f... no vector
7301713... minor cleanups
2ff1e7f... lazy alloc
df3fed3... vla
b7be6a4... show char direction in i-beam cursor
335b822... fix ibeam on rtl cjk
f9596f6... don't stop extracting the paragraph contents at the end of
c0ab5b6... add BIDI-STATUS
ac61ef9... add old Hungarian example
56ff488... fix a crash typically on alternate screen top row
00adf6e... selection (copying in rectangle mode is still broken)
a65ea70... update bidi status
30921bf... preedit
f1082b7... mouse tracking and reporting
d63ccfa... hack around some crashes
c0ba4b5... fix crash when selecting autoscrolls
6432821... update bidi-status
ab3766a... fix box mirroring table
16af549... fix block selection at cjks
7cddc32... block selection copy
cbb51e9... mirrors chars with combining accents
a3574a2... keyboard arrow swapping mode
ac6af2d... SCP
eaeeccf... misc tests
aa972ca... apply bidi params on wrap
4f0eb09... apply the relevant bidi flag only
5243491... fix empty rtl lines
cbf4f92... ring lookup fix
06e77f8... index_safe
06370cb... kbdswap: go with 1243 instead of 2502
b7e2af6... year
4588c82... Arabic shaping PoC, using fribidi + Unicode presentation fo
a301497... preserve combining accents when passing to fribidi; cleanup
3d3d545... improved ringview update locations
52d94c0... ring extra line
ffe993e... ED
(*) 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]