Commit graph

119 commits

Author SHA1 Message Date
markt
3705d46b64 added translations for zh_TW 2007-11-22 05:58:24 +00:00
fluxgen
7c11e76911 svn version again 2007-10-11 10:50:25 +00:00
fluxgen
fee1cc1a62 changed default style to bloe 2007-10-08 05:51:56 +00:00
fluxgen
11d01d6029 added new style bloe, thanks Sven Michel 2007-10-07 17:02:10 +00:00
fluxgen
e28ed27bd8 new version 2007-10-07 11:45:29 +00:00
fluxgen
9d3bca8e88 added new styles from Sven Michel aka tenner, removed some old styles too. 2007-09-30 20:09:14 +00:00
fluxgen
a2946ae3ad Added support for slovak language, thanks Martin Lukac. 2007-09-09 16:12:59 +00:00
fluxgen
6610ef6f2f svn version 2007-08-11 18:17:28 +00:00
simonb
736c43f91d fix bug with --with-locale 2007-08-04 18:30:10 +00:00
markt
b00d53eb72 enable Xinerama and Imlib2 by default 2007-07-02 20:15:19 +00:00
mathias
6ac57655d9 basicly cosmetic changes, patch by slava semushin 2007-04-17 07:52:40 +00:00
markt
c883e477c5 added some locales 2007-04-01 20:50:09 +00:00
fluxgen
a492e33a70 added fi_FI support, thanks Pasi Juvonen 2007-03-30 18:14:25 +00:00
fluxgen
ff3ea6f5aa new release 2007-03-20 19:17:53 +00:00
markt
eba4a0e38d updated spanish translations, added es_AR 2006-08-04 05:42:44 +00:00
simonb
7d2f7740d1 LOCALE_PATH needed some extra magic to give an expanded value in the
config.h file, but unexpanded through the make install process
2006-07-03 08:54:12 +00:00
simonb
864ba10163 make sure that PREFIX is expanded in the correct place (make stage, rather than configure stage). Affects menu, init, keys, locale and style files 2006-07-03 08:37:16 +00:00
fluxgen
60ca2ca5e0 rc2 2006-06-27 20:18:43 +00:00
markt
5fc5ec3374 Make startfluxbox aware of --program-prefix and --program-suffix 2006-06-23 00:31:08 +00:00
fluxgen
c5e97ee6d8 changed version number to 1.0rc 2006-06-12 17:34:56 +00:00
simonb
acf4326f3c Use -Wall when --enable-debug and some warning fixes
+ thanks Jonas Koelker
2006-04-24 14:29:21 +00:00
fluxgen
8a78702888 update, new version 2006-03-18 22:22:41 +00:00
mathias
918d1994fa added zh_CN translations (thanx Andyliu)
fixed ko_KR translations (thanx Jo Hyunseok)
2006-03-09 19:28:22 +00:00
mathias
2566d84561 forgotten nb_NO entry in configure.in 2006-02-20 07:23:12 +00:00
mathias
97aa10ece4 added no_NO, patch from Ole Rydland Thorsen 2005-10-13 06:07:48 +00:00
fluxgen
219e8362b0 new version 2005-09-11 10:43:17 +00:00
mathias
a11b6eb4f2 added el_GR (greek) Translation, thanx to Theofilos Intzoglou 2005-08-29 23:44:17 +00:00
fluxgen
5f4f2a85da added uk_UA locales, thanks Anatoli M. Sakhnik and php-coder 2005-08-15 10:35:43 +00:00
fluxgen
67215acbd9 be_BY translation by Kirill A. Shutemov k.shutemov at sam-solutions dot net 2005-05-27 10:51:28 +00:00
fluxgen
519c02ad57 locale path 2005-05-18 08:32:31 +00:00
fluxgen
b48c87ca29 new version 2005-05-13 12:15:51 +00:00
mathias
c55dce44fa on some systems (openbsd, solaris, freebsd) the iconv was not really well
recognized and/or added to the LIBS .. i tested this version on a lot of
different platforms and it SHOULD work propperly, even if it looks a bit
strange.
2005-05-12 20:00:18 +00:00
mathias
b41f934a57 `AM_CONFIG_HEADER'
Automake will generate rules to automatically regenerate the
config header. This obsolete macro is a synonym of
`AC_CONFIG_HEADERS' today (*note Optional::).

so we use the nonobsolete now, thanx php-coder for pointing that out.
2005-05-10 08:09:19 +00:00
mathias
371e3f8a91 this should REALLY fix it. 2005-04-21 19:48:46 +00:00
mathias
b809abcfd0 fix iconv-issues on *BSD and MacOSX 2005-04-21 19:09:10 +00:00
fluxgen
fa930f7edf with menu, style, keys, init options, thanks php-coder 2005-03-16 08:42:11 +00:00
mathias
7e11048249 imlib2 wasnt default-off as it seems, this should fix it 2005-02-01 19:18:28 +00:00
mathias
49b75faa67 added cs_CZ-locales (thanx to Radek Kubicek) 2005-01-31 09:41:13 +00:00
fluxgen
05ecd47342 revert Xau changes 2005-01-17 20:40:10 +00:00
fluxgen
3f2ed58dcf update 2005-01-17 20:29:12 +00:00
mathias
fa28fb7253 added --with-style=<path-to-style> option for ./configure, patch from php-coder 2005-01-12 06:13:48 +00:00
mathias
901902330a updated ru_RU translations
added ko_KR translations
2005-01-04 12:05:58 +00:00
mathias
bc7c988561 adds imlib2-support to fluxbox: allows us to load several imageformats
besides xpm. to get imlib2 support in fluxbox one has to 
 
  ./configure --enable-imblib2

default is disabled.  a fluxbox-binary that supports imlib2 will have 
IMLIB2 in "fluxbox -info"-output

explanation to the changed files:

 * xft.m4 -> acinclude.m4 + added ac_path_generic.m4 
   (from http://ac-archive.sourceforge.net/Miscellaneous/ac_path_generic.html)

 * configure.in, Makefile.am, src/FbTk/Makefile.am changed to handle
   imlib2-support

 * Font.cc/hh Image.cc/hh App.cc fluxbox.cc consistent way of init for global
   stuff for fonts and imagehandlers.

 * rest of changes just add the imlib2-code, pretty straightforward
2004-12-21 23:42:09 +00:00
mathias
e323069408 the version-stuff has to be done differently .. back to old 2004-12-16 02:32:27 +00:00
mathias
97be5dfdfe minor typo 2004-12-16 00:24:16 +00:00
mathias
4ac1c583af configure.in carries now the reviosion number for fluxbox -version etc.
this version number should be changed to a normal release number once
a new release is tagged.
2004-12-16 00:17:11 +00:00
mathias
7c7dfbfbdd added vi_VN (vietnamese) translations, thanx Phan Vinh Thinh) 2004-12-13 13:32:11 +00:00
fluxgen
1e52bf0d9f version bump 2004-12-06 17:12:02 +00:00
akir
8d87514b90 adds -liconv when iconv_close is in libiconv 2004-09-02 16:51:54 +00:00
fluxgen
622af75c92 checking for const msg in iconv 2004-08-31 21:25:33 +00:00