aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
AgeCommit message (Expand)AuthorLines
2008-06-20applied Gottox' ClkTagBar patchAnselm R Garbe-9/+11
2008-06-19made arrange again like it was onceAnselm R Garbe-15/+15
2008-06-19fixAnselm R Garbe-1/+1
2008-06-19use sel instead of seeking the listAnselm R Garbe-7/+5
2008-06-19resize should apply if !bannedAnselm R Garbe-3/+2
2008-06-19applied Gottox patchAnselm R Garbe-25/+21
2008-06-19untested monocleAnselm R Garbe-37/+35
2008-06-19non-zeroAnselm R Garbe-2/+10
2008-06-17tiled layout resizehints should be respected by defaultAnselm R Garbe-3/+3
2008-06-17restored y-coordinate fixing of client windowsAnselm R Garbe-1/+2
2008-06-15minor fixes towards 5.0Anselm R Garbe-6/+8
2008-06-14removed explicit warp in movemouseAnselm R Garbe-5/+0
2008-06-14removed the ButtonPressMask for root windows as wellAnselm R Garbe-1/+1
2008-06-14removed root window click handlingAnselm R Garbe-2/+2
2008-06-14removed font and color definitionsAnselm R Garbe-10/+8
2008-06-12fixed tag click handling, however ClkRootWin doesn't work for meAnselm R Garbe-6/+7
2008-06-12some bugfixes of the patch application yesterdayAnselm R Garbe-12/+12
2008-06-11integrated yiyus mouse.diff (though the bar click handling is slightly broken...Anselm R Garbe-49/+52
2008-06-11made Xinerama screen index customizableAnselm R Garbe-4/+4
2008-06-11removed trailing spaces reported by SoleenAnselm R Garbe-3/+3
2008-06-11crash fixAnselm R Garbe-1/+1
2008-06-11made lt visible again in config.def.hAnselm R Garbe-3/+2
2008-06-11added nsz' patchAnselm R Garbe-1/+0
2008-06-11added SHCMD support for pipe-based commands due the new spawn() versioAnselm R Garbe-0/+1
2008-06-11using foo layout during cleanup (suggested by Gottox), add Arg->v handling fo...Anselm R Garbe-1/+1
2008-06-11lt will point to a foo-layout during cleanup now (Gottox' suggestion), and to...Anselm R Garbe-1/+6
2008-06-11integrated Peter Hartlich's patch, removed const char *c from union, simplifi...Anselm R Garbe-22/+5
2008-06-11applied anydot's patchset.diffAnselm R Garbe-174/+169
2008-06-09final version -- Gottox verified it using the test driverarg@suckless.org-1/+1
2008-06-09revert of introduced problemarg@suckless.org-1/+1
2008-06-09applied nsz' textnw patch thank youarg@suckless.org-4/+6
2008-06-09updated the for-loop with Gottox' proposalarg@suckless.org-1/+1
2008-06-06minor changearg@suckless.org-2/+1
2008-06-04applied nsz's patches (many thanks!)arg@suckless.org-7/+4
2008-06-02small change to drawtextarg@suckless.org-4/+3
2008-06-01fixed the tile() issue with xpdfAnselm R Garbe-2/+2
2008-06-01using anydot's memcpy-approach in drawtext, however it still looks awkward to meAnselm R Garbe-1/+1
2008-06-01Gottox' drawtext simplificationAnselm R Garbe-8/+2
2008-06-01applied noviewprev.diff, fix.diff and unusedflags.diffAnselm R Garbe-23/+16
2008-05-31fixAnselm R Garbe-1/+1
2008-05-31lt->arrange in mfactAnselm R Garbe-1/+1
2008-05-30isfixed implies isfloatingAnselm R Garbe-1/+1
2008-05-29applied nibbles fixes, slightly modifiedAnselm R Garbe-2/+2
2008-05-29applied yiyus tip patch from tueAnselm R Garbe-24/+24
2008-05-28core dump fix in cleanupAnselm R Garbe-1/+1
2008-05-26updated the initial comment to reflect the use of bit arraysAnselm R Garbe-2/+2
2008-05-26slight changesAnselm R Garbe-6/+3
2008-05-26removed bx and bw, unnecessaryAnselm R Garbe-10/+8
2008-05-26renamed domax into ismaxAnselm R Garbe-8/+8
2008-05-26simplified tile()Anselm R Garbe-37/+15