index
:
fluxbox_pavel.git
fixes
master
on-1.3.4
Pavel's repository
Pavel Labath
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Screen.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-18
Automatically save init file when a resource is modified
Pavel Labath
1
-34/+23
2013-02-18
Rename new config files to <foo>.lua
Pavel Labath
1
-1/+1
2013-02-18
Attach modifiedSig handlers to the session.screenX.tab.width resource
Pavel Labath
1
-8/+1
2013-02-18
Attach modifiedSig handlers to the session.screenX.tab.placement resource
Pavel Labath
1
-3/+3
2013-02-18
Attach modifiedSig handlers to the session.screenX.tabs.intitlebar resource
Pavel Labath
1
-1/+1
2013-02-18
Attach modifiedSig handlers to the session.screenX.tooltipDelay resource
Pavel Labath
1
-0/+3
2013-02-18
Attach modifiedSig handlers to session.screenX.menu{Delay,Alpha} resources
Pavel Labath
1
-4/+4
2013-02-18
Attach modifiedSig handlers to session.screenX.(un)focusedAlpha resources
Pavel Labath
1
-2/+6
2013-02-18
Attach modifiedSig handlers to the session.screenX.windowMenu resource
Pavel Labath
1
-11/+4
2013-02-18
Attach a modifiedSig handler to the session.cacheMax resource
Pavel Labath
1
-1/+3
2013-02-18
Attach a modifiedSig handler to the session.cacheLife resource
Pavel Labath
1
-1/+3
2013-02-17
Attach a modifiedSig handler to the session.menuFile resource
Pavel Labath
1
-5/+5
2013-02-17
Attach a modifiedSig handler to the session.styleFile resource
Pavel Labath
1
-5/+0
2013-02-17
Emit the "modified" signal when a resource value is changed through C++ code
Pavel Labath
1
-2/+3
2013-02-17
Add RangeTraits class which automatically clamps the value of resources
Pavel Labath
1
-12/+2
2013-02-17
Enable the resource traits classes to hold non-static members
Pavel Labath
1
-3/+2
2013-02-17
Add missing translation entries
Pavel Labath
1
-1/+3
2013-02-17
use Lua::registerInitFunction to simplify some parts of code
Pavel Labath
1
-1/+1
2013-02-17
Fix a bug in the default root menu
Pavel Labath
1
-4/+8
2013-02-17
Catch and report errors during the creation of menus
Pavel Labath
1
-9/+18
2013-02-17
Store menus if smart pointers (RefCount)
Pavel Labath
1
-47/+16
2013-02-17
CustomMenu command now shows lua menus
Pavel Labath
1
-2/+2
2013-02-17
Convert windowmenu to lua
Pavel Labath
1
-17/+20
2013-02-17
A veeeery rough implementation of lua menu parsers
Pavel Labath
1
-1/+6
2013-02-17
Convert slitlist from a separate file to a regular lua resource
Pavel Labath
1
-2/+1
2013-02-17
Make session.screenX.workspace_names a real FbTk::Resource
Pavel Labath
1
-20/+19
2013-02-16
Replace ResourceManager with the lua version
Pavel Labath
1
-39/+33
2013-02-16
Simplify FbTk::Resource template class
Pavel Labath
1
-51/+17
2013-02-16
Specializations of FbTk::Resource<X>::{setFromLua,pushToLua}
Pavel Labath
1
-0/+14
2013-01-31
Adds 'ClientPatternTest' command
Mathias Gumz
1
-28/+38
2013-01-10
Optional removal of SystemTray tool
Mathias Gumz
1
-1/+3
2012-12-12
Fix build regression: enable XRANDR support by default
Mathias Gumz
1
-11/+18
2012-12-05
Simplified 'configure' / build system
Mathias Gumz
1
-10/+10
2012-11-20
Added option for focus revert to stay on current head
Hendrik Iben
1
-0/+11
2012-04-06
Allow percentage values for some Window commands
Lajos Koszti
1
-0/+49
2012-01-04
Pre-increment non-primitive types.
Ryan Pavlik
1
-2/+2
2012-01-04
Exceptions should be caught by reference.
Ryan Pavlik
1
-1/+1
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
[next]