Commit Verlauf

Autor SHA1 Nachricht Datum
  Hiltjo Posthuma e78b4a9207 Makefile: just show the compiler output vor 7 Jahren
  Hiltjo Posthuma 10dfa65860 remove old TODO and BUGS entries vor 7 Jahren
  Hiltjo Posthuma 42cf1c7d8f Makefile: package all files with make dist vor 10 Jahren
  Anselm R Garbe f2544a3318 renamed draw into drw vor 12 Jahren
  Anselm R Garbe f21d46ea7d continued with draw.c abstraction, also started util.{h,c} implementation, that will be used by draw.c as well vor 13 Jahren
  anselm@garbe.us d456617f0e basic draw.c structure vor 13 Jahren
  anselm@anselm1 f806a17692 reverted dist target in Makefile vor 17 Jahren
  Anselm R Garbe 14d8d828ab removed the exact focus mechanism of next/prev window vor 17 Jahren
  anselm@anselm1 d26c28c1e7 this is the correct way vor 17 Jahren
  anselm@anselm1 b6335776e4 copyright notice is in LICENSE vor 17 Jahren
  Anselm R Garbe d477fb6927 some cleanup changes vor 17 Jahren
  Anselm R Garbe 95eae7b9d2 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 vor 17 Jahren
  arg@suckless.org e94774dd69 thx to Toni Lainson vor 18 Jahren
  arg@suckless.org 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 vor 18 Jahren
  Anselm R. Garbe 0453c1d180 recreated dwm.h vor 18 Jahren
  Anselm R. Garbe 17d39ee014 renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all vor 18 Jahren
  arg@suckless.org fe2775a15b made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it vor 18 Jahren
  Anselm R. Garbe 0235a84ef2 micromizing dwm step 1 vor 18 Jahren
  Anselm R. Garbe 7e476fb86b moved bar-related stuff to bar.c (merged draw.c into that) vor 18 Jahren
  Anselm R. Garbe 5d831eaa94 renamed config.default.h into config.h vor 18 Jahren
  Anselm R. Garbe e0a6dee30d dist target only needs to add config.default.h vor 18 Jahren
  Anselm R. Garbe 47765f7286 added screen.c, removed layout.c and tag.c vor 18 Jahren
  Anselm R. Garbe 10d13f01ff fififi vor 18 Jahren
  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 vor 18 Jahren
  Anselm R. Garbe b896b58d6d removed strip, added -s to LDFLAGS vor 18 Jahren
  Anselm R. Garbe a730213c3b yet another fix of copyright compactisition vor 18 Jahren
  Anselm R. Garbe ad4962c7eb fixed quoting and a comment vor 18 Jahren
  Anselm R. Garbe e7508783e8 added draw.c again (except getcolor and setfont which are helpers in main.c) vor 18 Jahren
  Anselm R. Garbe 8012fcf333 split screen.c into layout.c and tag.c (because the view is an implicit mixture of both) vor 18 Jahren
  Anselm R. Garbe f8415019d4 draw.c is useless (belongs to main.c now) vor 18 Jahren