1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
step 1 of cleaning up command line processing and plugin parameter passing
vanRijn
as vanrijn
More... over 22 years ago
small cleanup in bbconf plugin--we weren't using m_configfile like we should also, increasing version number to 1.4
vanRijn
as vanrijn
More... over 22 years ago
plugin class now creates missing plugin directories for you
vanRijn
as vanrijn
More... over 22 years ago
adding ToggleDecor to keybinding configurator
vanRijn
as vanrijn
More... over 22 years ago
added a "style=" option for the themse plugin, used like: bbconf --plugin-libthemes style=~/.blackbox/styles/mayhem_in_monsterland More... over 22 years ago
changed the --start-plugin to --start, since you specify the name of the page, not the plugin itself. More... over 22 years ago
removed an extra print() statement that wasnt supposed to be there. More... over 22 years ago
you can now specify the startup plugin with --start-plugin. The name of the plugin to follow is what appears in the bbconf's plugin list, such as (in bash): bbconf --start-plugin "key bindings" the match is case insensitive. More... over 22 years ago
documenting change for plugin file save that fails
vanRijn
as vanrijn
More... over 22 years ago
Added an rc=<rcfile> option to the libkeybindings plugin. This is specified by doing something like: bbconf --plugin-libkeybindings rc=~/.blackbox/bbkeysrc More... over 22 years ago
Parses the command line now, and passes a plugin's options to it. Next step is to have the plugins each handle any appropriate options passed to them. More... over 22 years ago
plugins now each take a const char* which is their command line parameters. This is passed to their "maker" function which then can (and does) pass it to their constructor. None of the plugins do anything with the string yet, and main.cc needs to actually pass in command line parameters. Right now it just passes in "blah". More... over 22 years ago
plugin enhancement--include filename we try to save as argument to error-display
vanRijn
as vanrijn
More... over 22 years ago
changed my email address everywhere (except in the debian/changelog) More... over 22 years ago
more build changes for freebsd
vanRijn
as vanrijn
More... over 22 years ago
more cleanup efforts for platform issues
vanRijn
as vanrijn
More... over 22 years ago
trying to resolve build issues for FreeBSD and SuSE
vanRijn
as vanrijn
More... over 22 years ago
menu rearranging code now in plugin
vanRijn
as vanrijn
More... over 22 years ago
bug fixing segfault in menu editor
vanRijn
as vanrijn
More... over 22 years ago
- feature enhancement--auto-pre-selecting previous background image file in style editor if possible
vanRijn
as vanrijn
More... over 22 years ago
- setting showHiddenFiles(true) in file dialog so people can browse easily to ~/.blackbox/, etc....
vanRijn
as vanrijn
More... over 22 years ago
- bug fix in keybindings.cc for segfault if ~/.bbkeysrc couldn't be read - updating help popup box with "please visit http://bbconf.sourceforge.net" rather than something not-so-useful... - fixing Makefile.in's (forgot to run admin/am_edit last time?) *shrug*
vanRijn
as vanrijn
More... over 22 years ago
fixinf the Makefile.in's More... over 22 years ago
autogen the man page for real now More... over 22 years ago
auto-generate the bbconf manpage! More... over 22 years ago
updated maintainer name in debian/control fixed how the manpage is installed More... over 22 years ago
documenting fixes for autoconf/autoheader/automake
vanRijn
as vanrijn
More... over 22 years ago
- moving man page to doc - fixing admin/am_edit so we don't try to rebuild the Makefile or the configure script for ANY reason - incrementing version count to 1.1
vanRijn
as vanrijn
More... over 22 years ago
fixed the date in the bbconf.1 man page More... over 22 years ago
moved the man install to $(prefix)/man/man1 More... over 22 years ago