aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
AgeCommit message (Collapse)AuthorFilesLines
2006-03-23fix minor rendering bug when growing tabssimonb1-1/+5
2006-03-22more external tab work, tidying and tab width config optionsimonb1-11/+25
2006-03-22external tabs features and bugfixessimonb1-15/+75
2006-03-20external tabssimonb1-77/+272
2006-02-19FbWinFrame should not depend on class Fluxboxfluxgen1-3/+3
2006-02-16updated copyright infomathias1-1/+1
2005-10-19Fixed reordering of tabs, patch from Rob Stevensmathias1-6/+16
2005-07-25Fix for #1240248, Segfaults for :MoveTabLeft/Rightmathias1-2/+2
wrong code in Container.cc
2005-06-19change fbwinframe to use containersimonb1-257/+68
move a few frame ops to have most code in Container
2005-05-07fix titlebar transparency in some casessimonb1-1/+3
2005-05-03code cleaningfluxgen1-89/+86
2005-05-02cleaning, create and delete tabs with FbWinFrame createTab/removeTabfluxgen1-14/+23
2005-04-28revert mathias last change, and fix it differently using info already simonb1-2/+0
there
2005-04-27i added an attribute to FbWindow to mark windows which are only used asmathias1-0/+2
"carrier" (maybe a temporarly name?) ... carriers dont need background-updates .. ever. this leads to a big performance"boost" over the last commits. before we updated also the windows which are the hosts for the apps (m_window and m_clientarea in FbWinFrame) -> bad idea.
2005-04-26extension of previous big patch. Move a bunch of menu things onto simonb1-16/+6
background pixmap. Same for textbuttons.
2005-04-13fix a few small bugs from recent big patchsimonb1-2/+8
2005-04-10Big changes to how transparency workssimonb1-230/+215
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
2005-03-16fix for gravity field on _NET_MOVERESIZE_WINDOW messages, patch from Rob ↵mathias1-42/+61
Stevens <stever3 at nycap dot rr dot com>
2005-01-24copyright datemathias1-1/+1
2004-12-13applied patch from Rob Stevens:mathias1-12/+4
fixes dragNdrop ordering of tabs so next/prevtab are not confused -> modification of m_clientlist
2004-11-24patch from Rob Stevens to add dragndrop-reordering of the tabsmathias1-0/+107
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-22closes bug #1039658akir1-4/+7
" When you choose a transparency of less than 255 for a unfocused window, the window title f the unfocused window will not be transparent. Only the buttons will."
2004-10-10added focusTabMinWidthakir1-9/+43
2004-09-12preliminary support for composite/compositing manager. Also general workrathnor1-17/+38
for consistency with transparency resources
2004-08-11minor cleaningfluxgen1-3/+2
2004-03-21primarily focus fix/tweak/rejiggingrathnor1-3/+4
2004-02-28ignore exposurefluxgen1-3/+55
2004-02-27improved transparent rendering speed, the button instances do not need to ↵fluxgen1-39/+32
updateTransparent explicit since they do that in their clear function
2004-01-23minor fixfluxgen1-2/+2
2004-01-23fix some issues with window frame that happened when changing stylerathnor1-19/+33
2004-01-21fixed window size bug, it could been negative in hideHandle and hideTitlebarfluxgen1-8/+20
2004-01-21using empty instead of sizefluxgen1-6/+5
2004-01-10fix grip drawing issuerathnor1-1/+8
2004-01-10fix some minor transparency issuesrathnor1-18/+10
2004-01-02some cleaning, using FbWindow setClientWindow insteadfluxgen1-28/+28
2003-12-18code cleaningfluxgen1-3/+3
2003-12-16tidy redundantrathnor1-4/+1
2003-12-11fix up label transparencyrathnor1-2/+7
2003-12-09add window.label.active theme itemsrathnor1-20/+55
2003-12-07usePixmap from Texturefluxgen1-2/+2
2003-10-31fix a number of positioning and sizing issuesrathnor1-6/+14
2003-10-30fix handling of zero handleWidth in themesrathnor1-2/+5
2003-10-28make client windows only reparented one below toplevel - i.e. not intorathnor1-12/+19
clientarea
2003-10-09drawing optimisations and fixesrathnor1-5/+8
2003-10-06fix rendering of offscreen windowsrathnor1-6/+2
2003-10-05fix window size when changing titlebar heightrathnor1-15/+29
2003-10-02fix rendering of grips for parent relative texturesrathnor1-21/+23
- make them children of the handle
2003-10-02fix rendering of window frame on focus changerathnor1-1/+10
2003-09-24Fix updates to mwm_hints, and make configure request move and resize atomicrathnor1-36/+49