index
:
fluxbox_paul.git
doc-fixes
fbautostart
fbcompose-integration
fluxbox-gsoc-2011-integration
fluxbox-lua-integration
fluxbox-lua-integration-latest
master
single-shot
Paul Tag's repository
Paul Tag
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Screen.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
Move declarations of Resource enums to a separate file
Pavel Labath
1
-59/+28
2011-11-01
Add new translations to the C locale and fluxbox-nls.hh
Pavel Labath
1
-1/+3
2011-11-01
Automatically save init file when a resource is modified
Pavel Labath
1
-31/+21
2011-11-01
Rename new config files to <foo>.lua
Pavel Labath
1
-1/+1
2011-11-01
Attach modifiedSig handlers to the session.screenX.tab.width resource
Pavel Labath
1
-8/+1
2011-11-01
Attach modifiedSig handlers to the session.screenX.tab.placement resource
Pavel Labath
1
-3/+3
2011-11-01
Attach modifiedSig handlers to the session.screenX.tabs.intitlebar resource
Pavel Labath
1
-1/+1
2011-11-01
Attach modifiedSig handlers to the session.screenX.tooltipDelay resource
Pavel Labath
1
-0/+3
2011-11-01
Attach modifiedSig handlers to session.screenX.menu{Delay,Alpha} resources
Pavel Labath
1
-4/+4
2011-11-01
Attach modifiedSig handlers to session.screenX.(un)focusedAlpha resources
Pavel Labath
1
-2/+6
2011-11-01
Attach modifiedSig handlers to the session.screenX.windowMenu resource
Pavel Labath
1
-11/+4
2011-11-01
Attach a modifiedSig handler to the session.cacheMax resource
Pavel Labath
1
-1/+3
2011-11-01
Attach a modifiedSig handler to the session.cacheLife resource
Pavel Labath
1
-1/+3
2011-11-01
Attach a modifiedSig handler to the session.menuFile resource
Pavel Labath
1
-5/+5
2011-11-01
Attach a modifiedSig handler to the session.styleFile resource
Pavel Labath
1
-5/+0
2011-11-01
Emit the "modified" signal when a resource value is changed through C++ code
Pavel Labath
1
-2/+3
2011-11-01
Add RangeTraits class which automatically clamps the value of resources
Pavel Labath
1
-12/+2
2011-11-01
Enable the resource traits classes to hold non-static members
Pavel Labath
1
-3/+2
2011-11-01
use Lua::registerInitFunction to simplify some parts of code
Pavel Labath
1
-1/+1
2011-11-01
Fix a bug in the default root menu
Pavel Labath
1
-4/+8
2011-11-01
Catch and report errors during the creation of menus
Pavel Labath
1
-9/+18
2011-11-01
Store menus if smart pointers (RefCount)
Pavel Labath
1
-47/+16
2011-11-01
CustomMenu command now shows lua menus
Pavel Labath
1
-2/+2
2011-11-01
Convert windowmenu to lua
Pavel Labath
1
-17/+20
2011-11-01
A veeeery rough implementation of lua menu parsers
Pavel Labath
1
-1/+6
2011-11-01
Convert slitlist from a separate file to a regular lua resource
Pavel Labath
1
-2/+1
2011-11-01
Make session.screenX.workspace_names a real FbTk::Resource
Pavel Labath
1
-20/+19
2011-11-01
Replace ResourceManager with the lua version
Pavel Labath
1
-39/+33
2011-11-01
Simplify FbTk::Resource template class
Pavel Labath
1
-50/+16
2011-11-01
Specializations of FbTk::Resource<X>::{setFromLua,pushToLua}
Pavel Labath
1
-0/+14
2011-09-14
Remove obsolete code
Pavel Labath
1
-8/+0
2011-09-14
Fix a small bug in BScreen constructor
Pavel Labath
1
-1/+1
2011-05-10
Convert Screen::reconfigureSig to FbTk::Signal
Pavel Labath
1
-3/+1
2011-05-10
Convert FbTk::Theme::reconfigSig and friends to the new Signal system
Pavel Labath
1
-5/+3
2011-05-08
Can check CARDINAL properties in CLIENT PATTERNS
nacitar sevaht
1
-6/+5
2011-04-14
bugfix: use 'unsigned long' to feed XChangeProperty, closes #3285968
David Coppa
1
-1/+1
2011-03-23
compile fix: arguments must match declaration
Mathias Gumz
1
-4/+4
2011-03-23
compile fix: sunCC 5.11 (sunstudio 12) compiles and links again
Mathias Gumz
1
-4/+4
2011-03-19
delete config menu first at shutdown
Henrik Kinnunen
1
-3/+11
2011-03-19
bugfix: reposition windows only if they are invisible
Mathias Gumz
1
-4/+19
2011-03-19
code deduplication: use RectangleUtil::insideBorder()
Mathias Gumz
1
-4/+1
2011-03-19
prepare BScreen::XineramaHeadInfo to be 'RectangleLike'
Mathias Gumz
1
-9/+10
2011-02-24
cache result of getWorkspace()
Mathias Gumz
1
-2/+3
2011-02-23
renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem
Mathias Gumz
1
-2/+2
2011-01-15
small refactoring of FbTk/Menu code
Mathias Gumz
1
-1/+1
2011-01-13
compile fix: missing symbol (SystemTray::getNetSystemTray()) when configured ...
Mathias Gumz
1
-1/+4
2010-09-18
recovered lost change from 041d586972db4da170123f5468d7b11d4eda8ae5
Mathias Gumz
1
-96/+65
2010-09-17
missing initializations
Mathias Gumz
1
-0/+1
2010-09-17
moved commandline parsing to its own function
Mathias Gumz
1
-66/+96
2010-09-17
code simplification by reducing if-else hell
Mathias Gumz
1
-96/+66
[next]