Commit graph

20 commits

Author SHA1 Message Date
leot
b48709fc7d dmenu: Update to 5.0
Changes:
5.0
---
- Revert IME support
- Fix memory leaks in drw
- Misc bug fixes
2020-09-02 17:47:12 +00:00
leot
953ab724e1 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
maya
e3147f79ba dmenu: fix build on older fontconfig (NetBSD 8.0) 2019-03-03 13:12:03 +00:00
leot
7c9864540d dmenu: Update to 4.9
Changes:
4.9
---
 - Handle IME input
 - Do not allow using color fonts (workaround to avoid possible crashes)
 - Misc bug fixes and improvements
2019-02-03 21:54:01 +00:00
leot
f29298a852 dmenu: Update x11/dmenu to 4.8
Changes:
4.8
---
Features:
- Add key bindings for moving to the word start or end: Mod1+b/^Left and
  Mod1+f/^Right.
- Set class name on menu window (WM_CLASS).

Fixes:
- Fix a possible free of a uninitialize variable in paste().
2018-03-15 10:58:24 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
leot
b5f3f38268 Update x11/dmenu to 4.7.
Changes:
4.7
===
New features
------------
- Add embedding support with -w option.
  This option can be used to xembed dmenu into an application. This is
  useful in particular for surf.
- config.h: add config option for word delimiters.

Noteworthy fixes
----------------
- die() on calloc failure.
- Sync new drw from libsl and minor fixes.
- arg.h: fixed argv checks order.
- Regression fix: Do not crash on e.g. dmenu < /dev/null
- Shut up glibc about _BSD_SOURCE being deprecated.
- Xinerama: correct variable declarations in preprocessor conditional.
- Small man page improvements.

Thanks in particular to the contributors
----------------------------------------
- Andrew Gregory
- Klemens Nanni
- Lucas Gabriel Vuotto
- Markus Teich
- Quentin Rameau
- S. Gilles
- Thomas Gardner
2017-05-02 18:32:34 +00:00
leot
a24ff82797 Update x11/dmenu to 4.6.
Changes:
Features:
  - Now uses Xft for font rendering by default with fallback-font
support, this also allows anti-aliased fonts and such.
    The font string matching will be different, check out
http://www.freedesktop.org/software/fontconfig/fontconfig-user.html
for the font string syntax, huge thanks to Eric Pruitt and the other
people who worked on the dmenu-xft patch (previously on the wiki).
  - Uses a shared libdraw codebase (also used for dwm right now).
  - Merged wiki patches:
    - monarg: allow to specify monitor number to start on with -m (Martin Kühl).
    - multisel: allow selecting multiple items (ctrl-enter) (Evan Gates).
    - xft: see above.
  - Accepted vi'is exit approach ^[ (Arkaduisz).
  - Add ^G escape keybinding (Karl F).
  - Separate config options to config.h (Alex Sedov).
  - Support keybind C-S-[jm] (Connor Lane Smith).
  - stest: get rid of getopt, use suckless arg.h (Hiltjo).
  - stest: support inverse matching (flag -v) (Martin Kühl).

Notable fixes:
  - Buffer nul termination on tab (Alex Sedov's).
  - Crash (pointer dereference) with ctrl-enter as input (Hiltjo).
  - Ignore prompt if it is empty in addition to NULL (Moritz Wilhelmy).
  - Incorrect ordering of match results (Davide Del Zompo).
  - Input text matching (Quentin Rameau).
  - Paste from clipboard (ctrl+shift+y) (Joshua Lloret).
  - Replace deprecated usleep() with nanosleep() (Quentin Rameau).
  - dmenu_run: Split cache logic to dmenu_path again (Quentin Glidic).
  - multimon: always spawn client on first monitor if specified with
-m 0 (Hiltjo).
  - reset ControlMask for C-j and C-m (Hiltjo).

Build improvements:
  - config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override
(ports and *BSDs).
  - config.mk: improve feature test check (k0ga, stateless).
  - config.mk: use -std=c99 by default.
2015-11-11 16:13:12 +00:00
agc
d8f09469bb Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 03:28:24 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
reed
8bcab8897f Update to version 4.5
Patch provide by leot. Thank you.

Changes:
* Detects monitor based on input focus, not just pointer location.
* Token matching instead of just substrings.
* XIM composition support.
* Paste from clipboard with C-S-y.
* stest(1) replaces lsx(1).
* M-[Gghjkl] restored for vi-like navigation.
* New colour scheme, matching dwm-6.0.
* Couple of bug fixes.
2012-05-25 21:00:26 +00:00
obache
8c676ee56b Update dmenu to 4.4.1.
PR#45763 by Bug Hunting.

4.2
 This release contains plenty code cleanups.
4.2.1
 Bug fix release, there were two missing files in yesterdays dmenu-4.2.tar.gz.
4.3
 This is basically smaller and faster.
4.3.1
 And a quick bugfix release.
4.4
 This release fixes some bugs and it should be slightly nippier,
 especially if your path is, ahem, broken.
4.4.1
 This release fixes a small bug in the font loading, and changes dmenu_run to
 let you use shell logic (foo && bar, etc).
2012-01-22 12:59:01 +00:00
obache
4373ae7b7b MAKE_JOBS_SAFE=no 2011-06-17 11:47:30 +00:00
ghen
713baea057 Update dmenu to 4.1.1. Changes undocumented. Prerequisite for wmii upgrade. 2010-07-02 21:48:49 +00:00
wiz
6b8c87d4c6 Fix typos in COMMENT. 2010-04-30 09:41:45 +00:00
ahoka
320a3c2958 add options.mk 2009-06-15 08:18:20 +00:00
ahoka
487b3be93d Upgrade to version 4.0.
Work done by Leonardo Taccari in pkgsrc-wip.

Thanks Leo!
2009-06-14 22:48:51 +00:00
ghen
8533e8e77d Update to dmenu 3.9. Changes unlisted, at least Xinerama support. 2009-03-05 09:26:18 +00:00
ghen
f5c60b4ae6 Update to dmenu 3.6. Bugfixes/performance/functionality improvements. 2008-04-04 20:28:05 +00:00
ghen
a78d975df4 Import dmenu-3.4 from www.suckless.org.
dmenu is a generic menu for X, originally designed for wm/dwm, now used by
wm/wmii.  It manages huge amounts  (up to 10.000 and more) of user defined
menu items efficiently.
2008-01-06 21:45:07 +00:00