aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
AgeCommit message (Expand)AuthorFilesLines
2003-11-19some menu tweakingrathnor1-9/+21
2003-10-28make client windows only reparented one below toplevel - i.e. not intorathnor1-41/+46
2003-10-26some extra checksfluxgen1-2/+7
2003-10-06fix shape - all menus shaped, and some weird shape bugsrathnor1-2/+3
2003-10-05fix window size when changing titlebar heightrathnor1-10/+14
2003-10-05make doFocusLast work for sloppy focus as wellrathnor1-7/+24
2003-10-02address some memory issues shown up with valgrindrathnor1-1/+6
2003-09-29fix aterm opaue move updating - thanks Mathias Gumzrathnor1-2/+5
2003-09-29fix handling of base_Width/height hints in wm_normal_hintsrathnor1-44/+15
2003-09-29quadrant-resizing (Thanks Mathias Gumz)rathnor1-77/+55
2003-09-24Fix updates to mwm_hints, and make configure request move and resize atomicrathnor1-56/+56
2003-09-24fixed the aterm bugfluxgen1-5/+2
2003-09-23add support for _NET_WM_STATE_FULLSCREENrathnor1-4/+8
2003-09-16more gravity tweaksrathnor1-1/+12
2003-09-15minor change in window menufluxgen1-2/+2
2003-09-14focus fixesrathnor1-21/+18
2003-09-14less flickerfluxgen1-8/+11
2003-09-12cleaning in frame themefluxgen1-9/+3
2003-09-12optimized renderingfluxgen1-21/+26
2003-09-11fix problems relating to windows reparenting themselves.rathnor1-2/+5
2003-09-11fix gravity handlingrathnor1-125/+23
2003-09-10setUpdateDelayTimefluxgen1-1/+2
2003-08-25moved border color and width to frame themefluxgen1-5/+5
2003-08-24remove round corners for already shaped windows, i.e xmmsfluxgen1-16/+6
2003-08-24cleaningfluxgen1-17/+14
2003-08-19moved textbutton to fbtkfluxgen1-6/+6
2003-08-13using TextButton for labelfluxgen1-2/+2
2003-08-13Button changed to a FbWindowfluxgen1-9/+9
2003-08-11using new timer command and focus signalfluxgen1-7/+12
2003-07-28some more fixing of wm_protocolsrathnor1-6/+14
2003-07-28missed updating wm_protocolsrathnor1-4/+4
2003-07-28update many things to use WinClient instead of FluxboxWindowrathnor1-86/+27
2003-07-28added moveClientLeft and Rightfluxgen1-1/+52
2003-07-26fix window size when varying borderWidthrathnor1-15/+10
2003-07-24fix some bugs + issues with maximisation.rathnor1-62/+115
2003-07-21fix removeClient (no idea why that line was removed [by me])rathnor1-1/+2
2003-07-21fix focus properlyrathnor1-26/+42
2003-07-20fix focus and raising for transient windows in particularrathnor1-28/+42
2003-07-20fix menus for "extra" things, like remember, so that they will berathnor1-13/+178
2003-07-19fix up xinerama for heads of toolbar and slitrathnor1-2/+3
2003-07-17fix java bug (wasn't sending ConfigureNotify events in response torathnor1-12/+10
2003-07-10dont need to call constructor with menuthemefluxgen1-4/+3
2003-07-04support in remember for specifying groups.rathnor1-8/+47
2003-07-02minor cleaningfluxgen1-4/+4
2003-06-30dont resize if not isResizable, disabled title in layermenufluxgen1-4/+6
2003-06-26speedups for having lots of stuck windowsrathnor1-3/+9
2003-06-25applied max vert horiz toggle patch from MrChuoifluxgen1-27/+39
2003-06-25minor workspace fixfluxgen1-4/+2
2003-06-24minor cleaning, removed window numberfluxgen1-3/+3
2003-06-23fix grouping to persist over restart, plus various related bugs.rathnor1-233/+105