[vte] (105 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:

  82b387d... BiDi basic infrastructure
  9ed288f... BDSM and SPD escape sequences
  7337ede... BDSM hook
  5a0cf93... track bidi params (buggy), first explicit rtl attempt (unus
  e63677a... explicit rtl, basic painting okay
  ce294d6... cursor
  7c6533d... carry bidi_flags together
  bffe5f9... carry bidi_flags to more places
  36ab74e... mirror box drawing (dec private 2500)
  58a36b2... mirror parens and such
  d2ecde3... cleanup
  03cba36... rewrap maintains bidi flags
  03e5f57... gimme a break
  ee03df1... fribidi_get_mirror_char
  067b403... implicit mode (per line)
  437d9b3... add new files
  d66c744... cleanup
  43e8a01... RingView architecture first steps
  b74ed03... bidi is now run on paragraphs (limited to viewport for now)
  2a262f3... fix crash when scrolling back
  f575910... add test file (doc/bidi.txt)
  59b2cd5... improve box tests
  39373b0... cleanups
  0e385e0... look back in scrollback to pass entire paragraphs to bidi
  2b2e8d3... crash fix
  db5b36e... minor cleanups
  ff86793... off by one
  99c5c6c... fix cjk positioning
  bfd8faa... prepare draw_cells for a likely forthcoming change
  f366aec... refactor box mirroring
  8cdd0ac... remove unused var
  b166e40... cjk test
  5b627f3... fribidi buffers + other cleanups
  851fe0e... debug: highlight RTL chars
  0d12908... fix character directionalities
  d57d56a... 01 02 03
  9e3e5cd... fribidi macro
  c97a5a8... fix display after rtl double wide char
  2f4066e... invalidate all
  28ee201... refactor box tests
  de97fd0... box test comment
  8025aa0... test file header
  b52210d... z
  295db2b... fix cursor on double wide rtl or mirrored box drawing
  cc63e2f... segfault
  005b3e5... cursor: use member methods that protect against offscreen v
  d2ba594... ibeam on right
  f0c8bd1... ibeam fixme
  8784ee7... c++ refactoring
  e874887... no vector
  361ce63... minor cleanups
  d5aea63... lazy alloc
  02b4c91... vla
  9b4c81e... show char direction in i-beam cursor
  ad6f11e... fix ibeam on rtl cjk
  a7830a8... don't stop extracting the paragraph contents at the end of 
  d745b43... add BIDI-STATUS
  7f72b17... add old Hungarian example
  0941d6b... fix a crash typically on alternate screen top row
  70206bf... selection (copying in rectangle mode is still broken)
  a86bd61... update bidi status
  36dc8f8... preedit
  51aedf3... mouse tracking and reporting
  1d5e53d... hack around some crashes
  4383c29... fix crash when selecting autoscrolls
  25c4a05... update bidi-status
  3be6bad... fix box mirroring table
  ef08baf... fix block selection at cjks
  a157c99... block selection copy
  db8ff93... mirrors chars with combining accents
  0c4a31f... keyboard arrow swapping mode
  7511c14... SCP
  9380341... misc tests
  4d2e8b4... apply bidi params on wrap
  f2240cb... apply the relevant bidi flag only
  5d93520... fix empty rtl lines
  8d8f088... ring lookup fix
  021e3fd... index_safe
  5673c43... kbdswap: go with 1243 instead of 2502
  bd0cb92... year
  95e389b... preserve combining accents when passing to fribidi; cleanup
  aa4f130... improved ringview update locations
  18dc784... ring extra line
  cd69a57... ED
  777a9eb... crash
  2f94a08... Arabic shaping PoC, using fribidi + Unicode presentation fo

Commits added to the branch:

  9bdf87c... regex: Fix doc comment (*)
  7566ad6... build: Port to meson build system (*)
  69d2fb4... Add barebones README (*)
  7905715... l10n: Re-rename POTFILES to POTFILES.in (*)
  367f0ab... l10n: Add POTFILES.skip back (*)
  d3d01aa... build: Add missing file (*)
  1817fb8... build: Ignore everything in the build directory (*)
  32b2cfd... mev: Fix an implicit fallthrough warning (*)
  8cd5eee... reflect: Fix compiler warnings (*)
  d1e4d63... gir: Fix introspection annotations (*)
  59915c1... vala: Make the vala test build without warnings (*)
  19a483c... build: List Wextra warnings (*)
  8289c72... ring: Silence some warnings with debug disabled (*)
  15c45ca... build: Check gcc version (*)
  fdb6694... vala: Make binding tests compile without warning (*)
  bc983ed... ring: fix printf format (*)
  d4da2ac... Revert "parser: glue: Use std::clamp" (*)
  8afa5e4... parser: glue: Correct parameter collection (*)
  7bd8b72... Post release version bump (*)
  74675d1... BiDi basic infrastructure
  dd2dfed... BDSM and SPD escape sequences
  b57b52d... BDSM hook
  d70a797... track bidi params (buggy), first explicit rtl attempt (unus
  7fd8480... explicit rtl, basic painting okay
  459f42b... cursor
  2a1160f... carry bidi_flags together
  d9ad171... carry bidi_flags to more places
  b75749d... mirror box drawing (dec private 2500)
  a8e72c3... mirror parens and such
  c3c2c51... cleanup
  6f916cb... rewrap maintains bidi flags
  b77c361... gimme a break
  9af9785... fribidi_get_mirror_char
  ece4428... implicit mode (per line)
  0584fee... add new files
  55da464... cleanup
  4960330... RingView architecture first steps
  bf39a27... bidi is now run on paragraphs (limited to viewport for now)
  7b3687a... fix crash when scrolling back
  0deb38b... add test file (doc/bidi.txt)
  e6e942d... improve box tests
  38c83e2... cleanups
  0ccdebe... look back in scrollback to pass entire paragraphs to bidi
  fd144b3... crash fix
  0c15265... minor cleanups
  ea1eba5... off by one
  20dabff... fix cjk positioning
  4374e52... prepare draw_cells for a likely forthcoming change
  a27b1e8... refactor box mirroring
  8339698... remove unused var
  7a15839... cjk test
  bc0c89a... fribidi buffers + other cleanups
  1165eb1... debug: highlight RTL chars
  e6fa536... fix character directionalities
  e9e4672... 01 02 03
  2f32522... fribidi macro
  3cbcb59... fix display after rtl double wide char
  add70a2... invalidate all
  20c94a1... refactor box tests
  f1bcb21... box test comment
  bd06ab1... test file header
  dd4d4d0... z
  db3f248... fix cursor on double wide rtl or mirrored box drawing
  b1d9386... segfault
  afca6d3... cursor: use member methods that protect against offscreen v
  1de4586... ibeam on right
  f24d472... ibeam fixme
  63ed35d... c++ refactoring
  11ea411... no vector
  c08db54... minor cleanups
  8dc96d8... lazy alloc
  f3a9d5e... vla
  5c28f64... show char direction in i-beam cursor
  a9ec1a3... fix ibeam on rtl cjk
  f49bfa3... don't stop extracting the paragraph contents at the end of 
  223743f... add BIDI-STATUS
  1a9bf77... add old Hungarian example
  8020779... fix a crash typically on alternate screen top row
  ac60247... selection (copying in rectangle mode is still broken)
  acddfdb... update bidi status
  24d153b... preedit
  6da23bf... mouse tracking and reporting
  c66c013... hack around some crashes
  b5647c7... fix crash when selecting autoscrolls
  df2ab19... update bidi-status
  dff76cb... fix box mirroring table
  b3237df... fix block selection at cjks
  32347b8... block selection copy
  0102609... mirrors chars with combining accents
  dcfc5f0... keyboard arrow swapping mode
  17c2d6a... SCP
  09b11d8... misc tests
  c7b8e40... apply bidi params on wrap
  064b9ed... apply the relevant bidi flag only
  46f2ac4... fix empty rtl lines
  74ffb33... ring lookup fix
  35bf302... index_safe
  a2d2130... kbdswap: go with 1243 instead of 2502
  4dcbf36... year
  523be38... preserve combining accents when passing to fribidi; cleanup
  00a97db... improved ringview update locations
  cdac43b... ring extra line
  052efe6... ED
  0f665dd... crash
  40126d4... 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]