139 Commits (2ce37bc69ee72af7ea88376c73133f8a833204cf)

Author SHA1 Message Date
  Anselm R Garbe 2ce37bc69e experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/e 15 years ago
  Anselm R Garbe f27ccc5c60 introduction of Monitor for better Xinerama support, work in progress 15 years ago
  Anselm R Garbe 7df39f3fc7 next version will be 5.6, shortened some very long lines 15 years ago
  Anselm R Garbe 3632d7132f applied Marc Andre Tanners showhide patch, the removal of ntiled 15 years ago
  Anselm R Garbe 1e350be229 applied Gottox' adjustborder removal patch (thanks!) 15 years ago
  a@null 90687482ad fixed an issue reported by Nibble, also fixed s/2008/2009/ 16 years ago
  a@null 62a491e36d re-applied Neale's spawn patch, credited Neale in LICENSE 16 years ago
  Anselm R Garbe a62ea4062f fix 16 years ago
  Anselm R Garbe ea8a4ca46a 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 16 years ago
  Anselm R Garbe b279cef670 made readin a config.h variable 16 years ago
  Anselm R Garbe 12ea925076 untested monocle 16 years ago
  Anselm R Garbe 79ecbeca7e non-zero 16 years ago
  Anselm R Garbe 4db2f44277 minor fix 16 years ago
  Anselm R Garbe a8e0772c4d applied anydot's patchset.diff 16 years ago
  Anselm R Garbe 39d1ecd5b0 applied Gottox bitmask + void *arg patch 16 years ago
  Anselm R Garbe bd4deaebfc fixed comment 16 years ago
  Anselm R Garbe f22d047d41 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 16 years ago
  Anselm R Garbe 42cb2bd3be new stuff 16 years ago
  Anselm R Garbe 5602f44b29 implemented exact focus next, if arg != NULL to focus{next,prev} 16 years ago
  Anselm R Garbe 08c596ed10 next version is 5.0 16 years ago
  Anselm R Garbe a520ba3c0b removed uneccessary line 16 years ago
  Anselm R Garbe dba22848c7 made the string-based setgeom working 16 years ago
  Anselm R Garbe e237b2a76f some changes towards 4.9 16 years ago
  Anselm R Garbe 88c8ead3e8 removed some more useless clunk 16 years ago
  Anselm R Garbe 2e95837220 implemented the stuff as I discussed on dwm@ 16 years ago
  anselm@anselm1 9804726c82 well, AIM_XINERAMA should not be enabled 16 years ago
  anselm@anselm1 7bc272a4e4 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 16 years ago
  anselm@anselm1 0271ac0ed7 disabled AIM_XINERAMA 16 years ago
  anselm@anselm1 d5178292ed simplified dwm 16 years ago
  anselm@aab c2c54cc0fa got initial Xinerama support working, though there is a lot work todo 17 years ago
  anselm@anselm1 985e330524 merged Christof Musik's Xinerama support patches, though this needs some polishing! 17 years ago
  Anselm R. Garbe 8497f9f781 next version will be 4.8 17 years ago
  Anselm R. Garbe 93eee247ca going toward 4.7 17 years ago
  arg@suckless.org 1dcb18c124 uncommented DEBUG CFLGAS/LDFLAGS 17 years ago
  arg@suckless.org 206eb344e2 just making dwm.h saner 17 years ago
  Anselm R. Garbe a73de0cff4 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 17 years ago
  Anselm R. Garbe c77663fcb4 btw 4.6 will be the next release 17 years ago
  Anselm R. Garbe 0235a84ef2 micromizing dwm step 1 17 years ago
  Anselm R. Garbe ae760f3f38 introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals 17 years ago
  Anselm R. Garbe a92cf496c1 prepared 4.4.1 bugfix and minor feature enhancement release 17 years ago
  Anselm R. Garbe 5762e92994 reverted release CFLAGs 17 years ago
  Anselm R. Garbe 36672d0401 removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check 17 years ago
  Anselm R. Garbe 47765f7286 added screen.c, removed layout.c and tag.c 17 years ago
  Anselm R. Garbe 0c60620410 hmm I doubt the usefulness of storing this information... 17 years ago
  Anselm R. Garbe 77044e8765 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 17 years ago
  Anselm R. Garbe 0937cc78bf moved floating to layout.c, kept tile.c outside 17 years ago
  Anselm R. Garbe f6e41b0bc3 renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact 17 years ago
  Anselm R. Garbe 2d81b78b85 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 17 years ago
  Anselm R. Garbe a54cf2ecef changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS 17 years ago
  Anselm R. Garbe 141beb2704 replaced BORDERPX with sel->border in togglemax(), in other places this is not possible. 17 years ago