aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)AuthorFilesLines
2006-04-19no local or globbing in pure bournemathias1-13/+17
2006-04-17fix fbrun positioning code to use hints properlysimonb3-4/+11
2006-04-17portability fixes for couple of shell scriptssimonb2-17/+17
2006-04-17fix compiler warnings in fbrun toosimonb1-4/+4
2006-03-14update copyright stringfluxgen1-1/+1
2006-02-16updated copyright infomathias5-5/+5
2006-02-01fix for nb_NO, thanks php-coderfluxgen1-40/+40
2006-02-01copyright fix, thanks php-coderfluxgen1-4/+3
2006-02-01copyrigth fix, thanks php-coderfluxgen1-5/+5
2006-02-01added nb_NO, Thanks Alexander Sornesfluxgen1-0/+40
2006-01-23little fix for fbsetbg (patch from mark tiefenbruck)mathias1-0/+4
2006-01-07* minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias)mathias1-15/+32
2005-12-22removed unused variablefluxgen1-1/+0
2005-11-13create .fluxbox directory and lastwallpaper file if they dont existfluxgen1-0/+5
2005-10-23Fixed #1335255 (Gentoo #110197), fbgm had some globbing related probsmathias1-2/+2
Patch from thanx t35t0r
2005-10-12small changes from fbsdmathias2-3/+3
2005-08-17added 'education' submenu to fbgm, patch from lammathias1-0/+8
2005-07-12Renaming of 'bsetroot' to 'fbsetroot' (Mathias)mathias5-32/+32
blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax nowadays and collide when you install fluxbox and blackbox. hence the renaming.
2005-07-06added more apps to fbgmmathias1-7/+12
2005-07-05added kcommander, Valknut, dcgui-qt, quickdc, asami, amsn to fbgmmathias1-4/+5
2005-06-30Fix #1223780, fbgm updatedmathias1-2/+3
- added gnome-alsamixer - use "kfmclient openProfile filemanagement" for konqueror as filebrowser
2005-06-18fbgm used non-portable grep - option (-m) which is now replaced bymathias1-6/+7
grep | head -n 1
2005-06-18Screen.cc: not used codemathias1-1/+1
fbgm.in: added amarok
2005-06-15fixes #1198192, added vlc to fbgmmathias1-1/+1
2005-06-03- Usage of xft-fonts is prefered, except a font-description starts with '-'mathias2-4/+4
- Removed "antialias"-option completly, to enable/disable "antialias" use either <fontname>:antialias=<bool> in the style or use Xft.antialias: <bool> in your .Xdefaults - Added new styleresources: *.font.effect: <halo|shadow> *.font.shadow.x : <int> - shadow x offset *.font.shadow.y : <int> - shadow y offset *.font.shadow.color : <color> - color of shadow *.font.halo.color : <color> - color of halo - Removed 'shadow' and 'halo' options from fontdefinitions: !! Style authors have to update their styles !! - Simplified XmbFontImp to not try all possible fonts to match locale - Style authors may specify multiple fonts: <font1>|<font2>|<font3> if loading of font1 fails, fluxbox probes <font2>, etc. The last font is "fixed". Hints for style authors: - if xft tries to load a font it will _ALWAYS_ return a valid font, it doesnt have to look like the one you want to have, read more about it: http://fontconfig.org/fontconfig-user.html - export XFT_DEBUG=1 before running fluxbox helps to see which fonts are picked. eg: *.font: Verdana,Arial-12:antialias=true|-artwiz-snap-*- if fluxbox is compiled with xft this will NEVER try to load "-artwiz-snap-*-" since xft gives for sure a font, most likely Verdana or Arial but noone knows. So, if fluxbox has no xft support the first fontpattern fails and fluxbox tries the next one, which might be successful. if everything fails, it will use "fixed" - Added caching of fonts, fonts are only loaded once. - Fixed #1090902 (slow utf8 start)
2005-05-09fix from vadim for fbrun-tabcompletionmathias1-2/+2
2005-05-06Fix for #1160244, #1099704, #1094107:mathias1-5/+6
if the xkb-extension is enabled and the user switches between his/her keyboardlayouts fluxbox's keybhandling doesn't work well anymore because xkeyevent.state contains also xkb-related flags and thus we have to handle that with caution. KeyUtils now contain 'isolateModifierMask()' to really work only on the modifiers. why not as part of cleanMods() ? because the XLookupString return false results, eg TextBox's would only print chars from the first keyboardlayout.
2005-04-27cosmeticmathias1-1/+1
2005-04-27use of @PREFIX@mathias1-1/+1
2005-04-09fixed issues introduced from last change (it was me :)mathias1-2/+3
2005-03-24forgotten xchat-2mathias1-1/+1
2005-03-17mostly cosmetic changes (tabs -> spaces),mathias1-368/+362
added 'cli_find' which does the same as 'normal_find' but creates entries for cli-programs
2005-03-17(no commit message)mathias1-3/+0
2005-03-17added -c <startupfile> to startfluxbox so one can have different startup-filesmathias1-8/+34
2005-03-10fix 'which' program compatibility.simonb2-70/+59
Test the capabilities of the one we find, rather than guessing based on the system type
2005-02-13update for romanian, thanks Costin Stroiefluxgen1-14/+14
2005-02-10more portability-stuff from dung, mostly for variablesmathias1-15/+29
2005-02-09patch from dung lam to fix some portability-issues with latest fbgmmathias1-63/+90
2005-02-02added apps (close #1107234)mathias1-4/+6
changed "ownership" -> Dung Lam takes over from Han
2005-01-31close #1111378, -S (smooth) to wmsetbg's aspect-settingmathias1-1/+1
2005-01-31added cs_CZ-locales (thanx to Radek Kubicek)mathias1-1/+42
2005-01-30outcommenting of some debugmessagesmathias1-22/+20
2005-01-29big feature-addon for fbgm: icon-support. work done by Dung N. Lammathias1-21/+361
2005-01-24copyright datemathias5-5/+5
2005-01-24close #1107222mathias1-2/+2
2005-01-20closes #1105048, minor issuesmathias1-5/+4
2005-01-20applied patches from openbsd-ports, closed #1105041 (sf)mathias1-1/+1
execl needs a terminating NULL at the end, a '0' would be converted to "int 0" on 64bit-systems
2005-01-12made the error-message a bit bettermathias1-1/+1
2005-01-05added imlib2-check so fbgm would prefer *.png over *.xpm when trying to findmathias1-3/+20
icons
2005-01-04added apps to fbgmmathias1-7/+19