]> git.sur5r.net Git - i3/i3/history - include/util.h
re-add focus follows mouse handling
[i3/i3] / include / util.h
2010-04-13 Michael Stapelbergre-add focus follows mouse handling
2010-04-13 Michael Stapelbergmore reformatting/cleanups
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-02-28 Michael StapelbergMove update_if_necessary to util.c, will be necessary...
2010-01-03 Jan-Erik Redigeradded popup for handling SIGSEGV or SIGFPE
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-09-02 Michael StapelbergMerge patches for OpenBSD compatibility
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-07-28 Michael StapelbergUse errx() instead of an own die() function
2009-06-29 Lars Hartmannupdated doxygen docu, added FIXMEs, fixed headers to...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-21 Michael StapelbergBugfix: yuck! FREE() used a wrong check, effectively...
2009-06-11 Michael StapelbergStatic analyzers: Add noreturn attribute to die()
2009-05-26 Michael StapelbergMove toggle_fullscreen to client.c
2009-05-16 Michael StapelbergImplement putting clients onto specific workspaces...
2009-05-09 Michael StapelbergBugfix: Force reconfiguration of all windows on workspa...
2009-05-09 Michael StapelbergBugfix: Force reconfiguration of all windows on workspa...
2009-05-05 Michael StapelbergImplement jumping to windows by matching their class...
2009-04-19 Michael StapelbergDon’t rely on libxcb-wm any longer, as it got removed...
2009-04-11 Michael StapelbergGeneral small cleanups
2009-04-07 Michael StapelbergPut documentation for each function in the header files...
2009-04-01 Michael StapelbergBugfix: Don’t set focus if it is not necessary.
2009-03-30 Michael StapelbergBugfix: Don’t free xinerama-reply if it is NULL, implem...
2009-03-14 Michael StapelbergImplement kill-command to kill the current window,...
2009-03-14 Michael StapelbergImplement exit command, document it in manpage, add...
2009-03-10 Michael StapelbergBugfix: Change the event mask to ignore enter notifies...
2009-03-08 Michael StapelbergFix the warning on SUS-compatible systems (char**)...
2009-03-08 Michael StapelbergFix warnings, update DEPENDS, update Makefile for NetBSD
2009-03-07 Michael StapelbergImplement UTF-8-clean window titles
2009-03-06 Michael StapelbergBugfix: Correctly check for empty containers and unmap...
2009-03-06 Michael StapelbergUse __FUNCTION__ in LOG()
2009-03-06 Michael StapelbergImplement slog() and the LOG() macro, convert printf...
2009-03-04 Michael StapelbergBugfix: Reconfigure x/y of stack_windows when necessary
2009-03-04 Michael StapelbergUse "conn" for xcb_connection and "event" for xcb_event...
2009-02-24 Michael StapelbergMore documentation, cleanups, and a cache for get_color...
2009-02-23 Michael StapelbergImplement stacking
2009-02-23 Michael StapelbergFix some movement/rendering bugs
2009-02-15 Michael StapelbergImplement exit_if_null using variadic macros, fix compi...
2009-02-15 Michael StapelbergFinalize font.c
2009-02-15 Michael StapelbergImplement Xinerama (workspaces have a specific screen)
2009-02-14 Michael StapelbergImplement fullscreen mode (Mod1+f)
2009-02-14 Michael StapelbergAdd vim hints, copyright notice to each file, add LICEN...
2009-02-14 Michael StapelbergEnvironment filtering is not needed. Instead, open...
2009-02-13 Michael StapelbergMove stuff to include/ and src/