aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Move declarations of Resource enums to a separate filePavel Labath1-59/+28
2011-11-01Add new translations to the C locale and fluxbox-nls.hhPavel Labath1-1/+3
2011-11-01Automatically save init file when a resource is modifiedPavel Labath1-31/+21
2011-11-01Rename new config files to <foo>.luaPavel Labath1-1/+1
2011-11-01Attach modifiedSig handlers to the session.screenX.tab.width resourcePavel Labath1-8/+1
2011-11-01Attach modifiedSig handlers to the session.screenX.tab.placement resourcePavel Labath1-3/+3
2011-11-01Attach modifiedSig handlers to the session.screenX.tabs.intitlebar resourcePavel Labath1-1/+1
2011-11-01Attach modifiedSig handlers to the session.screenX.tooltipDelay resourcePavel Labath1-0/+3
2011-11-01Attach modifiedSig handlers to session.screenX.menu{Delay,Alpha} resourcesPavel Labath1-4/+4
2011-11-01Attach modifiedSig handlers to session.screenX.(un)focusedAlpha resourcesPavel Labath1-2/+6
2011-11-01Attach modifiedSig handlers to the session.screenX.windowMenu resourcePavel Labath1-11/+4
2011-11-01Attach a modifiedSig handler to the session.cacheMax resourcePavel Labath1-1/+3
2011-11-01Attach a modifiedSig handler to the session.cacheLife resourcePavel Labath1-1/+3
2011-11-01Attach a modifiedSig handler to the session.menuFile resourcePavel Labath1-5/+5
2011-11-01Attach a modifiedSig handler to the session.styleFile resourcePavel Labath1-5/+0
2011-11-01Emit the "modified" signal when a resource value is changed through C++ codePavel Labath1-2/+3
2011-11-01Add RangeTraits class which automatically clamps the value of resourcesPavel Labath1-12/+2
2011-11-01Enable the resource traits classes to hold non-static membersPavel Labath1-3/+2
2011-11-01use Lua::registerInitFunction to simplify some parts of codePavel Labath1-1/+1
2011-11-01Fix a bug in the default root menuPavel Labath1-4/+8
2011-11-01Catch and report errors during the creation of menusPavel Labath1-9/+18
2011-11-01Store menus if smart pointers (RefCount)Pavel Labath1-47/+16
2011-11-01CustomMenu command now shows lua menusPavel Labath1-2/+2
2011-11-01Convert windowmenu to luaPavel Labath1-17/+20
2011-11-01A veeeery rough implementation of lua menu parsersPavel Labath1-1/+6
2011-11-01Convert slitlist from a separate file to a regular lua resourcePavel Labath1-2/+1
2011-11-01Make session.screenX.workspace_names a real FbTk::ResourcePavel Labath1-20/+19
2011-11-01Replace ResourceManager with the lua versionPavel Labath1-39/+33
2011-11-01Simplify FbTk::Resource template classPavel Labath1-50/+16
2011-11-01Specializations of FbTk::Resource<X>::{setFromLua,pushToLua}Pavel Labath1-0/+14
2011-09-14Remove obsolete codePavel Labath1-8/+0
2011-09-14Fix a small bug in BScreen constructorPavel Labath1-1/+1
2011-05-10Convert Screen::reconfigureSig to FbTk::SignalPavel Labath1-3/+1
2011-05-10Convert FbTk::Theme::reconfigSig and friends to the new Signal systemPavel Labath1-5/+3
2011-05-08Can check CARDINAL properties in CLIENT PATTERNSnacitar sevaht1-6/+5
2011-04-14bugfix: use 'unsigned long' to feed XChangeProperty, closes #3285968David Coppa1-1/+1
2011-03-23compile fix: arguments must match declarationMathias Gumz1-4/+4
2011-03-23compile fix: sunCC 5.11 (sunstudio 12) compiles and links againMathias Gumz1-4/+4
2011-03-19delete config menu first at shutdownHenrik Kinnunen1-3/+11
2011-03-19bugfix: reposition windows only if they are invisibleMathias Gumz1-4/+19
2011-03-19code deduplication: use RectangleUtil::insideBorder()Mathias Gumz1-4/+1
2011-03-19prepare BScreen::XineramaHeadInfo to be 'RectangleLike'Mathias Gumz1-9/+10
2011-02-24cache result of getWorkspace()Mathias Gumz1-2/+3
2011-02-23renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItemMathias Gumz1-2/+2
2011-01-15small refactoring of FbTk/Menu codeMathias Gumz1-1/+1
2011-01-13compile fix: missing symbol (SystemTray::getNetSystemTray()) when configured ...Mathias Gumz1-1/+4
2010-09-18recovered lost change from 041d586972db4da170123f5468d7b11d4eda8ae5Mathias Gumz1-96/+65
2010-09-17missing initializationsMathias Gumz1-0/+1
2010-09-17moved commandline parsing to its own functionMathias Gumz1-66/+96
2010-09-17code simplification by reducing if-else hellMathias Gumz1-96/+66