Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-28 | added moveClientLeft and Right | fluxgen | 1 | -1/+52 | |
2003-07-26 | fix window size when varying borderWidth | rathnor | 1 | -15/+10 | |
2003-07-24 | fix some bugs + issues with maximisation. | rathnor | 1 | -62/+115 | |
it should be much safer now | |||||
2003-07-21 | fix removeClient (no idea why that line was removed [by me]) | rathnor | 1 | -1/+2 | |
2003-07-21 | fix focus properly | rathnor | 1 | -26/+42 | |
2003-07-20 | fix focus and raising for transient windows in particular | rathnor | 1 | -28/+42 | |
2003-07-20 | fix menus for "extra" things, like remember, so that they will be | rathnor | 1 | -13/+178 | |
added back if the menu is rebuilt. | |||||
2003-07-19 | fix up xinerama for heads of toolbar and slit | rathnor | 1 | -2/+3 | |
2003-07-17 | fix java bug (wasn't sending ConfigureNotify events in response to | rathnor | 1 | -12/+10 | |
ConfigureRequests). Also fix no border on transients and some initial gnome atom values. | |||||
2003-07-10 | dont need to call constructor with menutheme | fluxgen | 1 | -4/+3 | |
2003-07-04 | support in remember for specifying groups. | rathnor | 1 | -8/+47 | |
Also split atomhandler::setupWindow | |||||
2003-07-02 | minor cleaning | fluxgen | 1 | -4/+4 | |
2003-06-30 | dont resize if not isResizable, disabled title in layermenu | fluxgen | 1 | -4/+6 | |
2003-06-26 | speedups for having lots of stuck windows | rathnor | 1 | -3/+9 | |
2003-06-25 | applied max vert horiz toggle patch from MrChuoi | fluxgen | 1 | -27/+39 | |
2003-06-25 | minor workspace fix | fluxgen | 1 | -4/+2 | |
2003-06-24 | minor cleaning, removed window number | fluxgen | 1 | -3/+3 | |
2003-06-23 | fix grouping to persist over restart, plus various related bugs. | rathnor | 1 | -233/+105 | |
Also move a large proportion of window initialisation from FluxboxWindow to WinClient | |||||
2003-06-22 | removed iconbar dep | fluxgen | 1 | -11/+2 | |
2003-06-18 | added strut support | fluxgen | 1 | -3/+18 | |
2003-06-15 | instance and class name in WinClient instead | fluxgen | 1 | -31/+13 | |
2003-06-13 | added autogrouping | fluxgen | 1 | -23/+34 | |
2003-06-12 | minor fixes | fluxgen | 1 | -4/+3 | |
2003-06-11 | moved cursor to FbWinFrameTheme | fluxgen | 1 | -10/+10 | |
2003-06-06 | fix crash on window attach - triggered when attaching from the focused window | rathnor | 1 | -2/+5 | |
later unfocusing that window would die since it had no client. Now we make sure we remove all references from the fluxbox Window->FluxboxWindow list first | |||||
2003-05-26 | fix usage of decoration.border (incl xmms move bug) | rathnor | 1 | -46/+34 | |
add BORDER to help turn on borders to remember stuff | |||||
2003-05-24 | reorder menus | fluxgen | 1 | -3/+3 | |
2003-05-24 | fixed layer menu bug, it should be internal so the parent dont kill it | fluxgen | 1 | -1/+4 | |
2003-05-21 | fix cascade placement for multiple heads | rathnor | 1 | -3/+3 | |
2003-05-20 | xinerama for placement + snapping, + tidy | rathnor | 1 | -17/+29 | |
2003-05-19 | using property and changeProperty | fluxgen | 1 | -7/+5 | |
2003-05-19 | correct some maximise numbers | rathnor | 1 | -4/+4 | |
2003-05-19 | xinerama updates | rathnor | 1 | -10/+10 | |
2003-05-17 | fixed cursor for grips | fluxgen | 1 | -7/+9 | |
2003-05-15 | minor cleaning | fluxgen | 1 | -7/+7 | |
2003-05-15 | minor cleaning in BScreen interface | fluxgen | 1 | -62/+43 | |
2003-05-15 | cleaning in FluxboxWindow interface | fluxgen | 1 | -254/+285 | |
2003-05-14 | added better shape support | fluxgen | 1 | -2/+75 | |
2003-05-13 | minor debug msg fix | fluxgen | 1 | -1/+3 | |
2003-05-13 | fix iconify with autoraise | rathnor | 1 | -1/+3 | |
2003-05-11 | fix up various focus-related issues | rathnor | 1 | -4/+5 | |
2003-05-11 | minor cleaning | fluxgen | 1 | -3/+3 | |
2003-05-11 | minor fixes | fluxgen | 1 | -4/+11 | |
2003-05-11 | minor cleaning | fluxgen | 1 | -5/+5 | |
2003-05-10 | using parent window instead of root window | fluxgen | 1 | -73/+71 | |
2003-05-10 | variable name changes | fluxgen | 1 | -305/+302 | |
2003-05-10 | moved BlackboxHints from BaseDisplay | fluxgen | 1 | -56/+59 | |
2003-05-08 | fix some missing enternotifies | rathnor | 1 | -3/+5 | |
2003-05-08 | fix sloppy focus for embedded tabs | rathnor | 1 | -8/+27 | |
2003-05-08 | fix silly mistake in widow move layers | rathnor | 1 | -2/+2 | |