aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-2/+2
2010-09-09removed dead codeMathias Gumz1-3/+0
2010-09-08introduced FbTk::BidiStringMathias Gumz1-1/+1
a 'BidiString' holds both the logical content and the visual reordered version of the content of a string. this helps to reduce the number of calls to reorder the string before drawing it (as introduced in the patch from Ken Bloom) and to be more consistent in menus and textboxes (drawing cursors and underlining text).
2008-10-13merge menuDelay and menuDelayClose optionsMark Tiefenbruck1-1/+1
2008-10-05remove menu modesMark Tiefenbruck1-1/+0
2008-10-05remove follow modelsMark Tiefenbruck1-12/+0
2008-10-05remove line style resources from init fileMark Tiefenbruck1-5/+0
2008-10-05remove rootcommand from init fileMark Tiefenbruck1-1/+0
2008-09-28Changed resize signal in BScreen to use the new signal systemHenrik Kinnunen1-4/+4
2008-09-28Changed workspace area signal to use the new signal systemHenrik Kinnunen1-2/+2
2008-09-28Merge branch 'master' of fluxbox@git.fluxbox.org:fluxboxHenrik Kinnunen1-1/+2
Conflicts: ChangeLog
2008-09-28Change focused signal to use the new signal systemHenrik Kinnunen1-2/+2
2008-09-28don't let KeyRelease events propagate to windowsMark Tiefenbruck1-1/+2
2008-09-21Changed icon list signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+2
2008-09-21Changed client list signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+2
2008-09-21Changed background changed signal in BScreen to use the new signal systemHenrik Kinnunen1-10/+10
2008-09-21Changed workspace names signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+4
2008-09-21Changed current workspace signal in BScreen to use the new signal systemHenrik Kinnunen1-2/+2
2008-09-18Changed workspace count signal in BScreen to use the new signal system.Henrik Kinnunen1-2/+3
2008-09-11fix some default valuesMark Tiefenbruck1-5/+0
2008-09-08update workspace names atoms/resources when adding a new workspaceMark Tiefenbruck1-2/+0
also removed unnecessary items from default init file
2008-08-27remove option to disable decorations on transient windowsMark Tiefenbruck1-3/+1
2008-08-15move some frame size calculations to FbWinFrameMark Tiefenbruck1-1/+1
2008-06-26remove dithering codeMark Tiefenbruck1-2/+1
2008-06-20move default window menu to ~/.fluxbox/windowmenuMark Tiefenbruck1-1/+1
2008-05-12refactor menu reloading, added FbTk::AutoReloadHelperMark Tiefenbruck1-13/+14
2008-05-11more useless codeMark Tiefenbruck1-4/+0
2008-05-09Fixed so tooltip window in the iconbar when the title changes.Henrik Kinnunen1-3/+10
2008-05-05add tooltips for iconbar buttons when title is too long to fitMatteo Galiazzo1-2/+7
2008-02-10removed gotoHenrik Kinnunen1-0/+3
2008-01-27Move windows out of inactive heads upon layout change.Tomas Janousek1-0/+1
Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-01-27Reload the Xinerama layout on RandR signal.Tomas Janousek1-1/+1
The m_head_areas became a vector, because we need to dynamically change its size. The functions manipulating struts (which refer to a particular head) now check whether the head still exists. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-01-19move position and geometry windows into their own classMark Tiefenbruck1-4/+4
2008-01-12move some stuff from Fluxbox to BScreenMark Tiefenbruck1-0/+2
2008-01-08split WinButtonTheme into multiple themesMark Tiefenbruck1-3/+9
2008-01-07switch FbWinFrameTheme to use FocusableThemeMark Tiefenbruck1-3/+7
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-10/+10
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-2/+0
2007-12-29'inline' in class declaration is implicitly inlineMathias Gumz1-41/+41
2007-12-28merge MenuTheme with FbTk::MenuThemeMark Tiefenbruck1-4/+4
2007-12-11only allow one open menu at a timemarkt1-6/+0
2007-11-12a little fix for focusing lowered tabs on other workspacesmarkt1-1/+1
2007-11-12allow arbitrary window patterns in iconbarmarkt1-0/+3
2007-10-24introduced workspacename for ClientPattern, and some miscellaneous cleanupmarkt1-16/+5
2007-10-23allow remembering minimized, maximized, and fullscreen statemarkt1-3/+0
2007-10-22replaced ModKey with new key commands StartMoving and StartResizingmarkt1-11/+0
2007-10-13merged changes from pre-develmarkt1-30/+24
2007-07-07save workspace names, and some fixes for menu behaviormarkt1-0/+2
2007-07-03some security fixes for fluxbox-remote, and a minor change for the gvim fixmarkt1-0/+2