aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2004-11-30"fixes" http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2mathias1-1/+11
and all related bugreports elsewhere. "fixes" because i think the real problem is in xft somewhere somehow, but i dont have any prove (yet). thanx to Rob Stevens for informing us about that problem.
2004-11-30updated changesmathias1-0/+3
2004-11-30fix a problem with java-dialogs which dont open correct (thanx Scott Moser)mathias1-2/+2
furthermore, and this is really interesting, this seems to fix also the bug widely known as g.o.d - the grab of death. the g.o.d seems to freeze fluxbox but let the mouse still be moving and no high-cpuload can be seen. the (un)lucky can force the g.o.d by clicking like a weirdo and pressing keys like crazy and then maybe it will happen. we are not quite sure WHY exactly this happens but as it seems: XSync(true) caused the trouble. we still keep watching this issue but hopefully noone experiences bad "freezes" anymore. (/me crosses fingers)
2004-11-30updated changesmathias1-0/+2
2004-11-30updated docs from curt micolmathias1-219/+270
2004-11-30updated changesmathias1-0/+4
2004-11-30adds "kill" to the windowmenumathias4-246/+257
closes #1075142
2004-11-30minor issuemathias1-7/+2
2004-11-28updated changesmathias1-0/+3
2004-11-28fix possible segfaults in DeiconifyMode::SEMIFOLLOW and FOLLOW ...mathias1-6/+9
the raisAndFocus after the sendToWorkspace makes problems, dunno why exactly so this is still an open issue imho.
2004-11-25updated changesmathias1-0/+2
2004-11-25forgotten initialization of frame.y_hiddenmathias1-0/+1
2004-11-24updated changesmathias1-0/+3
2004-11-24patch from Rob Stevens to add dragndrop-reordering of the tabsmathias1-4/+13
disable title of the windowmenu when called from titlebar
2004-11-24patch from Rob Stevens to add dragndrop-reordering of the tabsmathias2-0/+113
2004-11-24patch from Rob Stevens to add dragndrop-reordering of the tabsmathias1-1/+1
2004-11-24enable title of windowmenu when called from iconbarmathias1-1/+1
2004-11-24updated changesmathias1-0/+2
2004-11-24fix the hiding of the menu when the menufile-timestamps changedmathias3-7/+26
2004-11-24updated changesmathias1-0/+3
2004-11-24fix possible segfault: auto_ptr fluxbox may be 0 ..mathias1-2/+7
2004-11-23update of copyright and version number of fbrunmathias1-1/+1
2004-11-22updated changesmathias1-0/+4
2004-11-22dont overlap with screenbordermathias1-4/+44
added xinerama-support
2004-11-22cosmetic (tabs -> spaces)mathias1-8/+9
fix possible memleak with XineramaQueryScreens: "Returned array should be free with XFree()" (from Xinerama.h)
2004-11-22ensure sane values for ResizeCmdmathias1-7/+16
2004-11-22updatefluxgen1-0/+4
2004-11-22do not handle configure request while iconified, fixes problem Wine with ↵fluxgen1-7/+8
Paradise Poker client
2004-11-22updated changesmathias1-0/+3
2004-11-22undermouseplacement .. ensure the new window is on the screen. patch ↵mathias1-4/+4
#1052534, close #1048000
2004-11-20update changesmathias1-1/+2
2004-11-20fix problem with iconic windows on startupmathias1-8/+6
2004-11-20updated changesmathias1-0/+3
2004-11-20fix segfaults on restart/exit, still issues with former iconified windowsmathias2-15/+27
at startup of fluxbox should close #1067582, #1067580, #1060912