Mercurial
Mercurial
>
dwm
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-480
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.
fixed an issue reported by Nibble, also fixed s/2008/2009/
5.4.1
2009-02-08, by a
Added tag 5.4 for changeset 8b7836a471f8
2009-02-08, by a
avoid reverting the border if it's not necessary (avoids some flashing on view())
5.4
2009-02-08, by a
spotted missing spaces
2008-12-20, by a
reverting some border patches
2008-12-20, by a
changed adjustborder to be a macro
2008-12-19, by a
applied yiyus applyrules() patch
2008-12-19, by a
implemented noborder for 1 client in the view
2008-12-17, by a
made status script example of .xinitrc more useful
2008-12-13, by a
ok, using signal.h for portability reasons
2008-12-13, by a
removed unnecessary closure of stdin reported by Frederic Chardon, thx
2008-12-13, by a
added sys/signal.h inclusion for BSD compliance
2008-12-13, by a
re-applied Neale's spawn patch, credited Neale in LICENSE
2008-12-12, by a
applied Neale Pickett's xprop status reading patch, updated README and dwm.1 accordingly
2008-12-12, by a
applied yiyus fix
2008-12-06, by arg
fix
2008-12-06, by Anselm R Garbe
Added tag 5.3.1 for changeset 335301ed102f
2008-12-06, by Anselm R Garbe
integrated yiyus clearurgent refactoring
5.3.1
2008-12-06, by Anselm R Garbe
reverted spawn
2008-12-06, by arg
Added tag 5.3 for changeset 4004d6116035
2008-12-04, by Anselm R Garbe
added Neale Pickett's spawn patch, thanks Neale
5.3
2008-12-04, by Anselm R Garbe
applied Gottox' comment fix (thanks)
2008-11-16, by Anselm R Garbe
several 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 optimization
2008-10-19, by Anselm R Garbe
removed NOBORDER(broken and badly used), introduce WIDTH/HEIGHT macros for computing client size with border added, fixes bug announced by sergey_m
2008-10-15, by Premysl Hruby
Added tag 5.2 for changeset e4bcaca8e6ef
2008-09-09, by Anselm R Garbe
using 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=c99
5.2
2008-09-08, by Anselm R Garbe
applied XGetWMNormalHints fix
2008-09-07, by Anselm R Garbe
I prefer doing the check in showhide
2008-09-06, by Anselm R Garbe
applied Donald Chai's showhide patch in slightly modified ways
2008-09-06, by Anselm R Garbe
applied Martin Hurton's checkotherwm simplification
2008-09-06, by Anselm R Garbe
applied Peter Hartlichs aspect revert fix
2008-09-02, by Anselm R Garbe
applied Gottox' grabkey patch
2008-09-02, by Anselm R Garbe
applied yiyus tagbar patch
2008-09-01, by Anselm R Garbe
merged merge
2008-09-01, by arg
fixed
merge
2008-08-29, by Anselm R Garbe
checking result of XGetClassHint, removed some obsolete lines in initfont()
merge
2008-08-29, by Anselm R Garbe
merged my changes
merge
2008-08-27, by Anselm R Garbe
introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h
2008-08-27, by Anselm R Garbe
WM_NAME is builtin atom
2008-08-25, by Premysl Hruby
grabbuttons() and grabkeys() are now independent from prior numlockmask initialization
2008-08-25, by Anselm R Garbe
reverted some resize() changes, reverted setlocale removal
2008-08-25, by Anselm R Garbe
applied Peter Hartlich's patch regarding aspect calculation with slight modifications
2008-08-23, by Anselm R Garbe
removed artifact from wmii
2008-08-23, by Anselm R Garbe
changed grabkeys, removed initmodmap
2008-08-23, by Anselm R Garbe
applied Peter Hartlich's initmodmap patch
2008-08-23, by Anselm R Garbe
applied fix of toggletag by Jan Kaliszewski
2008-08-22, by Premysl Hruby
Martin Hurtons typo fix
2008-08-18, by Anselm R Garbe
fixed error I did when applying Martin Hurton's drawtext patch
2008-08-18, by Anselm R Garbe
applied Martin Hurtons resizemouse patch
2008-08-18, by Anselm R Garbe
applied Martin Hurton's movemouse() patch
2008-08-18, by Anselm R Garbe
using None instead of 0 for trans
2008-08-18, by Anselm R Garbe
abc...
2008-08-18, by Anselm R Garbe
removed the i = textnw... as remarked by Martin Hurton
2008-08-18, by Anselm R Garbe
applied Martin Hurton's scan() patch with slight modifications
2008-08-18, by Anselm R Garbe
changed order of variables in drawtext
2008-08-18, by Anselm R Garbe
applied Martin Hurton's drawtext() patch
2008-08-18, by Anselm R Garbe
applied Martin Hurton's view() simplification, not checking arg
2008-08-18, by Anselm R Garbe
making a comment more explicit
2008-08-18, by Anselm R Garbe
removed setlocale() stuff, not necessary if Xmb in use
2008-08-18, by Anselm R Garbe
added a comment about FAQ regarding mfact meaning
2008-08-18, by Anselm R Garbe
added some comments regarding FAQ about s{x,y,w,h}, w{x,y,w,h}, b{y,h,lw}
2008-08-18, by Anselm R Garbe
initialize trans with 0
2008-08-18, by Anselm R Garbe
fix of XGetTransientForHint in manage()
2008-08-14, by Premysl Hruby
applied cleanup from M. Hurton and S. Nagy
2008-08-14, by Premysl Hruby
fixes using arg->i instead of arg->ui
2008-08-12, by Premysl Hruby
applied Johannes Hofmann's patch, please test
2008-08-04, by anselm
made readin a config.h variable
2008-08-02, by Anselm R Garbe
Added tag 5.1 for changeset ce355cea9bb8
2008-07-29, by Anselm R Garbe
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
5.1
2008-07-29, by Anselm R Garbe
potential crash fix if xinerama behaves broken, though I doubt it
2008-07-18, by Anselm R Garbe
make hg tip compilable with default config
2008-07-18, by Premysl Hruby
local use of xidx is useless, got rid of it, falling back to screen 0 if pointer query fails for whatever reason
2008-07-16, by Anselm R Garbe
got rid of compile time xidx configuration, querying mouse pointer instead
2008-07-16, by Anselm R Garbe
reverted uint redefinition
2008-07-16, by Anselm R Garbe
applied anydot's urgency hint patch, thanks!
2008-07-13, by anselm
renamed eprint die
2008-07-03, by Anselm R Garbe
simplified detach()
2008-07-03, by Anselm R Garbe
removed aux* stuff from Client
2008-07-02, by Anselm R Garbe
removed useless comment
2008-07-02, by Anselm R Garbe
minor fix to view()
2008-07-02, by Anselm R Garbe
applied Frederik Ternerot's grabbuttons patch with slight modifications
2008-07-01, by Anselm R Garbe
locale update
2008-06-30, by Anselm R Garbe
removed useless characters
2008-06-24, by Anselm R Garbe
applied James Turner's dwm.1 patch, thanks James!
2008-06-23, by Anselm R Garbe
fix of monocle
2008-06-22, by Anselm R Garbe
another merge
2008-06-22, by Anselm R Garbe
does this fix anything?
2008-06-22, by Anselm R Garbe
fixed Gottox' buttonpress/ClkTagBar code
2008-06-21, by Anselm R Garbe
applied Gottox' ClkTagBar patch
2008-06-20, by Anselm R Garbe
made arrange again like it was once
2008-06-19, by Anselm R Garbe
fix
2008-06-19, by Anselm R Garbe
use sel instead of seeking the list
2008-06-19, by Anselm R Garbe
resize should apply if !banned
2008-06-19, by Anselm R Garbe
applied Gottox patch
2008-06-19, by Anselm R Garbe
untested monocle
2008-06-19, by Anselm R Garbe
non-zero
2008-06-19, by Anselm R Garbe
Added tag 5.0 for changeset 06eb9644e2da
2008-06-18, by Anselm R Garbe
branch merge
5.0
2008-06-17, by Anselm R Garbe
tiled layout resizehints should be respected by default
2008-06-17, by Anselm R Garbe
restored y-coordinate fixing of client windows
2008-06-17, by Anselm R Garbe
s/tags ref/tags mask/
2008-06-15, by arg
updated man page regarding Mod1-m
2008-06-15, by Anselm R Garbe
minor fixes towards 5.0
2008-06-15, by Anselm R Garbe
removed explicit warp in movemouse
2008-06-14, by Anselm R Garbe
removed scroll-wheel based focussing on window title clicks
2008-06-14, by Anselm R Garbe
fix of swapped focusstack mouse buttons
2008-06-14, by Anselm R Garbe
removed the ButtonPressMask for root windows as well
2008-06-14, by Anselm R Garbe
removed root window click handling
2008-06-14, by Anselm R Garbe
removed font and color definitions
2008-06-14, by Anselm R Garbe
minor fix
2008-06-13, by Anselm R Garbe
fixed tag click handling, however ClkRootWin doesn't work for me
2008-06-12, by Anselm R Garbe
update
2008-06-12, by Anselm R Garbe
some bugfixes of the patch application yesterday
2008-06-12, by Anselm R Garbe
integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?)
2008-06-11, by Anselm R Garbe
made Xinerama screen index customizable
2008-06-11, by Anselm R Garbe
removed trailing spaces reported by Soleen
2008-06-11, by Anselm R Garbe
crash fix
2008-06-11, by Anselm R Garbe
made lt visible again in config.def.h
2008-06-11, by Anselm R Garbe
added nsz' patch
2008-06-11, by Anselm R Garbe
added SHCMD support for pipe-based commands due the new spawn() versio
2008-06-11, by Anselm R Garbe
using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
2008-06-11, by Anselm R Garbe
lt will point to a foo-layout during cleanup now (Gottox' suggestion), and togglelayout respects Arg->v
2008-06-11, by Anselm R Garbe
integrated Peter Hartlich's patch, removed const char *c from union, simplified togglelayout
2008-06-11, by Anselm R Garbe
applied anydot's patchset.diff
2008-06-11, by Anselm R Garbe
final version -- Gottox verified it using the test driver
2008-06-09, by arg
revert of introduced problem
2008-06-09, by arg
applied nsz' textnw patch thank you
2008-06-09, by arg
updated the for-loop with Gottox' proposal
2008-06-09, by arg
minor change
2008-06-06, by arg
applied nsz's patches (many thanks!)
2008-06-04, by arg
small change to drawtext
2008-06-02, by arg
fixed the tile() issue with xpdf
2008-06-01, by Anselm R Garbe
using anydot's memcpy-approach in drawtext, however it still looks awkward to me
2008-06-01, by Anselm R Garbe
Gottox' drawtext simplification
2008-06-01, by Anselm R Garbe
applied noviewprev.diff, fix.diff and unusedflags.diff
2008-06-01, by Anselm R Garbe
fix
2008-05-31, by Anselm R Garbe
lt->arrange in mfact
2008-05-31, by Anselm R Garbe
isfixed implies isfloating
2008-05-30, by Anselm R Garbe
applied nibbles fixes, slightly modified
2008-05-29, by Anselm R Garbe
applied yiyus tip patch from tue
2008-05-29, by Anselm R Garbe
core dump fix in cleanup
2008-05-28, by Anselm R Garbe
updated the initial comment to reflect the use of bit arrays
2008-05-26, by Anselm R Garbe
slight changes
2008-05-26, by Anselm R Garbe
removed bx and bw, unnecessary
2008-05-26, by Anselm R Garbe
renamed domax into ismax
2008-05-26, by Anselm R Garbe
simplified tile()
2008-05-26, by Anselm R Garbe
removed Layout->updategeom, unnecessary
2008-05-26, by Anselm R Garbe
removed TEXTW
2008-05-26, by Anselm R Garbe
applied yiyus domax patch with slight modifications
2008-05-26, by Anselm R Garbe
replaced isvisible with a macro
2008-05-22, by Anselm R Garbe
removed emallocz
2008-05-22, by Anselm R Garbe
s/int/uint/ in config.h
2008-05-22, by Anselm R Garbe
removed debug output, sanitized tag limit check
2008-05-22, by Anselm R Garbe
setmfact argument was wrong
2008-05-22, by Anselm R Garbe
Key.mod is uint, Client.[old]bw is int
2008-05-22, by Anselm R Garbe
s/unsigned long/ulong/
2008-05-22, by Anselm R Garbe
s/nextunfloating/nexttiled/, changed zoom() behavior
2008-05-22, by Anselm R Garbe
s/unsigned int/uint/
2008-05-22, by Anselm R Garbe
s/void */const void */
2008-05-22, by Anselm R Garbe
applied Gottox bitmask + void *arg patch
2008-05-22, by Anselm R Garbe
some minor fixes
2008-05-19, by anselm
simplification
2008-05-19, by anselm
reverted dist target in Makefile
2008-05-19, by anselm
merged tile.c again into dwm.c
2008-05-19, by anselm
take bar into account
2008-05-19, by Anselm R Garbe
be more polite to clients which like to appear outside the window area, but still on the screen
2008-05-19, by Anselm R Garbe
fixed comment
2008-05-19, by Anselm R Garbe
fix
2008-05-19, by Anselm R Garbe
make 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 clients
2008-05-19, by Anselm R Garbe
improving space usage if master is left of stack (default)
2008-05-19, by Anselm R Garbe
only snap within window area
2008-05-19, by Anselm R Garbe
s/DEFGEOM/CUSTOMGEOM/
2008-05-19, by Anselm R Garbe
update
2008-05-19, by Anselm R Garbe
updatetilegeom should be fine for setmfact
2008-05-19, by Anselm R Garbe
recent changes, introduced togglebar, changed some defines into variable declarations where possible
2008-05-19, by Anselm R Garbe
new stuff
2008-05-17, by Anselm R Garbe
removed the <M> togglelayout call
2008-05-17, by Anselm R Garbe
s/tilegeom/updatetilegeom/
2008-05-17, by Anselm R Garbe
removed monocle for now
2008-05-17, by Anselm R Garbe
removed the exact focus mechanism of next/prev window
2008-05-17, by Anselm R Garbe
moved 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 use
2008-05-17, by Anselm R Garbe
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
2008-05-17, by Anselm R Garbe
removed Layout->isfloating
2008-05-17, by Anselm R Garbe
removed reapply() -- unnecessary
2008-05-17, by Anselm R Garbe
renamed setlayout into togglelayout
2008-05-17, by Anselm R Garbe
removed temporary wildcard handling
2008-05-15, by Anselm R Garbe
added wild-card handling for tags
2008-05-15, by Anselm R Garbe
applied nsz's another style patch
2008-05-14, by Anselm R Garbe
applied nsz's style.diff patch
2008-05-13, by Anselm R Garbe
just added a comment
2008-05-13, by Anselm R Garbe
minor fixes
2008-05-11, by Anselm R Garbe
having monocle on Mod1-m
2008-05-11, by Anselm R Garbe
hotfix
2008-05-11, by Anselm R Garbe
removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
2008-05-11, by Anselm R Garbe
cleaned up config.def.h
2008-05-11, by Anselm R Garbe
implemented exact focus next, if arg != NULL to focus{next,prev}
2008-05-11, by Anselm R Garbe
applied the proposal by nsz
2008-05-06, by Anselm R Garbe
applied JUCE patch
2008-05-06, by Anselm R Garbe
simplification of view() as proposed by anydot
2008-04-27, by Anselm R Garbe
applied yiyus tagset patch
2008-04-27, by Anselm R Garbe
applied yiyus fgeom patch
2008-04-27, by Anselm R Garbe
applied dfenze drawtext simplifications
2008-04-27, by Anselm R Garbe
this is the correct way
2008-04-20, by anselm
copyright notice is in LICENSE
2008-04-20, by anselm
applied Ph's seltags-simplification with some modifications
2008-04-20, by anselm
applied Ph's MIN/MAX patch, nice work!
2008-04-20, by anselm
applied Ph's patch regarding geom and lt initialization
2008-04-20, by anselm
applied Gottox' applyrules() fix
2008-04-20, by anselm
geometry fix proposed by Jukka
2008-04-08, by Anselm R Garbe
applied applyrules-fix by Jukka, thank you Jukka!
2008-04-07, by Anselm R Garbe
fix
2008-04-05, by Anselm R Garbe
applied the proposed monocle patch from the mailinglist
2008-04-05, by Anselm R Garbe
next version is 5.0
2008-04-04, by Anselm R Garbe
Added tag 4.9 for changeset 22c669b2dd36
2008-04-03, by anselm
yet another cleanup
4.9
2008-04-03, by Anselm R Garbe
some cleanup changes
2008-04-03, by Anselm R Garbe
uncommented dual layout in preparation of dwm 4.9
2008-04-02, by anselm
applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
2008-04-02, by anselm
aspects hints seem broken for fullscreen apps
2008-04-01, by Anselm R Garbe
removed uneccessary line
2008-03-31, by Anselm R Garbe
bugfix
2008-03-25, by Anselm R Garbe
setmfact should not have any effect if in floating layout
2008-03-24, by Anselm R Garbe
minor fix
2008-03-24, by Anselm R Garbe
revival of mfact and setmfact
2008-03-24, by Anselm R Garbe
setlayout and setgeom are now togglable again
2008-03-24, by Anselm R Garbe
geom indicator and layout indicator is only displayed if there are several geoms/layouts
2008-03-24, by Anselm R Garbe
hotfix of idxoftag
2008-03-22, by anselm
blw/bgw calculation bugfix
2008-03-22, by anselm
updated configurenotify
2008-03-19, by Anselm R Garbe
minor bugfix in applyrules
2008-03-17, by anselm
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
just making dwm.h saner
2007-10-17, by arg
applied Eric Mertens patch to mainstream dwm, however this needs testing
2007-10-16, by Anselm R. Garbe
cleaned up dwm.c/dwm.h somewhat that it allows easier integration of patches
2007-10-16, by Anselm R. Garbe
small comment
2007-10-11, by Anselm R. Garbe
recreated dwm.h
2007-10-11, by Anselm R. Garbe
added Mod1-Tab description to dwm.1
2007-10-10, by Anselm R. Garbe
added 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 compromise
2007-10-10, by Anselm R. Garbe
applied Brandon MacDone's static initialization patch for seltags and Client->tags
2007-10-06, by Anselm R. Garbe
removing NULL-terminating **tags definition in config.h
2007-10-05, by Anselm R. Garbe
removed two spaces reported by Soleen
2007-10-03, by Anselm R. Garbe
reverted Peters patch to tile, I will discuss the reasons at dwm@
2007-10-01, by Anselm R. Garbe
s/xterm/uxterm/
2007-10-01, by Anselm R. Garbe
added hint for downloading dextra
2007-10-01, by Anselm R. Garbe
fixed font definition
2007-10-01, by Anselm R. Garbe
fixed man page
2007-09-30, by Anselm R. Garbe
fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify()
2007-09-30, by Anselm R. Garbe
applied Peter Hartlich's border collapse patch
2007-09-30, by Anselm R. Garbe
improved tile() for the RESIZEHINTS == True case, now more space is consumed by the clients (esp. if those clients use increment handling heavily)
2007-09-27, by Anselm R. Garbe
fixed colors
2007-09-27, by Anselm R. Garbe
fixed inclusion order
2007-09-27, by arg
updated with my favorite colorscheme
2007-09-26, by Anselm R. Garbe
applied colors depend from lavishs proposal
2007-09-25, by Anselm R. Garbe
switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff
2007-09-23, by Anselm R. Garbe
btw 4.6 will be the next release
2007-09-23, by Anselm R. Garbe
renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all
2007-09-23, by Anselm R. Garbe
introduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom()
2007-09-22, by Anselm R. Garbe
setmwfact and zoom check isarrange(floating) now, not !isarrange(tile) - this makes it easier to play well with bstack and nmtile patches
2007-09-22, by Anselm R. Garbe
Added tag 4.5 for changeset 2acc60d6dfe2
2007-09-22, by Anselm R. Garbe
cosmetic fix
4.5
2007-09-22, by Anselm R. Garbe
fixed a comment
2007-09-20, by Anselm R. Garbe
applied Peters patch, applied yiyus hint to initfont
2007-09-19, by arg
applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximum
2007-09-18, by Anselm R. Garbe
made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
2007-09-17, by arg
there might be envs which need Xlib.h
2007-09-16, by Anselm R. Garbe
Mod1-Button2 on a floating but not-fixed client will make it tiled again
2007-09-16, by Anselm R. Garbe
now tiled windows can be resized/moved, their floating state will be toggled implicitely
2007-09-16, by Anselm R. Garbe
some more rearrangements
2007-09-16, by Anselm R. Garbe
ordered all functions alphabetically
2007-09-16, by Anselm R. Garbe
corrected a misleading comment
2007-09-16, by Anselm R. Garbe
macros 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"
2007-09-16, by Anselm R. Garbe
ordered function forward definitions
2007-09-15, by Anselm R. Garbe
backporting my intro-comment of old dwm.h
2007-09-15, by Anselm R. Garbe
removed grabkeys, not necessary
2007-09-15, by Anselm R. Garbe
micromizing dwm step 1
2007-09-15, by Anselm R. Garbe
new colorscheme (16-bit compliant)
2007-09-15, by Anselm R. Garbe
moved bar-related stuff to bar.c (merged draw.c into that)
2007-09-15, by Anselm R. Garbe
renamed drawstatus into drawbar
2007-09-15, by Anselm R. Garbe
renamed config.default.h into config.h
2007-09-15, by Anselm R. Garbe
dist target only needs to add config.default.h
2007-09-15, by Anselm R. Garbe
removed config.arg.h, only 1 config.h necessary
2007-09-15, by Anselm R. Garbe
small changes of the colors
2007-09-14, by Anselm R. Garbe
other color
2007-09-11, by Anselm R. Garbe
using light colorscheme, preparing merge of config.arg.h with config.default.h
2007-09-11, by Anselm R. Garbe
I work with enabled RESIZEHINTS, simply because I force myself to continue the st development ;)
2007-09-09, by Anselm R. Garbe
introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals
2007-09-09, by Anselm R. Garbe
14px fonts drives me nuts
2007-09-07, by Anselm R. Garbe
Added tag 4.4.1 for changeset 7c117df5d202
2007-08-26, by Anselm R. Garbe
prepared 4.4.1 bugfix and minor feature enhancement release
4.4.1
2007-08-26, by Anselm R. Garbe
Added tag 4.4 for changeset 408014d21261
2007-08-23, by Anselm R. Garbe
removed unnecessary include, prepared dwm-4.4
4.4
2007-08-23, by Anselm R. Garbe
setlayout should perform strcmp's if arg != NULL, because Layout is local to screen.o
2007-08-22, by Anselm R. Garbe
reverted release CFLAGs
2007-08-22, by Anselm R. Garbe
removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check
2007-08-22, by Anselm R. Garbe
renamed char prop[] into buf[]
2007-08-19, by Anselm R. Garbe
fixed misappearance of iconified windows on SIGKILL
2007-08-19, by Anselm R. Garbe
moved updatebarpos to screen
2007-08-19, by Anselm R. Garbe
added screen.c, removed layout.c and tag.c
2007-08-19, by Anselm R. Garbe
prepared merging layout.c and tag.c into screen.c
2007-08-19, by Anselm R. Garbe
small fix
2007-08-19, by Anselm R. Garbe
hmm I doubt the usefulness of storing this information...
2007-08-18, by Anselm R. Garbe
cleaned up settags-handling
2007-08-18, by Anselm R. Garbe
applied Gottox mwfact patch
2007-08-18, by Anselm R. Garbe
replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property)
2007-08-17, by Anselm R. Garbe
renamed seltag into seltags
2007-08-17, by Anselm R. Garbe
applied Jukka Salmi's setmwfact patch
2007-08-17, by Anselm R. Garbe
made plural arrays
2007-08-16, by Anselm R. Garbe
fixed the issue observed by various people, that clients appeared on empty tags
2007-08-16, by Anselm R. Garbe
made 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's
2007-08-16, by Anselm R. Garbe
applied Jukka's patch
2007-08-16, by Anselm R. Garbe
fixed _DWM_CONFIG persistation, fixed the client disapperance bug during restarts
2007-08-15, by Anselm R. Garbe
fififi
2007-08-15, by Anselm R. Garbe
fix of resize (thanks Sander for the hint!)
2007-08-14, by Anselm R. Garbe
fixed a typo
2007-08-14, by Anselm R. Garbe
small bugfix
2007-08-13, by Anselm R. Garbe
tags should be persistent now during X server run
2007-08-13, by Anselm R. Garbe
small bugfix
2007-08-13, by Anselm R. Garbe
made tile simplier
2007-08-13, by Anselm R. Garbe
made 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 layouts
2007-08-13, by Anselm R. Garbe
made resize more precise
2007-08-13, by Anselm R. Garbe
moved floating to layout.c, kept tile.c outside
2007-08-12, by Anselm R. Garbe
renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
2007-08-12, by Anselm R. Garbe
fixed a comment
2007-08-11, by Anselm R. Garbe
separated 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 code
2007-08-11, by Anselm R. Garbe
let not overlap the borders
2007-08-10, by Anselm R. Garbe
removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
2007-08-10, by Anselm R. Garbe
slight change of my color scheme
2007-08-05, by Anselm R. Garbe
removed spow(x, 0); calls, I did them for consistency's sake, but it should be rather obvious how the scaling works anyways
2007-08-05, by Anselm R. Garbe
applied Jukka's dwm.1 patch
2007-08-05, by Anselm R. Garbe
changed 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)
2007-08-05, by Anselm R. Garbe
small fix of static function order
2007-08-04, by Anselm R. Garbe
I 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.)
2007-08-04, by Anselm R. Garbe
removed a C++ style comment
2007-08-03, by Anselm R. Garbe
implemented ratio tile as described on the mailinglist
2007-08-03, by Anselm R. Garbe
changed the fix of yesterday, the resize should only be necessary at manage() time, not on any unban()
2007-07-31, by Anselm R. Garbe
foo
2007-07-30, by Anselm R. Garbe
set client state to iconic on maprequest
2007-07-28, by Anselm R. Garbe
changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS
2007-07-28, by Anselm R. Garbe
removed shiftview(), if you scroll the views in the tag area, you can also use Button1 instead
2007-07-28, by Anselm R. Garbe
applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!
2007-07-26, by Anselm R. Garbe
applied Jeroen Schot's shiftview patch
2007-07-24, by Anselm R. Garbe
applied dwm-windowscrolling patch
2007-07-24, by arg
Added tag 4.3 for changeset e0ec0d5d8b1e
2007-07-14, by arg
restoring tip to be a working dwm again (switching FONT to terminus in config.arg.h)
4.3
2007-07-12, by arg
please recheck this patch with Mathematica from Wolfram Research - lemme know if it fixes the geyish blob window bug
2007-06-19, by Anselm R. Garbe
removed crappy createnotify handler
2007-06-19, by Anselm R. Garbe
applied restack patch of anydot, with slight changes
2007-06-06, by Anselm R. Garbe
I change the style of init somewhat, init as early as possible.
2007-06-06, by Anselm R. Garbe
uncommented creatnotify
2007-06-04, by Anselm R. Garbe
added an creatnotify event handler
2007-06-04, by Anselm R. Garbe
applied anudots [un]ban repair patch
2007-06-04, by Anselm R. Garbe
making variable declarations in dwm.h extern, this seems to be more ansi compliant
2007-06-01, by Anselm R. Garbe
replaced BORDERPX with sel->border in togglemax(), in other places this is not possible.
2007-05-30, by Anselm R. Garbe
Added tag 4.2 for changeset c13cb8c6b7a5
2007-05-30, by Anselm R. Garbe
referred to LICENSE file
4.2
2007-05-30, by Anselm R. Garbe
Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
2007-05-30, by Anselm R. Garbe
applied Jukkas patch
2007-05-30, by Anselm R. Garbe
changed -v output (now also anydot and nsz are contained in this output)
2007-05-29, by Anselm R. Garbe
added nsz to copyright holders as well, because he did a lot recently
2007-05-29, by Anselm R. Garbe
added anydot to Copyright holders, because he contributed a lot recently
2007-05-29, by Anselm R. Garbe
applied anydot's 3 minor patches, thank you anydot
2007-05-29, by Anselm R. Garbe
less
more
|
(0)
-1000
-480
tip