~kris/suckless

tabbed

ref: deda1bb016b035f4387a09df8d81c1fc14eaf189 tabbed/config.mk -rw-r--r-- 426 bytes
deda1bb0 — Hiltjo Posthuma 3 years ago
Makefile improvements

* Respect system cflags, ldflags, packages can override them all with
  TABBED_{CFLAGS,LDFLAGS}. Remove -Wall and -Os and -s.
* Install README as documentation.
* dist: stream directly to a gzipped tarball.
* options: remove it.
* Add ".POSIX:"
* Remove config.mk
13f13ee5 — Hiltjo Posthuma 3 years ago
Makefile: simplify and remove hiding the build process
b372f9ce — Hiltjo Posthuma 3 years ago
bump version to 0.7
b5f9ec64 — Lucas Gabriel Vuotto 8 years ago
Add OpenBSD support to config.mk

Signed-off-by: Lucas Gabriel Vuotto <lgv@nanashi.co>
3c79bcb4 — Lucas Gabriel Vuotto 10 years ago
Added xft support

Based on xft tabbed patch from the wiki.

Signed-off-by: Lucas Gabriel Vuotto <l.vuotto92@gmail.com>
Signed-off-by: Christoph Lohmann <20h@r-36.net>
735bed58 — Quentin Rameau 10 years ago
Style cleanup

Signed-off-by: Christoph Lohmann <20h@r-36.net>
46887ac5 — Quentin Rameau 10 years ago
Fix install paths and default build flag

Ensure that paths are quoted.
Compile with -Os by default.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
c2ce9be4 — Christoph Lohmann 11 years ago
My libc wants _DEFAULT_SOURCE.
53a43774 — Christoph Lohmann 12 years ago
Release 0.6.
18eef192 — Christoph Lohmann 13 years ago
Noone likes -Wextra.

I don't have the time to care for X11 that much.
4d58bb16 — Christoph Lohmann 13 years ago
Adding more warnings and no debugging symbols.

Thanks Joerg Jung!
71880b14 — Christoph Lohmann 13 years ago
0.5 tabbed release.
0a5c7074 — Christoph Lohmann 13 years ago
Fixing the compile warning for setenv.
6f497962 — Christoph Lohmann 13 years ago
Changing the single-linked list for clients to a malloc()ed array. This makes
algorithms more efficient, that depend on the number of clients or shuffeling
around. The patch also adds new shortcuts to move tabs in their position. The
default color scheme is changed to the one of the maintainer.
39c4e16a — Christoph Lohmann 14 years ago
Minor release version.
3a2d2e2a — Christoph Lohmann 14 years ago
Releasing version 0.4.
37a59301 — Enno Boland (tox) 16 years ago
next will be 0.3
3c133b8b — Enno Boland (tox) 16 years ago
next version is 0.2
0b8e27a8 — Enno Boland (tox) 16 years ago
reverting config.mk as it contains debug flags.
907f12fa — Enno Boland (tox) 16 years ago
Handling maprequest. that means tabbed works for xterm.
Next