Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-24 | fix the no-writing-history issue for fbrun | mathias | 1 | -12/+19 | |
2004-12-21 | updated changes | mathias | 1 | -0/+15 | |
2004-12-21 | adds imlib2-support to fluxbox: allows us to load several imageformats | mathias | 14 | -117/+532 | |
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 | updated changes | mathias | 1 | -0/+8 | |
2004-12-21 | fix a problem with enabling/disabling fullscreen-mode in gtk2-apps | mathias | 4 | -49/+196 | |
* synchronize _NET_WM_STATE in Ewmh.cc * added FluxboxWindow::setFullscreen(bool) to Window.cc furthermore, if a window is in fullscreenmode any existing shape is disabled (looks pretty annoying in mplayer for example) | |||||
2004-12-21 | added deleteProperty to FbWindow | mathias | 2 | -36/+42 | |
2004-12-21 | show fbrun after moving to the right position | mathias | 1 | -1/+2 | |
2004-12-21 | nls entry for remember->onhead | mathias | 1 | -0/+1 | |
2004-12-21 | * added new command: | mathias | 6 | -57/+119 | |
sethead <int> which sets the current window to head<int> * added remembering of the head to apps-file: [Head] {<int>} | |||||
2004-12-21 | added url for gnome-hints | mathias | 1 | -0/+1 | |
2004-12-18 | updated changes | mathias | 1 | -0/+3 | |
2004-12-18 | fix segfaulting when new text is smaller than the oldtext, | mathias | 1 | -0/+1 | |
m_start_pos has to be 0 before calculating anything else. | |||||
2004-12-18 | updated changes | mathias | 1 | -0/+5 | |
2004-12-18 | * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now | mathias | 7 | -127/+169 | |
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 | cosmetic, double #include of the same header | mathias | 1 | -1/+0 | |
2004-12-17 | called the wrong 'update' function for the sendtomenu | mathias | 1 | -1/+1 | |
2004-12-17 | update | fluxgen | 1 | -9/+0 | |
2004-12-16 | the version-stuff has to be done differently .. back to old | mathias | 1 | -1/+1 | |
2004-12-16 | minor typo | mathias | 1 | -1/+1 | |
2004-12-16 | configure.in carries now the reviosion number for fluxbox -version etc. | mathias | 1 | -1/+1 | |
this version number should be changed to a normal release number once a new release is tagged. | |||||
2004-12-15 | updated changes | mathias | 1 | -0/+2 | |
2004-12-14 | updated ru_RU translations | mathias | 1 | -2/+2 | |
2004-12-13 | update | fluxgen | 1 | -0/+1 | |
2004-12-13 | update from grubert | fluxgen | 1 | -144/+96 | |
2004-12-13 | updated changes | mathias | 1 | -0/+5 | |
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 19 | -41/+45 | |
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index) to avoid this, we rename FbTk::Menu::update(int index) -> FbTk::Menu::updateMenu(int index) this is mostly cosmetic, but if it makes the life of a compiler happy, well .. be happy icc :) | |||||
2004-12-13 | added vi_VN (vietnamese) translations, thanx Phan Vinh Thinh) | mathias | 5 | -1/+256 | |
2004-12-13 | updated changes | mathias | 1 | -0/+3 | |
2004-12-13 | applied patch from Rob Stevens: | mathias | 3 | -20/+158 | |
fixes dragNdrop ordering of tabs so next/prevtab are not confused -> modification of m_clientlist | |||||
2004-12-10 | update | fluxgen | 1 | -2/+11 | |
2004-12-10 | Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot se | fluxgen | 3 | -1/+30 | |
2004-12-10 | updated changes | mathias | 1 | -1/+9 | |
2004-12-10 | fix #1080323, a missing header | mathias | 1 | -0/+2 | |
2004-12-10 | maximizing a shaded window should unshade it before .. the user WANTS to see | mathias | 1 | -0/+3 | |
it. closed #1082671 | |||||
2004-12-10 | closes #1081200 | mathias | 1 | -30/+33 | |
added some ideas from the gentoo's ebuild (thanx ciaranm) minor cosmetic updates | |||||
2004-12-10 | added support for hsetroot (http://thegraveyard.org/hsetroot.php) | mathias | 1 | -1/+8 | |
to fbsetbg | |||||
2004-12-10 | updated changes | mathias | 1 | -0/+6 | |
2004-12-10 | changing the timeformat of the clocktool is done via the editdialog which | mathias | 1 | -1/+3 | |
causes a reconfigure .. which causes a loop over all toolbaritems and call updateSizing() .. where we should check, if a new timeformat makes the clock bigger or smaller... closes #1026096 | |||||
2004-12-08 | update date and version at bot of manpage | simonb | 1 | -1/+1 | |
2004-12-08 | Update a few things in the manpage, especially the apps file section. | simonb | 1 | -66/+140 | |
2004-12-07 | minor cosmetic issue | mathias | 1 | -3/+1 | |
2004-12-06 | grrr .. future code commited, sorry about that | mathias | 1 | -3/+3 | |
2004-12-06 | fixed issue with clientUp/Down in SlitClientMenu | mathias | 1 | -7/+20 | |
2004-12-06 | update | fluxgen | 1 | -88/+66 | |
2004-12-06 | version bump | fluxgen | 1 | -1/+1 | |
2004-12-03 | typo | mathias | 1 | -1/+1 | |
2004-12-02 | updated changes | mathias | 1 | -2/+3 | |
2004-12-02 | added middle/rightclick on slitclient-menu-items to move the client up/down ↵ | mathias | 1 | -2/+2 | |
in the slit | |||||
2004-12-02 | former updates of the fluxbox-nls.hh were done with the automated tool .. | mathias | 1 | -58/+58 | |
which leads to problems. this is now handmodified and should lead to right translations... i really really need to work on the nls-tool thats in my mind for too long now. | |||||
2004-12-02 | updated changes | mathias | 1 | -0/+6 | |