aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
AgeCommit message (Collapse)AuthorFilesLines
2008-01-28Merge branch 'xinerama_randr'Tomas Janousek1-6/+9
2008-01-28minor correction of include namesMathias Gumz1-2/+2
2008-01-27Move dockapps to (-100,-100) instead of (screenw + 10, screenh + 10).Tomas Janousek1-2/+1
The windows used to appear when one xrandr'ed to a bigger resolution. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-01-27"On head" menu -- reloading and refreshing bugfix.Tomas Janousek1-4/+8
We should reload the contents of this menu on Xinerama layout change. I switched it from FbMenu to ToggleMenu, because the selected head wasn't being updated properly. Signed-off-by: Tomas Janousek <tomi@nomi.cz>
2008-01-11make FbTk::Command a template class, split parsing information out of ↵Mark Tiefenbruck1-15/+15
ObjectRegistry
2008-01-05update code to use ThemeProxyMark Tiefenbruck1-6/+6
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-7/+6
2007-12-27architecture astronomyMark Tiefenbruck1-7/+7
2007-12-25removed KDE configure optionMark Tiefenbruck1-11/+4
2007-12-25added resource session.screen<N>.slit.acceptKdeDockappsMark Tiefenbruck1-0/+5
2007-12-18holding control will now keep the menu openMark Tiefenbruck1-7/+9
2007-10-13merged changes from pre-develmarkt1-9/+0
2007-07-03fix updating of systemtray and kde dockapps in slit on background changemarkt1-0/+8
added fluxbox-remote.cc
2007-06-29updates for compiling with gcc 4.3markt1-0/+5
2007-06-03open slit menu properly wrt xineramamarkt1-17/+16
2007-04-20fix slit onhead with BOTTOMLEFT placement, patch from Tomas Janousek <tomi ↵mathias1-1/+1
at nomi dot cz>
2007-02-17an empty slit without autoHide but with clients in the slitlist file still ↵markt1-5/+4
created a strut
2007-01-07fix intrinsic problem with refcountsimonb1-3/+3
adjust slit menus to deconstruct properly
2007-01-07per-window transparency, including apps and menu support, plus some simonb1-1/+1
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net
2007-01-06make "force pseudotransparency" menu item work immediatelymarkt1-0/+3
2006-11-12removed duplicate headers, patch from Slava Semushin aka php-coderfluxgen1-3/+0
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias1-80/+92
uses only those things from "namespace std" what we really need.
2006-07-06dont use a strut if slit is emptyfluxgen1-1/+3
2006-07-01more dead functionsmarkt1-11/+0
2006-06-27Fix slit menu so it closes when you press escapemarkt1-0/+1
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-27/+27
console, plus handle catalogs better.
2006-05-20improve native language handling, move messages and menu labels to simonb1-12/+12
FbTk::FbString
2006-04-25Cleanup unneeded headers (thanks Slava Semushin)mathias1-5/+0
2006-04-24fix memory leaks in menu codesimonb1-0/+3
2006-04-22fix crash when toolbar disabledsimonb1-10/+18
2006-04-21oops... didnt compile!simonb1-2/+2
2006-04-21minor fixes to slit transparency handlingsimonb1-8/+12
2006-03-02fixed gcc4.1 problems, patch from Andreas Bierfert <andreas dot bierfert at ↵mathias1-1/+3
lowlatency dot de>
2006-02-27little fixmathias1-2/+3
2006-02-27forgotten cosmeticsmathias1-0/+1
2006-02-27cosmetic changes from php-coder (copyright, header)mathias1-0/+4
2006-02-20moved class Layer from class Fluxbox and thus reduces some dependeciesfluxgen1-7/+6
2006-02-16updated copyright infomathias1-1/+1
2005-11-22const function Resource getStringfluxgen1-2/+2
2005-06-23moved window menu from FluxboxWindow to BScreenfluxgen1-8/+10
2005-05-03fix some menu drawing issuessimonb1-1/+1
2005-04-18fixes a problem with snapping to the slit. slit's borderwith wasnt part of themathias1-13/+14
strut.
2005-04-10Big changes to how transparency workssimonb1-2/+0
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
2005-03-17move the slitframe out of sight at startupmathias1-0/+2
2005-01-24copyright datemathias1-1/+1
2004-12-13icc complaint about a "possible" conflict between themathias1-3/+3
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index) to avoid this, we rename FbTk::Menu::update(int index) -> FbTk::Menu::updateMenu(int index) this is mostly cosmetic, but if it makes the life of a compiler happy, well .. be happy icc :)
2004-12-06grrr .. future code commited, sorry about thatmathias1-3/+3
2004-12-06fixed issue with clientUp/Down in SlitClientMenumathias1-7/+20
2004-12-02added middle/rightclick on slitclient-menu-items to move the client up/down ↵mathias1-2/+2
in the slit