aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
AgeCommit message (Collapse)AuthorFilesLines
2006-05-13fixed some redraw issues with the title, thanks _marktfluxgen1-0/+2
2006-05-07more utf8 changes, notably window titlessimonb1-0/+18
2006-04-17iconbutton handling fixessimonb1-0/+10
2006-02-16updated copyright infomathias1-1/+1
2006-01-03unused headersfluxgen1-1/+0
2005-04-29transient window fixfluxgen1-28/+98
2005-04-26fix systray client sizingsimonb1-23/+0
2005-04-20fixes a problem with clients which define/request a Strut (seemathias1-0/+1
http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#id2507548), eg kicker: after killing/closing kicker the availableWorkspaceArea is not recalculated which lead to kind of invisible barrier where the Strut was.
2005-04-10Big changes to how transparency workssimonb1-1/+1
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
2005-01-24copyright datemathias1-1/+1
2005-01-14copyright updatedmathias1-1/+1
2004-11-30"fixes" http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2mathias1-1/+11
and all related bugreports elsewhere. "fixes" because i think the real problem is in xft somewhere somehow, but i dont have any prove (yet). thanx to Rob Stevens for informing us about that problem.
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-08-31add autoconf check for std c++ headersrathnor1-2/+6
2004-08-10removed reparent and added debugmsgfluxgen1-9/+24
2004-06-07update NLS string handling...rathnor1-2/+5
2004-04-28fixes for/reimplement parts of directional focus movementrathnor1-1/+7
2004-04-01honour aspect ratio hintsrathnor1-5/+77
2003-12-30fixed focus issuefluxgen1-4/+2
2003-12-21more sloppy focus fixingrathnor1-2/+4
2003-12-21assuming passivefluxgen1-9/+3
2003-12-21big commentfluxgen1-2/+17
2003-12-15tweak of defaults - make no input hint, no send focus default torathnor1-3/+3
passive
2003-12-15fix mozilla focus issuerathnor1-4/+9
2003-12-04sync functionfluxgen1-2/+2
2003-10-06fix shape - all menus shaped, and some weird shape bugsrathnor1-5/+5
2003-10-02address some memory issues shown up with valgrindrathnor1-2/+3
2003-09-29fix handling of base_Width/height hints in wm_normal_hintsrathnor1-9/+63
- fixes abiword resize issues
2003-09-24Fix updates to mwm_hints, and make configure request move and resize atomicrathnor1-2/+2
2003-09-21silliness :-/rathnor1-2/+1
2003-09-21fix disappearing close buttonrathnor1-4/+9
2003-09-11fix gravity handlingrathnor1-5/+6
2003-07-28minor fixesfluxgen1-7/+8
2003-07-28some more fixing of wm_protocolsrathnor1-1/+3
2003-07-28missed updating wm_protocolsrathnor1-2/+3
2003-07-28update many things to use WinClient instead of FluxboxWindowrathnor1-21/+89
2003-07-21fix focus properlyrathnor1-3/+4
2003-07-20fix focus and raising for transient windows in particularrathnor1-4/+17
2003-07-10minor indent fixfluxgen1-5/+6
2003-06-27fix slit netizen issuesrathnor1-1/+3
2003-06-24add some more initialisations for winclient - fixes remember not matchingrathnor1-1/+4
2003-06-23fix grouping to persist over restart, plus various related bugs.rathnor1-11/+231
Also move a large proportion of window initialisation from FluxboxWindow to WinClient
2003-06-22moved getWMName to Xutilfluxgen1-37/+7
2003-06-15updateWMClassNamefluxgen1-28/+15
2003-06-12add some property accessorsrathnor1-1/+46
2003-06-12renamed i18n to I18nfluxgen1-2/+2
2003-05-14added screen accessor and removed client from window before we send signalfluxgen1-6/+7
2003-05-10using FbRootWindowfluxgen1-2/+2
2003-05-07transient fixes by making them WinClientsrathnor1-58/+24
2003-05-04fix up focus problemsrathnor1-3/+1