aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
AgeCommit message (Collapse)AuthorFilesLines
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias1-78/+80
uses only those things from "namespace std" what we really need.
2006-07-17fixed some uninitialized variablesfluxgen1-4/+17
2006-07-06update shape after resize, fixes bug #1491571fluxgen1-0/+3
2006-07-04fix some sizing issues with gravity fixessimonb1-2/+2
2006-07-03fix gravitysimonb1-71/+77
2006-06-25fix FbPixmap retaining pixmap (that made cache not work properly)simonb1-2/+3
Also small tidy in FbWinFrame.cc
2006-06-24Make Urgency Hint flash the correct WinClient's tab.markt1-0/+12
2006-06-24fix more x errors due to using an invalid backgroundsimonb1-3/+12
2006-06-10couple of alignment fixes, esp for external tabssimonb1-1/+11
2006-05-20fix external tab bg when label bg is parentrelativesimonb1-2/+10
2006-04-21border between tabs same as window bordersimonb1-3/+11
2006-04-17fix label display with external tabs on some winssimonb1-1/+1
2006-04-16fix all compiler warnings with -Wallsimonb1-0/+8
2006-04-14fix time type affecting double click on fbwinframesimonb1-1/+1
2006-04-09fix label transparent bg update with ext. tabssimonb1-1/+1
2006-04-05fix Xmbfonts on multiple screenssimonb1-2/+1
and external tabs showing from different workspaces on placement change
2006-04-04rotated XFonts (and minor ext tab alignment fixes)simonb1-2/+13
2006-03-26oops, took out an include that shouldn't havesimonb1-1/+2
2006-03-26some mroe external tabs tweakingsimonb1-91/+48
2006-03-26forgot to update rendering when orientation changessimonb1-0/+7
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-19/+149
2006-03-24fix alignment when shadedsimonb1-0/+1
2006-03-23external tab fixes, plus aligning items properlysimonb1-6/+4
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