[vte] (83 commits) Non-fast-forward update to branch wip/egmont/bidi



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:

  b6fdec1... BiDi basic infrastructure
  d6d2121... BDSM and SPD escape sequences
  a518958... BDSM hook
  b8332f7... track bidi params (buggy), first explicit rtl attempt (unus
  f75f36a... explicit rtl, basic painting okay
  ec4f8ad... cursor
  e3989b2... carry bidi_flags together
  7e89ecd... carry bidi_flags to more places
  9f0f461... mirror box drawing (dec private 2500)
  fb323aa... mirror parens and such
  def2ecb... cleanup
  1617f2d... rewrap maintains bidi flags
  aeb3b6d... gimme a break
  eced818... fribidi_get_mirror_char
  b842056... implicit mode (per line)
  9463e39... add new files
  664cd77... cleanup
  f04c88a... RingView architecture first steps
  a4111a2... bidi is now run on paragraphs (limited to viewport for now)
  4e279c7... fix crash when scrolling back
  20abde6... add test file (doc/bidi.txt)
  d371285... improve box tests
  d3d3475... cleanups
  b4be719... look back in scrollback to pass entire paragraphs to bidi
  5919f21... crash fix
  9577bc9... minor cleanups
  0fe7c04... off by one
  86c55ba... fix cjk positioning
  3079640... prepare draw_cells for a likely forthcoming change
  9284861... refactor box mirroring
  e7cde4d... remove unused var
  86857ff... cjk test
  480b7d4... fribidi buffers + other cleanups
  38b24f8... debug: highlight RTL chars
  3d1439d... fix character directionalities
  00edef9... 01 02 03
  e8d3c01... fribidi macro
  467b471... fix display after rtl double wide char
  6c6abc8... invalidate all
  4699b68... refactor box tests
  caf062d... box test comment
  548029e... test file header
  0c7c98b... z
  0e9ad87... fix cursor on double wide rtl or mirrored box drawing
  c943455... segfault
  c63ba69... cursor: use member methods that protect against offscreen v
  03bd0e4... ibeam on right
  d2155e0... ibeam fixme
  775e0ab... c++ refactoring
  f93152d... no vector
  56cf04f... minor cleanups
  9b0919d... lazy alloc
  ab7bea3... vla
  34f620b... show char direction in i-beam cursor
  9ffc9e8... fix ibeam on rtl cjk
  1fcc6e8... don't stop extracting the paragraph contents at the end of 
  99f975a... add BIDI-STATUS
  620e237... add old Hungarian example
  a3c15ab... fix a crash typically on alternate screen top row
  e019129... selection (copying in rectangle mode is still broken)
  cc7beb1... update bidi status
  292d887... preedit
  65c65e1... mouse tracking and reporting
  1078c5c... hack around some crashes
  fcc7405... fix crash when selecting autoscrolls
  41596a8... update bidi-status
  5a876ca... fix box mirroring table
  4205f78... fix block selection at cjks
  d2007c9... block selection copy
  6fa9b78... mirrors chars with combining accents
  05f6ce6... keyboard arrow swapping mode
  d31eae6... SCP
  6141f75... misc tests
  750381b... apply bidi params on wrap
  5152ac1... apply the relevant bidi flag only
  89ba265... fix empty rtl lines
  fd72827... ring lookup fix
  80c1183... index_safe
  0f20c03... kbdswap: go with 1243 instead of 2502
  07e16ae... year
  0726ec9... Arabic shaping PoC, using fribidi + Unicode presentation fo

Commits added to the branch:

  f00344b... Replace Bugzilla by Gitlab URL in DOAP file (*)
  5a01bf9... build: Add -Wvla (*)
  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

(*) 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]