Up to [cvs.NetBSD.org] / pkgsrc / x11 / dmenu
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.20 / (download) - annotate - [select for diffs], Sun Jan 29 21:18:08 2023 UTC (4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.19 / (download) - annotate - [select for diffs], Sun Oct 9 12:56:39 2022 UTC (7 months, 3 weeks ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.18: +4 -4
lines
Diff to previous 1.18 (colored)
dmenu: Update to 5.2 pkgsrc changes: - Switch to https:// MASTER_SITES and HOMEPAGE - Remove no longer needed patch (FC_COLOR is no longer referenced) 5.2 --- - Improvements and bug fixes
Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 15 09:22:28 2022 UTC (15 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.17: +2 -3
lines
Diff to previous 1.17 (colored)
dmenu: update to 5.1. code-style: rm newline (oops) revert using strcasestr and use a more optimized portable version follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems improve performance of case-insensitive matching Revert "Improve speed of drw_text when provided with large strings" add support for more keypad keys Improve speed of drw_text when provided with large strings remove always true condition in if statement
Revision 1.17 / (download) - annotate - [select for diffs], Wed Sep 2 17:47:12 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.16: +2 -3
lines
Diff to previous 1.16 (colored)
dmenu: Update to 5.0 Changes: 5.0 --- - Revert IME support - Fix memory leaks in drw - Misc bug fixes
Revision 1.16 / (download) - annotate - [select for diffs], Mon Aug 17 20:20:24 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.15 / (download) - annotate - [select for diffs], Sun Feb 3 21:54:01 2019 UTC (4 years, 4 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
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
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 15 10:58:24 2018 UTC (5 years, 2 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.13: +2 -3
lines
Diff to previous 1.13 (colored)
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().
Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 12 11:17:49 2018 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Recursive bumps for fontconfig and libzip dependency changes.
Revision 1.12 / (download) - annotate - [select for diffs], Tue May 2 18:32:34 2017 UTC (6 years, 1 month ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
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
Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 11 16:13:12 2015 UTC (7 years, 6 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.10: +11 -6
lines
Diff to previous 1.10 (colored)
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.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 29 05:06:09 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.9: +1 -3
lines
Diff to previous 1.9 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.9 / (download) - annotate - [select for diffs], Fri May 25 21:00:26 2012 UTC (11 years ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.8: +4 -2
lines
Diff to previous 1.8 (colored)
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.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 22 12:59:01 2012 UTC (11 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.7: +4 -5
lines
Diff to previous 1.7 (colored)
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).
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 17 11:47:30 2011 UTC (11 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
MAKE_JOBS_SAFE=no
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 2 21:48:49 2010 UTC (12 years, 11 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Update dmenu to 4.1.1. Changes undocumented. Prerequisite for wmii upgrade.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 30 09:41:45 2010 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Fix typos in COMMENT.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 14 22:48:51 2009 UTC (13 years, 11 months ago) by ahoka
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.3: +29 -11
lines
Diff to previous 1.3 (colored)
Upgrade to version 4.0. Work done by Leonardo Taccari in pkgsrc-wip. Thanks Leo!
Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 5 09:26:18 2009 UTC (14 years, 3 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +5 -3
lines
Diff to previous 1.2 (colored)
Update to dmenu 3.9. Changes unlisted, at least Xinerama support.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 4 20:28:05 2008 UTC (15 years, 2 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update to dmenu 3.6. Bugfixes/performance/functionality improvements.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 6 21:45:07 2008 UTC (15 years, 5 months ago) by ghen
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 6 21:45:07 2008 UTC (15 years, 5 months ago) by ghen
Branch: MAIN
Initial revision