Mercurial
Mercurial
>
dwm
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-120
+120
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
added sample of {grow,shrink}master to config.def.h
2008-03-17, by Anselm R Garbe
renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value
2008-03-17, by Anselm R Garbe
geoms are now drawed in the status bar
2008-03-17, by Anselm R Garbe
removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
2008-03-17, by Anselm R Garbe
made the string-based setgeom working
2008-03-15, by Anselm R Garbe
some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
2008-03-14, by Anselm R Garbe
some changes towards 4.9
2008-03-14, by Anselm R Garbe
Added tag 4.8 for changeset 607015ddb091
2008-03-13, by Anselm R Garbe
removed the comment again
4.8
2008-03-13, by Anselm R Garbe
some polishing in tileh/tilev
2008-03-13, by Anselm R Garbe
minor bugfix
2008-03-13, by Anselm R Garbe
added a new comment
2008-03-13, by Anselm R Garbe
some cleanup
2008-03-13, by Anselm R Garbe
updated my geoms function
2008-03-13, by Anselm R Garbe
update
2008-03-13, by Anselm R Garbe
set layout already here
2008-03-13, by Anselm R Garbe
well I use a different default tile
2008-03-13, by Anselm R Garbe
added updatebarpos()
2008-03-13, by Anselm R Garbe
removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
2008-03-13, by Anselm R Garbe
some polishing
2008-03-12, by Anselm R Garbe
updated dwm(1)
2008-03-12, by Anselm R Garbe
added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw, th, wx, wy, ww, wh ad variables
2008-03-11, by anselm
changed config.def.h
2008-03-06, by Anselm R Garbe
new stuff
2008-03-06, by Anselm R Garbe
implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon
2008-03-06, by Anselm R Garbe
allow for vstack
2008-03-06, by Anselm R Garbe
added some comments what the TODOs are for 4.8
2008-03-06, by Anselm R Garbe
changed config.def.h
2008-03-05, by Anselm R Garbe
integrated the new -x -y -w toggles of dmenu into my setup
2008-03-05, by Anselm R Garbe
removed some more useless clunk
2008-03-05, by Anselm R Garbe
implemented the stuff as I discussed on dwm@
2008-03-05, by Anselm R Garbe
fixed urgent hint handling
2008-03-05, by Anselm R Garbe
renamed maximise to monocle again.
2008-03-05, by Anselm R Garbe
fixed urgency hint, though Xinerama integration is still ongoing
2008-03-05, by Anselm R Garbe
next on TODO
2008-03-05, by anselm
renamed MAXLEN into MAXTAGLEN (backward compliance)
2008-03-04, by anselm
renamed monocle into maxmise, documented the keybindings in dwm(1)
2008-03-04, by anselm
monocle goes mainstream
2008-03-04, by Anselm R Garbe
fixed applyrules bug
2008-03-04, by Anselm R Garbe
removed View cruft, now back to the roots
2008-03-03, by anselm
made tag names snappier
2008-02-29, by Anselm R Garbe
fixed some issues nsz reported in IRC log
2008-02-28, by anselm
well, AIM_XINERAMA should not be enabled
2008-02-28, by anselm
made 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 polishing
2008-02-28, by anselm
removed initags -- we autoselect the first tag in each view instead
2008-02-28, by anselm
a small fix to buttonpress
2008-02-28, by Anselm R Garbe
some more changes towards a better dwm
2008-02-28, by Anselm R Garbe
proceeded, though we still miss a real Tag struct
2008-02-27, by anselm
disabled AIM_XINERAMA
2008-02-26, by anselm
simplified dwm
2008-02-26, by anselm
certain fixes, though still a lot of the mutex stuff missing
2008-02-25, by anselm
pushing 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 past
2008-02-23, by anselm
fixed Gottox' mail address
2008-02-22, by anselm
well typo fix
2008-02-22, by Anselm R Garbe
added Gottox to Copyright holders after all his contributions, applied his last patch
2008-02-22, by Anselm R Garbe
some other fixes, resize contains a minor bug
2008-02-22, by Anselm R Garbe
crash fix
2008-02-22, by Anselm R Garbe
made arrange() Monitor-dependent as well, fixed the movemouse/resizemouse issues
2008-02-22, by Anselm R Garbe
minor
2008-02-21, by Anselm R Garbe
applied Gottox' monitor.diff patch (thanks btw)
2008-02-21, by Anselm R Garbe
made restack, drawbar also Monitor-related only
2008-02-21, by Anselm R Garbe
changed arrange functions to contain the Monitor as first argument
2008-02-21, by Anselm R Garbe
applied Jukka's zoom-patch
2008-02-20, by Anselm R Garbe
resize handles offscreen issues
2008-02-20, by Anselm R Garbe
applied some necessary changes
2008-02-20, by Anselm R Garbe
removed Monitor->dc, unnecessary
2008-02-18, by Anselm R Garbe
removed Monitor->root, since we do not support classical multihead
2008-02-18, by Anselm R Garbe
some drawbar() polishing, and certain related fixes
2008-02-15, by Anselm R Garbe
urgency hook handling needs also to invert the square if present
2008-02-13, by Anselm R Garbe
Chris pointed me to the fact, that the window geoms calculation can be done once for each monitor, so I applied this remark
2008-02-11, by Anselm R Garbe
fixed missing else branch
2008-02-11, by Anselm R Garbe
applied dme's patch to prevent changing prevtags if nothing actually changed
2008-02-11, by Anselm R Garbe
applied dwm-4.8-snaptileds.diff
2008-02-11, by Anselm R Garbe
implemented urgent hint handling (with multihead support)
2008-02-11, by anselm
got initial Xinerama support working, though there is a lot work todo
2008-02-11, by anselm
some more polishing/consistency changes
2007-12-22, by anselm
proceeded with multihead/Xinerama support
2007-12-22, by anselm
removed maximize, there will be monocle soon
2007-12-22, by anselm
fixed wrong tagging stuff
2007-12-22, by anselm
added dmenu_run to config.h
2007-12-22, by anselm
root window and screen have to be in Monitor struct, we want side-by-side Xinerama and Multihead support (only Xinerama when enabled and present)
2007-12-21, by anselm
merged Christof Musik's Xinerama support patches, though this needs some polishing!
2007-12-21, by anselm
simplified Mod-m
2007-12-09, by Anselm R. Garbe
implemented reapply for re-applying the tagging rules during runtime, Mod-r
2007-12-08, by Anselm R. Garbe
next version will be 4.8
2007-12-08, by Anselm R. Garbe
Added tag 4.7 for changeset d6d3085307d8
2007-11-21, by Anselm R. Garbe
fixed focus steeling bug done by clients like opera
4.7
2007-11-17, by Anselm R. Garbe
removed support for the NetSupportingWmCheck stuff, netbeans, argouml and others also don't work with compiz, so it is Suns problem to provide a fix
2007-11-17, by Anselm R. Garbe
yeah compiz didn't did the trick, but identifying dwm as LookingGlass (LG3D)
2007-11-15, by Anselm R. Garbe
foo
2007-11-15, by Anselm R. Garbe
hack that adds NET_SUPPORTING_WM_CHECK handling, dwm identifies itself as compiz, hence I believe this might workaround the JDK 1.6+ XToolkit bug
2007-11-15, by Anselm R. Garbe
applied Ritesh's patch to stext handling with some minor modifications
2007-11-10, by Anselm R. Garbe
initialize prevtags in setup, now users can setup which seltags should be selectedin config.h
2007-11-10, by Anselm R. Garbe
Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs!
2007-11-10, by Anselm R. Garbe
moved LENGTH to dwm.c, moved prevtags to dwm.c
2007-11-07, by arg
we check variable == value, and not the other way - the other way is for beginner programmers.
2007-11-04, by Anselm R. Garbe
removed a misleading comment about client title windows, which don't exist anymore
2007-11-04, by Anselm R. Garbe
full names in -v output of dwm
2007-11-04, by Anselm R. Garbe
doing it in a shorter way
2007-11-03, by Anselm R. Garbe
removed 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 handling
2007-11-03, by Anselm R. Garbe
simplified
2007-11-02, by Anselm R. Garbe
made error handling more proper
2007-11-02, by Anselm R. Garbe
replaced low-level stext reading with an fgets call
2007-11-02, by Anselm R. Garbe
revival of RESIZEHINTS
2007-11-02, by Anselm R. Garbe
sanders patch for b2 toggle
2007-10-29, by arg
replaced Nmacros with LENGTH(x) macro
2007-10-28, by Anselm R. Garbe
replaced 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.
2007-10-28, by Anselm R. Garbe
some sanity changes
2007-10-27, by Anselm R. Garbe
going toward 4.7
2007-10-27, by Anselm R. Garbe
Added tag 4.6 for changeset bcd7e18e196a
2007-10-25, by Anselm R. Garbe
fixed a comment
4.6
2007-10-25, by arg
also consider width for tile fallback enforcing
2007-10-24, by Anselm R. Garbe
removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clients
2007-10-24, by arg
some cleanup, removed ntags variable, defined NTAGS macro, simplified tag(), view() and idxoftag(), fixed some NULL comparisions
2007-10-24, by arg
parenthized use of ISTILE macro in dwm.c
2007-10-23, by arg
thx to Toni Lainson
2007-10-19, by arg
fixed two comments
2007-10-18, by arg
removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier and most flexible than all other possibilities
2007-10-18, by arg
small cosmetic fix
2007-10-17, by arg
uncommented DEBUG CFLGAS/LDFLAGS
2007-10-17, by arg
less
more
|
(0)
-1000
-120
+120
tip