Commit graph

269 commits

Author SHA1 Message Date
fluxgen
b5f6ac24f6 fix for nb_NO, thanks php-coder 2006-02-01 21:06:40 +00:00
fluxgen
39a7483e14 copyright fix, thanks php-coder 2006-02-01 21:03:46 +00:00
fluxgen
2ccb65515c copyrigth fix, thanks php-coder 2006-02-01 21:02:35 +00:00
fluxgen
c8885d8d9b added nb_NO, Thanks Alexander Sornes 2006-02-01 20:57:13 +00:00
mathias
c3e6efb4e2 little fix for fbsetbg (patch from mark tiefenbruck) 2006-01-23 22:52:56 +00:00
mathias
b7ddb0ca13 * minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias) 2006-01-07 19:57:42 +00:00
fluxgen
17c9cafd25 removed unused variable 2005-12-22 23:41:41 +00:00
fluxgen
7768406cbd create .fluxbox directory and lastwallpaper file if they dont exist 2005-11-13 21:30:45 +00:00
mathias
bf7902dae8 Fixed #1335255 (Gentoo #110197), fbgm had some globbing related probs
Patch from thanx t35t0r
2005-10-23 16:22:32 +00:00
mathias
499b0655b9 small changes from fbsd 2005-10-12 20:59:12 +00:00
mathias
8c3cfbef7d added 'education' submenu to fbgm, patch from lam 2005-08-17 04:24:55 +00:00
mathias
1fe9ef3056 Renaming of 'bsetroot' to 'fbsetroot' (Mathias)
blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax
nowadays and collide when you install fluxbox and blackbox. hence
the renaming.
2005-07-12 04:56:05 +00:00
mathias
214defb6dd added more apps to fbgm 2005-07-06 06:26:09 +00:00
mathias
093b06edd3 added kcommander, Valknut, dcgui-qt, quickdc, asami, amsn to fbgm 2005-07-05 21:46:13 +00:00
mathias
9049dd33d3 Fix #1223780, fbgm updated
- added gnome-alsamixer
 - use "kfmclient openProfile filemanagement" for konqueror as filebrowser
2005-06-30 09:55:50 +00:00
mathias
6c284b9c7c fbgm used non-portable grep - option (-m) which is now replaced by
grep | head -n 1
2005-06-18 17:21:13 +00:00
mathias
a8d7752804 Screen.cc: not used code
fbgm.in: added amarok
2005-06-18 13:32:56 +00:00
mathias
93b295a158 fixes #1198192, added vlc to fbgm 2005-06-15 10:12:21 +00:00
mathias
ef76b45ab1 - Usage of xft-fonts is prefered, except a font-description starts with '-'
- 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-06-03 07:25:48 +00:00
mathias
318d76b47c fix from vadim for fbrun-tabcompletion 2005-05-09 07:20:17 +00:00
mathias
6c057c6903 Fix for #1160244, #1099704, #1094107:
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-05-06 09:22:53 +00:00
mathias
8a43bec0e8 cosmetic 2005-04-27 12:52:51 +00:00
mathias
7f967a6497 use of @PREFIX@ 2005-04-27 12:50:08 +00:00
mathias
90cc378f2a fixed issues introduced from last change (it was me :) 2005-04-09 07:46:27 +00:00
mathias
62431956b4 forgotten xchat-2 2005-03-24 20:14:36 +00:00
mathias
f59f5e6c5a mostly cosmetic changes (tabs -> spaces),
added 'cli_find' which does the same as 'normal_find' but 
creates entries for cli-programs
2005-03-17 11:34:24 +00:00
mathias
1ac6df3dbd 2005-03-17 00:06:25 +00:00
mathias
99ec2b49e0 added -c <startupfile> to startfluxbox so one can have different startup-files 2005-03-17 00:05:50 +00:00
simonb
b7d3dc2fa3 fix 'which' program compatibility.
Test the capabilities of the one we find, rather than guessing
based on the system type
2005-03-10 13:53:26 +00:00
fluxgen
5f344f3a35 update for romanian, thanks Costin Stroie 2005-02-13 16:42:13 +00:00
mathias
6e15a32973 more portability-stuff from dung, mostly for variables 2005-02-10 02:01:15 +00:00
mathias
cc57d59dbb patch from dung lam to fix some portability-issues with latest fbgm 2005-02-09 14:57:49 +00:00
mathias
38e16876a8 added apps (close #1107234)
changed "ownership" -> Dung Lam takes over from Han
2005-02-02 15:05:13 +00:00
mathias
f4d3d79d38 close #1111378, -S (smooth) to wmsetbg's aspect-setting 2005-01-31 16:40:08 +00:00
mathias
49b75faa67 added cs_CZ-locales (thanx to Radek Kubicek) 2005-01-31 09:41:13 +00:00
mathias
70fee59a9a outcommenting of some debugmessages 2005-01-30 22:17:17 +00:00
mathias
0cb6312447 big feature-addon for fbgm: icon-support. work done by Dung N. Lam 2005-01-29 19:14:38 +00:00
mathias
1789d0c31f copyright date 2005-01-24 18:49:01 +00:00
mathias
478b20a62b close #1107222 2005-01-24 16:32:57 +00:00
mathias
1d53899bfb closes #1105048, minor issues 2005-01-20 12:39:16 +00:00
mathias
6fbe0e44d6 applied patches from openbsd-ports, closed #1105041 (sf)
execl needs a terminating NULL at the end, a '0' would be
    converted to "int 0" on 64bit-systems
2005-01-20 12:30:35 +00:00
mathias
799b01b5d6 made the error-message a bit better 2005-01-12 13:41:04 +00:00
mathias
a795d9612c added imlib2-check so fbgm would prefer *.png over *.xpm when trying to find
icons
2005-01-05 05:57:12 +00:00
mathias
1657de3cef added apps to fbgm 2005-01-04 13:42:25 +00:00
mathias
1910d5af46 fix the no-writing-history issue for fbrun 2004-12-24 03:02:48 +00:00
mathias
37c6602f07 show fbrun after moving to the right position 2004-12-21 16:10:57 +00:00
mathias
b3fa5c2428 * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now
file and directory - helproutines.

* created the FileUtil-namespace which contains file-related functions, moved
  those functions out of Directory - code

* changes to the rest of the files to follow those changes
2004-12-18 01:29:22 +00:00
mathias
910215d0a5 closes #1081200
added some ideas from the gentoo's ebuild (thanx ciaranm)
minor cosmetic updates
2004-12-10 03:19:54 +00:00
mathias
09439fe83a added support for hsetroot (http://thegraveyard.org/hsetroot.php)
to fbsetbg
2004-12-10 02:45:19 +00:00
mathias
7c628def00 context needs a "window", not the "screen", thanx Rob Stevens for reporting 2004-11-30 22:50:25 +00:00