Commit Graph

  • af4667a85a simplified Anselm R. Garbe 2007-11-02 17:07:14 +0100
  • a98b5e5935 made error handling more proper Anselm R. Garbe 2007-11-02 17:04:40 +0100
  • b8985dc7bb replaced low-level stext reading with an fgets call Anselm R. Garbe 2007-11-02 16:57:52 +0100
  • 6f60b2e1cd revival of RESIZEHINTS Anselm R. Garbe 2007-11-02 10:43:39 +0100
  • 3033d45d1c sanders patch for b2 toggle arg@suckless.org 2007-10-29 12:42:58 +0100
  • 34e7872c89 replaced Nmacros with LENGTH(x) macro Anselm R. Garbe 2007-10-28 12:52:16 +0100
  • c36f7c3c5e 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. Anselm R. Garbe 2007-10-28 12:41:14 +0100
  • 3fd39feb41 some sanity changes Anselm R. Garbe 2007-10-27 18:21:02 +0200
  • 93eee247ca going toward 4.7 Anselm R. Garbe 2007-10-27 18:12:54 +0200
  • d5e8edcbcb Added tag 4.6 for changeset bcd7e18e196a Anselm R. Garbe 2007-10-25 20:24:59 +0200
  • 13577b15e5 fixed a comment arg@suckless.org 2007-10-25 10:42:55 +0200
  • 5473e763f6 also consider width for tile fallback enforcing Anselm R. Garbe 2007-10-24 20:34:08 +0200
  • cdd6c3e820 removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clients arg@suckless.org 2007-10-24 16:26:59 +0200
  • 29f2b15ddc some cleanup, removed ntags variable, defined NTAGS macro, simplified tag(), view() and idxoftag(), fixed some NULL comparisions arg@suckless.org 2007-10-24 16:07:43 +0200
  • 7b65b763bc parenthized use of ISTILE macro in dwm.c arg@suckless.org 2007-10-23 09:38:47 +0200
  • e94774dd69 thx to Toni Lainson arg@suckless.org 2007-10-19 09:56:51 +0200
  • af0034f3a5 fixed two comments arg@suckless.org 2007-10-18 17:02:19 +0200
  • cd7ebaad25 removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier and most flexible than all other possibilities arg@suckless.org 2007-10-18 10:28:41 +0200
  • 8dc03d6e6b small cosmetic fix arg@suckless.org 2007-10-17 14:35:21 +0200
  • 1dcb18c124 uncommented DEBUG CFLGAS/LDFLAGS arg@suckless.org 2007-10-17 12:28:34 +0200
  • 206eb344e2 just making dwm.h saner arg@suckless.org 2007-10-17 11:19:14 +0200
  • 04de5720e6 applied Eric Mertens patch to mainstream dwm, however this needs testing Anselm R. Garbe 2007-10-16 19:07:51 +0200
  • 5a04edecb1 cleaned up dwm.c/dwm.h somewhat that it allows easier integration of patches Anselm R. Garbe 2007-10-16 19:04:49 +0200
  • 24c125cc8a small comment Anselm R. Garbe 2007-10-11 20:50:01 +0200
  • 0453c1d180 recreated dwm.h Anselm R. Garbe 2007-10-11 20:47:34 +0200
  • 0b5c14cf59 added Mod1-Tab description to dwm.1 Anselm R. Garbe 2007-10-10 18:51:03 +0200
  • 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 Anselm R. Garbe 2007-10-10 18:39:28 +0200
  • eeea4ef583 applied Brandon MacDone's static initialization patch for seltags and Client->tags Anselm R. Garbe 2007-10-06 19:43:15 +0200
  • 883e09b2eb removing NULL-terminating **tags definition in config.h Anselm R. Garbe 2007-10-05 18:30:01 +0200
  • 7e25897f11 removed two spaces reported by Soleen Anselm R. Garbe 2007-10-03 16:25:25 +0200
  • 95091dcad4 reverted Peters patch to tile, I will discuss the reasons at dwm@ Anselm R. Garbe 2007-10-01 21:25:15 +0200
  • 57676994ea s/xterm/uxterm/ Anselm R. Garbe 2007-10-01 15:39:37 +0200
  • 60adbab726 added hint for downloading dextra Anselm R. Garbe 2007-10-01 14:40:53 +0200
  • c3eca4d14f fixed font definition Anselm R. Garbe 2007-10-01 11:43:53 +0200
  • d1f4fbb469 fixed man page Anselm R. Garbe 2007-09-30 19:20:05 +0200
  • 635b64384d fixed an issue in Peter's patch (it is no good idea to restack() all clients on enternotify() Anselm R. Garbe 2007-09-30 18:33:05 +0200
  • bedbe59aaa applied Peter Hartlich's border collapse patch Anselm R. Garbe 2007-09-30 12:47:08 +0200
  • 3f3086f8b8 improved tile() for the RESIZEHINTS == True case, now more space is consumed by the clients (esp. if those clients use increment handling heavily) Anselm R. Garbe 2007-09-27 20:08:21 +0200
  • f92a4e45c4 fixed colors Anselm R. Garbe 2007-09-27 18:59:47 +0200
  • 2fc8a13588 fixed inclusion order arg@suckless.org 2007-09-27 09:14:32 +0200
  • 63725004f5 updated with my favorite colorscheme Anselm R. Garbe 2007-09-26 19:14:22 +0200
  • e9348dcaca applied colors depend from lavishs proposal Anselm R. Garbe 2007-09-25 20:43:29 +0200
  • fa857b2896 switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff Anselm R. Garbe 2007-09-23 18:50:04 +0200
  • c77663fcb4 btw 4.6 will be the next release Anselm R. Garbe 2007-09-23 11:24:42 +0200
  • 17d39ee014 renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all Anselm R. Garbe 2007-09-23 11:24:12 +0200
  • 8d1810c85b introduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom() Anselm R. Garbe 2007-09-22 21:55:19 +0200
  • 60444daa70 setmwfact and zoom check isarrange(floating) now, not !isarrange(tile) - this makes it easier to play well with bstack and nmtile patches Anselm R. Garbe 2007-09-22 21:34:06 +0200
  • b0477c3017 Added tag 4.5 for changeset 2acc60d6dfe2 Anselm R. Garbe 2007-09-22 09:13:03 +0200
  • 24dae7d7e3 cosmetic fix Anselm R. Garbe 2007-09-22 08:57:24 +0200
  • fa1ce22bc4 fixed a comment Anselm R. Garbe 2007-09-20 21:45:27 +0200
  • 1fafcb1820 applied Peters patch, applied yiyus hint to initfont arg@suckless.org 2007-09-19 17:32:28 +0200
  • 08c2d92480 applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximum Anselm R. Garbe 2007-09-18 19:04:50 +0200
  • fe2775a15b made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it arg@suckless.org 2007-09-17 16:42:37 +0200
  • 01022b95d6 there might be envs which need Xlib.h Anselm R. Garbe 2007-09-16 20:02:42 +0200
  • b2f276b0f9 Mod1-Button2 on a floating but not-fixed client will make it tiled again Anselm R. Garbe 2007-09-16 13:42:37 +0200
  • d1ce3eac33 now tiled windows can be resized/moved, their floating state will be toggled implicitely Anselm R. Garbe 2007-09-16 13:27:33 +0200
  • 9449ea3e00 some more rearrangements Anselm R. Garbe 2007-09-16 12:34:08 +0200
  • 49197fe4bf ordered all functions alphabetically Anselm R. Garbe 2007-09-16 11:53:14 +0200
  • 11cfff2dae corrected a misleading comment Anselm R. Garbe 2007-09-16 10:24:35 +0200
  • a026617c65 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" Anselm R. Garbe 2007-09-16 10:23:53 +0200
  • a6df995b5d ordered function forward definitions Anselm R. Garbe 2007-09-15 22:45:18 +0200
  • e041ff70b0 backporting my intro-comment of old dwm.h Anselm R. Garbe 2007-09-15 22:33:46 +0200
  • 2d7bb8d7c9 removed grabkeys, not necessary Anselm R. Garbe 2007-09-15 22:31:24 +0200
  • 0235a84ef2 micromizing dwm step 1 Anselm R. Garbe 2007-09-15 22:25:27 +0200
  • 2091200c95 new colorscheme (16-bit compliant) Anselm R. Garbe 2007-09-15 20:39:31 +0200
  • 7e476fb86b moved bar-related stuff to bar.c (merged draw.c into that) Anselm R. Garbe 2007-09-15 13:16:54 +0200
  • 9800518ae3 renamed drawstatus into drawbar Anselm R. Garbe 2007-09-15 12:36:42 +0200
  • 5d831eaa94 renamed config.default.h into config.h Anselm R. Garbe 2007-09-15 10:35:18 +0200
  • e0a6dee30d dist target only needs to add config.default.h Anselm R. Garbe 2007-09-15 10:31:28 +0200
  • 73e2aba341 removed config.arg.h, only 1 config.h necessary Anselm R. Garbe 2007-09-15 10:30:45 +0200
  • 9f88fd093c small changes of the colors Anselm R. Garbe 2007-09-14 20:32:12 +0200
  • 0e515a06c8 other color Anselm R. Garbe 2007-09-11 21:30:27 +0200
  • c4b3c0d979 using light colorscheme, preparing merge of config.arg.h with config.default.h Anselm R. Garbe 2007-09-11 20:16:16 +0200
  • f3a5116248 I work with enabled RESIZEHINTS, simply because I force myself to continue the st development ;) Anselm R. Garbe 2007-09-09 18:31:19 +0200
  • ae760f3f38 introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals Anselm R. Garbe 2007-09-09 18:28:39 +0200
  • 169d96ae8f 14px fonts drives me nuts Anselm R. Garbe 2007-09-07 21:22:49 +0200
  • f651435061 Added tag 4.4.1 for changeset 7c117df5d202 Anselm R. Garbe 2007-08-26 12:54:20 +0200
  • a92cf496c1 prepared 4.4.1 bugfix and minor feature enhancement release Anselm R. Garbe 2007-08-26 12:53:40 +0200
  • cc7970010b Added tag 4.4 for changeset 408014d21261 Anselm R. Garbe 2007-08-23 18:15:13 +0200
  • 67a1141f44 removed unnecessary include, prepared dwm-4.4 Anselm R. Garbe 2007-08-23 18:11:24 +0200
  • 8be3f3ec9e setlayout should perform strcmp's if arg != NULL, because Layout is local to screen.o Anselm R. Garbe 2007-08-22 19:06:35 +0200
  • 5762e92994 reverted release CFLAGs Anselm R. Garbe 2007-08-22 19:02:17 +0200
  • 36672d0401 removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check Anselm R. Garbe 2007-08-22 19:01:05 +0200
  • b18e684015 renamed char prop[] into buf[] Anselm R. Garbe 2007-08-19 18:50:47 +0200
  • fc109ea8f7 fixed misappearance of iconified windows on SIGKILL Anselm R. Garbe 2007-08-19 18:39:54 +0200
  • b975c47280 moved updatebarpos to screen Anselm R. Garbe 2007-08-19 11:00:47 +0200
  • 47765f7286 added screen.c, removed layout.c and tag.c Anselm R. Garbe 2007-08-19 10:57:02 +0200
  • 96d7fe16ea prepared merging layout.c and tag.c into screen.c Anselm R. Garbe 2007-08-19 10:40:07 +0200
  • 78d1a22d4e small fix Anselm R. Garbe 2007-08-19 10:13:24 +0200
  • 0c60620410 hmm I doubt the usefulness of storing this information... Anselm R. Garbe 2007-08-18 14:20:56 +0200
  • 50be6c8b67 cleaned up settags-handling Anselm R. Garbe 2007-08-18 13:48:05 +0200
  • 7d156dee1e applied Gottox mwfact patch Anselm R. Garbe 2007-08-18 11:40:25 +0200
  • 55d8dda9f4 replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property) Anselm R. Garbe 2007-08-17 21:19:07 +0200
  • 86953bd682 renamed seltag into seltags Anselm R. Garbe 2007-08-17 21:12:55 +0200
  • a923298d35 applied Jukka Salmi's setmwfact patch Anselm R. Garbe 2007-08-17 21:10:50 +0200
  • 04dec4c943 made plural arrays Anselm R. Garbe 2007-08-16 18:41:22 +0200
  • e40448fd63 fixed the issue observed by various people, that clients appeared on empty tags Anselm R. Garbe 2007-08-16 18:30:25 +0200
  • 10bc0ce912 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 Anselm R. Garbe 2007-08-16 17:55:55 +0200
  • e8792d95a1 applied Jukka's patch Anselm R. Garbe 2007-08-16 08:05:30 +0200
  • feec92df84 fixed _DWM_CONFIG persistation, fixed the client disapperance bug during restarts Anselm R. Garbe 2007-08-15 19:31:41 +0200