aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-21show fbrun after moving to the right positionmathias1-1/+2
2004-12-21nls entry for remember->onheadmathias1-0/+1
2004-12-21* added new command:mathias6-57/+119
sethead <int> which sets the current window to head<int> * added remembering of the head to apps-file: [Head] {<int>}
2004-12-21added url for gnome-hintsmathias1-0/+1
2004-12-18updated changesmathias1-0/+3
2004-12-18fix segfaulting when new text is smaller than the oldtext,mathias1-0/+1
m_start_pos has to be 0 before calculating anything else.
2004-12-18updated changesmathias1-0/+5
2004-12-18* moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now mathias7-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-18cosmetic, double #include of the same headermathias1-1/+0
2004-12-17called the wrong 'update' function for the sendtomenumathias1-1/+1
2004-12-17updatefluxgen1-9/+0
2004-12-16the version-stuff has to be done differently .. back to oldmathias1-1/+1
2004-12-16minor typomathias1-1/+1
2004-12-16configure.in carries now the reviosion number for fluxbox -version etc.mathias1-1/+1
this version number should be changed to a normal release number once a new release is tagged.
2004-12-15updated changesmathias1-0/+2
2004-12-14updated ru_RU translationsmathias1-2/+2
2004-12-13updatefluxgen1-0/+1
2004-12-13update from grubertfluxgen1-144/+96
2004-12-13updated changesmathias1-0/+5
2004-12-13icc complaint about a "possible" conflict between themathias19-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-13added vi_VN (vietnamese) translations, thanx Phan Vinh Thinh)mathias5-1/+256
2004-12-13updated changesmathias1-0/+3
2004-12-13applied patch from Rob Stevens:mathias3-20/+158
fixes dragNdrop ordering of tabs so next/prevtab are not confused -> modification of m_clientlist
2004-12-10updatefluxgen1-2/+11
2004-12-10Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot sefluxgen3-1/+30
2004-12-10updated changesmathias1-1/+9
2004-12-10fix #1080323, a missing headermathias1-0/+2
2004-12-10maximizing a shaded window should unshade it before .. the user WANTS to seemathias1-0/+3
it. closed #1082671
2004-12-10closes #1081200mathias1-30/+33
added some ideas from the gentoo's ebuild (thanx ciaranm) minor cosmetic updates
2004-12-10added support for hsetroot (http://thegraveyard.org/hsetroot.php)mathias1-1/+8
to fbsetbg
2004-12-10updated changesmathias1-0/+6
2004-12-10changing the timeformat of the clocktool is done via the editdialog which mathias1-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-08update date and version at bot of manpagesimonb1-1/+1
2004-12-08Update a few things in the manpage, especially the apps file section.simonb1-66/+140
2004-12-07minor cosmetic issueRelease-0_9_11mathias1-3/+1
2004-12-06grrr .. future code commited, sorry about thatmathias1-3/+3
2004-12-06fixed issue with clientUp/Down in SlitClientMenumathias1-7/+20
2004-12-06updatefluxgen1-88/+66
2004-12-06version bumpfluxgen1-1/+1
2004-12-03typomathias1-1/+1
2004-12-02updated changesmathias1-2/+3
2004-12-02added middle/rightclick on slitclient-menu-items to move the client up/down ↵mathias1-2/+2
in the slit
2004-12-02former updates of the fluxbox-nls.hh were done with the automated tool ..mathias1-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-02updated changesmathias1-0/+6
2004-12-02* leftclick on the slitclients in the clientmenu enables/disables itmathias3-15/+62
* wheel up/down move the slitclient up/down * visual cosmetic for the slitclient-menu * added "Save SlitList" - menuentry in slitclient-menu
2004-12-01really set the default deiconifyMode to FOLLOWmathias1-2/+2
2004-12-01deiconifyMode: Follow is the new/old default (as it was before deiconifyMode ↵mathias2-8/+8
was introduced)
2004-12-01updated nls filemathias1-54/+55
2004-11-30updated changesmathias1-0/+5
2004-11-30context needs a "window", not the "screen", thanx Rob Stevens for reportingmathias1-2/+2