]> git.sur5r.net Git - i3/i3/history - Makefile
Merge branch 'master' into next
[i3/i3] / Makefile
2009-08-19 Michael StapelbergMerge branch 'next'
2009-08-19 Michael StapelbergUpdate make dist 3.c
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-07-28 Michael StapelbergMake path configurable
2009-07-28 Michael StapelbergAdd i3-msg, a sample implementation and hopefully usefu...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-01 Michael StapelbergSwitch to libev for the event loop to build a base...
2009-05-26 Michael StapelbergRemove MAKE=make from makefile to ensure recursive...
2009-05-26 Michael StapelbergRemove MAKE=make from makefile to ensure recursive...
2009-05-03 Michael StapelbergMakefile: Correctly create dist package
2009-05-02 Michael StapelbergBugfix: Correctly redirect output when checking for...
2009-04-30 Michael StapelbergMakefile: Add more checks: check if pkg-config and...
2009-04-19 Michael StapelbergAdd missing files to make dist, delete old RFC file
2009-04-19 Michael StapelbergAdd a .desktop-file containing xsession information...
2009-04-19 Michael StapelbergAdd conditional for the 0.3.3 → 0.3.4 API fix in libxcb...
2009-04-19 Michael StapelbergDon’t rely on libxcb-wm any longer, as it got removed...
2009-04-19 Michael StapelbergFreeBSD requires -liconv to link (Thanks Dennis Herrmann)
2009-04-11 Michael StapelbergMake the makefile print out "INSTALL" when installing
2009-03-27 Michael StapelbergBugfix: Correctly filter out the numlock state bit...
2009-03-15 Michael StapelbergFix makefile to replace git-versions so tarball works...
2009-03-15 Michael StapelbergCleanup makefiles, add version to i3 -v and i3 startup 3.a
2009-03-15 Michael StapelbergBugfix: Fix rounding problems when positioning proporti...
2009-03-11 Michael StapelbergMove i3lock in its own repository
2009-03-11 Michael StapelbergUpdate config to use i3menu on Mod1+p, update Makefile...
2009-03-08 Michael StapelbergUse -idirafter which is the same as -I but first looks...
2009-03-08 Michael StapelbergFix warnings, update DEPENDS, update Makefile for NetBSD
2009-03-06 Michael StapelbergDon’t override /etc/i3/config if it already exists
2009-03-04 Michael StapelbergMerge font.c into xcb.c
2009-03-04 Michael StapelbergUpdate default configuration file, install it to /etc...
2009-02-25 Michael StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-25 Michael StapelbergMore work on the debian package, don’t link against...
2009-02-23 Michael StapelbergWebsite: s/beamer/video projector, s/computer geeks...
2009-02-22 Michael StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-22 Michael StapelbergAdd debian/
2009-02-16 Michael StapelbergLinux needs -D_GNU_SOURCE for some functions, so enable...
2009-02-15 Michael StapelbergUse c99
2009-02-14 Michael StapelbergMakefile: Add DEBUG-flag (default =1), add dependency...
2009-02-13 Michael StapelbergMove stuff to include/ and src/
2009-02-13 Michael StapelbergCleanups, first strike. Move stuff to separate files...
2009-02-13 Michael StapelbergFirst version of Xinerama support
2009-02-10 Michael StapelbergAdd XKB for getting correct state, add colspan test...
2009-02-09 Michael StapelbergAdd correct environment-handling (pass LC_*, LANG,...
2009-02-08 Michael StapelbergSeparate font stuff to font.c, beautify Makefile
2009-02-08 Michael StapelbergMake table dynamic
2009-02-08 Michael StapelbergFocus changes (up/down) implemented
2009-02-07 Michael StapelbergUse containers
2009-02-07 Michael StapelbergAdd Makefile and queue.h to repository