Revisions of mlterm

buildservice-autocommit accepted request 831439 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 71)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 70)
- version update to 3.9.0
  * Support CSI>4;1m.
  * Support uniscribe for libotl on win32.
  * Support SCP by Shift+DnD on HaikuOS.
  * Support xdg-shell on wayland.
  * Support DEC Technical character set.
  * Support input of unicode characters on mlterm-fb.
  * Support ormode of Sixel Graphics.
  * Update unicode property table (generated from UnicodeData.txt and
    EastAsianWidth.txt) to version 12.1.0.
  * Mlconfig configures files in ~/.mlterm directly if it starts without options
    or with --file option.
  * Change DA1 response.
    \x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c
  * geometry / -g option works on HaikuOS.
  * Add vte 0.60 API symbols to libvte compatible library.
  * Merge patches:
    https://sourceforge.net/p/mlterm/bugs/78/
    https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff
  * Bug fixes:
    Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited".
    Fix segfault when "snapshot" command of OSC 5379 is executed.
    Fix mouse tracking position if "use_ot_layout = true".
    Fix segfault when mlterm-sdl2 starts with -im=uim option.
    Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig.
    Fix compiling error on HaikuOS + gcc-x86.
    Fix http://twitter.com/hamano/status/1177087752208183296
    Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
- deleted patches
  - mlterm-cast.patch (upstreamed)
buildservice-autocommit accepted request 758149 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 69)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 68)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 67)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 66)
- version update to 3.8.9
  * Support zmodem. (See doc/en/README.tarnsfer)
  * Add "send_file" and "zmodem_start" to OSC 5379.
  * Add receive_directory / --recvdir option.
  * Support xdg-shell-v6 (unstable) on wayland.
  * Support copy&paste via X11 primary selection on wayland.
  * Hide the mouse cursor in inputting keys by default on xlib and win32.
  * ~/.mlterm/font accepts UTF-8 on windows.
  * Change the default value of "font_size_range" option from 1-100 to 1-10000.
  * Clear a window and scroll out all lines on resizing only if
    the value of --sr / "scroll_on_resizing" option is true.
  * Set _NET_WM_PID property.
  * Revive -N/"app_name" option which sets WM_CLASS property.
    (WM_CLASS was disabled at 3.8.6)
  * Add a percent or number argument without '+' and '-' to "vresize_screen" and
    "hresize_screen" of OSC 5379.
  * Add "RESET" (which resets the parser of mlterm) as a shortcut key.
  * Add vte 0.58 API symbols to libvte compatible library.
  * Merge patches:
    https://bitbucket.org/arakiken/mlterm/pull-requests/5/fix-for-wscons-framebuffer/diff
    https://sourceforge.net/p/mlterm/patches/24/
  * Bug fixes:
    Fix memory leaks of libptymosh.so
    Fix https://sourceforge.net/p/mlterm/mailman/message/36633222/ (Enbugged at 3.8.8)
    Fix segfault of mlterm for java by race condition.
    Fix unexpected invalidation of --mdi=false option. (Enbugged at 3.8.8)
    Fix uninitialized memory access of mlimgloader.exe for win32.
    Fix broken images of some sixel graphics. (Enbugged at 3.8.5)
  * Support Haiku OS. (Experimental)
    (Execute ./configure with --with-gui=beos option.) (See doc/en/README.beos)
buildservice-autocommit accepted request 661858 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 65)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 64)
- updated to 3.8.7
  * Support sixel graphics extension and option1 of
    https://github.com/kmiya-culti/RLogin/issues/22#issue-341758598
  * Support Cygwin/x86_64.
  * Support PS2 mouse and PC98 bus mouse on FreeBSD 4.x or before.
  * Support iOS/Cocoa Touch. (see doc/en/README.cocoatouch)
  * Support scrolling by flick on Android and iOS.
  * Update unicode property table (generated from UnicodeData.txt and
    EastAsianWidth.txt) to version 11.0.0.
  * Add "autoscroll" to OSC 5379.
  * Long press at the lower right corner instead of the entire screen shows
    context menu.
  * Change the maximum number of sixel graphics palette colors from 256 to 1024.
  * Bug fixes:
    Fix segfault of mlconfig when GTK_IM_MODULE=uim.
    Fix wrong XSizeHints which causes unexpected resizing.
- refreshed
  % etc.patch
buildservice-autocommit accepted request 631278 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 63)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 62)
- mlterm-portability.patch renamed to mlterm-cast.patch
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 61)
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 60)
- updated to 3.8.6
  * Support preserveAspectRatio option of OSC 1337.
  * Support DECRQCRA, CSI 15 t, CSI 16 t, CSI 19 t and OSC 5;Ps;? ST.
  * Support framebuffer on FreeBSD(98).
  * Add vte 0.52.0 API symbols to libvte compatible library.
  * Add --rv / "rv_color" option.
  * Add servman.exe which manages the list of servers on win32.
  * Add "PrivKey" entry to the ssh connection dialog on win32 and Android.
  * Add "SCP" entry to the context menu on Android.
  * Drop --servlist / "server_list" option.
  * Improve performance of redrawing screen when type_engine=cairo.
  * Show box style cursor when the cursor is on a picture or an emoji.
  * Modify DECRC to save/restore last-column flag used to control wrapping behavior
    rather than manipulating DECAWM (See https://github.com/mattiase/wraptest and
    https://invisible-island.net/xterm/xterm.log.html#xterm_328)
  * Change the default value of ssh_private(public)_key option from
    /sdcard/.ssh/id_rsa(.pub) to /sdcard/.mlterm/id_rsa(.pub) on Android.
  * Bug fixes:
    Fix compiling error if ./configure is executed with --with-gui=fb,xlib option.
    Fix disappearing title bar on 'lxde' window manager.
    Fix a bug which disabled to replace system palettes by colors of a wall picture
    (if "use_ansi_colors" option is disabled and visual depth is 4) since 3.8.4.
    Fix the response strings of OSC 20 and OSC 21.
    Use the background color specified by SGR instead of the default one to draw
    pictures and emojis.
  * Support libvterm (https://launchpad.net/libvterm) compatible library partially.
  * Support DRCS-Sixel.
    (See drcssixel/DRCS-SIXEL-v2 and https://qiita.com/arakiken/items/626b02cd857d20c12fbc)
  * Support SDL2.
    (Build mlterm with --with-gui=sdl2 option.) (see doc/en/README.sdl2)
buildservice-autocommit accepted request 577905 from mrdocs's avatar mrdocs (revision 59)
baserev update by copy to link target
mrdocs's avatar mrdocs accepted request 577259 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 58)
- Add explicit buildrequires on x11 and fontconfig, do not 
  count on them being pulled by other packages.
buildservice-autocommit accepted request 558065 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 57)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 56)
- updated to 3.8.2:
  * Support DECSLPP, DECSCPP, DECBBSM, DECRQTSR, DECCTR, DECRQPSR, DECSNLS, DECSTGLT, DECRSPS,
    DECSR, CSI 7 t, CSI 9;1 t, CSI ? Pm s, CSI ? Pm r, CSI 34 [hl], CSI 53 m and CSI 55 m.
  * Support DECSASD, DECSSDT unless vertical mode is enabled.
  * Support 90-degree rotation of alphabet glyphs in vertical mode (cjk alone) on framebuffer,
    wayland and android if freetype is enabled.
  * Support sticky shift key of skk im module, and change the format of skk option from
    "skk:[dictionary]" to "skk:dict=[dictionary],sskey=[sticky shift key]".
  * Add "use_vertical_cursor" and "click_interval" to OSC 5379, 5380 and 5381.
  * Add "ot_features" and "ot_script" to OSC 5380 and 5381.
  * Add "Features" and "Script" buttons to "Encoding" tab of mlconfig.
  * Add "Underline pos (pixels)" and "Baseline pos (pixel)" to "Font" tab of mlconfig.
  * Add "Double click interval (msec)", "Send keys to all windows" and
    "Trim trailing CR/LF in pasting" to "Others" tab of mlconfig.
  * Add doc/en/ControlSequences which lists escape/control sequences which mlterm supports.
  * Change the default value of "use_vertical_cursor" option from false to true.
  * Drop "CSI ? 9500 [hl]".
  * Improve processing sixel graphics on pseudo color framebuffer.
  * Merge patches:
    https://sf.net/p/mlterm/patches/_discuss/thread/f5dc445d/0fc3/attachment/fix_spelling.diff
  * Add "trim_trailing_newline_in_pasting" / --trim option which removes trailing
    newline characters in pasting text.
  * Add "broadcast" / --bc option which broadcasts input or pasted characters to
    all ptys whose value of "ignore_broadcasted_chars" option is false.
  * Add "ignore_broadcasted_chars" / --ibc option.
  * Add "Next pty", "Previous pty" and "Close screen" to context menu on Android.
  * Add "next_pty", "prev_pty" and "close_screen" to OSC 5379.
  * Add "fontconfig" to OSC 5380.
  * Support libssh2 on MacOSX/Cocoa.
  * Support ModifyCursorKeys and ModifyFunctionKeys of xterm.
buildservice-autocommit accepted request 511400 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 55)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 511393 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 54)
- Version update to 3.8.2 release:
  * Support for wayland
  * Support page of VT400 or later. (NP, PP, PPA, PPR, PPB, DECCRA and DECLRP)
  * Support DECRQDE, DECSCUSR(Ps = 3,4,5,6), DECATC, DECRQM, DECRQMH, DECSCA,
    DECERA, DECSEL and DECSED.
  * Support SGR of DECRQSS.
  * Bunch of bugfixes
- Add all the named dependencies to the package to make sure all the
  features are properly enabled, configure script does not fail on
  dependencies not found
- Remove libotf as now rendering is done via harfbuzz
- Disable fctix input method as it fails to compile upstream
- Install svg icons from the archive rather than our distributed png
- Add portability patch mlterm-portability.patch to make rpmlint happy
buildservice-autocommit accepted request 441182 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 53)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 52)
- updated to 3.7.2
   * Add mlterm-con which is a console version of mlterm (like 
     GNU Screen) and which works on various terminal emulators. 
     (see doc/en/README.console)
   * Add "console_encoding" / --ckm option which specifies 
     a character encoding of the console where mlterm-con works.
   * Add "default_cell_size" / --csz option for mlterm-con.
   * Add "console_sixel_colors" / --csc option for mlterm-con.
   * Add "primary_da" / --da1 and "secondary_da" / --da2 options.
   * Support DECRQSS partially.
   * Support wheel mouse on MacOSX/Cocoa. (Thanks to @nyarla)
     (Merge a patch at http://the.nyarla.net/entry/2016/06/03/195013)
   * Bug fixes:
     Fix misalignment of the position of characters in drawing 
     them with the use of complementary loaded fonts on cairo.
- removed mlterm-noreturn.patch (upstreamed)
Displaying revisions 21 - 40 of 91
openSUSE Build Service is sponsored by