dwm

my fork of dwm
Index Commits Files Refs README LICENSE
DateCommit messageAuthorFiles+-
22:17 27-03-2022updateklewer-martin3+213-14
17:57 12-03-2022Dwm with status bar clickable, pertag patch, scratchpad, no gaps, systray, autostart, floatrulesklewer-martin2+95-13
22:18 04-02-2022Updateklewer-martin15+2841-90
18:09 20-08-2021Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma1+2-5
13:24 09-08-2021Improve speed of drw_text when provided with large stringsMiles Alan1+5-2
18:44 12-07-2021Add a configuration option for fullscreen lockingQuentin Rameau2+2-1
16:18 02-07-2020Do not allow focus to drift from fullscreen client via focusstack()Chris Down1+1-1
19:23 03-03-2020Fix x coordinate calculation in buttonpress.Ian Remmler1+1-1
13:05 08-07-2020dwm.1: fix wrong text in man pageHiltjo Posthuma1+1-1
10:28 11-06-2020Fix memory leaks in drwAlex Flierl1+1-0
04:50 23-04-2020dwm crashes when opening 50+ clients (tile layout)bakkeby1+4-2
11:48 22-04-2020drawbar: Don't shadow sw globalChris Down1+4-4
11:48 22-04-2020getatomprop: Add forward declarationChris Down1+1-0
12:41 20-04-2020setmfact: Unify bounds for compile-time and runtime mfactChris Down1+1-1
10:36 03-04-2020config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf()Hiltjo Posthuma1+1-1
09:50 02-02-2019Prepare 6.2 release.Anselm R Garbe3+17-3
12:15 02-06-2018pledge: add rpath promise for the ugly Xft font fallbackHiltjo Posthuma1+1-1
12:04 02-06-2018Makefile: just show the compiler outputHiltjo Posthuma1+17-26
10:12 02-06-2018Do not strip at link stageKlemens Nanni1+1-1
02:56 25-05-2018Pledge on OpenBSDKlemens Nanni1+4-0
01:56 25-05-2018config.def.h: ClkTagBar missing from commentHiltjo Posthuma1+1-1
19:09 02-05-2018Function declarations in correct order.Christopher Drelich1+1-1
14:14 12-05-2018remove old TODO and BUGS entriesHiltjo Posthuma4+4-58
17:03 14-03-2018update README: remove mentioning the old dextra repoHiltjo Posthuma1+0-3
14:58 14-03-2018All functions in alphabetical order except for this one.Christopher Drelich1+9-9
13:44 14-03-2018ColBorder has been moved to the enum with ColFg and ColBg.Christopher Drelich2+1-2
09:36 27-12-2017dont NUL terminate _NET_WM_NAMEHiltjo Posthuma1+1-1
17:20 03-11-2017sync dmenu drw.{c,h} code: use Clr* (was Scm)Hiltjo Posthuma3+13-13
12:36 03-11-2017gettextprop: check result of XGetTextProperty (undefined behaviour for XFree)Hiltjo Posthuma1+1-2
13:58 03-11-2017Set class name on status barOmar Sandoval1+2-0
18:10 10-10-2017simplify isfixed conditionsDaniel Cousens1+1-2
16:08 08-05-2017yet another cleanupAnselm R Garbe2+35-35
13:21 07-01-2017Don't restrict snap in mousemoveMarkus Teich1+11-14
13:21 07-01-2017Button passthrough when client is not focusedMarkus Teich1+11-10
13:21 07-01-2017cleanupMarkus Teich3+32-36
06:16 05-12-2016applied Markus' tagset purge of alternative view on _NET_ACTIVE_WINDOW eventAnselm R Garbe1+18-20
06:09 05-12-2016applied Ivan Delalande's NET_SUPPORTING_WM_CHECK patch for gtk3 compatibilityAnselm R Garbe1+14-2
06:05 05-12-2016applied Ian Remmler's man page adjustment suggestionsAnselm R Garbe1+5-4
06:01 05-12-2016applied Markus' decouple color-scheme patchAnselm R Garbe2+8-6
05:54 05-12-2016applied Markus' clarify status text padding patchAnselm R Garbe1+2-2
07:49 14-11-2016LICENSE: update peopleQuentin Rameau1+10-6
07:18 14-11-2016dwm.1: add keybinding for spawning dmenuQuentin Rameau1+5-0
07:34 05-11-2016die() on calloc failureHiltjo Posthuma1+1-1
09:35 12-08-2016die() consistency: always add newlineHiltjo Posthuma3+10-8
13:04 28-06-2016config.def.h: style improvement, use color Scheme enumHiltjo Posthuma1+4-4
17:33 22-05-2016import new drw from libsl and minor fixes.Markus Teich5+209-208
20:33 25-05-2016Configure geometry before applying rulesEric Pruitt1+7-6
16:25 19-12-2015fix fullscreen clients not resized on X display resolution changeHiltjo Posthuma1+6-1
16:04 19-12-2015Shut up glibc about _BSD_SOURCE being deprecatedQuentin Rameau1+1-1
19:11 08-11-2015code-style consistencyHiltjo Posthuma1+503-433
18:48 08-11-2015unboolificationHiltjo Posthuma2+77-78
16:38 08-11-2015sort include + whitespace fixHiltjo Posthuma1+3-3
10:04 07-11-2015separate program-specific c99 bool and X11Hiltjo Posthuma2+77-75
12:52 08-11-2015Makefile: package all files with make distHiltjo Posthuma1+2-2
10:09 07-11-2015setfullscreen: don't process the property twiceQuentin Rameau1+2-2
18:34 20-10-2015sync updated drw code from dmenuHiltjo Posthuma5+164-158
18:30 20-10-2015dwm: use ecalloc, prevent theoretical overflowHiltjo Posthuma1+3-6
18:28 20-10-2015cleanup, dont use c++ style commentsHiltjo Posthuma1+4-4
18:27 20-10-2015dwm: cleanup: free schemes and cursors as arrayHiltjo Posthuma1+8-9
18:10 20-10-2015config.h: use common default font, pass Xft font name to dmenuHiltjo Posthuma1+2-4
18:01 20-10-2015config.mk: add $FREETYPELIBS and $FREETYPEINC, simpler to override (ports and *BSDs)Hiltjo Posthuma1+8-2
01:26 06-03-2015Add Xft and follback-fonts support to graphics libEric Pruitt6+299-103
11:25 23-11-2014removed .hgtags, thanks Dimitris for spottingAnselm R Garbe1+0-73
02:24 11-08-2014applied Hiltjo's resize/move limitationAnselm R Garbe2+12-2
13:05 29-05-2014same as before with dwm.c as wellAnselm R Garbe1+1-1
13:02 29-05-2014updated copyright notice in LICENSE fileAnselm R Garbe1+1-1
15:39 27-08-2013applied Lukas' focus suggestion at startup, thanksAnselm R Garbe1+1-0
17:40 02-08-2013applied improved version of Martti Kühne's dmenu/multi monitor approach from dwm, no dmenuspawn requiredAnselm R Garbe2+4-1
04:08 20-07-2013do not take our font declaration as default for stAnselm R Garbe1+1-1
16:53 23-06-2013applied Jochen's drw_text patch, thanksAnselm R Garbe1+1-1
14:35 19-06-2013applied Julian's enum approach, however renamed theme into scheme resp. Theme into ClrSchemeAnselm R Garbe3+37-40
10:20 16-06-2013finished libsl/drw integrationAnselm R Garbe3+185-264
12:31 02-05-2013include font argument for st by defaultAnselm R Garbe1+1-1
10:45 01-05-2013added st to SEE ALSO sectionAnselm R Garbe1+2-1
10:41 01-05-2013use st as default terminal from now onAnselm R Garbe2+2-2
10:39 01-05-2013shut up about deprecated Xlib functionsAnselm R Garbe1+1-1
16:21 17-04-2013renamed draw into drwAnselm R Garbe6+265-268
15:11 09-12-2012continued with draw.c and draw.h implementation, now the integration beginsAnselm R Garbe2+71-29
06:13 08-12-2012continued with draw.c abstraction, also started util.{h,c} implementation, that will be used by draw.c as wellAnselm R Garbe6+80-29
13:52 18-11-2012removed DDC, all is Draw-dependentanselm@garbe.us2+40-82
13:26 18-11-2012continued, distinction of Draw and DDC is bad, needs to be mergedanselm@garbe.us2+14-7
12:39 18-11-2012reverting the xkb dependency, I don't care if this function is deprecated, it seems it breaks other stuff instead.anselm@garbe.us1+2-9
08:04 18-11-2012basic draw.c structureanselm@garbe.us3+149-6
06:56 18-11-2012reverting to plain X11 fonts in order to implement draw.c defaultanselm@garbe.us3+69-39
16:04 17-11-2012removed obsolete bugs from BUGS fileanselm@garbe.us1+0-25
15:12 17-11-2012compile fixanselm@garbe.us1+2-2
15:10 17-11-2012applied Neil Klopfstein's patch, slightly modifiedanselm@garbe.us1+8-2
15:01 17-11-2012starting with initial draw.hanselm@garbe.us2+78-0
08:17 02-11-2012incorporating Xft instead of cairo, cairo provides far too many optionsanselm@garbe.us3+39-69
04:45 08-07-2012keep 6.1 intactanselm@garbe.us1+1-1
04:43 08-07-2012reverted to old updategeom() after several complains, we need to optimize the old wayanselm@garbe.us2+71-54
15:12 23-06-2012applied James Turner's XkbKeycodeToKeysym patch, thanksanselm@garbe.us1+2-1
05:12 23-06-2012drastically changed updategeom() handling, see comment in updategeom() for detailsanselm@garbe.us2+54-71
04:06 23-06-2012reversed Andreas Amann's fullscreen fix with the approach proposed by Gary Langshaw: - idea is not supporting movemouse/resizemouse/togglefloating for fullscreen windows - as fullscreen windows are broken anyways, they should only be adjusted by their own meansanselm@garbe.us1+10-11
06:41 15-04-2012added kludge to fix some input focus misbehavior in gedit and anjuta, thanks Martti Kühneanselm@garbe.us1+2-1
12:49 25-03-2012applied Andreas Amanns' netwm_client_list patch, but with some indentation fixesanselm@garbe.us1+20-1
12:46 25-03-2012applied Andreas Amann's netwm_active_window patch, thxanselm@garbe.us1+12-3
14:14 17-03-2012applied Andreas Amann fullscreen fix, some minor modificationsanselm@garbe.us1+10-3
21:36 09-02-2012unfocus on slow sloppy monitor focusConnor Lane Smith1+1-0
15:54 08-02-2012applied Eckehard Berns fix fix, sorry that this took so longanselm@garbe.us1+5-3
16:23 22-01-2012added 20h's clarificationanselm@garbe.us1+4-0
03:36 12-01-2012applied Eckehard Berns barwin leak fix and his suggestion to deal with restack() -- the latter aspect needs further investigation.anselm@garbe.us2+4-4
09:30 04-01-2012config.mk cleanupanselm@garbe.us1+9-10
12:09 19-12-2011Added tag 6.0 for changeset ec4baab78314anselm@garbe.us1+1-0
11:38 19-12-2011bump version to 6.0anselm@garbe.us1+1-1
16:16 15-11-2011add sloppy monitor focusConnor Lane Smith1+19-3
16:36 06-11-2011new default colour schemeConnor Lane Smith1+6-6
16:31 06-11-2011calculate window/monitor intersectionConnor Lane Smith1+19-15
16:30 06-11-2011honour fullscreen hint on mapConnor Lane Smith1+66-56
16:02 04-11-2011testing Brians multiscreen issue fixanselm@garbe.us1+9-9
09:01 02-11-2011make ewmh dialog windows floatChristoph Lohmann1+27-1
16:09 31-10-2011allow 0 nmasterConnor Lane Smith1+5-3
08:14 30-10-2011fix big-border corner caseConnor Lane Smith1+1-1
05:57 29-10-2011added keyrelease remark to TODOgarbeam@gmail.com1+2-0
19:45 28-10-2011improve tile spacingConnor Lane Smith1+12-9
08:16 26-10-2011add nmaster binds to manpageConnor Lane Smith1+8-2
16:40 25-10-2011apply nmaster patchConnor Lane Smith2+24-21
16:08 25-10-2011apply resize hints in floating layoutConnor Lane Smith1+1-1
16:01 25-10-2011hide clients to the left, not the rightConnor Lane Smith1+1-1
13:44 15-08-2011applied Connors cleanup patch of Eckehards proposed fix of applyrules(), thanks everyone involvedgarbeam@gmail.com1+20-20
13:55 08-08-2011applied Connors and Valentins patch to improve the unmapnotify handling of broken clientsgarbeam@gmail.com1+6-2
15:01 29-07-2011applied Peter Hartlichs nice interim Xinerama and map fix patches, for debugging purposes I also added his transient test drivergarbeam@gmail.com3+56-5
14:59 27-07-2011applied anonymous code cleanup patchgarbeam@gmail.com1+9-13
06:41 24-07-2011added a marker for the flash fullscreen issuegarbeam@gmail.com1+1-0
15:56 20-07-2011changed sleep 20 into sleep 1 in example script as suggested by Snader_LBgarbeam@gmail.com2+2-2
15:45 20-07-2011applied Connors aesthitic buf fix in tile(), thanksgarbeam@gmail.com1+2-2
15:36 20-07-2011applied Peters magic float mode bugfixgarbeam@gmail.com1+0-1
15:33 20-07-2011applied lolilolicon's floating center patch, further investigation wrt his second issue reported neededgarbeam@gmail.com1+2-2
15:30 20-07-2011thanks to recursions on IRC for his remarkgarbeam@gmail.com1+12-4
17:25 10-07-2011Added tag 5.9 for changeset dd74622a4785garbeam@gmail.com1+1-0
17:24 10-07-2011enabled release flagsgarbeam@gmail.com1+4-4
17:22 10-07-2011applied Peters wintoclient/wintomon optimisation in enternotify()garbeam@gmail.com1+4-3
17:18 10-07-2011removed unneeded offset recalculation, thanks Jukka, let's see if this breaks some other clientgarbeam@gmail.com1+2-2
17:12 10-07-2011undo the focus optimisation patch for 5.9garbeam@gmail.com1+2-7
03:57 09-07-2011applied Peters two patches, please test hg tip, if nothing breaks this is 5.9garbeam@gmail.com1+7-2
06:02 02-07-2011applied Garys patch in a slightly modified waygarbeam@gmail.com1+1-1
13:56 01-07-2011applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0garbeam@gmail.com1+1-1
16:12 27-06-2011fixed scroll lock (thanks bogdan)Connor Lane Smith1+1-1
15:35 27-06-2011fix numlock (thanks mikhail)Connor Lane Smith1+1-1
05:07 25-06-2011making enternotify less focus hungrygarbeam@gmail.com2+4-21
17:02 24-06-2011applied Andreas Amann's patch from Oct 2010, thanksgarbeam@gmail.com1+1-1
16:22 17-06-2011applied Rudys barwidth patch, thanks Rudygarbeam@gmail.com1+3-1
18:28 14-06-2011don't check for monocle layout in zoom() exit conditiongarbeam@gmail.com1+0-1
01:51 14-06-2011Thanks for the pedantic review :)garbeam@gmail.com1+1-1
04:33 11-06-2011fixing some minor issues, next week is dwm-5.9 release timegarbeam@gmail.com3+4-4
19:02 04-06-2011rm draw.c from 5.9 branchConnor Lane Smith2+0-211
06:18 04-06-2011fix typoConnor Lane Smith1+1-1
06:17 04-06-2011cleaner drawingConnor Lane Smith1+6-16
16:26 21-05-2011update draw.cConnor Lane Smith1+5-5
15:10 20-05-2011added draw.h, draw.cConnor Lane Smith2+211-0
11:16 12-05-2011applied Evil_Bobs cleanup patchAnselm R Garbe1+12-12
12:55 27-04-2011applied another minor change to the READMEAnselm R Garbe1+3-5
09:38 27-04-2011applied Thomas' README patchAnselm R Garbe1+2-1
05:13 26-04-2011applied Jack's mplayer fullscreen patchAnselm R Garbe1+4-2
05:13 15-04-2011missed declarationAnselm R Garbe1+2-1
05:12 15-04-2011minor fix of the NetActiveWindow multi-monitor flaw, slight rearrangementAnselm R Garbe1+54-53
10:46 14-04-2011applied Peter/Andreas NetActiveWindow patch in a slightly modified versionAnselm R Garbe1+22-9
17:19 12-04-2011applied Brendan MacDonell's WM_TAKE_FOCUS patch, thanks Brendan!Anselm R Garbe1+42-31
11:06 25-03-2011applied another patch of Hiltjo, thanksAnselm R Garbe1+1-1
10:57 25-03-2011applied Hiltjos' BUGS patch from 23 Mar, sorry took a while :)Anselm R Garbe2+1-8
05:58 23-03-2011applied Hiltjo's multimon mouse-based resize fixAnselm R Garbe1+2-2
13:05 07-01-2011applied anonymous patch, I don't think the reversed array access has semantic side-effectsAnselm R Garbe1+9-12
07:16 02-12-2010added a todoAnselm R Garbe1+1-0
08:53 19-11-2010applied Hiltjo's cleanup patchAnselm R Garbe1+3-11
04:53 27-09-2010applied Hiltjo's tiny cleanup fixAnselm R Garbe1+1-1
10:39 25-09-2010applied Hiltjo's tiny cleanup patch, thanks!Anselm R Garbe1+8-12
16:00 11-09-2010does this make a difference?Anselm R Garbe1+1-1
09:13 24-08-2010added TODO and bumped version to 5.9anselm@garbe.us2+2-1
13:25 23-08-2010applied Hiltjo Posthuma's line saver patchanselm@garbe.us1+1-5
05:58 25-07-2010applied Hiltjo Posthuma's double-XineramaQueryScreens() patch, thanks Hiltjo!Anselm R Garbe1+0-1
07:41 04-06-2010Added tag 5.8.2 for changeset a043f0800805anselm@garbe.us1+1-0
06:03 30-05-2010increased versionAnselm R Garbe1+1-1
06:02 30-05-2010implemented better fullscreen handling, please testAnselm R Garbe1+75-30
08:48 29-05-2010Added tag 5.8.1 for changeset 1ed1e75c9c2eAnselm R Garbe1+1-0
08:48 29-05-2010removing Sylvain's patch because it breaks more than it fixes unfortunately, re-issuing a bugfix release 5.8.1Anselm R Garbe2+2-20
07:43 28-05-2010Added tag 5.8 for changeset 60ea8fed13abAnselm R Garbe1+1-0
04:20 27-05-2010removed DEBUG code and added 2010 to the copyright listanselm@garbe.us2+2-17
04:19 27-05-2010applied Sylvain Laurent's EWMH fullscreen state patch, simplified his patch a bitanselm@garbe.us2+22-4
14:42 11-04-2010added the related bug reported by voltaicAnselm R Garbe1+21-0
18:34 01-04-2010pretty printing bugs a bitAnselm R Garbe1+31-14
15:39 01-04-2010selmon optimisation is neededAnselm R Garbe1+0-4
20:14 31-03-2010more debug output, experimental focus optimisationAnselm R Garbe1+9-4
19:27 31-03-2010quick typo fixAnselm R Garbe1+2-2
19:24 31-03-2010it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug codeAnselm R Garbe3+37-8
10:56 25-11-2009another bug reportAnselm R Garbe1+9-0
06:31 24-11-2009removed misleading comment, thanks Romain BertrandAnselm R Garbe1+1-1
05:13 23-11-2009added nsz's last bug corner caseAnselm R Garbe1+6-0
08:45 31-10-2009added BUGS, next version is 5.8Anselm R Garbe2+32-1
16:20 27-09-2009Added tag 5.7.2 for changeset 15761ac5e2f1Anselm R Garbe1+1-0
16:20 27-09-2009applied Ryan Zheng's patch and re-releasing 5.7.2Anselm R Garbe2+3-4
06:31 27-09-2009Added tag 5.7.1 for changeset 48c3f87c335dAnselm R Garbe1+1-0
06:31 27-09-2009fixed the layout symbol bug reported by Nibble (but using a different approach as he suggested) - optimised drawbar() and arrange() handling for multiple monitors, arrange only arranges the relevant monitors when applicable, same with drawbar - need to release 5.7.1Anselm R Garbe2+39-29
15:52 26-09-2009Added tag 5.7 for changeset 257403d4cd96Anselm R Garbe1+1-0
16:34 22-09-2009switching to release flagsAnselm R Garbe1+4-4
16:33 22-09-2009implemented nn < n case, k-zed please recheckAnselm R Garbe1+30-14
05:53 22-09-2009use buffer instead of pointer for mon->ltsymbolAnselm R Garbe1+5-8
05:16 22-09-2009added missing scanAnselm R Garbe1+1-0
15:51 21-09-2009implemented different version of updategeomAnselm R Garbe2+89-153
07:52 19-09-2009added TODO to updategeom in order to implement a decent version of it soonAnselm R Garbe1+34-0
17:18 18-09-2009new experimental updategeom() additions that should avoid several problems with Xinerama, this is EXPERIMENTAL and might break something, the algorithms in use are quite complex and cumbersome, patches and comments welcomeAnselm R Garbe1+77-24
11:59 16-09-2009implemented dynamic layout symbol stuffAnselm R Garbe2+25-27
09:50 15-09-2009applied Tony Lainson's config.def.h patchAnselm R Garbe1+2-3
09:33 08-09-2009updateAnselm R Garbe1+1-0
09:30 08-09-2009hard-core destructionAnselm R Garbe1+8-2
09:18 08-09-2009renaming isdestroyed into destroyedAnselm R Garbe1+3-3
09:16 08-09-2009sync when a client is being killedAnselm R Garbe1+1-0
09:13 08-09-2009added isdestroyed flag to unmanageAnselm R Garbe1+16-15
06:46 07-09-2009always updategeom when root is configurednsz@tpx1+1-1
11:59 18-08-2009another small optimisationAnselm R Garbe1+1-1
11:42 18-08-2009also update title if the client is on an unfocused monitorAnselm R Garbe1+1-1
17:39 16-08-2009applied nsz's dwm.1 patch, also added wmnameAnselm R Garbe1+11-5
04:18 16-08-2009applied Jukka's cosmetic patchAnselm R Garbe1+9-9
04:18 16-08-2009applied Jukka's sigchld patchAnselm R Garbe2+3-3
06:45 13-08-2009added merged patch of anydot and NealeAnselm R Garbe1+7-3
08:01 27-07-2009fixed nn declarationAnselm R Garbe2+3-2
10:02 26-07-2009Added tag 5.6.1 for changeset e47a47bd3ed4Anselm R Garbe1+1-0
06:57 21-07-2009applied nsz patchAnselm R Garbe1+1-1
04:57 21-07-2009updategeom fix for same geom screensAnselm R Garbe2+7-2
13:08 20-07-2009applied nsz' man page comment, thanks!Anselm R Garbe1+4-2
12:40 20-07-2009mergeAnselm R Garbe1+6-14
12:39 20-07-2009removed Standard input hintAnselm R Garbe1+1-1
07:28 18-07-2009mergeAnselm R Garbe2+5-5
07:28 18-07-2009applied nsz' dwm.1 fixes, thanks Szabolcs!Anselm R Garbe1+6-14
11:28 17-07-2009removed misleading commentAnselm R Garbe1+2-2
09:35 17-07-2009mergeAnselm R Garbe1+1-0
09:35 17-07-2009it's all nsz's hard investigation effort, hail nsz! ;)Anselm R Garbe2+5-5
15:07 14-07-2009Added tag 5.6 for changeset 555070221577Anselm R Garbe1+1-0
12:26 14-07-2009final style fixesAnselm R Garbe1+13-15
12:04 14-07-2009removed int cast in TAGMASK as suggested by nszAnselm R Garbe1+1-1
12:01 14-07-2009some stylistic changesAnselm R Garbe1+8-9
08:51 13-07-2009removed obsolete BUGAnselm R Garbe1+0-6
18:49 12-07-2009mark broken clients as brokenanselm@x200s.config1+8-2
18:34 12-07-2009fixing updatetitleanselm@x200s.config1+1-1
17:52 09-07-2009extended rule to apply monitors if set up accordinglyAnselm R Garbe2+12-7
16:49 09-07-2009reverting to optimised compiler options, current state seems stableAnselm R Garbe2+5-5
16:11 09-07-2009extended man page to mention number of visible windowsAnselm R Garbe1+9-8
15:58 09-07-2009added client number printing right of layout symbolAnselm R Garbe1+9-5
07:29 09-07-2009removed monsyms, uselessAnselm R Garbe2+3-15
07:21 09-07-2009restricting number of mons by length of monsymsAnselm R Garbe2+3-1
14:59 08-07-2009introducing const where it might make some senseAnselm R Garbe2+13-14
13:24 08-07-2009no that's definately betterAnselm R Garbe1+0-1
13:05 08-07-2009some minor changesAnselm R Garbe1+11-11
12:05 08-07-2009die if malloc sizeof(Monitor) failsAnselm R Garbe1+2-1
16:12 06-07-2009applied Mate's patch, added Mate to LICENSEAnselm R Garbe2+21-20
16:56 02-07-2009some cleanupsAnselm R Garbe1+9-6
16:38 02-07-2009hotfixAnselm R Garbe1+3-2
16:37 02-07-2009changed focusmon/tagmon to work on prev/next instead (-1/+1), changed shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-.Anselm R Garbe3+49-31
14:40 02-07-2009removed some empty linesAnselm R Garbe1+6-43
14:30 02-07-2009interactive resizals allow display dimensions againAnselm R Garbe1+33-20
12:48 02-07-2009more sensibleAnselm R Garbe1+1-1
12:47 02-07-2009hmm, can't decide on the default monitor symbol setAnselm R Garbe1+1-1
12:44 02-07-2009updateAnselm R Garbe2+2-2
12:41 02-07-2009introduced monitor symbolsAnselm R Garbe2+5-5
10:42 02-07-2009minor fixAnselm R Garbe1+3-3
15:15 01-07-2009several bugfixesAnselm R Garbe3+10-21
13:08 01-07-2009some minor fix if xinerama is disabled, still some odd behavior in thereAnselm R Garbe2+5-3
16:20 30-06-2009updated year rangesAnselm R Garbe1+3-3
16:15 30-06-2009fixed usage of sx, sy, sw, shAnselm R Garbe1+13-14
16:00 30-06-2009don't draw monitor number, if there is just one monitorAnselm R Garbe1+1-1
15:56 30-06-2009fixed order of transient monitor applicaion and rule applicationAnselm R Garbe1+22-18
15:45 30-06-2009hotfixAnselm R Garbe1+3-3
15:39 30-06-2009several simplificationsAnselm R Garbe2+83-109
11:56 30-06-2009play safeAnselm R Garbe1+2-2
11:51 30-06-2009applied a collection of Christof Musik patches, and fixed an issue reported by waistcoats on IRCAnselm R Garbe1+32-24
14:50 27-06-2009some cleanup handling for index based mon searchAnselm R Garbe1+19-20
14:42 27-06-2009using mon in function names for consistency reasonsAnselm R Garbe1+11-11
14:39 27-06-2009fixed several issues with focus handling via mouse, also added sending clients to the right monitor they belong to after mouse moves/resizalsAnselm R Garbe1+79-43
13:38 27-06-2009fixed focusmon brokenessAnselm R Garbe1+5-7
12:41 26-06-2009tag fixAnselm R Garbe1+2-4
07:17 25-06-2009typo fixAnselm R Garbe1+1-1
07:10 25-06-2009assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)Anselm R Garbe1+1-0
16:04 24-06-2009added some TODOs, some other focus fixesAnselm R Garbe1+6-2
15:52 24-06-2009disabled XINULATOR code for nowAnselm R Garbe1+1-1
15:51 24-06-2009made bar based monitor switching workingAnselm R Garbe1+4-6
15:45 24-06-2009several other focus fixes, introduced unfocus()Anselm R Garbe1+29-9
11:37 24-06-2009some focus fixesAnselm R Garbe1+8-2
09:51 24-06-2009fixed title rendering on non-active screenAnselm R Garbe1+11-12
08:48 24-06-2009fixed getclient brokenessAnselm R Garbe1+8-5
07:14 24-06-2009some hotfix cleanup related to wild selmon-> destructionAnselm R Garbe1+11-24
15:09 23-06-2009some restack fixes, still odd behavior if n>1 on unmanaging clientsAnselm R Garbe1+5-5
15:00 23-06-2009added some dual head simulator codeAnselm R Garbe1+24-4
13:39 23-06-2009simplified left over re-assignmentAnselm R Garbe1+6-12
13:34 23-06-2009fixed tagmon, re-using detach/detachstack and attach/attachstackAnselm R Garbe2+18-9
13:20 23-06-2009simplified ISVISBLE and nexttiledAnselm R Garbe1+19-20
13:17 23-06-2009moved clients/stack/sel to Monitor, that's a per monitor structure from now onAnselm R Garbe1+111-83
12:29 23-06-2009declare buf only if XINERAMA support is usedAnselm R Garbe2+3-3
12:28 23-06-2009if compiled without XINERAMA support assume 1 monitor by default (n = 1)Anselm R Garbe1+1-1
16:29 22-06-2009some more refactoring, bar toggle fixesAnselm R Garbe1+27-17
14:13 22-06-2009hotfixesAnselm R Garbe1+1-1
10:58 22-06-2009changes monitor structure to be a listAnselm R Garbe1+169-133
13:02 20-06-2009we need a tagset per monitor, removed tagset declaration from config.hAnselm R Garbe2+17-16
12:18 20-06-2009some minor fixes regarding the new xinerama supportAnselm R Garbe1+48-30
11:51 20-06-2009several fixes through ISVISIBLE change (takes Monitor into account)Anselm R Garbe1+20-18
11:10 20-06-2009experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/eAnselm R Garbe3+209-121
16:15 19-06-2009introduction of Monitor for better Xinerama support, work in progressAnselm R Garbe2+109-78
05:29 29-05-2009removed MAXTAGLENAnselm R Garbe2+2-3
07:03 20-04-2009next version will be 5.6, shortened some very long linesAnselm R Garbe2+11-5
08:49 18-04-2009Added tag 5.5 for changeset deaa276abac1Anselm R Garbe1+1-0
10:06 19-03-2009applied Marc Andre Tanners showhide patch, the removal of ntiledAnselm R Garbe2+7-11
16:53 17-03-2009applied Gottox' patches, and also removed usegrabAnselm R Garbe2+55-67
09:22 03-03-2009applied the patch I missed from Gottox, thanks mate!arg@garbe.us1+13-11
08:43 02-03-2009applied Gottox' resizehints patch, thanks Gottox!Anselm R Garbe1+52-45
17:20 21-02-2009some NULL fixesAnselm R Garbe1+2-2
17:15 21-02-2009override_redirect is BoolAnselm R Garbe1+1-1
17:12 21-02-2009applied Gottox' adjustborder removal patch (thanks!)Anselm R Garbe2+2-20
09:21 14-02-2009applied nsz' remarka@null1+1-1
14:26 12-02-2009fix of typo, thx to Enno Gottox BolandPremysl Hruby1+1-1
10:11 08-02-2009Added tag 5.4.1 for changeset 85a78d8afa0fa@null1+1-0
10:11 08-02-2009fixed an issue reported by Nibble, also fixed s/2008/2009/a@null3+4-4
07:47 08-02-2009Added tag 5.4 for changeset 8b7836a471f8a@null1+1-0
07:46 08-02-2009avoid reverting the border if it's not necessary (avoids some flashing on view())a@null1+11-6
10:02 20-12-2008spotted missing spacesa@null1+2-2
22:02 19-12-2008reverting some border patchesa@null1+18-7
21:56 19-12-2008changed adjustborder to be a macroa@null1+7-19
21:41 19-12-2008applied yiyus applyrules() patcha@null1+1-1
19:25 17-12-2008implemented noborder for 1 client in the viewa@null1+20-1
18:20 13-12-2008made status script example of .xinitrc more usefula@null1+2-2
15:44 13-12-2008ok, using signal.h for portability reasonsa@null1+1-1
15:27 13-12-2008removed unnecessary closure of stdin reported by Frederic Chardon, thxa@null1+0-1
14:35 13-12-2008added sys/signal.h inclusion for BSD compliancea@null1+1-0
17:55 12-12-2008re-applied Neale's spawn patch, credited Neale in LICENSEa@null4+18-13
17:49 12-12-2008applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordinglya@null4+31-73
14:20 06-12-2008applied yiyus fixarg@localhost.localdomain1+1-1
09:22 06-12-2008fixAnselm R Garbe1+1-1
07:33 06-12-2008Added tag 5.3.1 for changeset 335301ed102fAnselm R Garbe1+1-0
07:32 06-12-2008integrated yiyus clearurgent refactoringAnselm R Garbe1+10-15
07:16 06-12-2008reverted spawnarg@localhost.localdomain1+11-14
18:23 04-12-2008Added tag 5.3 for changeset 4004d6116035Anselm R Garbe1+1-0
18:15 04-12-2008added Neale Pickett's spawn patch, thanks NealeAnselm R Garbe1+16-19
11:22 16-11-2008applied Gottox' comment fix (thanks)Anselm R Garbe1+1-1
09:59 19-10-2008several changes towards 5.3, XINERAMA is disabled by default, introduced usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimizationAnselm R Garbe3+26-12
13:08 15-10-2008removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for computing client size with border added, fixes bug announced by sergey_mPremysl Hruby1+19-18
16:47 09-09-2008Added tag 5.2 for changeset e4bcaca8e6efAnselm R Garbe1+1-0
18:24 08-09-2008using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99Anselm R Garbe1+4-2
05:53 07-09-2008applied XGetWMNormalHints fixAnselm R Garbe1+3-1
05:34 06-09-2008I prefer doing the check in showhideAnselm R Garbe1+6-4
05:21 06-09-2008applied Donald Chai's showhide patch in slightly modified waysAnselm R Garbe1+16-12
04:59 06-09-2008applied Martin Hurton's checkotherwm simplificationAnselm R Garbe1+3-4
18:36 02-09-2008applied Peter Hartlichs aspect revert fixAnselm R Garbe1+2-2
14:47 02-09-2008applied Gottox' grabkey patchAnselm R Garbe1+4-4
18:18 01-09-2008applied yiyus tagbar patchAnselm R Garbe1+1-1
05:22 01-09-2008merged mergearg@localhost.localdomain1+16-19
07:29 29-08-2008fixedAnselm R Garbe1+13-13
06:13 29-08-2008checking result of XGetClassHint, removed some obsolete lines in initfont()Anselm R Garbe1+3-5
11:03 27-08-2008merged my changesAnselm R Garbe1+2-3
08:52 27-08-2008introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.hAnselm R Garbe2+14-13
06:43 25-08-2008WM_NAME is builtin atomPremysl Hruby1+2-3
05:44 25-08-2008grabbuttons() and grabkeys() are now independent from prior numlockmask initializationAnselm R Garbe1+31-23
05:37 25-08-2008reverted some resize() changes, reverted setlocale removalAnselm R Garbe1+5-6
05:54 23-08-2008applied Peter Hartlich's patch regarding aspect calculation with slight modificationsAnselm R Garbe1+17-6
05:33 23-08-2008removed artifact from wmiiAnselm R Garbe1+0-2
05:31 23-08-2008changed grabkeys, removed initmodmapAnselm R Garbe1+21-26
05:26 23-08-2008applied Peter Hartlich's initmodmap patchAnselm R Garbe2+19-13
10:26 22-08-2008applied fix of toggletag by Jan KaliszewskiPremysl Hruby1+5-1
15:28 18-08-2008Martin Hurtons typo fixAnselm R Garbe1+1-1
15:23 18-08-2008fixed error I did when applying Martin Hurton's drawtext patchAnselm R Garbe1+1-1
15:19 18-08-2008applied Martin Hurtons resizemouse patchAnselm R Garbe1+5-7
14:23 18-08-2008applied Martin Hurton's movemouse() patchAnselm R Garbe2+6-6
06:22 18-08-2008using None instead of 0 for transAnselm R Garbe1+2-2
06:21 18-08-2008abc...Anselm R Garbe1+1-1
06:16 18-08-2008removed the i = textnw... as remarked by Martin HurtonAnselm R Garbe1+1-1
06:14 18-08-2008applied Martin Hurton's scan() patch with slight modificationsAnselm R Garbe1+3-4
06:00 18-08-2008changed order of variables in drawtextAnselm R Garbe1+1-1
05:55 18-08-2008applied Martin Hurton's drawtext() patchAnselm R Garbe1+2-3
05:49 18-08-2008applied Martin Hurton's view() simplification, not checking argAnselm R Garbe1+2-2
05:39 18-08-2008making a comment more explicitAnselm R Garbe1+1-1
05:31 18-08-2008removed setlocale() stuff, not necessary if Xmb in useAnselm R Garbe1+1-2
05:11 18-08-2008added a comment about FAQ regarding mfact meaningAnselm R Garbe1+1-1
05:10 18-08-2008added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}Anselm R Garbe1+4-2
04:57 18-08-2008initialize trans with 0Anselm R Garbe1+1-1
17:35 14-08-2008fix of XGetTransientForHint in manage()Premysl Hruby1+2-3
07:36 14-08-2008applied cleanup from M. Hurton and S. NagyPremysl Hruby1+2-2
16:24 12-08-2008fixes using arg->i instead of arg->uiPremysl Hruby1+3-3
13:39 04-08-2008applied Johannes Hofmann's patch, please testanselm@anselm11+18-40
15:12 02-08-2008made readin a config.h variableAnselm R Garbe3+3-3
15:19 29-07-2008Added tag 5.1 for changeset ce355cea9bb8Anselm R Garbe1+1-0
07:32 29-07-2008forcing fullscreen windows to bw=0, though most fullscreen apps are broken anywaysAnselm R Garbe1+1-1
16:18 18-07-2008potential crash fix if xinerama behaves broken, though I doubt itAnselm R Garbe1+1-2
05:57 18-07-2008make hg tip compilable with default configPremysl Hruby1+2-2
14:39 16-07-2008local use of xidx is useless, got rid of it, falling back to screen 0 if pointer query fails for whatever reasonAnselm R Garbe1+7-10
14:33 16-07-2008got rid of compile time xidx configuration, querying mouse pointer insteadAnselm R Garbe2+29-20
14:17 16-07-2008reverted uint redefinitionAnselm R Garbe1+42-46
14:08 13-07-2008applied anydot's urgency hint patch, thanks!anselm@aab1+25-2
13:05 03-07-2008renamed eprint dieAnselm R Garbe1+19-19
06:58 03-07-2008simplified detach()Anselm R Garbe1+3-9
07:54 02-07-2008removed aux* stuff from ClientAnselm R Garbe1+0-4
07:19 02-07-2008removed useless commentAnselm R Garbe1+1-1
07:06 02-07-2008minor fix to view()Anselm R Garbe1+6-0
15:26 01-07-2008applied Frederik Ternerot's grabbuttons patch with slight modificationsAnselm R Garbe1+8-9
05:57 30-06-2008locale updateAnselm R Garbe1+3-1
08:40 24-06-2008removed useless charactersAnselm R Garbe1+3-3
04:59 23-06-2008applied James Turner's dwm.1 patch, thanks James!Anselm R Garbe1+1-4
05:33 22-06-2008fix of monocleAnselm R Garbe1+1-1
05:29 22-06-2008another mergeAnselm R Garbe1+2-2
05:29 22-06-2008does this fix anything?Anselm R Garbe1+1-1
09:49 21-06-2008fixed Gottox' buttonpress/ClkTagBar codeAnselm R Garbe1+2-2
12:52 20-06-2008applied Gottox' ClkTagBar patchAnselm R Garbe2+15-24
10:58 19-06-2008made arrange again like it was onceAnselm R Garbe1+15-15
10:13 19-06-2008fixAnselm R Garbe1+1-1
10:07 19-06-2008use sel instead of seeking the listAnselm R Garbe1+5-7
10:01 19-06-2008resize should apply if !bannedAnselm R Garbe1+2-3
08:28 19-06-2008applied Gottox patchAnselm R Garbe1+21-25
07:38 19-06-2008untested monocleAnselm R Garbe4+55-45
05:11 19-06-2008non-zeroAnselm R Garbe2+11-3
14:22 18-06-2008Added tag 5.0 for changeset 06eb9644e2daAnselm R Garbe1+1-0
07:20 17-06-2008branch mergeAnselm R Garbe1+1-1
07:19 17-06-2008tiled layout resizehints should be respected by defaultAnselm R Garbe2+5-5
05:57 17-06-2008restored y-coordinate fixing of client windowsAnselm R Garbe1+2-1
18:27 15-06-2008s/tags ref/tags mask/arg@suckless.org1+1-1
14:59 15-06-2008updated man page regarding Mod1-mAnselm R Garbe1+1-1
06:52 15-06-2008minor fixes towards 5.0Anselm R Garbe1+8-6
11:15 14-06-2008removed explicit warp in movemouseAnselm R Garbe1+0-5
07:25 14-06-2008removed scroll-wheel based focussing on window title clicksAnselm R Garbe1+0-2
07:23 14-06-2008fix of swapped focusstack mouse buttonsAnselm R Garbe1+2-2
07:22 14-06-2008removed the ButtonPressMask for root windows as wellAnselm R Garbe1+1-1
07:21 14-06-2008removed root window click handlingAnselm R Garbe2+2-3
06:38 14-06-2008removed font and color definitionsAnselm R Garbe2+29-28
13:37 13-06-2008minor fixAnselm R Garbe1+0-2
19:04 12-06-2008fixed tag click handling, however ClkRootWin doesn't work for meAnselm R Garbe1+7-6
12:37 12-06-2008updateAnselm R Garbe1+1-1
09:10 12-06-2008some bugfixes of the patch application yesterdayAnselm R Garbe1+12-12
16:41 11-06-2008integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?)Anselm R Garbe2+111-74
15:55 11-06-2008made Xinerama screen index customizableAnselm R Garbe2+12-8
15:47 11-06-2008removed trailing spaces reported by SoleenAnselm R Garbe2+12-12
15:42 11-06-2008crash fixAnselm R Garbe1+1-1
13:01 11-06-2008made lt visible again in config.def.hAnselm R Garbe1+2-3
10:10 11-06-2008added nsz' patchAnselm R Garbe2+3-1
09:20 11-06-2008added SHCMD support for pipe-based commands due the new spawn() versioAnselm R Garbe1+1-0
06:26 11-06-2008using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydotAnselm R Garbe1+1-1
06:25 11-06-2008lt will point to a foo-layout during cleanup now (Gottox' suggestion), and togglelayout respects Arg->vAnselm R Garbe1+6-1
05:34 11-06-2008integrated Peter Hartlich's patch, removed const char *c from union, simplified togglelayoutAnselm R Garbe2+9-26
05:12 11-06-2008applied anydot's patchset.diffAnselm R Garbe3+206-211
06:24 09-06-2008final version -- Gottox verified it using the test driverarg@suckless.org1+1-1
06:05 09-06-2008revert of introduced problemarg@suckless.org1+1-1
05:26 09-06-2008applied nsz' textnw patch thank youarg@suckless.org1+6-4
05:05 09-06-2008updated the for-loop with Gottox' proposalarg@suckless.org1+1-1
06:49 06-06-2008minor changearg@suckless.org1+1-2
06:49 04-06-2008applied nsz's patches (many thanks!)arg@suckless.org1+4-7
07:19 02-06-2008small change to drawtextarg@suckless.org1+3-4
13:51 01-06-2008fixed the tile() issue with xpdfAnselm R Garbe1+2-2
13:41 01-06-2008using anydot's memcpy-approach in drawtext, however it still looks awkward to meAnselm R Garbe1+1-1
07:58 01-06-2008Gottox' drawtext simplificationAnselm R Garbe2+3-9
06:54 01-06-2008applied noviewprev.diff, fix.diff and unusedflags.diffAnselm R Garbe2+17-24
13:37 31-05-2008fixAnselm R Garbe1+1-1
13:05 31-05-2008lt->arrange in mfactAnselm R Garbe1+1-1
19:03 30-05-2008isfixed implies isfloatingAnselm R Garbe1+1-1
14:42 29-05-2008applied nibbles fixes, slightly modifiedAnselm R Garbe1+2-2
14:22 29-05-2008applied yiyus tip patch from tueAnselm R Garbe1+24-24
06:45 28-05-2008core dump fix in cleanupAnselm R Garbe1+1-1
07:43 26-05-2008updated the initial comment to reflect the use of bit arraysAnselm R Garbe1+2-2
07:42 26-05-2008slight changesAnselm R Garbe1+3-6
06:28 26-05-2008removed bx and bw, unnecessaryAnselm R Garbe1+8-10
06:13 26-05-2008renamed domax into ismaxAnselm R Garbe1+8-8
06:10 26-05-2008simplified tile()Anselm R Garbe1+15-37
05:54 26-05-2008removed Layout->updategeom, unnecessaryAnselm R Garbe2+16-28
05:45 26-05-2008removed TEXTWAnselm R Garbe1+5-10
05:39 26-05-2008applied yiyus domax patch with slight modificationsAnselm R Garbe3+55-76
10:15 22-05-2008replaced isvisible with a macroAnselm R Garbe1+12-17
10:10 22-05-2008removed emalloczAnselm R Garbe1+2-11
10:02 22-05-2008s/int/uint/ in config.hAnselm R Garbe1+38-38
09:35 22-05-2008removed debug output, sanitized tag limit checkAnselm R Garbe1+2-11
08:00 22-05-2008setmfact argument was wrongAnselm R Garbe1+2-2
07:50 22-05-2008Key.mod is uint, Client.[old]bw is intAnselm R Garbe1+2-2
07:16 22-05-2008s/unsigned long/ulong/Anselm R Garbe1+11-10
07:12 22-05-2008s/nextunfloating/nexttiled/, changed zoom() behaviorAnselm R Garbe1+12-12
07:10 22-05-2008s/unsigned int/uint/Anselm R Garbe1+34-33
07:08 22-05-2008s/void */const void */Anselm R Garbe1+32-32
07:04 22-05-2008applied Gottox bitmask + void *arg patchAnselm R Garbe3+138-168
16:29 19-05-2008some minor fixesanselm@anselm11+2-2
16:13 19-05-2008simplificationanselm@anselm12+3-5
16:08 19-05-2008reverted dist target in Makefileanselm@anselm11+1-1
16:07 19-05-2008merged tile.c again into dwm.canselm@anselm13+101-106
13:27 19-05-2008take bar into accountAnselm R Garbe1+1-1
13:23 19-05-2008be more polite to clients which like to appear outside the window area, but still on the screenAnselm R Garbe1+6-6
11:36 19-05-2008fixed commentAnselm R Garbe1+1-1
11:09 19-05-2008fixAnselm R Garbe1+1-1
11:05 19-05-2008make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clientsAnselm R Garbe3+37-16
10:44 19-05-2008improving space usage if master is left of stack (default)Anselm R Garbe1+5-3
09:41 19-05-2008only snap within window areaAnselm R Garbe1+19-12
09:37 19-05-2008s/DEFGEOM/CUSTOMGEOM/Anselm R Garbe1+2-2
09:32 19-05-2008updateAnselm R Garbe1+0-4
08:42 19-05-2008updatetilegeom should be fine for setmfactAnselm R Garbe1+1-1
08:34 19-05-2008recent changes, introduced togglebar, changed some defines into variable declarations where possibleAnselm R Garbe3+53-33
10:51 17-05-2008new stuffAnselm R Garbe1+2-2
10:50 17-05-2008removed the <M> togglelayout callAnselm R Garbe2+2-5
10:48 17-05-2008s/tilegeom/updatetilegeom/Anselm R Garbe1+16-16
10:46 17-05-2008removed monocle for nowAnselm R Garbe3+0-14
10:41 17-05-2008removed the exact focus mechanism of next/prev windowAnselm R Garbe4+16-26
10:38 17-05-2008moved all tile()-related stuff into tile.c which is included from config.def.h, the default dwm is now nearly independent from the arrange() algorithm in useAnselm R Garbe3+119-108
10:23 17-05-2008removed tileh, renamed tilev into tile again, removed counttiles, tilemasterAnselm R Garbe2+15-57
10:17 17-05-2008removed Layout->isfloatingAnselm R Garbe2+21-31
10:06 17-05-2008removed reapply() -- unnecessaryAnselm R Garbe2+0-13
10:04 17-05-2008renamed setlayout into togglelayoutAnselm R Garbe2+97-98
06:51 15-05-2008removed temporary wildcard handlingAnselm R Garbe1+2-6
06:47 15-05-2008added wild-card handling for tagsAnselm R Garbe1+6-2
07:24 14-05-2008applied nsz's another style patchAnselm R Garbe1+3-4
10:33 13-05-2008applied nsz's style.diff patchAnselm R Garbe1+13-14
07:27 13-05-2008just added a commentAnselm R Garbe1+1-1
16:27 11-05-2008minor fixesAnselm R Garbe1+1-3
16:25 11-05-2008having monocle on Mod1-mAnselm R Garbe2+2-1
16:22 11-05-2008hotfixAnselm R Garbe1+1-1
16:20 11-05-2008removed Geom stuff, introduced updategeom() again, still view is somewhat broken?Anselm R Garbe3+52-85
10:54 11-05-2008cleaned up config.def.hAnselm R Garbe1+2-8
10:40 11-05-2008implemented exact focus next, if arg != NULL to focus{next,prev}Anselm R Garbe4+27-17
11:52 06-05-2008applied the proposal by nszAnselm R Garbe1+5-3
11:13 06-05-2008applied JUCE patchAnselm R Garbe2+3-0
14:36 27-04-2008simplification of view() as proposed by anydotAnselm R Garbe1+3-10
14:33 27-04-2008applied yiyus tagset patchAnselm R Garbe1+16-21
14:22 27-04-2008applied yiyus fgeom patchAnselm R Garbe2+41-35
14:00 27-04-2008applied dfenze drawtext simplificationsAnselm R Garbe1+7-8
15:09 20-04-2008this is the correct wayanselm@anselm11+1-0
15:09 20-04-2008copyright notice is in LICENSEanselm@anselm11+0-1
14:35 20-04-2008applied Ph's seltags-simplification with some modificationsanselm@anselm11+10-13
14:28 20-04-2008applied Ph's MIN/MAX patch, nice work!anselm@anselm11+22-31
14:23 20-04-2008applied Ph's patch regarding geom and lt initializationanselm@anselm11+4-8
14:17 20-04-2008applied Gottox' applyrules() fixanselm@anselm11+2-2
07:49 08-04-2008geometry fix proposed by JukkaAnselm R Garbe1+1-1
05:05 07-04-2008applied applyrules-fix by Jukka, thank you Jukka!Anselm R Garbe1+3-3
15:04 05-04-2008fixAnselm R Garbe1+1-1
14:23 05-04-2008applied the proposed monocle patch from the mailinglistAnselm R Garbe1+1-1
07:15 04-04-2008next version is 5.0Anselm R Garbe1+1-1
17:57 03-04-2008Added tag 4.9 for changeset 22c669b2dd36anselm@anselm11+1-0
10:39 03-04-2008yet another cleanupAnselm R Garbe1+2-2
10:38 03-04-2008some cleanup changesAnselm R Garbe2+1-3
18:18 02-04-2008uncommented dual layout in preparation of dwm 4.9anselm@anselm11+2-2
18:10 02-04-2008applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!anselm@anselm12+24-42
11:46 01-04-2008aspects hints seem broken for fullscreen appsAnselm R Garbe1+5-3
06:09 31-03-2008removed uneccessary lineAnselm R Garbe1+0-1
06:41 25-03-2008bugfixAnselm R Garbe1+1-1
11:31 24-03-2008setmfact should not have any effect if in floating layoutAnselm R Garbe1+1-1
11:24 24-03-2008minor fixAnselm R Garbe1+1-1
11:23 24-03-2008revival of mfact and setmfactAnselm R Garbe3+31-1
10:49 24-03-2008setlayout and setgeom are now togglable againAnselm R Garbe3+38-42
10:33 24-03-2008geom indicator and layout indicator is only displayed if there are several geoms/layoutsAnselm R Garbe2+15-12
13:53 22-03-2008hotfix of idxoftaganselm@anselm11+2-2
09:47 22-03-2008blw/bgw calculation bugfixanselm@anselm11+7-7
06:27 19-03-2008updated configurenotifyAnselm R Garbe1+4-1
20:45 17-03-2008minor bugfix in applyrulesanselm@anselm11+1-1
14:33 17-03-2008added sample of {grow,shrink}master to config.def.hAnselm R Garbe1+4-0
13:29 17-03-2008renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w valueAnselm R Garbe1+34-34
13:26 17-03-2008geoms are now drawed in the status barAnselm R Garbe2+16-8
11:56 17-03-2008removed the string-based setgeom approach, introduced a new Geom type instead and a helper macroAnselm R Garbe2+40-87
12:17 15-03-2008made the string-based setgeom workingAnselm R Garbe3+68-75
15:17 14-03-2008some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometriesAnselm R Garbe3+98-196
12:35 14-03-2008some changes towards 4.9Anselm R Garbe4+38-31
14:56 13-03-2008Added tag 4.8 for changeset 607015ddb091Anselm R Garbe1+1-0
14:30 13-03-2008removed the comment againAnselm R Garbe1+1-2
11:59 13-03-2008some polishing in tileh/tilevAnselm R Garbe1+50-52
11:01 13-03-2008minor bugfixAnselm R Garbe1+1-1
10:47 13-03-2008added a new commentAnselm R Garbe1+2-1
10:45 13-03-2008some cleanupAnselm R Garbe2+3-4
08:25 13-03-2008updated my geoms functionAnselm R Garbe1+3-3
08:24 13-03-2008updateAnselm R Garbe1+2-0
08:22 13-03-2008set layout already hereAnselm R Garbe1+2-2
08:21 13-03-2008well I use a different default tileAnselm R Garbe1+2-2
08:19 13-03-2008added updatebarpos()Anselm R Garbe2+12-8
08:11 13-03-2008removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geomsAnselm R Garbe4+115-96
14:04 12-03-2008some polishingAnselm R Garbe1+5-19
13:34 12-03-2008updated dwm(1)Anselm R Garbe2+24-26
19:52 11-03-2008added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw, th, wx, wy, ww, wh ad variablesanselm@anselm11+72-41
17:22 06-03-2008changed config.def.hAnselm R Garbe1+2-2
17:20 06-03-2008new stuffAnselm R Garbe4+177-16
16:53 06-03-2008implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soonAnselm R Garbe2+109-103
09:56 06-03-2008allow for vstackAnselm R Garbe1+1-0
09:56 06-03-2008added some comments what the TODOs are for 4.8Anselm R Garbe1+7-0
19:14 05-03-2008changed config.def.hAnselm R Garbe1+9-32
17:03 05-03-2008integrated the new -x -y -w toggles of dmenu into my setupAnselm R Garbe1+6-1
16:48 05-03-2008removed some more useless clunkAnselm R Garbe2+4-9
16:31 05-03-2008implemented the stuff as I discussed on dwm@Anselm R Garbe4+124-225
11:13 05-03-2008fixed urgent hint handlingAnselm R Garbe1+4-3
08:31 05-03-2008renamed maximise to monocle again.Anselm R Garbe3+7-18
08:22 05-03-2008fixed urgency hint, though Xinerama integration is still ongoingAnselm R Garbe1+17-9
22:11 04-03-2008next on TODOanselm@anselm11+54-10
19:41 04-03-2008renamed MAXLEN into MAXTAGLEN (backward compliance)anselm@anselm12+2-2
19:40 04-03-2008renamed monocle into maxmise, documented the keybindings in dwm(1)anselm@anselm13+31-23
16:58 04-03-2008monocle goes mainstreamAnselm R Garbe2+15-2
16:13 04-03-2008fixed applyrules bugAnselm R Garbe1+2-2
19:40 03-03-2008removed View cruft, now back to the rootsanselm@anselm12+201-349
09:59 29-02-2008made tag names snappierAnselm R Garbe1+1-1
19:44 28-02-2008fixed some issues nsz reported in IRC loganselm@anselm11+3-1
19:39 28-02-2008well, AIM_XINERAMA should not be enabledanselm@anselm11+1-1
19:38 28-02-2008made the basics of the tagging concept working -- if people want dynamic tags, that's even possible with this concept, the vtags[] array needs to be modified during runtime for this -- the new code is quite experimental, ugly and needs polishinganselm@anselm12+93-54
18:02 28-02-2008removed initags -- we autoselect the first tag in each view insteadanselm@anselm12+31-25
15:13 28-02-2008a small fix to buttonpressAnselm R Garbe1+2-2
15:07 28-02-2008some more changes towards a better dwmAnselm R Garbe2+49-61
19:50 27-02-2008 proceeded, though we still miss a real Tag structanselm@anselm12+39-25
20:57 26-02-2008disabled AIM_XINERAMAanselm@anselm12+2-2
20:51 26-02-2008simplified dwmanselm@anselm13+65-115
20:19 25-02-2008certain fixes, though still a lot of the mutex stuff missinganselm@anselm11+4-6
21:11 23-02-2008pushing my changes of tonight upstream (hg tip is NOW very UNSTABLE -- but those changes are necessary to get a decent multihead support) -- I renamed Monitor into View, to reflect in a better way the dwm terminology of the pastanselm@anselm12+345-366
17:32 22-02-2008fixed Gottox' mail addressanselm@anselm12+2-1
13:27 22-02-2008well typo fixAnselm R Garbe1+1-1
13:26 22-02-2008added Gottox to Copyright holders after all his contributions, applied his last patchAnselm R Garbe2+4-6
08:34 22-02-2008some other fixes, resize contains a minor bugAnselm R Garbe1+9-7
08:15 22-02-2008crash fixAnselm R Garbe1+1-1
08:03 22-02-2008made arrange() Monitor-dependent as well, fixed the movemouse/resizemouse issuesAnselm R Garbe1+28-24
17:19 21-02-2008minorAnselm R Garbe1+0-1
12:33 21-02-2008applied Gottox' monitor.diff patch (thanks btw)Anselm R Garbe1+80-67
08:31 21-02-2008made restack, drawbar also Monitor-related onlyAnselm R Garbe1+91-89
08:14 21-02-2008changed arrange functions to contain the Monitor as first argumentAnselm R Garbe3+51-53
11:48 20-02-2008applied Jukka's zoom-patchAnselm R Garbe1+2-2
06:13 20-02-2008resize handles offscreen issuesAnselm R Garbe1+11-13
06:09 20-02-2008applied some necessary changesAnselm R Garbe1+8-9
15:08 18-02-2008removed Monitor->dc, unnecessaryAnselm R Garbe1+125-124
14:47 18-02-2008removed Monitor->root, since we do not support classical multiheadAnselm R Garbe1+49-54
14:00 15-02-2008some drawbar() polishing, and certain related fixesAnselm R Garbe1+33-21
18:34 13-02-2008urgency hook handling needs also to invert the square if presentAnselm R Garbe1+8-9
18:57 11-02-2008Chris pointed me to the fact, that the window geoms calculation can be done once for each monitor, so I applied this remarkAnselm R Garbe1+6-5
18:51 11-02-2008fixed missing else branchAnselm R Garbe1+2-1
18:48 11-02-2008applied dme's patch to prevent changing prevtags if nothing actually changedAnselm R Garbe1+8-5
18:43 11-02-2008applied dwm-4.8-snaptileds.diffAnselm R Garbe1+11-12
18:34 11-02-2008implemented urgent hint handling (with multihead support)anselm@aab1+37-11
13:55 11-02-2008got initial Xinerama support working, though there is a lot work todoanselm@aab2+90-94
11:40 22-12-2007some more polishing/consistency changesanselm@anselm11+39-40
11:30 22-12-2007proceeded with multihead/Xinerama supportanselm@anselm13+158-162
09:52 22-12-2007removed maximize, there will be monocle soonanselm@anselm12+0-11
09:49 22-12-2007fixed wrong tagging stuffanselm@anselm12+14-14
09:26 22-12-2007added dmenu_run to config.hanselm@anselm11+1-2
17:45 21-12-2007root window and screen have to be in Monitor struct, we want side-by-side Xinerama and Multihead support (only Xinerama when enabled and present)anselm@anselm11+2-0
09:54 21-12-2007merged Christof Musik's Xinerama support patches, though this needs some polishing!anselm@anselm12+454-304
09:39 09-12-2007simplified Mod-mAnselm R. Garbe3+12-38
16:11 08-12-2007implemented reapply for re-applying the tagging rules during runtime, Mod-rAnselm R. Garbe3+16-0
15:59 08-12-2007next version will be 4.8Anselm R. Garbe1+1-1
17:19 21-11-2007Added tag 4.7 for changeset d6d3085307d8Anselm R. Garbe1+1-0
15:59 17-11-2007fixed focus steeling bug done by clients like operaAnselm R. Garbe1+12-3
14:59 17-11-2007removed support for the NetSupportingWmCheck stuff, netbeans, argouml and others also don't work with compiz, so it is Suns problem to provide a fixAnselm R. Garbe1+3-14
16:38 15-11-2007yeah compiz didn't did the trick, but identifying dwm as LookingGlass (LG3D)Anselm R. Garbe1+2-2
15:26 15-11-2007fooAnselm R. Garbe1+1-1
14:57 15-11-2007hack that adds NET_SUPPORTING_WM_CHECK handling, dwm identifies itself as compiz, hence I believe this might workaround the JDK 1.6+ XToolkit bugAnselm R. Garbe1+15-3
16:21 10-11-2007applied Ritesh's patch to stext handling with some minor modificationsAnselm R. Garbe1+15-10
15:31 10-11-2007initialize prevtags in setup, now users can setup which seltags should be selectedin config.hAnselm R. Garbe1+5-4
15:16 10-11-2007Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs!Anselm R. Garbe2+81-78
05:49 07-11-2007moved LENGTH to dwm.c, moved prevtags to dwm.carg@suckless.org2+4-4
13:49 04-11-2007we check variable == value, and not the other way - the other way is for beginner programmers.Anselm R. Garbe1+15-16
08:17 04-11-2007removed a misleading comment about client title windows, which don't exist anymoreAnselm R. Garbe1+1-3
08:12 04-11-2007full names in -v output of dwmAnselm R. Garbe1+2-1
17:14 03-11-2007doing it in a shorter wayAnselm R. Garbe1+1-3
16:43 03-11-2007removed fgets usage, increment offset until a line is read, dwm will drop all lines read in one call, except the first!!! one (previously it preferred the last) - but the current approach is simplier and works better for general purpose in conjunction with the offset handlingAnselm R. Garbe1+27-7
13:07 02-11-2007simplifiedAnselm R. Garbe1+5-8
13:04 02-11-2007made error handling more properAnselm R. Garbe1+7-2
12:57 02-11-2007replaced low-level stext reading with an fgets callAnselm R. Garbe1+5-17
06:43 02-11-2007revival of RESIZEHINTSAnselm R. Garbe2+3-2
08:42 29-10-2007sanders patch for b2 togglearg@suckless.org1+1-1
08:52 28-10-2007replaced Nmacros with LENGTH(x) macroAnselm R. Garbe2+26-27
08:41 28-10-2007replaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ltidx, added NRULES, NLAYOUTS and Layout *layout as alternatives, removed isarrange(), checking against layout->arrange instead.Anselm R. Garbe2+31-36
13:21 27-10-2007some sanity changesAnselm R. Garbe1+7-7
13:12 27-10-2007going toward 4.7Anselm R. Garbe3+4-5
15:24 25-10-2007Added tag 4.6 for changeset bcd7e18e196aAnselm R. Garbe1+1-0
05:42 25-10-2007fixed a commentarg@suckless.org1+1-1
15:34 24-10-2007also consider width for tile fallback enforcingAnselm R. Garbe1+2-1
11:26 24-10-2007removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clientsarg@suckless.org2+3-2
11:07 24-10-2007some cleanup, removed ntags variable, defined NTAGS macro, simplified tag(), view() and idxoftag(), fixed some NULL comparisionsarg@suckless.org1+20-27
04:38 23-10-2007parenthized use of ISTILE macro in dwm.carg@suckless.org1+3-3
04:56 19-10-2007thx to Toni Lainsonarg@suckless.org1+2-2
12:02 18-10-2007fixed two commentsarg@suckless.org1+3-1
05:28 18-10-2007removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier and most flexible than all other possibilitiesarg@suckless.org3+190-194
09:35 17-10-2007small cosmetic fixarg@suckless.org1+1-2
07:28 17-10-2007uncommented DEBUG CFLGAS/LDFLAGSarg@suckless.org1+2-2
06:19 17-10-2007just making dwm.h sanerarg@suckless.org3+63-65
14:07 16-10-2007applied Eric Mertens patch to mainstream dwm, however this needs testingAnselm R. Garbe1+31-28
14:04 16-10-2007cleaned up dwm.c/dwm.h somewhat that it allows easier integration of patchesAnselm R. Garbe2+115-115
15:50 11-10-2007small commentAnselm R. Garbe1+1-0
15:47 11-10-2007recreated dwm.hAnselm R. Garbe3+23-21
13:51 10-10-2007added Mod1-Tab description to dwm.1Anselm R. Garbe1+3-0
13:39 10-10-2007added antoszka's viewprev patch with some minor modifications, restored Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromiseAnselm R. Garbe3+35-22
14:43 06-10-2007applied Brandon MacDone's static initialization patch for seltags and Client->tagsAnselm R. Garbe1+21-23
13:30 05-10-2007removing NULL-terminating **tags definition in config.hAnselm R. Garbe2+2-2
11:25 03-10-2007removed two spaces reported by SoleenAnselm R. Garbe1+2-2
16:25 01-10-2007reverted Peters patch to tile, I will discuss the reasons at dwm@Anselm R. Garbe1+3-6
10:39 01-10-2007s/xterm/uxterm/Anselm R. Garbe1+1-1
09:40 01-10-2007added hint for downloading dextraAnselm R. Garbe1+3-0
06:43 01-10-2007fixed font definitionAnselm R. Garbe1+1-1
14:20 30-09-2007fixed man pageAnselm R. Garbe1+1-1
13:33 30-09-2007fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify()Anselm R. Garbe1+2-1
07:47 30-09-2007applied Peter Hartlich's border collapse patchAnselm R. Garbe2+12-10
15:08 27-09-2007improved tile() for the RESIZEHINTS == True case, now more space is consumed by the clients (esp. if those clients use increment handling heavily)Anselm R. Garbe1+6-5
13:59 27-09-2007fixed colorsAnselm R. Garbe1+3-3
04:14 27-09-2007fixed inclusion orderarg@suckless.org1+2-1
14:14 26-09-2007updated with my favorite colorschemeAnselm R. Garbe1+6-7
15:43 25-09-2007applied colors depend from lavishs proposalAnselm R. Garbe1+6-6
13:50 23-09-2007switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ffAnselm R. Garbe1+9-9
06:24 23-09-2007btw 4.6 will be the next releaseAnselm R. Garbe1+1-1
06:24 23-09-2007renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after allAnselm R. Garbe2+5-1
16:55 22-09-2007introduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom()Anselm R. Garbe2+7-6
16:34 22-09-2007setmwfact and zoom check isarrange(floating) now, not !isarrange(tile) - this makes it easier to play well with bstack and nmtile patchesAnselm R. Garbe1+2-2
04:13 22-09-2007Added tag 4.5 for changeset 2acc60d6dfe2Anselm R. Garbe1+1-0
03:57 22-09-2007cosmetic fixAnselm R. Garbe1+2-1
16:45 20-09-2007fixed a commentAnselm R. Garbe1+1-1
12:32 19-09-2007applied Peters patch, applied yiyus hint to initfontarg@suckless.org1+12-12
14:04 18-09-2007applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximumAnselm R. Garbe2+13-4
11:42 17-09-2007made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending itarg@suckless.org4+184-187
15:02 16-09-2007there might be envs which need Xlib.hAnselm R. Garbe1+1-0
08:42 16-09-2007Mod1-Button2 on a floating but not-fixed client will make it tiled againAnselm R. Garbe2+7-3
08:27 16-09-2007now tiled windows can be resized/moved, their floating state will be toggled implicitelyAnselm R. Garbe2+12-8
07:34 16-09-2007some more rearrangementsAnselm R. Garbe1+143-147
06:53 16-09-2007ordered all functions alphabeticallyAnselm R. Garbe1+1178-1180
05:24 16-09-2007corrected a misleading commentAnselm R. Garbe1+1-1
05:23 16-09-2007macros which have been defined in config.h can only be used at function level, however you can nest code into config.h now for implementing a different layout (just for example), eg. #include "supertile.c"Anselm R. Garbe1+10-6
17:45 15-09-2007ordered function forward definitionsAnselm R. Garbe1+57-56
17:33 15-09-2007backporting my intro-comment of old dwm.hAnselm R. Garbe1+30-1
17:31 15-09-2007removed grabkeys, not necessaryAnselm R. Garbe1+21-26
17:25 15-09-2007micromizing dwm step 1Anselm R. Garbe13+1861-1971
15:39 15-09-2007new colorscheme (16-bit compliant)Anselm R. Garbe4+14-15
08:16 15-09-2007moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe6+269-259
07:36 15-09-2007renamed drawstatus into drawbarAnselm R. Garbe6+10-10
05:35 15-09-2007renamed config.default.h into config.hAnselm R. Garbe3+106-110
05:31 15-09-2007dist target only needs to add config.default.hAnselm R. Garbe1+1-1
05:30 15-09-2007removed config.arg.h, only 1 config.h necessaryAnselm R. Garbe2+22-112
15:32 14-09-2007small changes of the colorsAnselm R. Garbe1+10-7
16:30 11-09-2007other colorAnselm R. Garbe1+3-3
15:16 11-09-2007using light colorscheme, preparing merge of config.arg.h with config.default.hAnselm R. Garbe1+7-7
13:31 09-09-2007I work with enabled RESIZEHINTS, simply because I force myself to continue the st development ;)Anselm R. Garbe1+1-1
13:28 09-09-2007introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizalsAnselm R. Garbe4+4-2
16:22 07-09-200714px fonts drives me nutsAnselm R. Garbe1+1-1
07:54 26-08-2007Added tag 4.4.1 for changeset 7c117df5d202Anselm R. Garbe1+1-0
07:53 26-08-2007prepared 4.4.1 bugfix and minor feature enhancement releaseAnselm R. Garbe5+5-5
13:15 23-08-2007Added tag 4.4 for changeset 408014d21261Anselm R. Garbe1+1-0
13:11 23-08-2007removed unnecessary include, prepared dwm-4.4Anselm R. Garbe1+0-1
14:06 22-08-2007setlayout should perform strcmp's if arg != NULL, because Layout is local to screen.oAnselm R. Garbe1+2-1
14:02 22-08-2007reverted release CFLAGsAnselm R. Garbe1+2-2
14:01 22-08-2007removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol checkAnselm R. Garbe6+23-101
13:50 19-08-2007renamed char prop[] into buf[]Anselm R. Garbe2+27-27
13:39 19-08-2007fixed misappearance of iconified windows on SIGKILLAnselm R. Garbe2+29-4
06:00 19-08-2007moved updatebarpos to screenAnselm R. Garbe3+28-28
05:57 19-08-2007added screen.c, removed layout.c and tag.cAnselm R. Garbe8+407-420
05:40 19-08-2007prepared merging layout.c and tag.c into screen.cAnselm R. Garbe4+39-46
05:13 19-08-2007small fixAnselm R. Garbe1+1-1
09:20 18-08-2007hmm I doubt the usefulness of storing this information...Anselm R. Garbe6+74-31
08:48 18-08-2007cleaned up settags-handlingAnselm R. Garbe4+90-81
06:40 18-08-2007applied Gottox mwfact patchAnselm R. Garbe1+7-8
16:19 17-08-2007replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property)Anselm R. Garbe1+12-13
16:12 17-08-2007renamed seltag into seltagsAnselm R. Garbe4+13-13
16:10 17-08-2007applied Jukka Salmi's setmwfact patchAnselm R. Garbe4+16-10
13:41 16-08-2007made plural arraysAnselm R. Garbe5+29-29
13:30 16-08-2007fixed the issue observed by various people, that clients appeared on empty tagsAnselm R. Garbe1+3-4
12:55 16-08-2007made tag/view/toggle{tag,view} work on pointer to tags-array, there was the need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h'sAnselm R. Garbe6+127-112
03:05 16-08-2007applied Jukka's patchAnselm R. Garbe1+3-1
14:31 15-08-2007fixed _DWM_CONFIG persistation, fixed the client disapperance bug during restartsAnselm R. Garbe1+5-5
14:27 15-08-2007fififiAnselm R. Garbe6+35-30
14:38 14-08-2007fix of resize (thanks Sander for the hint!)Anselm R. Garbe1+2-2
02:54 14-08-2007fixed a typoAnselm R. Garbe1+1-1
15:10 13-08-2007small bugfixAnselm R. Garbe1+19-9
15:06 13-08-2007tags should be persistent now during X server runAnselm R. Garbe4+33-7
14:22 13-08-2007small bugfixAnselm R. Garbe1+1-1
14:19 13-08-2007made tile simplierAnselm R. Garbe1+20-23
14:13 13-08-2007made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layoutsAnselm R. Garbe8+62-42
13:24 13-08-2007made resize more preciseAnselm R. Garbe1+9-12
08:10 12-08-2007moved floating to layout.c, kept tile.c outsideAnselm R. Garbe7+41-50
07:46 12-08-2007renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfactAnselm R. Garbe5+15-16
09:44 11-08-2007fixed a commentAnselm R. Garbe1+1-1
07:11 11-08-2007separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing codeAnselm R. Garbe13+164-134
13:27 10-08-2007let not overlap the bordersAnselm R. Garbe1+1-1
13:16 10-08-2007removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for detailsAnselm R. Garbe8+90-197
12:37 05-08-2007slight change of my color schemeAnselm R. Garbe1+2-2
11:00 05-08-2007removed spow(x, 0); calls, I did them for consistency's sake, but it should be rather obvious how the scaling works anywaysAnselm R. Garbe1+3-3
10:58 05-08-2007applied Jukka's dwm.1 patchAnselm R. Garbe1+6-6
07:47 05-08-2007changed shortcuts as described on the mailinglist, added sanity checks for ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1)Anselm R. Garbe4+60-35
05:57 04-08-2007small fix of static function orderAnselm R. Garbe1+18-18
05:51 04-08-2007I introduced {H,V}RATIO and inc{h,v,}ratio() functions - the default behaves like in dwm-4.3, config.arg.h shows how I prefer the ratio being handled (for the future I plan to change const char *arg into ..., and renaming Client into Win.)Anselm R. Garbe4+44-29
14:29 03-08-2007removed a C++ style commentAnselm R. Garbe1+1-1
14:23 03-08-2007implemented ratio tile as described on the mailinglistAnselm R. Garbe4+73-44
13:22 31-07-2007changed the fix of yesterday, the resize should only be necessary at manage() time, not on any unban()Anselm R. Garbe1+1-1
16:03 30-07-2007fooAnselm R. Garbe1+1-0
12:25 28-07-2007set client state to iconic on maprequestAnselm R. Garbe1+1-0
12:18 28-07-2007changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THISAnselm R. Garbe4+15-11
07:58 28-07-2007removed shiftview(), if you scroll the views in the tag area, you can also use Button1 instead removed focusclient([-]1) bound to scroll wheel - if you slightly move the mouse you will focus the first client anways which is in the wayAnselm R. Garbe3+2-29
15:15 26-07-2007applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!Anselm R. Garbe2+3-7
13:29 24-07-2007applied Jeroen Schot's shiftview patchAnselm R. Garbe3+23-0
13:25 24-07-2007applied dwm-windowscrolling patcharg@f00b4r1+4-0
16:14 14-07-2007Added tag 4.3 for changeset e0ec0d5d8b1earg@f00b4r1+1-0
14:45 12-07-2007restoring tip to be a working dwm again (switching FONT to terminus in config.arg.h)arg@f00b4r2+2-3
04:08 19-06-2007please recheck this patch with Mathematica from Wolfram Research - lemme know if it fixes the geyish blob window bugAnselm R. Garbe1+2-1
04:04 19-06-2007removed crappy createnotify handlerAnselm R. Garbe1+0-14
06:43 06-06-2007applied restack patch of anydot, with slight changesAnselm R. Garbe1+9-3
06:17 06-06-2007I change the style of init somewhat, init as early as possible.Anselm R. Garbe1+3-3
09:38 04-06-2007uncommented creatnotifyAnselm R. Garbe1+1-1
06:50 04-06-2007added an creatnotify event handlerAnselm R. Garbe4+56-40
06:37 04-06-2007applied anudots [un]ban repair patchAnselm R. Garbe3+3-7
07:11 01-06-2007making variable declarations in dwm.h extern, this seems to be more ansi compliantAnselm R. Garbe1+15-15
15:49 30-05-2007replaced BORDERPX with sel->border in togglemax(), in other places this is not possible.Anselm R. Garbe2+2-2
07:22 30-05-2007Added tag 4.2 for changeset c13cb8c6b7a5Anselm R. Garbe1+1-0
07:19 30-05-2007referred to LICENSE fileAnselm R. Garbe10+10-60
07:10 30-05-2007Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as wellAnselm R. Garbe11+12-1
03:57 30-05-2007applied Jukkas patchAnselm R. Garbe2+2-2
08:53 29-05-2007changed -v output (now also anydot and nsz are contained in this output)Anselm R. Garbe1+1-1
06:57 29-05-2007added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe11+11-0
06:47 29-05-2007added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe11+11-0
06:35 29-05-2007applied anydot's 3 minor patches, thank you anydotAnselm R. Garbe4+31-34
10:05 28-05-2007applied Sanders patchAnselm R. Garbe1+2-2
10:28 25-05-2007applied anydots proposal to let togglefloating restore fixed windowsAnselm R. Garbe1+2-0
11:25 24-05-2007fix if n < nmaster of remainer calculation for master windowsAnselm R. Garbe1+1-1
10:55 24-05-2007rev 900, coolAnselm R. Garbe1+1-1
10:53 24-05-2007foAnselm R. Garbe1+1-1
10:40 24-05-2007calculating the remainder for master and stack area correctlyAnselm R. Garbe1+9-6
06:35 24-05-2007fixed issue reported by Christian GarbsAnselm R. Garbe1+1-2
17:33 23-05-2007removed the only one and superfloues strncmpAnselm R. Garbe1+1-1
09:51 23-05-2007fooAnselm R. Garbe1+1-1
02:49 23-05-2007reverted last change after Sander pointed out the original decisionAnselm R. Garbe1+1-1
02:47 23-05-2007applied anydots remark of togglefloating()Anselm R. Garbe1+1-1
06:29 22-05-2007applied Szabolcs proposal for zoom() as wellAnselm R. Garbe1+1-1
06:29 22-05-2007applied Szabolcs proposal to simplify setlayout()Anselm R. Garbe2+4-6
09:37 21-05-2007Added tag 4.1 for changeset 00f4180df72bAnselm R. Garbe1+1-0
17:05 16-05-2007no that change breaks fullscreen appsAnselm R. Garbe1+0-1
16:59 16-05-2007raise barwin in restack, that's the most elegant solution I thinkAnselm R. Garbe1+1-0
09:06 15-05-2007simplificationAnselm R. Garbe1+2-4
08:58 15-05-2007raising the barwin has no effect becasue of restackAnselm R. Garbe1+0-1
08:56 15-05-2007fixAnselm R. Garbe1+2-0
08:56 15-05-2007barwindow raisingAnselm R. Garbe1+3-0
08:49 15-05-2007using BarTop as fallback if BARPOS is set to BarOff as default for togglingAnselm R. Garbe1+6-1
08:44 15-05-2007removed strip, added -s to LDFLAGSAnselm R. Garbe2+1-2
08:42 15-05-2007added new Mod1-b functionality to dwm(1)Anselm R. Garbe2+5-2
08:36 15-05-2007another fix, call lt->arrange() in togglebar onlyAnselm R. Garbe3+6-5
08:23 15-05-2007fixed bpos initAnselm R. Garbe1+1-0
07:09 15-05-2007made bar togglalbleAnselm R. Garbe5+47-18
11:24 14-05-2007thanks to JukkaAnselm R. Garbe1+0-1
08:42 14-05-2007added the GTK Save-As bug report to BUGS section of dwm(1)Anselm R. Garbe1+8-0
06:54 14-05-2007applied dfenze cleanups, fixed some comments in dwm.hAnselm R. Garbe4+20-21
08:49 10-05-2007small fix of fixAnselm R. Garbe1+1-2
08:47 10-05-2007fixed a potential security flawAnselm R. Garbe1+5-3
06:31 09-05-2007applied Maarten Maathuis recenter-patch for floating clients only requesting new width and height exceeding the screen spaceAnselm R. Garbe1+4-0
05:12 09-05-2007s/remain/remainder/Anselm R. Garbe1+3-3
05:11 09-05-2007fixing remaining space calculationAnselm R. Garbe1+5-5
03:52 08-05-2007thanks to Juka to check -Wall ;)Anselm R. Garbe1+0-2
08:14 07-05-2007next version is 4.1Anselm R. Garbe1+1-1
08:12 07-05-2007applied patch of Paul Liu to allow onthefly resizing due to xrandr changesAnselm R. Garbe3+25-2
04:26 19-04-2007Added tag 4.0 for changeset 018c38468422Anselm R. Garbe1+1-0
04:24 19-04-2007fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode)Anselm R. Garbe3+12-6
03:53 19-04-2007touch borderAnselm R. Garbe1+1-1
16:11 18-04-2007set border at manage timeAnselm R. Garbe1+1-2
12:29 18-04-2007using pixelcarnage-monospace (proggyclean), because this is better to the eyesAnselm R. Garbe1+1-1
09:56 17-04-2007changed border handlingAnselm R. Garbe3+11-18
07:22 13-04-2007changing order of c->border restorageAnselm R. Garbe1+3-3
06:41 13-04-2007I used 2006 in other places as wellAnselm R. Garbe1+1-1
06:40 13-04-2007yet another fix of copyright compactisitionAnselm R. Garbe11+24-16
06:32 13-04-2007making Copyright notices more compactAnselm R. Garbe8+22-28
10:18 11-04-2007next version will be 4.0, so don't expect it within the next daysAnselm R. Garbe1+1-1
10:17 11-04-2007make also transients floating when we do not know the main windowAnselm R. Garbe1+5-4
06:11 02-04-2007Added tag 3.9 for changeset 55478328b242Anselm R. Garbe1+1-0
10:18 29-03-2007next version will be 3.9, but don't expect it this weekAnselm R. Garbe1+1-1
10:17 29-03-2007add an additional check in resize() to prevent a crash of dwmAnselm R. Garbe1+3-1
07:54 05-03-2007Added tag 3.8 for changeset 2ea201354cf0Anselm R. Garbe1+1-0
11:14 02-03-2007we don't need to set the font all the timeAnselm R. Garbe2+5-9
08:33 01-03-2007some changes to updatesizehints, I don't change the aspect ratio algorithm now - I can't think, it is a messAnselm R. Garbe2+24-17
12:24 26-02-2007removed sendeventAnselm R. Garbe3+11-17
06:47 26-02-2007Escape -s in dwm.1Anselm R. Garbe2+26-26
11:41 24-02-2007Added tag 3.7 for changeset baee494346e5Anselm R. Garbe1+1-0
11:40 24-02-2007prepared 3.7, ready to ramboAnselm R. Garbe2+2-2
10:08 24-02-2007removed an unnecessary newlineAnselm R. Garbe1+0-1
10:06 24-02-2007removed superfluous externs (except for tags, because tags is defined in the source)Anselm R. Garbe1+53-53
09:37 23-02-2007replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-kAnselm R. Garbe3+10-10
07:17 23-02-2007oops, small bugfix in my configAnselm R. Garbe1+1-1
07:13 23-02-2007default masterwidth should also be at 600Anselm R. Garbe1+1-1
07:09 23-02-2007changed order if h/lAnselm R. Garbe1+1-1
06:40 23-02-2007well I agree to several people claiming h/j/k/l is the better default than Tab/S-Tab/g/s for focus and master resizingAnselm R. Garbe3+13-13
18:10 22-02-2007renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced meAnselm R. Garbe9+63-63
14:22 22-02-2007hahaha, untiled and non-untiled sounded really cumbersomeAnselm R. Garbe1+1-1
14:17 22-02-2007made Fnt an anonymous inner structAnselm R. Garbe1+15-15
14:08 22-02-2007made Fnt an anonymous inner structAnselm R. Garbe1+7-9
13:58 22-02-2007nah, I don't want 640 as MASTERWIDTHAnselm R. Garbe2+3-3
13:52 22-02-2007using MASTERWIDTH=640 and 32px steps by default (incmasterw())Anselm R. Garbe2+6-6
13:51 22-02-2007simplified focusclient()Anselm R. Garbe1+6-10
13:43 22-02-2007renamed versatile into untiledAnselm R. Garbe9+51-51
11:25 22-02-2007merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe4+21-26
11:06 22-02-2007made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe1+11-12
08:16 22-02-2007oopsAnselm R. Garbe1+2-2
08:15 22-02-2007small bugfixAnselm R. Garbe2+15-9
08:00 22-02-2007fixed some issues due to the Arg->const char * transitionAnselm R. Garbe2+10-9
07:45 22-02-2007restoring default keybindings as Sander complainedAnselm R. Garbe2+8-8
07:42 22-02-2007replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some placesAnselm R. Garbe9+190-185
07:15 22-02-2007re-added xterm to config.default.hAnselm R. Garbe1+1-0
07:09 22-02-2007removed button4/5-bindings for incnmaster on mode label - that is misleadingAnselm R. Garbe2+0-14
07:06 22-02-2007fixed order of key bindings described in dwm.1Anselm R. Garbe1+5-5
06:59 22-02-2007status needs update even in togglemax() - since we got an indicator for thisAnselm R. Garbe1+1-0
06:57 22-02-2007reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window.Anselm R. Garbe2+6-24
06:52 22-02-2007dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe2+31-6
05:29 22-02-2007nah grouped keybindings by contextAnselm R. Garbe2+46-47
04:08 22-02-2007fixed exit condition in togglemax()Anselm R. Garbe1+1-1
04:02 22-02-2007fixing missing extern declars in dwm.h for {de,at}tach()Anselm R. Garbe1+2-0
03:59 22-02-2007several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTHAnselm R. Garbe10+184-183
17:36 21-02-2007just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair)Anselm R. Garbe1+5-6
13:00 21-02-2007optimizing background color of terminalsAnselm R. Garbe1+1-1
12:57 21-02-2007using 333 as background, hey proggyclean is really goodAnselm R. Garbe1+1-1
12:53 21-02-2007switching to 13pt proggyclean (this fits better my 1920x1200 resolution than 12pt terminus which is too small or 14pt terminus which is too fat)Anselm R. Garbe1+1-1
12:47 21-02-2007using smaller fontAnselm R. Garbe1+1-1
11:47 21-02-2007using a green selborderAnselm R. Garbe1+1-1
09:31 21-02-2007reverting to bg 555Anselm R. Garbe2+2-2
09:29 21-02-2007s/555/357/ for SELCOLORAnselm R. Garbe1+1-1
09:24 21-02-2007switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)Anselm R. Garbe1+1-1
08:09 21-02-2007Added tag 3.6.1 for changeset 20ec6976cee1Anselm R. Garbe1+1-0
08:08 21-02-2007creating 3.6.1Anselm R. Garbe1+1-1
07:49 21-02-2007reverted accidental removal of sx, syAnselm R. Garbe2+6-5
07:45 21-02-2007removed some global vars which should be static insteadAnselm R. Garbe2+7-8
07:39 21-02-2007moved focus{next,prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)Anselm R. Garbe3+50-50
07:30 21-02-2007cleaned up and commented the config.*.hAnselm R. Garbe3+35-31
07:05 21-02-2007Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928bAnselm R. Garbe1+1-0
07:04 21-02-2007fixed quoting and a commentAnselm R. Garbe2+2-2
09:56 20-02-2007renamed setfont to initfont, getcolor to initcolorAnselm R. Garbe1+29-29
09:48 20-02-2007fixed orderAnselm R. Garbe1+11-11
09:46 20-02-2007added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe4+144-133
09:40 20-02-2007separating drawsquare from drawtext, made drawtext externAnselm R. Garbe2+65-49
07:26 20-02-2007rechecked with OpenBSDAnselm R. Garbe1+1-0
06:49 20-02-2007split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)Anselm R. Garbe5+345-337
17:17 19-02-2007using eprint instead of fputsAnselm R. Garbe1+3-6
14:33 19-02-2007replaced togglelayout with setlayoutAnselm R. Garbe5+29-21
14:19 19-02-2007changed some odering in config*.hAnselm R. Garbe2+20-20
13:18 19-02-2007renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatileAnselm R. Garbe5+16-16
13:12 19-02-2007renames swim[ming] into versatileAnselm R. Garbe7+64-64
13:00 19-02-2007renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man pageAnselm R. Garbe7+96-96
12:41 19-02-2007removed debug compile flagsAnselm R. Garbe1+2-2
12:40 19-02-2007introduced Layout structAnselm R. Garbe9+115-82
12:07 19-02-2007some more code polishingAnselm R. Garbe1+2-1
12:04 19-02-2007forgot an extern declarationAnselm R. Garbe2+2-1
11:57 19-02-2007bugfix of transient handlingAnselm R. Garbe1+8-8
11:23 19-02-2007removed procevent, more refactoringAnselm R. Garbe3+6-14
11:17 19-02-2007draw.c is useless (belongs to main.c now)Anselm R. Garbe6+178-195
11:05 19-02-2007renamed view.c into screen.cAnselm R. Garbe5+362-364
10:57 19-02-2007renamed manage.c to view.cAnselm R. Garbe4+436-436
10:52 19-02-2007renamed Rule members, renamed RReg into RegexpsAnselm R. Garbe1+17-17
10:44 19-02-2007merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe6+434-458
09:53 19-02-2007some more refactoringAnselm R. Garbe3+47-47
09:42 19-02-2007added some new convenience functionsAnselm R. Garbe4+40-30
09:17 19-02-2007some more refactoringAnselm R. Garbe2+5-5
09:00 19-02-2007introduced tile.c, some refactoring of functionsAnselm R. Garbe8+150-141
07:34 19-02-2007simplified configurerequest to a bare minimum, removed wrong ban() callsAnselm R. Garbe2+1-16
07:22 19-02-2007fixed configurerequest according to Jukkas complainsAnselm R. Garbe1+9-8
07:03 19-02-2007fixed configurerequest according to the problem Jukka reportedAnselm R. Garbe1+16-11
06:51 19-02-2007don't resize master if not in tiled modeAnselm R. Garbe1+2-0
12:51 16-02-2007removed useless spaceAnselm R. Garbe1+1-1
12:41 16-02-2007well, resize should be called in dofloat anyways ;)Anselm R. Garbe1+1-0
12:38 16-02-2007removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()Anselm R. Garbe5+100-93
06:20 16-02-2007removed getnext/getprev, redundantAnselm R. Garbe3+7-19
10:01 14-02-2007added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)Anselm R. Garbe5+19-7
05:35 14-02-2007Added tag 3.5 for changeset 63ad05e7f9e1Anselm R. Garbe1+1-0
05:31 14-02-2007simplifying regexps in config samplesAnselm R. Garbe2+7-7
05:09 14-02-2007made for/if/else constructs more consistent, some code polishingAnselm R. Garbe5+18-21
04:14 14-02-2007made configurerequest more tidyAnselm R. Garbe1+10-5
18:53 13-02-2007I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ;)Anselm R. Garbe1+8-6
18:24 13-02-2007making it more sure that transient checks will work in any caseAnselm R. Garbe1+4-3
10:59 13-02-2007stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ;)Anselm R. Garbe1+20-16
09:39 13-02-2007simplified configurerequestAnselm R. Garbe2+29-47
13:20 12-02-2007yet another consistency fix of dwmAnselm R. Garbe1+1-1
12:41 12-02-2007I don't see any reason why we should select for input on override-redirect windows?Anselm R. Garbe1+1-4
10:20 12-02-2007bugfix of bugfix (thx to Sander)Anselm R. Garbe1+1-1
09:04 12-02-2007fixed a bugAnselm R. Garbe1+1-1
07:42 12-02-2007during writing 2wm.1 I noticed some bugs in dwm.1Anselm R. Garbe1+3-3
06:21 12-02-2007removing all EnterNotifys after resizeAnselm R. Garbe1+1-0
06:19 12-02-2007added pointer warp on drop in resizeAnselm R. Garbe1+2-0
10:56 09-02-2007pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessaryAnselm R. Garbe1+1-1
07:58 09-02-2007treating acroread and mplayer floating by defaultAnselm R. Garbe1+2-0
05:54 09-02-2007adapting John Grahor's patch to dwm-3.5Anselm R. Garbe1+3-2
10:09 08-02-2007fixed copyright notice in MakefileAnselm R. Garbe1+1-1
09:39 08-02-2007fixed order of Bool declarationsAnselm R. Garbe1+1-1
07:48 08-02-2007added TOPBAR option for making the bar appear what the user likesAnselm R. Garbe3+5-3
07:11 08-02-2007next version is 3.5Anselm R. Garbe1+1-1
07:08 08-02-2007making the bar appear at bottomAnselm R. Garbe1+2-2
08:42 07-02-2007Added tag 3.4 for changeset 9ede7b2d2450Anselm R. Garbe1+1-0
08:37 07-02-2007removed debug flagsAnselm R. Garbe1+2-2
08:37 07-02-2007replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)Anselm R. Garbe5+20-31
11:29 06-02-2007yet another fixAnselm R. Garbe1+1-1
11:28 06-02-2007simplificationAnselm R. Garbe1+5-10
11:22 06-02-2007implemented aspect ratio support of windowsAnselm R. Garbe2+41-4
07:19 05-02-2007made some changes more concistentAnselm R. Garbe2+3-3
07:09 05-02-2007got rid of LD (inspired by JGs patch to wmii)Anselm R. Garbe2+2-4
07:05 05-02-2007applied apm's patch proposal, getting rid of XDrawLinesAnselm R. Garbe1+4-14
04:23 01-02-2007Added tag 3.3 for changeset 0f91934037b0Anselm R. Garbe1+1-0
16:08 31-01-2007applied Sander's drop_bh patchAnselm R. Garbe1+5-5
16:29 28-01-2007handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as wellAnselm R. Garbe3+11-1
08:41 26-01-2007regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS section should appear after SEE ALSO section.Anselm R. Garbe1+2-2
08:31 26-01-2007renamed CAVEATS into BUGSAnselm R. Garbe2+2-2
06:05 25-01-2007Added tag 3.2.2 for changeset d3876aa79292Anselm R. Garbe1+1-0
05:59 25-01-2007prepared yet another hotfix releaseAnselm R. Garbe3+9-5
13:25 24-01-2007Added tag 3.2.1 for changeset f2cabc83a18fAnselm R. Garbe1+1-0
13:25 24-01-2007hotfix release 3.2.1Anselm R. Garbe1+1-1
13:24 24-01-2007applied offscreen appearance hotfixAnselm R. Garbe1+8-8
08:12 24-01-2007Added tag 3.2 for changeset 4ce65f61f01bAnselm R. Garbe1+1-0
13:12 23-01-2007renamed activescreen into selscreenAnselm R. Garbe4+6-6
09:10 23-01-2007implemented Sanders remarksAnselm R. Garbe1+2-1
08:29 23-01-2007small changesAnselm R. Garbe4+11-9
08:04 23-01-2007removed a blank lineAnselm R. Garbe1+0-1
08:00 23-01-2007this version should also work with cornercases (like unmanage during !issel, etc.)Anselm R. Garbe1+7-7
07:49 23-01-2007I think this is the best solution of multihead supportAnselm R. Garbe2+7-11
12:02 22-01-2007darker borderAnselm R. Garbe1+1-1
06:35 22-01-2007this variant is known to work, but focus() is ugly - we need in general a better way to handle multihead, this issel-stuff looks awkward (maybe it might be a good idea to set sel to NULL but to introduce a Client *revert which is set if a screen is unfocused, have to think about it further).Anselm R. Garbe2+13-9
06:22 22-01-2007applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe5+63-71
11:05 19-01-2007leavenotify also don't needs the checkAnselm R. Garbe1+2-5
11:01 19-01-2007deciding for focus(NULL);Anselm R. Garbe1+2-2
10:38 19-01-2007replaced XSetBorder.../focus()Anselm R. Garbe1+1-1
10:36 19-01-2007yet another multihead fix by Christof MusikAnselm R. Garbe1+2-0
04:05 19-01-2007I prefer BORDERPX=1Anselm R. Garbe2+2-2
07:46 18-01-2007personally I prefer 2px bordersAnselm R. Garbe1+1-1
07:11 18-01-2007applied a modified version of Christof Musik's multihead patch (though this is not sure if it works in all cases, have to wait for an ACK by Christof)Anselm R. Garbe1+4-1
08:36 17-01-2007moved BORDERPX to config.*.hAnselm R. Garbe5+4-3
07:41 16-01-2007Added tag 3.1 for changeset e1c8bef05e6eAnselm R. Garbe1+1-0
07:35 16-01-2007removed erealloc (not used)Anselm R. Garbe2+0-10
07:33 16-01-2007removed unnecessary bx, by, bw variablesAnselm R. Garbe3+6-9
07:28 16-01-2007s/444/555/g - enlightened selected backgroundAnselm R. Garbe1+1-1
07:26 16-01-2007removed firefox rule from default.hAnselm R. Garbe1+0-1
07:25 16-01-2007applied new default colorsAnselm R. Garbe1+5-5
07:12 16-01-2007applied sanders patch of my configAnselm R. Garbe1+3-3
15:01 15-01-2007Jukka, thanks for being faster than me!Anselm R. Garbe1+0-1
08:07 15-01-2007changed restack, to fix undrawed tag indicatorsAnselm R. Garbe1+2-3
08:04 15-01-2007removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)Anselm R. Garbe5+6-30
18:37 14-01-2007implemented new color scheme accordingly to Sanders proposalAnselm R. Garbe5+11-12
18:32 14-01-2007removed mode label stuffAnselm R. Garbe6+6-16
18:27 14-01-2007removed client title barAnselm R. Garbe6+10-73
17:56 12-01-2007added missing spaceAnselm R. Garbe1+1-1
09:06 12-01-2007nah the last change feels badAnselm R. Garbe1+2-2
08:48 12-01-2007changed incnmaster shortcuts in config.arg.hAnselm R. Garbe2+3-3
08:37 12-01-2007Added tag 3.0 for changeset 76b58d21ea98Anselm R. Garbe1+1-0
08:15 12-01-2007removing to allow nmaster=0Anselm R. Garbe1+4-11
12:38 11-01-2007this looks better now ;)Anselm R. Garbe1+7-7
12:03 11-01-2007switching to arabic tagsAnselm R. Garbe1+19-3
11:51 11-01-2007small fix of initial numlockmask valueAnselm R. Garbe1+1-0
09:43 11-01-2007allowing nmaster=0 (I think that's a straight idea)Anselm R. Garbe1+12-5
08:56 10-01-2007added Button{4,5} description to dwm.1Anselm R. Garbe1+6-0
08:54 10-01-2007added comment to %u in config.default.h, added Button{4.5} support on mode labelAnselm R. Garbe2+16-4
13:36 08-01-2007reorganizedAnselm R. Garbe3+10-6
13:33 08-01-2007implemented nmaster appearance in mode label (using %u)Anselm R. Garbe7+18-8
09:01 08-01-2007Added tag 2.9 for changeset 3a5910fac3ccAnselm R. Garbe1+1-0
08:56 08-01-2007I received Sander's complain just in time ;)Anselm R. Garbe1+4-4
08:43 08-01-2007changed status fgAnselm R. Garbe1+1-1
08:18 08-01-2007fofofoAnselm R. Garbe1+4-4
08:12 08-01-2007extended default tags to 1-9Anselm R. Garbe1+17-1
15:24 07-01-2007small grammar fix of dwm.1Anselm R. Garbe1+2-2
10:38 07-01-2007changed a term in dwm.1Anselm R. Garbe1+1-1
18:27 05-01-2007using shorter tags, using mon instead of certAnselm R. Garbe1+2-2
18:22 05-01-2007roman numerals suck badly, revertingAnselm R. Garbe1+1-9
18:13 05-01-2007switching to roman tags, I need more tagsAnselm R. Garbe1+13-1
18:03 05-01-2007I inc/decrease on the fly, feels betterAnselm R. Garbe1+1-1
18:00 05-01-2007allowing swap() for first master clientAnselm R. Garbe1+10-10
17:56 05-01-2007prevent pop() if first sel == nexttiled(clients)Anselm R. Garbe2+3-3
17:55 05-01-2007removed swap(), implemented pop for everythingAnselm R. Garbe1+8-61
17:52 05-01-2007preserving c1->snext and c2->snext in swap() as well.Anselm R. Garbe1+4-0
12:35 05-01-2007fixing some minor issuesAnselm R. Garbe2+14-13
11:37 05-01-2007removed the term clients from dwm.1Anselm R. Garbe1+3-3
11:16 05-01-2007adding some prevention that master clients get smaller than bhAnselm R. Garbe1+2-1
11:11 05-01-2007changed shortcuts to M-i and M-dAnselm R. Garbe3+6-6
11:08 05-01-2007allowing zoom within master area as wellAnselm R. Garbe1+4-3
11:04 05-01-2007changed plus key to MODKEY-Shift-plus (US-layout restrictions ;)Anselm R. Garbe3+3-3
10:49 05-01-2007I prefer two master windows by defaultAnselm R. Garbe2+3-3
10:48 05-01-2007added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)Anselm R. Garbe4+62-15
08:50 05-01-2007experimental version which allows master clients being increased/decreasedAnselm R. Garbe6+45-25
12:45 04-01-2007fixed comment of drawclient()Anselm R. Garbe1+1-1
10:51 04-01-2007switching bakc to my previous color favoritAnselm R. Garbe1+3-3
10:17 04-01-2007renamed drawtitle into drawclientAnselm R. Garbe4+7-7
12:29 02-01-2007using more thinkpad compliant colorsarg@mig291+1-1
12:25 02-01-2007changed arg's color schemearg@mig292+6-6
11:44 02-01-2007correctionsarg@mig2910+12-12
11:37 02-01-2007next version will contain updated copyright noticearg@mig2913+15-15
10:53 02-01-2007Added tag 2.8 for changeset 107719a9ce3bd0c79f9f1f626596eb338a276561arg@mig291+1-0
10:40 02-01-2007fixed cleanup, using clients instead of selarg@mig291+3-3
08:28 02-01-2007changed comment of updatesizehintsarg@mig291+1-1
15:10 01-01-2007renamed updatesize into updatesizehints (thx to Sander for this hint)arg@mig293+4-4
08:07 20-12-2006small simplification to dotile() (thx to Ross for this hint)arg@mig291+5-6
07:38 19-12-2006migrated arg's config.h to new dmenu command line optionsarg@mig291+2-2
10:39 18-12-2006added Solaris hintsarg@mig291+6-1
04:50 14-12-2006Added tag 2.7 for changeset 21951c0dfbae5af68ed77821a4d87253ee91803farg@mig291+1-0
10:15 13-12-2006applied Sanders patcharg@mig291+3-3
09:53 13-12-2006fixed man page, status bar displays EOF instead of "broken pipe"arg@mig291+1-1
09:42 13-12-2006added the java odyssee to CAVEATS sectionarg@mig291+10-2
15:14 12-12-2006removed Client->gravarg@mig292+0-5
12:45 11-12-2006removed gravitate for the momentarg@mig293+1-57
05:42 11-12-2006disabling configure() during resizearg@mig291+1-1
04:31 11-12-2006made gravitate effectless, waiting for complains ;)arg@mig291+1-0
07:11 08-12-2006fixed diagnostic error messagearg@mig291+1-1
06:40 08-12-2006removed the hardcoded fixed fallback, it is useless in non-Latin1 environmentsarg@mig292+2-5
12:38 07-12-2006we don't use the term clients anymore, windows is the better termarg@mig291+1-1
10:55 07-12-2006Added tag 2.6 for changeset 5308dd22b6ee8e3218c81d9e7e4125f235bb5778arg@mig291+1-0
10:39 07-12-2006found compromise for fontsarg@mig292+2-2
08:03 07-12-2006nah, people should define 'fixed' to be compatible with their localearg@mig291+1-1
07:55 07-12-2006using a UTF-8 capable fixed fontarg@mig291+1-1
06:43 07-12-2006switching to uxterm again, I get kretze from this urxvt craparg@mig291+1-1
06:02 07-12-2006with this patch everything works fine for mearg@mig292+3-5
05:49 07-12-2006don't use Xlocale crap, let's use locale.h insteadarg@mig291+1-1
05:47 07-12-2006using the portable Xmb+UTF-8 way of life, will see if this works well...arg@mig291+4-2
07:19 06-12-2006improved the memory leak preventionarg@mig291+4-1
10:21 05-12-2006making terminus more explicit a regular font (otherwise olique font might be used in some setups like mine).arg@mig291+1-1
09:31 05-12-2006also setting LC_CTYPE onlyarg@mig291+1-1
06:30 05-12-2006enforcing using fontsets even if they are incomplete for some encodingsarg@mig292+1-5
17:01 04-12-2006Added tag 2.5.1 for changeset c7f84f23ec5aef29988dcdc4ec22a7352ee8f58earg@mig291+1-0
17:00 04-12-2006hotfix of a serious crashing bugarg@mig293+5-3
11:39 04-12-2006Added tag 2.5 for changeset dcbbfabc8ecc5f33a6cc950584de87da1a368045arg@mig291+1-0
07:21 03-12-2006applied Manuel's regex patcharg@mig291+3-3
13:55 01-12-2006made squares equally sized, and 1px biggerarg@mig291+5-5
13:51 01-12-2006if client is focused, the emptysquare don't needs to be drawedarg@mig291+3-3
13:45 01-12-2006and the winner isarg@mig292+20-14
13:36 01-12-2006sander1 proposalarg@mig291+15-7
12:55 01-12-2006doodarg@mig291+9-8
11:50 01-12-2006darkening the fg colors somewhatarg@mig291+2-2
11:03 01-12-2006less obtrusive indicator (only a top line)arg@mig292+5-18
08:52 01-12-2006final2 indicatorarg@mig292+13-9
08:39 01-12-2006removing the -1 on final indicators, looks cleanerarg@mig291+3-3
08:25 01-12-2006final indicatorsarg@mig292+3-4
06:16 01-12-2006changed things like I described in last mailarg@mig291+11-15
05:52 01-12-2006improved tag indicatorarg@mig291+14-6
13:01 30-11-2006removed viewall signature from dwm.harg@mig291+0-1
11:51 30-11-2006next version will be 2.5arg@mig291+1-1
11:27 30-11-2006removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)arg@mig295+9-13
05:19 30-11-2006Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479farg@mig291+1-0
13:36 28-11-2006extended dwm.1 with last changearg@mig291+1-1
13:35 28-11-2006togglefloat should only work in dotile mode (thanks to Sander for this hint)arg@mig291+1-1
13:51 27-11-2006applied Alex Elide's tricky patch, thanks!arg@mig291+0-1
13:49 27-11-2006returning to old Key structarg@mig293+65-68
13:46 27-11-2006applied Szabolcs Nagy's patch (thank you!)arg@mig291+1-1
13:30 27-11-2006applied patch by Jukkaarg@mig291+1-1
09:21 27-11-2006changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones)arg@mig293+72-69
07:05 27-11-2006added man page entryarg@mig292+4-1
06:57 27-11-2006added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcutarg@mig294+11-0
06:29 27-11-2006applied Jukka's patch preventing some cornercases and making the EOF error message correctarg@mig291+2-1
11:43 26-11-2006applied yet another proposal of Manuelarg@mig291+2-2
10:26 26-11-2006applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.arg@mig295+16-14
09:31 26-11-2006applied Jukka's stdinread patcharg@mig291+3-2
15:26 25-11-2006next version will be 2.4arg@mig291+1-1
15:26 25-11-2006applied Manuels patch (thanks to Manuel!)arg@mig292+22-15
13:02 24-11-2006small fix of man pagearg@mig291+1-1
11:46 24-11-2006Added tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849arg@mig291+1-0
12:00 23-11-2006using the term 'indicated' instead of 'higlighted'arg@mig291+3-3
11:59 23-11-2006updated man page with the bottom right corner indicatorarg@mig291+4-2
12:17 22-11-2006fifififarg@mig293+1-37
10:57 22-11-2006added a similiar patch to Daves solution to indicate if there are clients with a specific tagarg@mig291+24-8
11:03 21-11-2006returning to old bar colorization behavior, like sander proposed for consistency reasonsarg@mig291+1-1
10:49 21-11-2006applied Gottox patchesarg@mig293+6-8
08:17 21-11-2006using iso10646 explicitely in arg's config.harg@mig291+1-1
05:41 21-11-2006Added tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cfarg@mig291+1-0
17:33 18-11-2006nah reverting to my prev style, that's really the bestarg@mig291+6-6
17:26 18-11-2006applying aluminium style for arg's config.harg@mig291+6-6
10:40 16-11-2006applied Gottox' windowarea patcharg@mig294+32-32
13:16 08-11-2006using a more blue-ish color...arg@mig291+2-2
13:10 08-11-2006making the selected color more lightningarg@mig291+1-1
05:22 03-11-2006next release will be 2.2arg@mig291+1-1
04:29 03-11-2006applied Jukkas patcharg@mig291+7-3
06:18 02-11-2006Added tag 2.1 for changeset a2c465098a3b972bbed00feda9804b6aae1e9531arg@mig291+1-0
08:07 31-10-2006renamed resizecol into resizemasterarg@mig294+6-6
08:06 31-10-2006applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable)arg@mig293+5-20
05:02 31-10-2006Added tag 2.0 for changeset 12deea36603da407e3f32640048846a3bd74a9ecarg@mig291+1-0
05:02 31-10-2006make sure that changing sx has no impact on snappingarg@mig291+1-1
08:40 30-10-2006in a 1920x1200 setup 40 pixels of snap value are much better than 20arg@mig291+1-1
08:26 30-10-2006fixed stupid bug of snap-to-screenarg@mig291+4-4
08:07 30-10-2006changing snap priorityarg@mig291+3-3
08:04 30-10-2006removed useless abs() callsarg@mig291+2-2
07:58 30-10-2006added screen-border snapping in floating mode, feels quite wellarg@mig293+10-0
08:29 27-10-2006and another fixarg@mig292+4-3
08:28 27-10-2006applied sanders try2 patcharg@mig294+6-7
07:05 27-10-2006applied sanders max size fixarg@mig292+5-1
05:24 27-10-2006stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extendarg@mig291+1-1
10:41 26-10-2006reverting to originalarg@mig291+1-1
10:29 26-10-2006applied sander's config.*h nitpick patcharg@mig292+5-5
10:26 26-10-2006some other changearg@mig291+3-3
10:05 26-10-2006apply small fix to prevent apps like mplayer wandering when toggling fullscreenarg@mig291+2-2
07:22 26-10-2006forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -solid black as root window pixmap to make this work nicely)arg@mig291+1-1
07:13 26-10-2006using MASTER 600 again, it is definately better, and using urxvtc for the moment (it doesn't flickers on refreshes, but this is not because of Marc Lehmann, it is because of the original rxvt code)arg@mig291+2-2
06:21 26-10-2006changing MASTER in config.arg.h from 600 to 550 per thousandarg@mig291+1-1
05:21 26-10-2006my new 1920x1200 Z61p arrived, now I can use terminus in a sane way...arg@mig291+1-1
11:50 16-10-2006moved MOUSEMASK into event.c (not used in other places)Anselm R. Garbe2+1-1
13:21 14-10-2006now being at v2.0Anselm R. Garbe1+1-1
13:47 13-10-2006using lsx instead of Jukka's shell constructAnselm R. Garbe1+3-4
09:01 06-10-2006hotfixAnselm R. Garbe1+2-1
08:43 06-10-2006Added tag 1.9 for changeset a5567a0d30112822db2627a04a2e7aa3b6c38148Anselm R. Garbe1+1-0
08:06 06-10-2006do* has no Arg arument anymore (never called directly)Anselm R. Garbe5+18-18
06:50 06-10-2006code polishing, removed unnecessary newlinesAnselm R. Garbe10+23-86
06:37 06-10-2006yet another small fix and simplification of dotileAnselm R. Garbe1+10-18
14:27 05-10-2006removed the stack position stuffAnselm R. Garbe8+26-96
13:23 05-10-2006small boundary check fixAnselm R. Garbe1+2-2
13:18 05-10-2006changing MASTER value from percent into per millAnselm R. Garbe4+9-9
14:00 05-10-2006Added tag 1.8 for changeset c71952fa3c7ca848ec38a6923b5c6d0e18fff431Anselm R. Garbe1+1-0
08:47 05-10-2006simplified dotile(), removed misleading lineAnselm R. Garbe1+3-2
08:44 05-10-2006final fix for man pageAnselm R. Garbe1+3-3
07:59 05-10-2006keep master ratio on resizecol -> arrangeAnselm R. Garbe5+20-24
07:18 05-10-2006yet another simplification of dotile()Anselm R. Garbe1+25-30
07:13 05-10-2006simplified dotile()Anselm R. Garbe2+20-37
06:00 05-10-2006applied resizecol fix by JukkaAnselm R. Garbe1+4-2
04:37 05-10-2006Button3 click on mode label toggles stack position nowAnselm R. Garbe2+5-2
14:06 29-09-2006applied dave's highlight patch for big fontsAnselm R. Garbe1+1-1
13:40 29-09-2006using ff tiled again, seems to work perfectly with new bottom stackAnselm R. Garbe1+1-1
13:21 29-09-2006applied ality's hardcode-0 patchesAnselm R. Garbe1+5-5
13:08 29-09-2006added symbols for different modesAnselm R. Garbe4+13-6
12:25 29-09-2006removed useless updatemasterAnselm R. Garbe4+3-9
12:20 29-09-2006documented the new behavior in man pageAnselm R. Garbe1+3-0
12:15 29-09-2006fixed small offset issueAnselm R. Garbe1+1-1
12:12 29-09-2006fixed the z-layer issue described on mailinglistAnselm R. Garbe1+8-1
12:02 29-09-2006removed the direction flippingAnselm R. Garbe4+18-66
11:54 29-09-2006small fix of a corner caseAnselm R. Garbe1+1-1
11:44 29-09-2006small changeAnselm R. Garbe2+2-2
11:22 29-09-2006added the new dotile as described on mlAnselm R. Garbe6+112-36
09:39 29-09-2006prelim of dotile()Anselm R. Garbe2+68-37
07:56 29-09-2006I changed sanders patch to fix the ff issue to be simplier, though it needs testing if this really fixes the issueAnselm R. Garbe1+2-3
07:38 29-09-2006first step to a more flexible dotile() algorithmAnselm R. Garbe7+52-35
16:29 28-09-2006renamed column into areaAnselm R. Garbe2+25-7
11:14 28-09-2006small change to READMEAnselm R. Garbe1+1-1
09:03 28-09-2006applied Jukkas patchAnselm R. Garbe3+19-17
12:21 27-09-2006Added tag 1.7.1 for changeset d5ad819f2a66a40fa75dd2e44429f3bfc884d07bAnselm R. Garbe1+1-0
12:18 27-09-2006fixing the settags issue, preparing 1.7.1Anselm R. Garbe4+18-16
12:42 26-09-2006removed an unused vararg@zarathustra1+0-1
12:39 26-09-2006Added tag 1.7 for changeset 4dbdb61c8b8ce21dee5c7050a6b103855964ed20arg@zarathustra1+1-0
09:32 26-09-2006updated READMEarg@mmvi1+1-1
09:08 26-09-2006small changearg@mmvi1+2-2
08:49 26-09-2006added slight error check to getcolorarg@mmvi1+2-1
08:30 26-09-2006small fixarg@mmvi1+1-1
08:24 26-09-2006changed order of colordefs in config.h's, changed config.arg.h to fit to new dmenuarg@mmvi2+8-7
03:17 26-09-2006removed useless debug infoarg@mmvi1+0-4
02:40 26-09-2006added configure(), but this doesn't really fix those frking broken SDL appsarg@mmvi3+27-13
16:28 25-09-2006slight change of event handling orderarg@mmvi1+6-6
16:19 25-09-2006simplified mouse resizalsarg@mmvi1+16-43
15:38 25-09-2006applied sanders jukka patcharg@mmvi3+5-11
03:21 25-09-2006applied Jukkas patcharg@mmvi6+19-19
13:48 22-09-2006removed all dotile checksarg@mmvi2+4-4
11:35 22-09-2006applied Jukkas remark (dunno if this is correct though)arg@mmvi1+2-2
10:39 22-09-2006applied jukkas patcharg@mmvi1+4-8
09:02 22-09-2006man page fixarg@mmvi1+1-1
09:00 22-09-2006ismax toggling on mouse based actionarg@mmvi1+2-0
08:58 22-09-2006hotfixarg@mmvi1+5-5
08:53 22-09-2006small change to achieve Jukka's last proposalarg@mmvi2+34-14
06:49 22-09-2006fixed issue pointed out by Jukkaarg@mmvi4+5-10
06:24 22-09-2006patched resizemouse according to sanders remarkarg@mmvi1+2-2
05:01 22-09-2006small man page fixarg@mmvi1+1-0
04:43 22-09-2006sander check thisarg@mmvi1+37-19
03:22 22-09-2006slight change to config.arg.h (I use ff floating)arg@mmvi1+1-1
03:17 22-09-2006updated man pagearg@mmvi1+1-5
02:37 22-09-2006implemented the maximization as I described on the mailinglist, this feels better to me.arg@mmvi7+25-50
04:53 20-09-2006reviewed client.carg@mmvi1+1-0
04:49 20-09-2006reviewed util.carg@mmvi1+2-1
04:45 20-09-2006fixed a nuance in dwm.1arg@mmvi1+1-1
04:40 20-09-2006improved intro comment in dwm.h, updated config.mkarg@mmvi2+4-4
11:13 19-09-2006some simplifications to intro in dwm.harg@mmvi1+13-13
06:21 16-09-2006Added tag 1.6 for changeset ad3fa2d185426c51fd5deceae809770363f8d33carg@mmvi1+1-0
09:21 15-09-2006added visibility check to enternotify as wellarg@mmvi1+1-1
05:54 15-09-2006offscreen client appearance fixesarg@mmvi1+10-0
05:49 15-09-2006focus() enforces visibility of a client if not NULLarg@mmvi1+1-1
06:07 14-09-2006removed useless inclusionAnselm R. Garbe1+0-1
14:09 12-09-2006fixed executing of dmenu output to handle args correctlyAnselm R. Garbe1+1-1
05:57 12-09-2006removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)Anselm R. Garbe7+83-158
04:50 12-09-2006some more simplifications of intro comment in dwm.h, this should suffice for comments in dwmAnselm R. Garbe1+14-20
04:46 12-09-2006made introduction comment in dwm.h shorterAnselm R. Garbe1+15-20
03:27 12-09-2006applied Christof Musik's multihead patch for a pathologic cornercaseAnselm R. Garbe1+2-1
03:14 12-09-2006added a general comment to dwm.h how dwm is basically organizedAnselm R. Garbe1+40-0
12:31 11-09-2006some other simplificationsAnselm R. Garbe1+11-11
06:28 11-09-2006fixed some other comments, now also the code side seems to be at a level to be reviewed by experienced programmersAnselm R. Garbe1+2-2
05:00 11-09-2006small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe3+17-17
03:58 11-09-2006small fixAnselm R. Garbe2+3-3
02:40 11-09-2006added some commentsAnselm R. Garbe2+72-75
03:32 08-09-2006Added tag 1.5 for changeset 728c9089b079721b43c3347124639a29baa22a97Anselm R. Garbe1+1-0
03:19 08-09-2006applied sanders patch of not manipulating selAnselm R. Garbe2+8-6
02:40 08-09-2006really small changes to dwm.1Anselm R. Garbe1+3-4
13:13 07-09-2006hotfixAnselm R. Garbe1+1-1
13:12 07-09-2006simplified unmanageAnselm R. Garbe1+2-8
12:53 07-09-2006using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe4+26-8
04:26 07-09-2006made markups in dwm.1 more consistentAnselm R. Garbe1+38-95
02:53 07-09-2006small addition to dwm.1Anselm R. Garbe1+4-4
12:31 06-09-2006this patch keeps track of global z-layer order of clients which are floating or if floating mode is enabledAnselm R. Garbe1+7-12
10:36 06-09-2006no this is betterAnselm R. Garbe2+11-11
10:30 06-09-2006does this preserve z order for anthony?Anselm R. Garbe2+10-8
08:56 06-09-2006maybe this might workAnselm R. Garbe3+9-4
07:19 06-09-2006Added tag 1.4 for changeset 3cff9403766bf83a9fc2a0aef230115d68de2a8eAnselm R. Garbe1+1-0
07:18 06-09-2006prepared dwm-1.4 updateAnselm R. Garbe2+1-2
07:10 06-09-2006drawstatus even if no client existsAnselm R. Garbe1+3-1
06:54 06-09-2006sanders solution is convincing and elegantAnselm R. Garbe2+9-49
06:46 06-09-2006seems to preserve floating client z-layer order (even with reorder() calls)Anselm R. Garbe2+9-1
05:54 06-09-2006Added tag 1.4 for changeset a6b8994af16491220db0199623bd57d061e06143Anselm R. Garbe1+1-0
05:03 06-09-2006small fixAnselm R. Garbe2+3-2
04:23 06-09-2006made args mode symbols the default ones (the default ones look too ugly)Anselm R. Garbe1+2-2
04:21 06-09-2006moved transient_for tag inheritance to settagsAnselm R. Garbe3+10-10
04:13 06-09-2006no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)Anselm R. Garbe3+18-16
14:26 05-09-2006no, ordering floating clients at the end seems betterAnselm R. Garbe3+17-19
13:43 05-09-2006fixAnselm R. Garbe1+1-1
13:04 05-09-2006this makes sure the issue mentioned by sanderAnselm R. Garbe1+8-2
12:10 05-09-2006fixing zoomAnselm R. Garbe1+4-3
11:11 05-09-2006fixing two off-by-onesAnselm R. Garbe1+2-2
11:05 05-09-2006ach ich will auch Alt-sAnselm R. Garbe1+1-0
11:00 05-09-2006applied checking existance of >2 tiles patch (proposed by sander) to zoom and resizecolAnselm R. Garbe1+14-5
08:52 05-09-2006renamed resizetile into resizecolAnselm R. Garbe4+5-5
08:27 05-09-2006well ok, added Mod-s to default bindings (however, I don't need it)Anselm R. Garbe2+7-0
08:25 05-09-2006s/growcol/resizetile/gAnselm R. Garbe4+15-15
08:21 05-09-2006right, multihead issue is not involved with growcolAnselm R. Garbe1+1-1
08:20 05-09-2006hotfixAnselm R. Garbe1+3-1
08:19 05-09-2006applied a fix related to Sanders remark to growcolAnselm R. Garbe1+1-1
04:37 05-09-2006sanders toggletag patch is much more elegantAnselm R. Garbe1+1-1
04:02 05-09-2006I really need column growing, now pushing upstreamAnselm R. Garbe5+27-0
03:37 05-09-2006don't access sel in restack without checking for NULL (multihead crashing bug)Anselm R. Garbe1+9-7
03:24 05-09-2006fixing c->weight handlingAnselm R. Garbe1+3-2
14:19 04-09-2006removed some useless tagsAnselm R. Garbe1+0-2
12:52 04-09-2006after 1.3Anselm R. Garbe1+1-1
12:52 04-09-2006Added tag 1.3 for changeset f5f5cbf016a94b48a8fe9c47f0736e96d166d5d4Anselm R. Garbe1+1-0
12:52 04-09-2006retaggedAnselm R. Garbe1+1-1
12:39 04-09-2006simplified manageAnselm R. Garbe1+2-5
12:37 04-09-2006removed html crapAnselm R. Garbe3+1-128
12:21 04-09-2006Added tag 1.3 for changeset dd44dc937e8b0a46abf1a15a333dba5304e4fe89Anselm R. Garbe1+1-0
12:21 04-09-2006hotfixing with sanders hintAnselm R. Garbe1+3-1
12:18 04-09-2006Added tag 1.3 for changeset 6413ea66b1c2496cfc2173fe58df67cb965eb1daAnselm R. Garbe1+1-0
12:02 04-09-2006fixing the issue that new clients appear loweredAnselm R. Garbe1+2-0
07:23 04-09-2006removed unused varsAnselm R. Garbe1+2-2
05:10 04-09-2006reducing focus calls (sanders patch)Anselm R. Garbe1+4-6
03:55 04-09-2006applied Sanders max_and_focus.patchAnselm R. Garbe5+48-44
10:31 01-09-2006simplified buttonpressAnselm R. Garbe1+12-23
05:32 01-09-2006applied sanders patchAnselm R. Garbe2+20-11
13:08 31-08-2006reorder was misssing in Ross version of viewallAnselm R. Garbe1+1-0
13:04 31-08-2006changed shortcut into Mod1-0Anselm R. Garbe3+7-7
13:02 31-08-2006added viewall to mainstream (only Ross Mohns version, not the toggle)Anselm R. Garbe5+17-0
12:49 31-08-2006implemented Button2 press on tags for toggletag on the focused clientAnselm R. Garbe2+15-2
03:48 31-08-2006applied sanders patch to remove unnecessary commit()Anselm R. Garbe3+9-16
08:00 30-08-2006small fix in config.arg.hAnselm R. Garbe1+3-3
07:39 30-08-2006Added tag 1.2 for changeset e3179ce2b90451d2807cd53b589d768412b8666bAnselm R. Garbe1+1-0
07:39 30-08-2006prepared 1.2Anselm R. Garbe1+1-1
06:21 30-08-2006now using Salmi's menu commandAnselm R. Garbe1+3-2
06:15 30-08-2006removed a warning reported by JukkaAnselm R. Garbe1+0-1
14:24 29-08-2006simplified configurerequestAnselm R. Garbe1+22-25
13:05 29-08-2006now dwm enforces max screen size also in tiled mode on non-floating clients which are maximizedAnselm R. Garbe1+14-13
12:33 29-08-2006fixedAnselm R. Garbe1+3-1
12:31 29-08-2006configurenotify remembers max geom now, and restores this if necessary, however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer)Anselm R. Garbe2+14-4
12:11 29-08-2006applied patch similiar proposed by dave tweedAnselm R. Garbe1+13-10
10:28 29-08-2006improved selection policyAnselm R. Garbe1+24-20
08:40 29-08-2006still something wrong with reorder()Anselm R. Garbe4+33-56
04:57 29-08-2006this algorithm seems to keep order for any scenarioAnselm R. Garbe1+41-14
04:25 29-08-2006fix client position in list also on tag and toggletagAnselm R. Garbe1+4-0
04:23 29-08-2006added attach/detach functions which don't attach at the begin of list, but at the slot of a first match of the tags of a clientAnselm R. Garbe3+52-29
09:32 28-08-2006removed crappy variablesAnselm R. Garbe3+5-5
07:27 28-08-2006changed config.arg.h - I really need the 4th tagAnselm R. Garbe2+2-2
05:21 28-08-2006updated html pageAnselm R. Garbe1+2-2
05:19 28-08-2006Added tag 1.1 for changeset 44a55e6e46bf6c231780b09d919977d6f01083deAnselm R. Garbe1+1-0
03:17 28-08-2006added a comment to spawnAnselm R. Garbe1+1-0
03:06 28-08-2006applied sanders focus_ patchesAnselm R. Garbe2+49-26
03:02 28-08-2006applied sanders somepatches.patchAnselm R. Garbe4+16-8
13:14 25-08-2006oh frking dear big font...Anselm R. Garbe1+1-1
13:05 25-08-2006term enlightenedAnselm R. Garbe1+1-1
13:03 25-08-2006switching to darker colorscheme with larger fontAnselm R. Garbe1+7-7
12:42 25-08-2006patched arg.hAnselm R. Garbe1+1-1
12:34 25-08-2006new stuffAnselm R. Garbe1+1-1
12:31 25-08-2006switching to dark colors againAnselm R. Garbe1+6-6
11:21 25-08-2006updated man page of dwmAnselm R. Garbe1+3-3
11:15 25-08-2006changed order of optionsAnselm R. Garbe2+4-4
10:48 25-08-2006trying a different configurationAnselm R. Garbe5+24-23
10:37 25-08-2006removed small 1px gap, somehow without it things feel betterAnselm R. Garbe1+1-1
10:24 25-08-2006oopsAnselm R. Garbe1+1-1
10:21 25-08-2006fixed typoAnselm R. Garbe2+2-2
10:16 25-08-2006s/TILED/TILE/gAnselm R. Garbe3+3-3
10:12 25-08-2006removed a bunch of lines, made mode symbols configurableAnselm R. Garbe4+7-8
10:06 25-08-2006changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()Anselm R. Garbe2+13-11
09:46 25-08-2006small fix to separate client title from right-most tagAnselm R. Garbe1+2-2
08:02 25-08-2006restored config.arg.hAnselm R. Garbe1+12-16
07:59 25-08-2006new color stuff/new rendering stuffAnselm R. Garbe6+70-58
02:54 25-08-2006back to 3 colorsAnselm R. Garbe5+35-38
07:07 24-08-2006fixedAnselm R. Garbe1+6-6
07:04 24-08-20063->4 colorsAnselm R. Garbe6+22-26
05:28 24-08-2006Added tag 1.0 for changeset bbc98e77ae89a7c9232a5be0835f60ea00d8036eAnselm R. Garbe1+1-0
05:25 24-08-2006prepared dwm-1.0Anselm R. Garbe1+2-2
05:20 24-08-2006yet another fixAnselm R. Garbe1+1-1
05:18 24-08-2006small man page fixAnselm R. Garbe1+2-1
04:41 24-08-2006found less intrusive wayAnselm R. Garbe1+12-6
04:25 24-08-2006changing tag indicator through underlineAnselm R. Garbe2+17-26
14:05 23-08-2006black on light is really better, I notice this after allAnselm R. Garbe1+3-3
13:50 23-08-2006updated man pageAnselm R. Garbe7+69-74
09:40 23-08-2006applied tag drawing change to man pageAnselm R. Garbe1+4-4
09:38 23-08-2006implemented right tag drawing in the status bar and titlebarsAnselm R. Garbe2+23-10
08:04 23-08-2006removed a blank lineAnselm R. Garbe1+0-1
07:28 23-08-2006eliminated sentinel warningAnselm R. Garbe1+1-1
07:10 23-08-2006small fix of man pageAnselm R. Garbe1+1-1
07:08 23-08-2006implemented class:inst:title matchingAnselm R. Garbe3+8-8
07:03 23-08-2006applied zero_to_five patchAnselm R. Garbe1+5-5
06:33 23-08-2006tags appear in the left againAnselm R. Garbe1+5-5
05:21 23-08-2006separated setup stuff into main.c:setup() - this makes main() more readableAnselm R. Garbe3+104-99
14:56 22-08-2006updated man pageAnselm R. Garbe1+1-2
14:55 22-08-2006titlebars contain tags in the right nowAnselm R. Garbe1+5-6
13:08 22-08-2006fixed default key bindings (indexes of tags were screwed up)Anselm R. Garbe1+20-20
12:40 22-08-2006rearranged getprotoAnselm R. Garbe1+5-6
12:38 22-08-2006removed winprop (merged into getproto)Anselm R. Garbe1+7-27
11:50 22-08-2006separated several functions into view.cAnselm R. Garbe5+266-258
11:42 22-08-2006removed DEFTAGAnselm R. Garbe3+2-4
11:06 22-08-2006removed badmalloc (thx for the pointer to Uriel)Anselm R. Garbe1+2-10
05:06 22-08-2006rxvt is quite slow under OpenBSDAnselm R. Garbe1+1-1
05:01 22-08-2006font fixAnselm R. Garbe1+3-2
04:57 22-08-2006slight change of my config.hAnselm R. Garbe1+4-4
04:49 22-08-2006fixedAnselm R. Garbe1+3-3
12:35 21-08-2006windows which have set transient_for hint inherit the transient_for window tags nowarg@localhost.10kloc.org2+7-2
12:41 21-08-2006after switching to OpenBSD again, I switched back to a saner color schemearg@localhost.10kloc.org2+10-8
04:03 21-08-2006applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function namesAnselm R.Garbe2+32-28
02:33 21-08-2006small renamings of two static functionsAnselm R.Garbe2+5-5
02:31 21-08-2006small changes to dwm.1, rearranged order within main event loopAnselm R.Garbe3+13-11
08:40 18-08-2006applied Sanders patchAnselm R.Garbe1+2-6
03:39 18-08-2006made a new client position strategy similiar to that one proposed by Sander, but which takes top bar into accountAnselm R.Garbe1+7-7
05:06 17-08-2006fixed a bug reported by sanderAnselm R.Garbe1+1-1
04:44 17-08-2006applied the shorter xprop commandAnselm R.Garbe1+1-1
04:37 17-08-2006centering apps only if transient_for is not(!) setAnselm R.Garbe1+1-9
04:35 17-08-2006fixed issue Sander reportedAnselm R.Garbe1+3-4
14:25 16-08-2006corrected order of cleanup codeAnselm R.Garbe1+1-1
12:58 16-08-2006condition was insufficientAnselm R.Garbe1+2-2
12:56 16-08-2006fixed issue reported by sanderAnselm R.Garbe2+6-3
10:57 16-08-2006added general centralization rule for new clients (works around various borken apps)Anselm R.Garbe2+14-2
10:31 16-08-2006removed leading ;Anselm R.Garbe1+1-1
10:00 16-08-2006added sample command to config.default.h to highlight how to query class:instance info with a one-liner of shell commandsAnselm R.Garbe1+2-0
07:36 16-08-2006applied another config.mk patch made by sanderAnselm R.Garbe1+1-1
04:31 16-08-2006we close stdin as wellAnselm R.Garbe1+4-3
04:05 16-08-2006simplified sort | uniq into sort -u (on my boxes all sort support -u)Anselm R.Garbe1+1-1
11:54 15-08-2006fixing small bug in config.mkAnselm R.Garbe1+2-2
05:45 15-08-2006adding forgetten whitespaceAnselm R.Garbe1+1-1
05:44 15-08-2006added gmane archive to dwm.htmlAnselm R.Garbe1+1-1
05:25 15-08-2006Added tag 0.9 for changeset fae61afa861755636c4a1070694209ace8efbb6cAnselm R.Garbe1+1-0
05:11 15-08-2006prepared dwm-0.9Anselm R.Garbe1+2-2
04:37 15-08-2006extended cleanupAnselm R.Garbe2+12-2
03:38 15-08-2006applied Sanders changes to config.arg.hAnselm R.Garbe1+14-18
03:25 15-08-2006applied jk_to_tab patchAnselm R.Garbe3+60-53
02:31 15-08-2006changed main event loopAnselm R.Garbe3+21-10
14:18 14-08-2006removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe6+29-19
13:47 14-08-2006added Sander to LICENSE (since he has contributed/revised big portions)Anselm R.Garbe1+1-0
13:46 14-08-2006applied viewsel.patchAnselm R.Garbe1+6-2
13:14 14-08-2006applied sanders man page patch, removed button2 from bar clickAnselm R.Garbe2+24-22
12:50 14-08-2006applied sanders tag()/toggletag() fixesAnselm R.Garbe1+4-1
12:48 14-08-2006fixedAnselm R.Garbe2+5-9
12:14 14-08-2006added missing arrangeAnselm R.Garbe1+1-0
11:59 14-08-2006changed replacetag into toggletagAnselm R.Garbe4+55-48
11:37 14-08-2006added some flicker preventionAnselm R.Garbe1+3-1
11:26 14-08-2006remove unnecessary XSyncAnselm R.Garbe1+0-1
11:21 14-08-2006changed order of selecting input at root windowAnselm R.Garbe1+4-4
11:11 14-08-2006removed finished messageAnselm R.Garbe1+0-1
11:08 14-08-2006added mappingnotify event for kb refreshesAnselm R.Garbe1+12-0
10:43 14-08-2006removed unneecessary crapAnselm R.Garbe2+1-7
10:33 14-08-2006applied the saner patch (removed the pathetic one)Anselm R.Garbe1+3-7
10:31 14-08-2006pplied Sanders appendtag patchAnselm R.Garbe2+12-2
10:11 14-08-2006some other small fixesAnselm R.Garbe2+12-10
06:38 14-08-2006removed ungrabkeys again (because of sander's mail)Anselm R.Garbe3+0-18
05:58 14-08-2006fixed string cuttingAnselm R.Garbe1+6-6
05:49 14-08-2006fixed a core dumpAnselm R.Garbe2+4-3
05:24 14-08-2006implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe3+18-0
05:18 14-08-2006implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe6+81-34
03:52 14-08-2006fixed string cutting in draw.cAnselm R.Garbe1+10-2
03:43 14-08-2006applied Sanders LD and resize patchesAnselm R.Garbe3+9-4
03:38 14-08-2006removed viewnext/viewprevAnselm R.Garbe6+9-65
02:40 14-08-2006supplying NULL args in selectAnselm R.Garbe1+1-1
02:23 14-08-2006reducing ConnectionNumber calls to a bare minimumAnselm R.Garbe1+5-4
13:04 13-08-2006updated man page, added CAVEATS sectionAnselm R.Garbe1+14-7
12:58 13-08-2006made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)Anselm R.Garbe5+19-19
14:26 11-08-2006implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice featureAnselm R.Garbe8+100-68
13:37 11-08-2006implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe6+48-17
13:11 11-08-2006after some days of experimenting with grey background, I finally give up and switch to white on black ;)Anselm R.Garbe1+4-4
12:12 11-08-2006applied Sanders fixes to dwm.1Anselm R.Garbe1+5-4
07:32 11-08-2006fixed dwm.1, added Mod1-Shift-c (was missing for an odd reason)Anselm R.Garbe1+7-3
06:52 11-08-2006simplified drawtextAnselm R.Garbe1+14-21
05:54 11-08-2006updated dwm(1)Anselm R.Garbe1+14-0
05:28 11-08-2006upgraded version infoAnselm R.Garbe1+1-1
05:05 11-08-2006applied Sander's patch as wellAnselm R.Garbe1+1-2
05:00 11-08-2006realized that client focussing through the bar is pretty useless, better is sloppy view focussing for B1/B3 as well insteadAnselm R.Garbe1+5-5
04:16 11-08-2006implemented focusprev on button1 press in the bar, and focusnext on button3 press in the barAnselm R.Garbe1+6-2
03:47 11-08-2006simplified unmanageAnselm R.Garbe1+2-7
03:34 11-08-2006removed the if(clients) check from popping codeAnselm R.Garbe1+1-2
13:44 10-08-2006added dwm faviconAnselm R.Garbe2+1-0
12:48 10-08-2006applied Sanders zoom_update patchAnselm R.Garbe2+2-3
12:33 10-08-2006respecting inc hints in floating mode on togglemaxAnselm R.Garbe1+1-1
11:37 10-08-2006reverting last patch, that sucks, I don't care about retarded apps like gvimAnselm R.Garbe1+1-1
11:35 10-08-2006togglemax repects inc-hints (this way gvim can be toggle'maxed as well)Anselm R.Garbe1+1-1
10:35 10-08-2006applied grammar correction by ILFAnselm R.Garbe1+1-1
10:19 10-08-2006Added tag 0.8 for changeset cd15de32e173f8ce97bfe1c9b6607937b59056b4Anselm R.Garbe1+1-0
10:19 10-08-2006prepared 0.8Anselm R.Garbe2+3-2
08:30 10-08-2006updated htmlAnselm R.Garbe1+2-2
07:33 10-08-2006fixed the issue reported by sander (gaps at left columns button due to round-offs)Anselm R.Garbe1+4-1
06:26 10-08-2006applied sumik's multihead patchAnselm R.Garbe3+13-6
06:19 10-08-2006applied sander's patchAnselm R.Garbe2+18-14
06:12 10-08-2006readded border color, this sucks leastAnselm R.Garbe5+26-14
06:07 10-08-2006drawing border with fg colorAnselm R.Garbe1+14-1
05:27 10-08-2006removed unnecessary border colorAnselm R.Garbe5+0-25
05:22 10-08-2006swapping my default colors (bg with fg)Anselm R.Garbe1+2-2
05:20 10-08-2006made terminals darker, that is better indeedAnselm R.Garbe1+1-1
05:16 10-08-2006disallow zoom on maximized clientsAnselm R.Garbe4+8-21
13:37 09-08-2006added zoom on Mod1-Button1 on managed clients only (there is no moving possible)Anselm R.Garbe1+2-0
13:12 08-08-2006removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe4+1-20
12:08 08-08-2006implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe4+20-1
07:58 08-08-2006fixed typoAnselm R.Garbe1+1-1
07:50 08-08-2006it always takes a while until one sticks to a colorscheme, but this one feels wellAnselm R.Garbe1+1-1
07:47 08-08-2006default colors are bestAnselm R.Garbe1+3-3
06:47 08-08-2006without borders it looks cleanerAnselm R.Garbe1+2-2
06:18 08-08-2006red is easier to my eyes with ffffaa bgAnselm R.Garbe1+2-2
06:06 08-08-2006using a better colorscheme (ffffaa is the best background for black)Anselm R.Garbe1+2-2
04:30 08-08-2006applied Sanders tiny patchesAnselm R.Garbe4+8-7
12:38 07-08-2006removed some "arg@10ksloc.org1+4-4
09:12 07-08-2006I really only need 3 tagsarg@10ksloc.org1+11-17
09:10 07-08-2006added a trailing '.' to shortcut descriptions in dwm(1)arg@10ksloc.org1+15-15
08:54 07-08-2006changed signature of drawtextarg@10ksloc.org1+10-12
08:40 07-08-2006applied grabbing-- and shell_minimalarg@10ksloc.org2+1-9
07:26 07-08-2006updated screenshot sectionarg@10ksloc.org1+2-1
07:21 07-08-2006changed font size, I'm not blind...arg@10ksloc.org1+2-2
07:12 07-08-2006small fix of a commentarg@10ksloc.org1+1-1
06:58 07-08-2006typo fixarg@10ksloc.org1+1-1
06:57 07-08-2006applied Sanders man page/Makefile patcharg@10ksloc.org2+2-2
06:10 07-08-2006settle with greyarg@10ksloc.org1+2-2
05:32 07-08-2006next version is 0.8arg@10ksloc.org1+1-1
05:28 07-08-2006made my colors tasting better with the backgroundarg@10ksloc.org1+3-3
04:47 07-08-2006status box should have a border in my eyesarg@10ksloc.org2+2-2
04:41 07-08-2006next attempt for w on black switcharg@10ksloc.org1+4-4
03:55 07-08-2006Added tag 0.7 for changeset 3fb41412e2492f66476d92ce8f007a8b48fb1d2aarg@10ksloc.org1+1-0
03:51 07-08-2006prepared dwm.htmlarg@10ksloc.org1+6-3
03:46 07-08-2006added stripping to dwm target in Makefilearg@10ksloc.org1+1-0
03:19 07-08-2006changed getproto, maybe that might fix the killclient issue reported on the listarg@10ksloc.org1+3-2
03:05 07-08-2006applied endless loop prevention on zoom()arg@10ksloc.org1+3-1
02:36 07-08-2006updated man pagearg@10ksloc.org1+2-0
09:57 05-08-2006small fix of the last commitarg@10ksloc.org1+1-1
09:56 05-08-2006using -Os again, zoom is ignored in floating mode or on floating clientsarg@10ksloc.org2+2-2
09:02 05-08-2006mouse grab needs also to grab for combinations of numlock/lockmaskarg@10ksloc.org1+20-0
08:10 05-08-2006slight fixarg@10ksloc.org1+2-3
13:34 04-08-2006small performance tweak ;)arg@10ksloc.org1+4-2
13:25 04-08-2006fixed xterm font change (all other related apps should work fine with this fix as well)arg@10ksloc.org1+12-14
13:17 04-08-2006fixed view-change bug reported on the listarg@10ksloc.org1+10-14
12:04 04-08-2006no need for -g anymore, regexp matching works nowarg@10ksloc.org1+4-4
10:47 04-08-2006fixed dmenu link (thx to deifl)arg@10ksloc.org1+1-1
09:40 04-08-2006switched to regexp matching for Rulesarg@10ksloc.org6+65-31
08:42 04-08-2006fixed a bug in dmenu callarg@10ksloc.org2+3-6
07:00 04-08-2006using execl now, argv changed, using cmd and const char defs directly in the KEYS structarg@10ksloc.org4+18-18
05:36 04-08-2006added dmenu to dwm.htmlarg@10ksloc.org1+4-0
05:27 04-08-2006small stylistic fixarg@10ksloc.org1+2-1
12:08 03-08-2006removed CONFIGarg@10ksloc.org1+2-3
10:36 03-08-2006make config.h not a time dependencearg@10ksloc.org1+1-1
10:29 03-08-2006removed rm config.h from cleanarg@10ksloc.org1+1-1
10:21 03-08-2006added gmake compliancearg@10ksloc.org1+2-2
10:09 03-08-2006s/tag2/two/garg@10ksloc.org2+4-4
10:05 03-08-2006applied Jukka's diffarg@10ksloc.org1+5-4
08:50 03-08-2006applied Sanders Makefile patcharg@10ksloc.org1+20-26
07:21 03-08-2006stylistic chnagearg@10ksloc.org2+4-4
07:12 03-08-2006removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tagsarg@10ksloc.org8+66-71
06:38 03-08-2006hotfix of settagsarg@10ksloc.org1+1-2
06:27 03-08-2006using SRC instead of *.carg@10ksloc.org1+1-1
05:59 03-08-2006changed the files included in make distarg@10ksloc.org1+2-1
05:58 03-08-2006applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhatarg@10ksloc.org3+22-17
05:55 03-08-2006changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum)arg@10ksloc.org6+18-17
12:49 02-08-2006implemented the idea presented by Sander for dwm targetarg@10ksloc.org2+5-3
12:19 02-08-2006changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better nowarg@10ksloc.org3+3-3
12:12 02-08-2006fixed a type in README, and patched config.mkarg@10ksloc.org2+2-2
11:54 02-08-2006updated dwm.htmlarg@10ksloc.org1+3-3
11:52 02-08-2006Added tag 0.6 for changeset c11f86db4550cac5d0a648a3fe4d6d3b9a4fcf7earg@10ksloc.org1+1-0
11:52 02-08-2006removed config.h (stupid hg)arg@10ksloc.org1+0-62
11:46 02-08-2006removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafaselarg@10ksloc.org4+66-11
11:38 02-08-2006added Acroread.* and MPlayer.* to config.arg.h rulesarg@10ksloc.org1+2-0
11:32 02-08-2006made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sanderarg@10ksloc.org9+92-79
08:05 02-08-2006new stuffarg@10ksloc.org2+23-20
07:33 02-08-2006dwm is now exit, if stdin is closed due broken pipearg@10ksloc.org1+5-8
06:28 02-08-2006implemented focus on enterwindow on titlebarsarg@10ksloc.org2+2-2
06:13 02-08-2006applied Sanders patches (numlock2)arg@10ksloc.org5+40-26
05:48 02-08-2006reverting to old resize policyarg@10ksloc.org2+32-21
05:43 02-08-2006new resize stuff (using XConfigureWindow instead of XSendEvent)arg@10ksloc.org2+21-32
11:44 01-08-2006renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org3+3-3
11:39 01-08-2006renamed ARRANGE into DEFMODEarg@10ksloc.org3+3-4
11:35 01-08-2006small fixes to dwm.htmlarg@10ksloc.org1+6-6
11:29 01-08-2006simplified READMEarg@10ksloc.org1+1-4
11:20 01-08-2006removed 1 missing LOCarg@10ksloc.org1+0-1
11:20 01-08-2006removed 5LOCarg@10ksloc.org2+10-15
11:14 01-08-2006removed artefacts of single-linked list (thanx to Jukka, I must have been mad)arg@10ksloc.org2+4-9
10:29 01-08-2006cleaned config.*h to prevent some confusionarg@10ksloc.org3+5-6
10:16 01-08-2006saved 2LOCarg@10ksloc.org1+2-4
09:46 01-08-2006uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers)arg@10ksloc.org4+16-16
09:03 01-08-2006fixed config.h filesarg@10ksloc.org2+2-4
08:59 01-08-2006centralized/externalized configuration to config.harg@10ksloc.org9+172-107
07:41 01-08-2006applied Cedric's NumLock patcharg@10ksloc.org1+17-1
07:39 01-08-2006applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org3+18-0
07:32 01-08-2006applied Sanders patchesarg@10ksloc.org8+42-58
06:49 01-08-2006committed a patch which fixes the hints of Jukkaarg@10ksloc.org4+14-40
16:15 21-07-2006updated htmlarg@10ksloc.org1+1-1
16:15 21-07-2006Added tag 0.5 for changeset 22213b9a2114167ee8ba019a012e27da0422a61aarg@10ksloc.org1+1-0
16:15 21-07-2006prepared 0.5arg@10ksloc.org1+9-3
13:34 21-07-2006some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org4+7-13
09:11 21-07-2006simplified main.c, switching back to single urxvt usagearg@10ksloc.org2+14-28
06:54 21-07-2006s/sleep 5/sleep 2/arg@10ksloc.org1+1-1
06:48 21-07-2006changed the status info README hint (more simple now, no extra script necessary)arg@10ksloc.org1+1-7
05:18 21-07-2006s/0.5/0.6/ - my steps are wider than the realityarg@10ksloc.org2+2-2
05:07 21-07-2006applied sanders maxfix patcharg@10ksloc.org1+2-2
04:59 21-07-2006added a note how to achieve status info in the bararg@10ksloc.org1+17-1
04:39 21-07-2006preparing 0.6 which will be available in the evening after sanders patch approx.arg@10ksloc.org2+8-21
02:37 21-07-2006sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEYarg@10ksloc.org4+40-48
14:09 20-07-2006applied sanders no_sizehints for tiled mode patch (thx!)arg@10ksloc.org2+11-11
13:23 20-07-2006serious mistake in pop() (forgot to set c->prev to NULL on pop)arg@10ksloc.org1+1-0
11:54 20-07-2006using double-linked list in order to get correct prev focus handlingarg@10ksloc.org4+45-21
10:40 20-07-2006added yet another CUTOMIZE tagarg@10ksloc.org1+2-0
10:17 20-07-2006cleaned the CUSTOMIZE flagsarg@10ksloc.org3+9-5
10:07 20-07-2006made status bar drawing more robust, implemented togglemax and togglemode, works quite wellarg@10ksloc.org5+59-33
07:18 20-07-2006cleaned up codearg@10ksloc.org8+78-85
05:48 20-07-2006Added tag 0.4 for changeset eb3165734f00fe7f7da8aeebaed00e60a57caac9arg@10ksloc.org1+1-0
05:48 20-07-2006prepared 0.4arg@10ksloc.org2+10-4
05:26 20-07-2006using O3 instead of Os, binary size still < 40kbarg@10ksloc.org1+1-1
05:15 20-07-2006fixed version in man pagearg@10ksloc.org1+1-1
05:12 20-07-2006yet another html patcharg@10ksloc.org1+5-5
05:10 20-07-2006updated htmlarg@10ksloc.org1+5-5
04:45 20-07-2006makefile now sets permissions for executables and man pagesarg@10ksloc.org1+6-0
02:26 20-07-2006removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictablearg@10ksloc.org4+85-114
12:42 19-07-2006implemented regexp matching for rulesarg@10ksloc.org4+40-32
11:38 19-07-2006applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org4+25-24
10:03 19-07-2006removed TODO, because dwm is nearly finishedarg@10ksloc.org1+0-1
09:54 19-07-2006reapplied my default keybindingsarg@10ksloc.org1+10-1
09:49 19-07-2006alternate dwm.pngarg@10ksloc.org1+0-0
09:44 19-07-2006Added tag 0.3 for changeset 7e66082e5092fb0bccd18a3695a0bec52c80fdb2arg@10ksloc.org1+1-0
09:44 19-07-2006some changes in the html pagearg@10ksloc.org1+2-2
09:43 19-07-2006prepared 0.3arg@10ksloc.org1+1-10
09:11 19-07-2006fixed the bug mentioned by Sanderarg@10ksloc.org1+7-3
08:52 19-07-2006refactored Sanders code somewhatarg@10ksloc.org3+8-15
08:36 19-07-2006implemented fallback for too many clients in stacked modearg@10ksloc.org2+10-3
08:30 19-07-2006and another fix...arg@10ksloc.org1+1-1
08:29 19-07-2006yet another typo fixarg@10ksloc.org1+2-2
08:24 19-07-2006fixed a typoarg@10ksloc.org1+1-1
08:22 19-07-2006floating clients get random (x,y) offsets nowarg@10ksloc.org1+7-0
06:31 19-07-2006applied Sanders resize patch, fixed lower bugarg@10ksloc.org5+43-19
12:54 18-07-2006changed CFLAGsarg@mmvi1+5-5
10:10 18-07-2006firefox instance is different nowarg@mmvi1+1-1
08:01 18-07-2006changed occurrences of wmii.de into 10kloc.org in dwm.html, because 10kloc.org is already workingAnselm R. Garbe1+8-8
07:36 18-07-2006implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe5+105-78
06:45 18-07-2006pop on heretagAnselm R. Garbe3+16-8
06:38 18-07-2006added heretag command which allows to tag a client of a foreign tag with current tagAnselm R. Garbe6+42-10
03:18 18-07-2006using EXIT_stuff in exit() nowAnselm R. Garbe2+7-8
13:49 17-07-2006simplified MakefileAnselm R. Garbe2+2-3
11:46 17-07-2006added new stuffAnselm R. Garbe1+6-9
06:56 17-07-2006updated htmlAnselm R. Garbe1+9-9
06:36 17-07-2006patched dwmAnselm R. Garbe3+46-30
05:09 17-07-2006updated READMEAnselm R. Garbe1+2-2
05:00 17-07-2006Added tag 0.2 for changeset 0a6472e2203994bc5738d40a340d26f7ec9d6062Anselm R. Garbe1+1-0
05:00 17-07-2006updated htmlAnselm R. Garbe1+1-1
04:12 17-07-2006ordered variables in structs and source files alphabeticallyAnselm R. Garbe7+70-77
03:37 17-07-2006slight change to dwm.1Anselm R. Garbe1+2-1
18:26 16-07-2006simplified man pageAnselm R. Garbe2+29-36
07:29 16-07-2006another XSyncAnselm R. Garbe1+1-0
19:47 15-07-2006several additions in mouse handling ;)Anselm R. Garbe5+59-65
13:51 15-07-2006fixed XSync handling and finished man pageAnselm R. Garbe5+64-16
13:11 15-07-2006changing XFlush into XSyncAnselm R. Garbe4+11-6
12:19 15-07-2006sanitized other stuffAnselm R. Garbe5+136-142
12:00 15-07-2006proceeded with cleaning up, sorting functions, etcAnselm R. Garbe7+532-543
11:30 15-07-2006rearranged several stuffAnselm R. Garbe10+442-444
17:54 14-07-2006sanitized namesAnselm R. Garbe7+72-72
17:33 14-07-2006rearrangedAnselm R. Garbe10+461-464
13:59 14-07-2006I prefer the tiled/floating indicator on the right sideAnselm R. Garbe1+9-5
13:55 14-07-2006bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) modeAnselm R. Garbe2+7-1
13:46 14-07-2006draw bar on exposure ;)Anselm R. Garbe3+9-7
13:40 14-07-2006Added tag 0.1 for changeset d31b5ad96b0ba7b5b0a30928fcf000428339a577Anselm R. Garbe1+1-0
13:40 14-07-2006prep 0.1Anselm R. Garbe4+11-9
13:11 14-07-2006fixed crash on zoom if only 1 client existsAnselm R. Garbe1+9-3
12:43 14-07-2006removed a bunch of lines through swap removalAnselm R. Garbe5+11-28
12:30 14-07-2006if stdin writer stops working, dwm consumed much IO load because it still tried to select on this fd, fixedAnselm R. Garbe1+7-3
08:27 14-07-2006removed a bottleneckAnselm R. Garbe1+8-6
08:03 14-07-2006searching for a better way to discard enter notifiesAnselm R. Garbe4+12-54
07:11 14-07-2006focus on view change as wellAnselm R. Garbe1+3-0
07:09 14-07-2006small fixAnselm R. Garbe1+1-1
07:08 14-07-2006made stdin reader more robustAnselm R. Garbe2+22-9
06:57 14-07-2006implemented dwm reading status text from stdinAnselm R. Garbe6+58-25
05:34 14-07-2006made barclick to select the specific tagAnselm R. Garbe6+36-4
05:07 14-07-2006implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwmAnselm R. Garbe6+95-31
03:45 14-07-2006continued with man pageAnselm R. Garbe1+34-0
03:34 14-07-2006continued with man pageAnselm R. Garbe4+40-4
16:49 13-07-2006except improvements to the mouse handling this is already nearly feature completeAnselm R. Garbe1+5-0
16:42 13-07-2006added mini stuffAnselm R. Garbe4+69-46
15:28 13-07-2006fixed several things, nearly feature completeAnselm R. Garbe5+35-29
14:55 13-07-2006new stuffAnselm R. Garbe5+103-61
13:21 13-07-2006several other additions/fixes, dwm is quite usable alreadyAnselm R. Garbe4+165-111
12:09 13-07-2006implemented tagging a clientAnselm R. Garbe5+156-85
09:33 13-07-2006several fixesAnselm R. Garbe2+4-4
07:35 13-07-2006added philosophy sectionAnselm R. Garbe1+11-0
07:19 13-07-2006added xlock command (I need it regularly)Anselm R. Garbe4+19-25
07:00 13-07-2006added pointer warps on kb-driven/manage-driven focusAnselm R. Garbe1+3-0
06:49 13-07-2006changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)Anselm R. Garbe2+2-2
06:43 13-07-2006changed default colorsAnselm R. Garbe10+461-472
05:34 13-07-2006added dev.c instead of kb.cAnselm R. Garbe6+137-146
05:25 13-07-2006removed obsolete stuffAnselm R. Garbe1+12-13
05:19 13-07-2006fixed grammar bug reported by John-GaltAnselm R. Garbe1+1-1
05:05 13-07-2006another changeAnselm R. Garbe1+1-1
05:04 13-07-2006updated man pageAnselm R. Garbe1+5-7
05:03 13-07-2006small changes to READMEAnselm R. Garbe1+3-3
05:02 13-07-2006last change to dwm.htmlAnselm R. Garbe1+47-43
04:33 13-07-2006renamed/changedAnselm R. Garbe2+1-1
04:32 13-07-2006added logo+descriptionAnselm R. Garbe12+194-115
20:55 12-07-2006new stuff (some warning elimination)Anselm R. Garbe7+44-47
20:30 12-07-2006removed unnecessary crapAnselm R. Garbe15+95-785
20:04 12-07-2006before leaning things upAnselm R. Garbe9+150-112
12:50 12-07-2006new stuff, fixed several issuesAnselm R. Garbe6+13-12
12:17 12-07-2006added gravity stuffAnselm R. Garbe4+76-7
11:40 12-07-2006added maxAnselm R. Garbe3+15-3
11:00 12-07-2006added grid mode on Mod1Mask gAnselm R. Garbe7+97-66
10:17 12-07-2006simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)Anselm R. Garbe12+164-235
19:53 11-07-2006fixed configurerequestAnselm R. Garbe1+1-1
19:50 11-07-2006new colorsAnselm R. Garbe1+3-3
19:00 11-07-2006some more additions/fixesAnselm R. Garbe5+32-3
18:46 11-07-2006fixed several other stuff, coming closer to something usefulAnselm R. Garbe5+23-15
18:18 11-07-2006implemented draw_client stuffAnselm R. Garbe3+58-20
17:49 11-07-2006made code more readableAnselm R. Garbe5+67-70
16:41 11-07-2006added basic mouse support (actually we don't need more)Anselm R. Garbe4+15-24
16:24 11-07-2006added mouse-based resizalsAnselm R. Garbe7+181-19
13:59 11-07-2006updated READMEAnselm R. Garbe1+15-5
13:53 11-07-2006several changes, new stuffAnselm R. Garbe7+34-19
13:19 11-07-2006removed unnecessary sel stuffAnselm R. Garbe4+2-95
13:15 11-07-2006added bar event timerAnselm R. Garbe9+87-51
11:14 11-07-2006added protocol killing stuffAnselm R. Garbe6+153-36
09:53 11-07-2006new stuffAnselm R. Garbe1+20-0
08:21 11-07-2006added gridsel to gridwmAnselm R. Garbe7+99-13
08:02 11-07-2006changed how manage client worksAnselm R. Garbe4+44-29
07:52 11-07-2006fixed several stuff (gridwm gets better and better)Anselm R. Garbe10+59-141
06:50 11-07-2006added key handlingAnselm R. Garbe5+44-30
06:27 11-07-2006new stuffAnselm R. Garbe5+25-32
06:10 11-07-2006implemented pipe_spawnAnselm R. Garbe7+70-15
17:16 10-07-2006added several other stuffAnselm R. Garbe12+476-39
14:47 10-07-2006renamed gridmenu.c into menu.cAnselm R. Garbe2+1-1
14:46 10-07-2006several new changes, made gridmenu workingAnselm R. Garbe9+256-206
13:35 10-07-2006added new stuffAnselm R. Garbe11+328-36
11:49 10-07-2006added gridmenuAnselm R. Garbe3+617-3
11:38 10-07-2006initial importAnselm R. Garbe7+450-0