Revisions of jgmenu

buildservice-autocommit accepted request 1157172 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 40)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 39)
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476]
buildservice-autocommit accepted request 1032379 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 38)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 37)
- Update to 4.4.1:
  * Chase librsvg2 API changes
    + Use rsvg_handle_render_document() to render icons instead of
      deprecated rsvg_handle_get_dimensions() and
      rsvg_handle_render_cairo(). This requres librsvg2 >= 2.46
    + jgmenu.svg: specify width and height to enable some applications
      using imlib2 >= v1.8 (such as feh and tint2) to render the
      jgmenu.svg icon correctly. This is an indirect result of the
      librsvg2 API deprecation of rsvg_handle_get_dimensions() and
      rsvg_handle_render_cairo()
  * jgmenu-apps: correctly sort desktop entries in languages other than
    English. Issue #166
  * Handle symlinked icon directories in order to support Papirus-Dark.
    Issue #122.
  * Use cache directory ${XDG_CACHE_HOME:-$HOME/.cache} rather than just
    defaulting to ~/.cache. Issue #175.
  * Fix widgets cursor-motion bug caused by background rect and text
    widgets blocking action widgets which should handle mouse-over.
    Issue #167
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 36)
- Update to 4.4.0:
  * Make --simple force short-lived mode (the way it was always intended to be
    an is described in documentation). Fixes issue #153.
  * jgmenu-apps:
    - Respect TryExec in .desktop files including the handling of absolute
      paths. Fixes issues #146 and #151.
    - Parse .desktop file 'Path' field and support working directory
    - Make exec[] field bigger to allow long strings (as seen in for example
      wine applications).
    - Include .desktop files in $XDG_DATA_DIRS/applications/ sub-directories
      For example, ~/.local/share/applications/wine/Programs/Games/
  * jgmenu-lx: escape C:\ in order to cope with libmenu-cache escaping the
    backslash in 'C:\' in wine applications' .desktop file Exec= field
  * gtktheme: call `jgmenu_run config` synchronously to avoid config file write
    errors
buildservice-autocommit accepted request 860148 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 35)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 34)
- Update to 4.3.0:
  * Add gradient support for menu window background. Use config options
    menu_gradient_pos and color_menu_bg_to.
  * Survive locales which are not supported by X11, for example en_HK.UTF-8
  * Safely handle main event loop signals when X11 struggles to keep up
    under extreme load or on very old machines
  * obtheme: set color_title_border correctly (issue #142)
  * obtheme: parse menu.overlap.x (issue #136)
  * gtktheme: set title colours to match main menu.
  * Add persistent mode config options and --persistent command line
    option. When enabled, the menu does not exit or hide when it normally
    would, for example on selecting an item or pressing escape.
  * Add ^quit() markup. This simply exits and is designed to work with
    the persistent mode.
  * Add contib/ file jgmenu-unicode-icons.sh (PR #124)
buildservice-autocommit accepted request 807447 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 33)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 32)
- Update to 4.2.1:
  * Fix apps module bug (issue #119)
buildservice-autocommit accepted request 800869 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 31)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 30)
- Update to 4.2.0:
  * Add config options icon_norm_alpha and icon_sel_alpha.
  * Support hooks. See jgmenu(1) for full details.
  * Support startup script. Run ~/.config/jgmenu/startup on initial launch.
    This feature enables optional syncing with others settings such as GTK3.
  * gtktheme: save last theme name in ~/.cache/jgmenu/.last-gtktheme
    This supports scripts for syncing gtktheme on startup.
  * obtheme: set menu_border=0 by default to avoid inheriting unwanted menu
    border thickness if openbox theme does not contain an entry for it.
  * configure: support --libexecdir= and --libdir= (issue #109)
  * configure: use the correct xfce4panel library.
  * xfce4-panel: remove dpkg-architecture and hardcoded debian paths from
    Makefile (issue #110).
buildservice-autocommit accepted request 781386 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 29)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 28)
- Update to 4.1.0:
  * Add i18n support for {pre,ap}pend.csv file in jgmenu-apps(1)
  * Add man page jgmenu-i18n(1)
  * Add options --no-append and --no-prepend to jgmenu-apps(1) module.
  * Whitespace-trim all comma separated fields when using the argv-buf library,
    which is used for parsing menu data and widgets. This allows CSV data to be
    indented or aligned without affecting the content.
  * Resolve tilde in --csv-file value (issue #113).
  * Add config option csv_no_duplicates to prevent applications from showing
    in multiple directories. Only supported by jgmenu-apps(1) module.
  * Respect that % can be escaped using %%, when removing field codes
    (e.g. %U and %f) from .desktop file Exec= strings (issue #68).
    Supported by jgmenu-apps(1) and jgmenu-lx(1).
buildservice-autocommit accepted request 770386 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 27)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 26)
- Update to 4.0.2:
  * sbuf.c: fix bug which could result in segfault.
  * x11-ui.c: support unusual color-depths required by applications
    such as x2go (issue #111).
buildservice-autocommit accepted request 765698 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 25)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 24)
- Update to 4.0.1:
  * Issue #108. Show menu on correct monitor in IPC mode (position_mode=ipc)
    Before this fix, the menu would always appear on the monitor from which
    it was first launched.
  * Fix segfault bug in jgmenu-apps on OpenBSD.
  * Update lithium theme to reflect introduction of apps module
buildservice-autocommit accepted request 763936 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 23)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 22)
- Update to 4.0:
  * Add apps module - a replacement for pmenu and the default menu
    generator from v4.0 (hence major bump)
  * Move pmenu and lx modules to contrib/ to make maintenance and
    packaging easier.
  * jgmenu.c: hide 'last selection border' (issue #103).
  * Update man pages and usage() to prefer `jgmenu_run init` over
    `jgmenu init`
  * Add banned.h to make audits easier
  * Add scripts/pbuild to simplify building deb packages with pbuilder.
  * Add configure script in order to (a) make contrib/ packages easier
    to manange; and (b) remove dependency checking from Makefile
  * greeneye: change category 'Games' to 'Game' in order to comply with
    freedesktop.org XDG menu-spec.
  * filter.c: support case-insensitive non-ASCII search (issue #91)
buildservice-autocommit accepted request 741684 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 21)
baserev update by copy to link target
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by