aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Collapse)AuthorFilesLines
2004-12-21adds imlib2-support to fluxbox: allows us to load several imageformatsmathias1-0/+5
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-11-24fix possible segfault: auto_ptr fluxbox may be 0 ..mathias1-2/+7
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-18rewritten fluxbox-restart code, all destructors are called before theakir1-9/+25
new program is started. the former method didnt do that.
2004-10-11fix mainWarnDisplaySet -> mainWarnDisplayEnvrathnor1-2/+2
2004-08-31add autoconf check for std c++ headersrathnor1-4/+16
2004-06-07update NLS string handling...rathnor1-44/+48
2004-02-28compiler and versionfluxgen1-7/+8
2004-01-12yearfluxgen1-2/+2
2004-01-11yearfluxgen1-2/+2
2004-01-11destroy fluxboxfluxgen1-2/+5
2003-12-09add window.label.active theme itemsrathnor1-2/+2
2003-10-02address some memory issues shown up with valgrindrathnor1-2/+2
2003-08-28added verbose option to enable verbose theme warningsfluxgen1-1/+4
2003-07-25make sure all menus have titles, make -version go to stdoutrathnor1-2/+2
2003-07-18add compiled-in defaults to output of fluxbox -info (thanks Matt Hope)rathnor1-2/+10
2003-07-11added TOOLBAR to infofluxgen1-1/+17
2003-07-10minor fixfluxgen1-2/+2
2003-06-12renamed i18n to I18nfluxgen1-2/+2
2003-05-16fixed -log argument and did some cleaningfluxgen1-101/+125
2003-05-07move compiled-in option reporting into -inforathnor1-27/+42
Also explicitly say which ones aren't in.
2003-05-07fixed optionsfluxgen1-72/+43
2003-04-27license updatefluxgen1-3/+3
2003-01-09included typeinfofluxgen1-1/+2
2002-12-09s/blackbox.cat/fluxbox.catfluxgen1-2/+2
2002-12-03minor fixesfluxgen1-4/+4
2002-12-02catch more exceptionsfluxgen1-28/+36
2002-12-01Indenting from tabs to emacs 4-spacerathnor1-135/+135
2002-10-13extra catchfluxgen1-9/+11
2002-08-13minor cleaningfluxgen1-23/+20
2002-04-04moved nls defines to enums in namespace FBNLSfluxgen1-14/+9
2002-03-08clean upfluxgen1-175/+108
2002-02-02Spellerror + (c) date updatepekdon1-3/+3
2002-01-11update yearfluxgen1-3/+3
2002-01-09updated copyright date and added id-tagsfluxgen1-0/+19
2001-12-11Initial revisionfluxgen1-0/+272