Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-31 | util/Makefile.am,fluxbox-generate_menu.in: use EXEEXT | Ryan Pavlik | 1 | -7/+7 | |
Needed to allow mingw-cross-env cross build | |||||
2011-03-29 | make XMESSAGE a variable and use it consistently | slakmagik | 1 | -6/+10 | |
Previously, gxmessage was getting substituted in one place and not another. | |||||
2011-03-29 | avoid trailing spaces between app and closing } | slakmagik | 1 | -3/+15 | |
Add a few lines of code to prevent a few spaces in some menu output. '{$app $options}' would expand to '{app }' if no options were set. Also, while scattered throughout, in this particular spot the unnecessary braces around some of the variables (and not around some others) and inside flux's braces could be very visually confusing and lead to editing errors, so removed those. | |||||
2011-03-29 | separate functions and main code | slakmagik | 1 | -44/+46 | |
Transpose one function from main to the rest of the functions and one block from the top of the script to the top of main. Add an 'End functions' comment. | |||||
2011-03-29 | add the configuration file equivalent of '-in' | slakmagik | 1 | -0/+3 | |
2011-03-29 | silence cmp | slakmagik | 1 | -1/+1 | |
cmp's '-s' flag is POSIX - if it's as portable as that's supposed to mean, that might be used instead. | |||||
2010-02-28 | bugfix: do not create the temporary menufile 'somewhere' in the filesystem ↵ | Mathias Gumz | 1 | -2/+2 | |
but next to the final one | |||||
2009-06-28 | add a few items to fbgm | Mark Tiefenbruck | 1 | -2/+4 | |
2008-07-02 | add a few tops to fbgm | Mark Tiefenbruck | 1 | -1/+1 | |
2008-05-02 | some additions/corrections for fbgm | skiidoo | 1 | -30/+35 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -3/+0 | |
2007-12-24 | `hash -t' seems to be bash-only | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-24 | replaced `which' with the bourne shell built-in `hash' and fixed some ↵ | Mark Tiefenbruck | 1 | -48/+21 | |
--program-prefix/suffix problems | |||||
2007-12-24 | search subdirectories when looking for icons | Mark Tiefenbruck | 1 | -2/+3 | |
2007-12-19 | "fix" `About' item in fbgm with tcsh, #1806327 | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-19 | fix a few $HOME-related issues in fbgm | Mark Tiefenbruck | 1 | -3/+3 | |
2007-11-23 | fix from NetBSD for using the home directory of the user who compiled fluxbox | markt | 1 | -3/+3 | |
also fix 'regenerate menu' code to use correct program name, rather than $0 | |||||
2007-10-07 | minor addons to fbgm (patch from Patrik Wenger <paddor at gmail dot com>) | mathias | 1 | -16/+31 | |
2007-08-12 | added pidgin | fluxgen | 1 | -1/+1 | |
2007-07-07 | fixes for --program-prefix and --program-suffix, plus fixed overwriting init ↵ | markt | 1 | -30/+32 | |
file on reconfigure | |||||
2007-06-28 | added some entries to fbgm, plus some minor bug fixes | markt | 1 | -24/+28 | |
2007-05-17 | added seamonkey to fbgm | markt | 1 | -3/+3 | |
2007-05-14 | this should be a whitespace separated list | markt | 1 | -16/+16 | |
2007-04-14 | patch from Hoeckner Bernhard (berhoeckner at gmx at) for fluxbox-generate_menu | mathias | 1 | -5/+13 | |
2007-03-31 | Default value for $LAUNCHER, plus add util and util/fbrun to the | simonb | 1 | -0/+3 | |
PATH when generating install menu so it can find fbrun. data thus needs to come after util in toplevel subdir processing so that fbrun is built | |||||
2007-03-31 | emit [encoding] tags around the menus | simonb | 1 | -0/+47 | |
2007-03-30 | added fi_FI support, thanks Pasi Juvonen | fluxgen | 1 | -5/+7 | |
2007-02-22 | command -v seems to cause problems for some distros, despite being POSIX and ↵ | markt | 1 | -8/+37 | |
built into sh | |||||
2007-01-02 | replace `which' in fbsetbg and fbgm with `command -v' | markt | 1 | -37/+8 | |
2007-01-02 | fix capitalization of valknut in fbgm | markt | 1 | -1/+1 | |
2006-08-27 | translations and minor updates to fbgm, patch from antonio gomes (izi) | mathias | 1 | -20/+27 | |
2006-04-19 | typos, plus get rid of error message if "icons" isn't a dir... | simonb | 1 | -5/+4 | |
2006-04-19 | fbgm expansion - system utils menu | simonb | 1 | -31/+53 | |
2006-04-19 | no local or globbing in pure bourne | mathias | 1 | -13/+17 | |
2006-02-01 | fix for nb_NO, thanks php-coder | fluxgen | 1 | -40/+40 | |
2006-02-01 | added nb_NO, Thanks Alexander Sornes | fluxgen | 1 | -0/+40 | |
2006-01-07 | * minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias) | mathias | 1 | -15/+32 | |
2005-10-23 | Fixed #1335255 (Gentoo #110197), fbgm had some globbing related probs | mathias | 1 | -2/+2 | |
Patch from thanx t35t0r | |||||
2005-10-12 | small changes from fbsd | mathias | 1 | -2/+2 | |
2005-08-17 | added 'education' submenu to fbgm, patch from lam | mathias | 1 | -0/+8 | |
2005-07-06 | added more apps to fbgm | mathias | 1 | -7/+12 | |
2005-07-05 | added kcommander, Valknut, dcgui-qt, quickdc, asami, amsn to fbgm | mathias | 1 | -4/+5 | |
2005-06-30 | Fix #1223780, fbgm updated | mathias | 1 | -2/+3 | |
- added gnome-alsamixer - use "kfmclient openProfile filemanagement" for konqueror as filebrowser | |||||
2005-06-18 | fbgm used non-portable grep - option (-m) which is now replaced by | mathias | 1 | -6/+7 | |
grep | head -n 1 | |||||
2005-06-18 | Screen.cc: not used code | mathias | 1 | -1/+1 | |
fbgm.in: added amarok | |||||
2005-06-15 | fixes #1198192, added vlc to fbgm | mathias | 1 | -1/+1 | |
2005-04-27 | use of @PREFIX@ | mathias | 1 | -1/+1 | |
2005-03-24 | forgotten xchat-2 | mathias | 1 | -1/+1 | |
2005-03-17 | mostly cosmetic changes (tabs -> spaces), | mathias | 1 | -368/+362 | |
added 'cli_find' which does the same as 'normal_find' but creates entries for cli-programs | |||||
2005-03-10 | fix 'which' program compatibility. | simonb | 1 | -49/+38 | |
Test the capabilities of the one we find, rather than guessing based on the system type |