Commit graph

305 commits

Author SHA1 Message Date
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
mathias
f7c92157ac update of copyright and version number of fbrun 2004-11-23 11:37:39 +00:00
mathias
a65f840b68 dont overlap with screenborder
added xinerama-support
2004-11-22 20:10:26 +00:00
mathias
993c17cf2e svn propset svn:keywords "Id" 2004-11-19 11:37:27 +00:00
mathias
ee8b44813e keypad-enter should work with fbrun now 2004-11-18 03:25:08 +00:00
fluxgen
2348308137 Updated swedish locales and a few new menu-entries from Jonas Ericsson jmaster at telia.com 2004-11-15 20:43:24 +00:00
akir
4e05252172 fbrun switches between file-search and path-to-file-search now correctly (i think) 2004-10-10 16:35:29 +00:00
fluxgen
fa8c8699d4 fixed gradient bug, cleaning, version bump 2004-10-06 06:51:21 +00:00
akir
07f1a6e457 fixes #1026929 (sourceforge) 2004-09-29 00:51:29 +00:00
akir
7481146467 tiny fix for -nearmouse 2004-09-12 10:01:46 +00:00
akir
bc21d2e222 for -nearmouse wrong -help - description 2004-09-12 09:42:43 +00:00
fluxgen
2187735552 dont backup the menu unless we actually have one 2004-09-11 23:59:13 +00:00
rathnor
dca2a55d7e mod screenshot menu option in fbgm 2004-09-09 15:25:26 +00:00
akir
d6a32de0f8 added -nearmouse to fbrun 2004-09-03 14:18:48 +00:00
rathnor
d17bf39a43 add autoconf check for std c++ headers 2004-08-31 15:26:40 +00:00
rathnor
94c823f997 don't look for icons in ~ if installing 2004-08-22 04:29:16 +00:00
rathnor
84505e56e2 preliminary icon support in fluxbox-generate_menu 2004-08-22 03:45:03 +00:00
fluxgen
4880a19cf8 update from Han 2004-08-19 00:29:10 +00:00
rathnor
e7ad3410d3 Enable dutch menu for flemish people as well. Credits to
Mathieu De Zutter <mathieu@dezutter.org>
2004-08-05 22:53:49 +00:00
rathnor
c11ddef7b5 fbgm updates c/- han 2004-08-05 10:51:40 +00:00
rathnor
e68a7a4e72 fbsetbg xmessage-related updates 2004-06-17 16:12:20 +00:00
rathnor
7ebe7d7984 ja_JP translation update from Yasuhiro Takabayashi 2004-06-12 14:30:50 +00:00
rathnor
b1b3a6b8d2 more nls updates 2004-06-08 13:15:30 +00:00
fluxgen
a1d26ff574 Updated polish locales from: �ukasz Wrzosek (unl at poczta dot fm) 2004-05-21 18:36:06 +00:00
rathnor
fe1d66a524 update from Han: add mozilla-firefox to the border list 2004-04-28 23:20:52 +00:00
rathnor
0aae777243 small fix from Han for rare situation of no terms in path :) 2004-04-25 16:27:28 +00:00
fluxgen
9fce121737 path completion, and load apps on first tab press, patch from Mathias Gumz 2004-04-22 21:01:58 +00:00
rathnor
217af49664 add unistd include for fork 2004-04-21 14:58:44 +00:00
fluxgen
1355708ae2 using fbtk directory, patch from Mathias Gumz 2004-04-19 18:10:44 +00:00
fluxgen
4e360624e6 minor fix 2004-04-18 18:57:24 +00:00
fluxgen
facca1f6f9 tab complete on all apps in PATH, patch from Mathias Gumz 2004-04-18 14:16:09 +00:00
fluxgen
d26e439375 minor fix, patch from Fr�d�ric L. W. Meunier (1 at pervalidus dot net) 2004-04-10 19:52:43 +00:00
fluxgen
7833c00fdf minor update from Han 2004-04-04 12:18:48 +00:00
fluxgen
38a3347e56 patch from Han 2004-04-03 09:10:36 +00:00
fluxgen
03d9fec7f4 removes the reload-menu code which is obsolete since Mathias's latest patch, patch from Han 2004-03-19 09:37:23 +00:00
fluxgen
2f8964d3e4 patch from Han 2004-03-16 17:34:58 +00:00
rathnor
e7ebe530bc fbsetbg updates from han 2004-03-11 00:08:34 +00:00
fluxgen
0f8da658f6 Updated finnish locales from Lauri Hakkarainen 2004-03-03 07:43:38 +00:00
fluxgen
677a82d5c4 patch from Han 2004-03-01 13:15:30 +00:00
fluxgen
bd7c2ecf07 fixed invinite loop, patch from Mathias Gumz 2004-02-28 10:43:20 +00:00
fluxgen
25957274a4 cycle tabcompletion, patch from Mathias Gumz 2004-02-25 18:37:47 +00:00
rathnor
a39fa9c192 Han says:
Still the same changes from me and a few new menu-entries from Nero
Wolfe <mrwolfe[at]linuxmail.org>

Changelog:

 - Remove ``local'' keyword. Not supported by SUN.
 - Replace non-standard diff with standard cmp
 - Improve automatic reload of menu
 - Additional menu-entries from
   Nero Wolfe <mrwolfe[at]linuxmail.org>
2004-02-10 12:57:42 +00:00
fluxgen
4fb8e18d03 Fix missing sanitycheck as found by Tom Ryan 2004-01-22 05:48:41 +00:00
fluxgen
cbcdfc70cf Added more international keywords and Portuguese locales (Thanks Antonio Gomez), Added automatic reload of the new menu. 2004-01-21 21:57:46 +00:00
fluxgen
bac37c3de7 copyright update 2004-01-17 01:29:40 +00:00
fluxgen
a1ff4f84e6 limit looping 2004-01-12 11:14:55 +00:00
fluxgen
7485d12ac2 random number fixes 2004-01-03 01:23:59 +00:00
fluxgen
3fb05a9c78 swedish stuff 2004-01-03 00:43:43 +00:00
fluxgen
be09e13378 separator instead of --- 2004-01-03 00:23:48 +00:00
fluxgen
b10add4abe minor fix 2003-12-31 01:34:33 +00:00
fluxgen
af45033e3d date in copyright and added fluxbox command item 2003-12-31 00:41:02 +00:00
fluxgen
348327dc8f typo 2003-12-29 14:05:16 +00:00
fluxgen
5286977393 patch from Han, minor fixes and fbsetbg random background 2003-12-29 00:00:28 +00:00
fluxgen
81d51b4a88 added lock menu item 2003-12-22 01:19:02 +00:00
fluxgen
cb5e3d0374 nl_NL locales from Han 2003-12-18 00:59:04 +00:00
fluxgen
084232bf59 separator above exit 2003-12-17 01:09:00 +00:00
fluxgen
5d4980a9c6 support for bsetroot in fbsetbg 2003-12-12 13:07:47 +00:00
fluxgen
1f0a30eb0a remembering -u option and a new non remembering option -U, same functionality as before, Patch from Han 2003-12-08 19:31:40 +00:00
fluxgen
0d6c463145 updates from Han 2003-12-06 16:29:21 +00:00
fluxgen
f1b4d08628 fixed bug with antialais switch, antialias now enabled by default 2003-12-01 18:58:53 +00:00
rathnor
5722b04b97 util updates from han 2003-11-23 01:19:01 +00:00
fluxgen
220465ebbe renamed 2003-11-15 19:29:18 +00:00
fluxgen
ab46ba755d renamed fbgm to .in 2003-11-15 19:28:48 +00:00
fluxgen
54c8ea1662 renamed to .in 2003-11-15 19:28:05 +00:00
rathnor
a07d7d0e73 small update from Han 2003-10-28 21:51:03 +00:00