markt
1ddd177d1a
Fix fbsetroot segfault when DISPLAY unset
2006-06-29 00:03:43 +00:00
markt
5fc5ec3374
Make startfluxbox aware of --program-prefix and --program-suffix
2006-06-23 00:31:08 +00:00
markt
8b2c299d52
Fix nls in fbsetroot.cc .
2006-06-21 17:29:35 +00:00
mathias
a15d9af3c7
Cleanup unneeded headers (thanks Slava Semushin)
2006-04-25 06:46:06 +00:00
simonb
cb65dae95f
fbrun: Move the cursor to the end when tab completing
...
+ thanks Jonas Koelker, sf.net rfe #1333003 , patch #1475578
2006-04-25 02:42:05 +00:00
simonb
1028f4cb51
minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs ru
2006-04-22 09:49:05 +00:00
simonb
87b691747c
typos, plus get rid of error message if "icons" isn't a dir...
2006-04-19 15:48:40 +00:00
simonb
4d5369221f
fbgm expansion - system utils menu
2006-04-19 15:44:18 +00:00
mathias
38a96263ad
no local or globbing in pure bourne
2006-04-19 05:15:33 +00:00
simonb
b2105a62c3
fix fbrun positioning code to use hints properly
2006-04-17 14:00:28 +00:00
simonb
c5b67f9a42
portability fixes for couple of shell scripts
2006-04-17 09:47:40 +00:00
simonb
78f3b0ada4
fix compiler warnings in fbrun too
2006-04-17 08:04:12 +00:00
fluxgen
ddd2233f5a
update copyright string
2006-03-14 20:13:50 +00:00
mathias
ae05ad9a01
updated copyright info
2006-02-16 06:53:05 +00:00
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
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
rathnor
ab2d5ca0c7
updates from han
2003-10-20 17:05:14 +00:00
rathnor
ecd7c04834
fbsetbg update from han
2003-10-16 15:54:20 +00:00
rathnor
075dc35b5e
updates from han to remove dependency on getopts, but still
...
provide argument-grouping functionality
2003-10-08 14:18:25 +00:00
rathnor
ae729342e9
avoid using getopts in fbsetbg, plus other tweaks
2003-10-08 14:00:47 +00:00
fluxgen
9c3cd9002d
update from Han
2003-09-29 11:59:35 +00:00
fluxgen
36d598600b
added xlock
2003-09-22 18:45:31 +00:00
fluxgen
39e9e25d5b
update from Han
2003-09-20 16:03:30 +00:00
fluxgen
d539b5257e
update from Han
2003-09-18 12:15:17 +00:00
rathnor
1aeefbe2fb
fix modifier cleaning in fbrun (was missing capslock)
2003-09-16 16:10:32 +00:00
rathnor
41cf43a02d
portability fix
2003-09-16 14:49:49 +00:00
fluxgen
48ea10e22f
update from Han
2003-09-12 22:33:25 +00:00
fluxgen
dd97388f19
removed distclean-local target
2003-09-10 08:53:38 +00:00
fluxgen
040f8a6556
added startfluxbox.in
2003-09-08 21:10:54 +00:00
fluxgen
4fc020f11d
helper script for starting fluxbox
2003-09-07 19:51:59 +00:00
fluxgen
f2c58a0348
update
2003-09-07 19:14:10 +00:00
fluxgen
352e863c5f
fixed scroll lock and num lock mask
2003-09-06 15:50:25 +00:00
fluxgen
6241304199
update from Han
2003-09-03 11:55:29 +00:00
fluxgen
b039f2076e
using GContext and FbPixmap
2003-08-27 14:04:12 +00:00
fluxgen
3e99a07527
using FbTk TextBox
2003-08-27 00:20:19 +00:00
fluxgen
bb374e2cca
minor fix
2003-08-26 20:32:27 +00:00
fluxgen
d1426ca8d1
minor fixes
2003-08-25 01:31:14 +00:00
fluxgen
103110fc4f
added pixmap
2003-08-25 01:18:00 +00:00
fluxgen
41763a8da3
minor cleaning
2003-08-25 01:16:41 +00:00
fluxgen
69d1d5dc73
pixmap for fbrun
2003-08-25 01:15:30 +00:00
fluxgen
05dc72b497
indent
2003-08-24 23:47:31 +00:00
fluxgen
5baf2304df
update from Han
2003-08-17 13:30:35 +00:00
fluxgen
6e776536f4
updated for imagecontrol changes
2003-08-12 01:34:13 +00:00
fluxgen
c5073893d1
update from Han
2003-08-07 10:35:19 +00:00
rathnor
fe39de5001
little update from han
2003-08-05 12:36:54 +00:00
fluxgen
e9f9c6104b
update from han
2003-08-04 16:49:25 +00:00
rathnor
14e9c6f80a
From Han:
...
- use MENUFILENAME instead of the vague FILENAME
- Cleanup some bullshit checks
- simpler wm-section
2003-08-04 14:13:33 +00:00
rathnor
fef1df762f
fix for multi desktop entries in menu files
2003-08-03 04:12:03 +00:00
rathnor
6bbc5c43ca
tweak
2003-08-02 15:08:06 +00:00
rathnor
37728a256e
another little fix/clean for fbgm
2003-08-02 14:54:05 +00:00
rathnor
9ca6bd1069
*** empty log message ***
2003-08-02 14:42:43 +00:00
rathnor
933375f07a
improve generation of kde and gnome menus in fluxbox-generate_menu
2003-08-02 14:26:45 +00:00
fluxgen
c9168c884b
update from Han
2003-07-29 09:29:45 +00:00
rathnor
1487798293
fix fbrun on multiple screens
2003-07-25 11:17:41 +00:00
rathnor
8500132b0a
more updates from han
2003-07-20 11:23:51 +00:00
rathnor
93b3d7e6c5
little update from han
2003-07-20 10:58:27 +00:00
rathnor
06d723aefe
updates from han
...
- solaris fix for fb-gm
- some additions to .cvsignore
2003-07-17 23:39:34 +00:00
fluxgen
4167ea790c
patch from Han
2003-07-10 11:10:51 +00:00
fluxgen
481c0faeb5
patch that keeps the fbrun_history clean by not allowing
...
duplicates to get placed in the history. Thanks David J Burger
2003-07-10 10:18:08 +00:00
fluxgen
ef72b1d7fc
update for Finish locales. Thanks Weasel
2003-07-03 13:05:38 +00:00
fluxgen
67c24a20c5
minor fix from Han
2003-07-02 05:42:47 +00:00
rathnor
24c1ddd6de
add chbg support to fbsetbg
2003-06-29 08:22:24 +00:00
fluxgen
95122e911f
setting class hint to fbrun, FbRun
2003-06-25 12:01:23 +00:00
fluxgen
489af9787c
emacs keybindings and tab completion, thanks David J Burger
2003-06-24 10:22:42 +00:00
fluxgen
0be34666de
french locales,
...
thanks Tarax. and two additions to the menu, Thanks Pol
2003-06-22 12:50:03 +00:00
fluxgen
cfb7045466
ignore
2003-06-17 13:29:51 +00:00
fluxgen
6add92330b
renamed i18n to I18n
2003-06-13 10:56:58 +00:00
fluxgen
70f4c49f29
update from Han
2003-06-10 12:14:35 +00:00
rathnor
6d91153212
some updates from Han
2003-06-06 02:18:34 +00:00
fluxgen
33a65073a9
update from Han
2003-05-22 13:10:59 +00:00
fluxgen
409e3ca38f
bug fix from Han
2003-05-22 10:05:37 +00:00
fluxgen
68e9677bbb
fixed minor bug in solid rendering, makes sure we get valid color string before we set background
2003-05-19 09:40:14 +00:00
fluxgen
2ea2bbe364
indentation
2003-05-12 19:58:47 +00:00
fluxgen
0aab0f60ab
update from Han
2003-05-12 19:55:07 +00:00
fluxgen
ece5a0316f
minor fix from Han
2003-05-12 19:52:58 +00:00
fluxgen
3a75379606
using FbRootWindow
2003-05-11 00:01:42 +00:00
fluxgen
93b610edf4
update for FbRootWindow
2003-05-11 00:00:32 +00:00
fluxgen
4ccdb5ebb9
removed BaseDisplay
2003-05-10 15:44:15 +00:00
fluxgen
80c1f78cb5
update from Han
2003-04-29 13:50:05 +00:00
rathnor
89eace13d6
- Fixed relative path bug
...
- Simpler structure.
2003-04-29 11:26:34 +00:00
fluxgen
64469e7982
obsolete
2003-04-28 22:37:17 +00:00
fluxgen
09454a3fca
minor fix
2003-04-28 14:50:52 +00:00
fluxgen
b58d23091d
update
2003-04-28 14:45:13 +00:00
fluxgen
f28ac3b625
replacing bsetbg
2003-04-27 15:33:26 +00:00
rathnor
edf60e95de
fix build issue for new loc of stringutil
2003-04-27 04:22:09 +00:00
rathnor
4d57d6b394
add missing #include <cassert>
2003-04-27 02:26:21 +00:00
fluxgen
245f652926
StringUtil moved to FbTk
2003-04-27 01:04:39 +00:00
fluxgen
9014e53be3
update from Han
2003-04-23 13:57:26 +00:00