all repos — fluxbox @ 186ebd58707a1850abfaccecd41b02c9a5f6cf91

custom fork of the fluxbox windowmanager

little cleanup
markt markt
commit

186ebd58707a1850abfaccecd41b02c9a5f6cf91

parent

a53dabd36a1922fd2ce1371596690700e34d03f9

3 files changed, 1 insertions(+), 6 deletions(-)

jump to
M ChangeLogChangeLog

@@ -22,8 +22,7 @@ *07/01/06:

* Updated nb_NO translations (thanks emptydoor at users dot sf dot net) nls/nb_NO/Translation.m * Changing session.forcePseudotransparency no longer requires restart, - also a little code cleanup in FbTk/Transparent.cc/hh - (Mark) + also a little code cleanup in FbTk/Transparent.cc/hh (Mark) Slit.cc Menu.cc Toolbar.cc FbWinFrame.cc fluxbox.cc * Move triangle drawing into a generic function in FbDrawable (Simon) Make submenu triangles in MenuItems proportional to the icon size

@@ -99,7 +98,6 @@ Toolbar.cc

*06/12/28: * Don't add 2 pixels to a specified toolbar height, bug #1528646 (Mark) Toolbar.cc -*06/12/28: * Allow focus to revert to stuck windows (Mark) FocusControl.cc *06/12/27:
M src/IconButton.ccsrc/IconButton.cc

@@ -255,7 +255,6 @@

FbTk::translateCoords(orientation(), iconx, icony, w, h); FbTk::translatePosition(orientation(), iconx, icony, neww, newh, 0); - neww = newh; m_icon_window.moveResize(iconx, icony, neww, newh); m_icon_pixmap.copy(m_win.iconPixmap().drawable(), DefaultDepth(display, screen), screen);
M src/IconbarTool.ccsrc/IconbarTool.cc

@@ -559,8 +559,6 @@ if (remove_all)

deleteIcons(); // ok, we got some signal that we need to update our iconbar container - if (mode() == NONE) - return; updateList(); // unlock container and update graphics