]> git.sur5r.net Git - i3/i3/history - src/startup.c
clang-format-3.5 **/*.h **/*.c
[i3/i3] / src / startup.c
2014-06-19 Michael Stapelbergclang-format-3.5 **/*.h **/*.c
2014-06-15 Michael Stapelbergformat **/*.c with clang-format-3.5
2014-04-26 Petr PísařReset SIGIPE handler before executing a command
2013-12-22 Michael StapelbergMerge branch 'next'
2013-12-21 Michael StapelbergMerge branch 'master' into next
2013-11-22 Michael StapelbergMerge branch 'master' into next
2013-11-09 Baptiste DaroussinUse _PATH_BSHELL to ensure using a bourne shell
2012-12-11 Michael StapelbergMerge branch 'next'
2012-11-10 Michael StapelbergMerge branch 'master' into next
2012-10-29 Michael StapelbergMerge branch 'master' into next
2012-10-04 DeizImprove startup sequence termination conditions
2012-09-19 Michael StapelbergMerge branch 'next'
2012-09-16 Michael StapelbergMerge branch 'master' into next
2012-09-14 Michael StapelbergMerge branch 'master' into next
2012-09-05 Michael Stapelbergfix format string warnings
2012-09-05 Michael Stapelbergstartup-notifications: keep sequence around for 30s...
2012-09-05 Michael StapelbergMerge branch 'master' into next
2012-09-04 Michael StapelbergMerge branch 'master' into next
2012-09-04 Michael StapelbergMerge branch 'master' into next
2012-08-22 Michael StapelbergMerge branch 'master' into next
2012-08-12 Michael Stapelberguse I3__FILE__ for DLOG, leave __FILE__ as is
2012-08-07 Michael Stapelbergexplicitly set filenames to $(basename __FILE__)
2012-04-22 Michael StapelbergMerge branch 'master' into next
2012-03-21 Michael StapelbergMerge branch 'master' into next
2012-03-21 Michael StapelbergMerge branch 'master' into next
2012-03-21 Michael StapelbergMerge branch 'master' into next
2012-03-19 Michael StapelbergMerge branch 'master' into next
2012-02-15 Michael StapelbergMerge branch 'master' into next
2012-02-12 Michael StapelbergMerge branch 'master' into next
2012-02-10 Michael StapelbergMerge branch 'master' into next
2012-02-07 Michael StapelbergMerge branch 'master' into next
2012-02-07 Michael StapelbergMerge branch 'master' into next
2012-01-29 Michael StapelbergMerge branch 'master' into next
2012-01-27 Michael StapelbergMerge branch 'master' into next
2012-01-27 Michael StapelbergMerge branch 'master' into next
2012-01-21 Michael Stapelbergmake in-place restarts use socket activation, too ...
2011-11-11 Michael StapelbergMerge branch 'next'
2011-11-08 Michael StapelbergEnable (unlimited) core dumps when running i3 developme...
2011-10-25 Michael StapelbergMerge branch 'exec_nosn' into next
2011-10-25 Michael StapelbergAdd a --no-startup-id flag for exec (command), exec...
2011-10-22 Michael Stapelbergnormalize modelines/headers across src/*.c
2011-10-15 Michael StapelbergBugfix: Use _exit in forking to avoid calling the libev...
2011-10-10 Michael StapelbergMerge branch 'startup-notification' into next
2011-10-10 Michael StapelbergChange the root window cursor to 'watch' during startups
2011-10-10 Michael Stapelbergstartup: delete the startup sequence upon completion...
2011-10-10 Michael StapelbergImplement timeouts for startup notifications
2011-10-10 Michael Stapelbergsupport _NET_STARTUP_ID on the client leader window
2011-10-10 Michael StapelbergGet the _NET_STARTUP_ID in manage_window, get the corre...
2011-10-10 Michael StapelbergKeep track of startup notifications in a TAILQ, save...
2011-10-10 Michael Stapelbergimplement a startup monitor, move code to src/startup.c