Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now | mathias | 6 | -120/+162 | |
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-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 | 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 | Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot se | fluxgen | 3 | -1/+30 | |
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 | 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-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-03 | typo | mathias | 1 | -1/+1 | |
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 | * leftclick on the slitclients in the clientmenu enables/disables it | mathias | 2 | -13/+59 | |
* wheel up/down move the slitclient up/down * visual cosmetic for the slitclient-menu * added "Save SlitList" - menuentry in slitclient-menu | |||||
2004-12-01 | really set the default deiconifyMode to FOLLOW | mathias | 1 | -2/+2 | |
2004-12-01 | deiconifyMode: Follow is the new/old default (as it was before deiconifyMode ↵ | mathias | 2 | -8/+8 | |
was introduced) | |||||
2004-11-30 | "fixes" http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2 | mathias | 1 | -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-30 | fix a problem with java-dialogs which dont open correct (thanx Scott Moser) | mathias | 1 | -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-30 | adds "kill" to the windowmenu | mathias | 4 | -246/+257 | |
closes #1075142 | |||||
2004-11-30 | minor issue | mathias | 1 | -7/+2 | |
2004-11-28 | fix possible segfaults in DeiconifyMode::SEMIFOLLOW and FOLLOW ... | mathias | 1 | -6/+9 | |
the raisAndFocus after the sendToWorkspace makes problems, dunno why exactly so this is still an open issue imho. | |||||
2004-11-25 | forgotten initialization of frame.y_hidden | mathias | 1 | -0/+1 | |
2004-11-24 | patch from Rob Stevens to add dragndrop-reordering of the tabs | mathias | 1 | -4/+13 | |
disable title of the windowmenu when called from titlebar | |||||
2004-11-24 | patch from Rob Stevens to add dragndrop-reordering of the tabs | mathias | 2 | -0/+113 | |
2004-11-24 | patch from Rob Stevens to add dragndrop-reordering of the tabs | mathias | 1 | -1/+1 | |
2004-11-24 | enable title of windowmenu when called from iconbar | mathias | 1 | -1/+1 | |
2004-11-24 | fix the hiding of the menu when the menufile-timestamps changed | mathias | 3 | -7/+26 | |
2004-11-24 | fix possible segfault: auto_ptr fluxbox may be 0 .. | mathias | 1 | -2/+7 | |
2004-11-22 | cosmetic (tabs -> spaces) | mathias | 1 | -8/+9 | |
fix possible memleak with XineramaQueryScreens: "Returned array should be free with XFree()" (from Xinerama.h) | |||||
2004-11-22 | ensure sane values for ResizeCmd | mathias | 1 | -7/+16 | |
2004-11-22 | do not handle configure request while iconified, fixes problem Wine with ↵ | fluxgen | 1 | -7/+8 | |
Paradise Poker client | |||||
2004-11-22 | undermouseplacement .. ensure the new window is on the screen. patch ↵ | mathias | 1 | -4/+4 | |
#1052534, close #1048000 | |||||
2004-11-20 | fix problem with iconic windows on startup | mathias | 1 | -8/+6 | |
2004-11-20 | fix segfaults on restart/exit, still issues with former iconified windows | mathias | 2 | -15/+27 | |
at startup of fluxbox should close #1067582, #1067580, #1060912 | |||||
2004-11-20 | fix for adding/removing desktops (thanx Øyvind Albrigtsen) | mathias | 1 | -2/+7 | |
2004-11-19 | fixes fontsituations when text disappears in non-antialias mode | mathias | 5 | -18/+22 | |
primary problem was to use utf8 when in fact the FontSet wasnt utf8. | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 206 | -206/+206 | |
2004-11-17 | fixed missing init for pointer in destructor .. could lead to segfaults | mathias | 1 | -2/+2 | |
2004-11-17 | needed init for font-test | mathias | 1 | -2/+4 | |
2004-11-17 | fix bug in Screen destructor, can lead to segfault at exit/restart | mathias | 1 | -1/+3 | |
2004-11-09 | the remember-menu now acts like a boolmenu, shows the current rememberstate | akir | 1 | -2/+4 | |
a bit better | |||||
2004-11-07 | fixed a problem with the snapping-windows code: | akir | 1 | -6/+11 | |
decorationless windows have a borderWidth of 0 and thus the snapping was calculated wrong. | |||||
2004-11-01 | accepted patch #1057446, improved iterator in timer-code | akir | 1 | -6/+15 | |
2004-10-31 | fix #1057499 | akir | 1 | -4/+5 | |
2004-10-28 | fix 1052095, windowmenu doesnt close when tabs are changed (closed,new ↵ | akir | 1 | -1/+7 | |
attached or dragged around) | |||||
2004-10-28 | fix for #1036982 (defaults.hh isnt distcleaned) | akir | 1 | -0/+1 | |
2004-10-25 | i forgot to remove a silly warning :) | akir | 1 | -2/+1 | |
2004-10-22 | closes bug #1039658 | akir | 1 | -4/+7 | |
" When you choose a transparency of less than 255 for a unfocused window, the window title f the unfocused window will not be transparent. Only the buttons will." |