aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Move declarations of Resource enums to a separate filePavel Labath1-6/+3
2011-11-01Attach modifiedSig handlers to the session.screenX.tab.width resourcePavel Labath1-1/+1
2011-11-01Attach modifiedSig handlers to the session.screenX.tab.placement resourcePavel Labath1-4/+6
2011-11-01Attach modifiedSig handlers to the session.screenX.tabs.intitlebar resourcePavel Labath1-1/+1
2011-11-01Attach modifiedSig handlers to the session.screenX.tabs.usePixmap resourcePavel Labath1-1/+1
2011-11-01Attach modifiedSig handlers to the session.screenX.windowMenu resourcePavel Labath1-1/+0
2011-11-01Attach modifiedSig handlers to the session.screenX.defaultDeco resourcePavel Labath1-1/+1
2011-11-01Add RangeTraits class which automatically clamps the value of resourcesPavel Labath1-2/+3
2011-11-01Enable the resource traits classes to hold non-static membersPavel Labath1-3/+1
2011-11-01Store menus if smart pointers (RefCount)Pavel Labath1-13/+11
2011-11-01Make session.screenX.workspace_names a real FbTk::ResourcePavel Labath1-3/+8
2011-11-01Replace ResourceManager with the lua versionPavel Labath1-9/+7
2011-11-01Simplify FbTk::Resource template classPavel Labath1-11/+11
2011-05-10Remove all trace of Observers and SubjectsPavel Labath1-2/+0
2011-05-10Convert Screen::reconfigureSig to FbTk::SignalPavel Labath1-15/+2
2011-05-10Last round of simplification of Signal/Slot classesPavel Labath1-3/+3
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-6/+3
2011-04-25bugfix: do not warp workspaces with only one workspaceMathias Gumz1-1/+1
2011-03-23removed useless codeMathias Gumz1-6/+2
2011-03-19prepare BScreen::XineramaHeadInfo to be 'RectangleLike'Mathias Gumz1-1/+5
2011-03-18compile fix for clang, forward declaration of FocusControl was not enoughMathias Gumz1-1/+2
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
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
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
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