Xinqi Bao's Git

bump version to 6.3
[dwm.git] / dwm.c
2021-12-19 Chris Downdrawbar: Don't expend effort drawing bar if it is occluded
2021-07-14 Quentin RameauAdd a configuration option for fullscreen locking
2021-03-29 Chris DownDo not allow focus to drift from fullscreen client...
2020-08-21 Ian RemmlerFix x coordinate calculation in buttonpress.
2020-04-25 bakkebydwm crashes when opening 50+ clients (tile layout)
2020-04-22 Chris Downdrawbar: Don't shadow sw global
2020-04-22 Chris Downgetatomprop: Add forward declaration
2020-04-20 Chris Downsetmfact: Unify bounds for compile-time and runtime...
2018-06-02 Hiltjo Posthumapledge: add rpath promise for the ugly Xft font fallback
2018-05-25 Klemens NanniPledge on OpenBSD
2018-05-12 Christopher DrelichFunction declarations in correct order.
2018-03-14 Christopher DrelichAll functions in alphabetical order except for this...
2018-03-14 Christopher DrelichColBorder has been moved to the enum with ColFg and...
2017-12-27 Hiltjo Posthumadont NUL terminate _NET_WM_NAME
2017-11-03 Hiltjo Posthumasync dmenu drw.{c,h} code: use Clr* (was Scm)
2017-11-03 Hiltjo Posthumagettextprop: check result of XGetTextProperty (undefine...
2017-11-03 Omar SandovalSet class name on status bar
2017-10-11 Daniel Cousenssimplify isfixed conditions
2017-05-08 Anselm R Garbeyet another cleanup
2017-03-28 Markus TeichDon't restrict snap in mousemove
2017-03-28 Markus TeichButton passthrough when client is not focused
2017-03-28 Markus Teichcleanup
2016-12-05 Anselm R Garbeapplied Markus' tagset purge of alternative view on...
2016-12-05 Anselm R Garbeapplied Ivan Delalande's NET_SUPPORTING_WM_CHECK patch...
2016-12-05 Anselm R Garbeapplied Markus' decouple color-scheme patch
2016-12-05 Anselm R Garbeapplied Markus' clarify status text padding patch
2016-08-12 Hiltjo Posthumadie() consistency: always add newline
2016-06-26 Markus Teichimport new drw from libsl and minor fixes.
2016-06-24 Eric PruittConfigure geometry before applying rules
2015-12-19 Hiltjo Posthumafix fullscreen clients not resized on X display resolut...
2015-11-08 Hiltjo Posthumacode-style consistency
2015-11-08 Hiltjo Posthumaunboolification
2015-11-08 Hiltjo Posthumasort include + whitespace fix
2015-11-08 Hiltjo Posthumaseparate program-specific c99 bool and X11
2015-11-07 Quentin Rameausetfullscreen: don't process the property twice
2015-10-20 Hiltjo Posthumasync updated drw code from dmenu
2015-10-20 Hiltjo Posthumadwm: use ecalloc, prevent theoretical overflow
2015-10-20 Hiltjo Posthumacleanup, dont use c++ style comments
2015-10-20 Hiltjo Posthumadwm: cleanup: free schemes and cursors as array
2015-03-13 Eric PruittAdd Xft and follback-fonts support to graphics lib
2014-08-11 Anselm R Garbeapplied Hiltjo's resize/move limitation
2014-05-29 Anselm R Garbesame as before with dwm.c as well
2013-08-27 Anselm R Garbeapplied Lukas' focus suggestion at startup, thanks
2013-08-02 Anselm R Garbeapplied improved version of Martti Kühne's dmenu/multi...
2013-06-19 Anselm R Garbeapplied Julian's enum approach,
2013-06-16 Anselm R Garbefinished libsl/drw integration
2013-04-17 Anselm R Garberenamed draw into drw
2012-12-08 Anselm R Garbecontinued with draw.c abstraction, also started util...
2012-11-18 [email protected]reverting the xkb dependency, I don't care if this...
2012-11-18 [email protected]reverting to plain X11 fonts in order to implement...
2012-11-17 [email protected]compile fix
2012-11-17 [email protected]applied Neil Klopfstein's patch, slightly modified
2012-11-17 [email protected]starting with initial draw.h
2012-11-02 [email protected]incorporating Xft instead of cairo, cairo provides...
2012-07-08 [email protected]reverted to old updategeom() after several complains...
2012-06-23 [email protected]applied James Turner's XkbKeycodeToKeysym patch, thanks
2012-06-23 [email protected]drastically changed updategeom() handling, see comment...
2012-06-23 [email protected]reversed Andreas Amann's fullscreen fix with the approa...
2012-04-15 [email protected]added kludge to fix some input focus misbehavior in...
2012-03-25 [email protected]applied Andreas Amanns' netwm_client_list patch, but...
2012-03-25 [email protected]applied Andreas Amann's netwm_active_window patch, thx
2012-03-17 [email protected]applied Andreas Amann fullscreen fix, some minor modifi...
2012-02-10 Connor Lane Smithunfocus on slow sloppy monitor focus
2012-02-08 [email protected]applied Eckehard Berns fix fix, sorry that this took...
2012-01-12 [email protected]applied Eckehard Berns barwin leak fix and his suggesti...
2011-11-15 Connor Lane Smithadd sloppy monitor focus
2011-11-06 Connor Lane Smithcalculate window/monitor intersection
2011-11-06 Connor Lane Smithhonour fullscreen hint on map
2011-11-04 [email protected]testing Brians multiscreen issue fix
2011-11-02 Christoph Lohmannmake ewmh dialog windows float
2011-10-31 Connor Lane Smithallow 0 nmaster
2011-10-30 Connor Lane Smithfix big-border corner case
2011-10-28 Connor Lane Smithimprove tile spacing
2011-10-25 Connor Lane Smithapply nmaster patch
2011-10-25 Connor Lane Smithapply resize hints in floating layout
2011-10-25 Connor Lane Smithhide clients to the left, not the right
2011-08-15 [email protected]applied Connors cleanup patch of Eckehards proposed...
2011-08-08 [email protected]applied Connors and Valentins patch to improve the...
2011-07-29 [email protected]applied Peter Hartlichs nice interim Xinerama and map...
2011-07-27 [email protected]applied anonymous code cleanup patch
2011-07-24 [email protected]added a marker for the flash fullscreen issue
2011-07-20 [email protected]applied Connors aesthitic buf fix in tile(), thanks
2011-07-20 [email protected]applied Peters magic float mode bugfix
2011-07-20 [email protected]applied lolilolicon's floating center patch, further...
2011-07-20 [email protected]thanks to recursions on IRC for his remark
2011-07-10 [email protected]applied Peters wintoclient/wintomon optimisation in...
2011-07-10 [email protected]removed unneeded offset recalculation, thanks Jukka...
2011-07-10 [email protected]undo the focus optimisation patch for 5.9
2011-07-09 [email protected]applied Peters two patches, please test hg tip, if...
2011-07-02 [email protected]applied Garys patch in a slightly modified way
2011-07-01 [email protected]applied Nicolas Capit's patch as interim solution until...
2011-06-27 Connor Lane Smithfixed scroll lock (thanks bogdan)
2011-06-27 Connor Lane Smithfix numlock (thanks mikhail)
2011-06-25 [email protected]making enternotify less focus hungry
2011-06-24 [email protected]applied Andreas Amann's patch from Oct 2010, thanks
2011-06-17 [email protected]applied Rudys barwidth patch, thanks Rudy
2011-06-14 [email protected]don't check for monocle layout in zoom() exit condition
2011-06-11 [email protected]fixing some minor issues, next week is dwm-5.9 release...
2011-06-04 Connor Lane Smithfix typo
2011-06-04 Connor Lane Smithcleaner drawing
next