]> git.sur5r.net Git - i3/i3/history - src/main.c
Bugfix: Set the cursor via the Xlib connection if XCursor is supported
[i3/i3] / src / main.c
2011-07-29 Michael StapelbergBugfix: Set the cursor via the Xlib connection if XCurs...
2011-07-29 Michael StapelbergX11 errors: also log the error_code (see X Protocol...
2011-07-29 Fernando Tarlá Car... Set the root window cursor. Fixes #442.
2011-07-27 Michael Stapelbergremove _NET_WM_WORKAREA from _NET_SUPPORTED for now
2011-07-23 Michael StapelbergSet some more atoms for _NET_SUPPORTED (Thanks lexszero)
2011-07-23 Michael StapelbergBugfix: use the global root variable, don’t get the...
2011-07-12 Claudio Marforiopatch to allow exec_always in configure file
2011-07-10 Michael StapelbergIgnore X11 errors caused by ReparentWindow / ChangeProp...
2011-07-10 Michael Stapelbergadd i3-nagbar. tells you about config file errors ...
2011-06-10 Michael StapelbergImplement 'fullscreen global'
2011-05-23 Michael StapelbergImplement assignments for (named) workspaces, with...
2011-05-15 Michael StapelbergTime Lord technology: for_window config directive to...
2011-05-14 Michael Stapelbergre-implement assignments of workspace to specific outputs
2011-04-26 Sardem FF7Use XDG_RUNTIME_DIR when available
2011-03-21 Michael Stapelberglittle coding style fixes, fix compilation warning
2011-03-21 Fernando Tarlá Car... If the socket path isn't specified, write it to /tmp.
2011-03-21 Fernando Tarlá Car... Set the I3_SOCKET_PATH atom to the expanded path.
2011-03-19 Michael StapelbergHandle saved_configpath in get_config_path, fix memleak...
2011-03-19 Michael StapelbergBugfix: correctly store the config path for using it...
2011-03-19 Michael StapelbergBugfix: fix null-pointer dereference when IPC is disabl...
2011-03-19 Michael StapelbergSet the I3_SOCKET_PATH and I3_CONFIG_PATH atoms on...
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-17 Michael StapelbergSend WM_TAKE_FOCUS to clients when setting focus (fixes...
2011-03-14 Michael Stapelbergfix small warnings when compiling with DEBUG=0
2011-03-14 Michael Stapelbergre-implement support for MappingNotifys
2011-01-27 Michael Stapelbergbugfix: initialize root variable earlier
2011-01-27 Michael Stapelbergadd a flag to disable the signalhandler
2011-01-17 Michael Stapelbergre-implement xkb support for detecting keyboard layout...
2011-01-12 Axel WagnerSave environment-variable AFTER reading the configfile
2011-01-12 Axel WagnerUse I3SOCK-environment-variable
2011-01-12 Michael Stapelbergfix some memory leaks when user passes command line...
2011-01-04 Michael StapelbergRe-Implement support for RandR changes
2010-12-31 Axel WagnerPort sighandler to tree-branch
2010-12-27 Fernando Tarlá Car... Default to a file in /tmp for the restart state.
2010-11-28 Fernando Tarlá Car... libXcursor support (themed cursors).
2010-11-28 Michael StapelbergFix switching containers by moving the mouse over their...
2010-11-26 Fernando Tarlá Car... Run the autostart commands.
2010-11-13 Michael Stapelbergimplement support for WM_TRANSIENT_FOR, expand testcase
2010-11-12 Michael StapelbergImplement support for WM_CLIENT_LEADER
2010-11-12 Michael Stapelbergimplement configure requests, adapt testcase
2010-10-11 Michael StapelbergImplement support for size hints (including test case)
2010-08-21 Michael Stapelbergremove proof-of-concept code in main.c
2010-08-15 Michael Stapelbergrecognize dock windows (and support matching them)
2010-07-11 Michael StapelbergRemove some dead code (to be re-implemented), rename...