]> git.sur5r.net Git - i3/i3/history - include
Merge branch 'master' into next
[i3/i3] / include /
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-24 Michael StapelbergMerge branch 'master' into next
2011-08-23 Michael StapelbergMerge branch 'master' into next
2011-08-23 Michael StapelbergMerge branch 'master' into next
2011-08-22 Michael StapelbergMerge branch 'master' into next
2011-08-20 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'master' into next
2011-08-17 Michael StapelbergMerge branch 'fix-warping'
2011-08-17 Peter BuiOnly warp pointer once during x_push_changes()
2011-08-16 Michael StapelbergMerge branch 'master' into next
2011-08-16 Michael StapelbergMerge branch 'use-xcb-atoms'
2011-08-16 Michael Stapelbergxcb: use predefined XCB_ATOM_ atoms, don’t request...
2011-08-12 Michael StapelbergMerge branch 'master' into next
2011-08-12 Axel WagnerMerge branch 'i3bar_fix_tabs' into next
2011-08-11 Michael StapelbergMerge branch 'master' into next
2011-08-11 Michael StapelbergMerge branch 'warp-pointer'
2011-08-11 Valentin VoigtWarp cursor when changing workspace.
2011-08-10 Axel WagnerMerge branch 'master' into next
2011-08-10 Michael StapelbergMerge branch 'tests-optimize' into next
2011-08-10 Michael Stapelbergimplement "socket activation": passing IPC sockets...
2011-08-09 Michael StapelbergMerge branch 'master' into next
2011-08-09 Michael StapelbergMerge branch 'master' into next
2011-08-09 Michael StapelbergMerge branch 'new-new_float' into next
2011-08-09 Mateusz PoszwaAdd new_float config option.
2011-08-09 Michael StapelbergMerge branch 'get-marks' into next
2011-08-09 Helgi Kristvin Sig... Feature: implement GET_MARKS
2011-08-07 Michael StapelbergMerge branch 'master' into next
2011-08-07 Michael StapelbergMerge branch 'fix-ws-direction'
2011-08-07 Peter BuiImplement switching focus across screens.
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'ws-nextprev'
2011-08-03 Peter BuiModify workspace next/prev to account for workspaces...
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'fix-wsnum'
2011-08-03 Michael StapelbergInclude <limits.h> in all.h
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'fix-chromium-tabbar'
2011-08-03 Michael StapelbergBugfix: Correctly set the _NET_CLIENT_LIST_STACKING...
2011-08-01 Michael StapelbergMerge i3bar into next
2011-07-31 Michael StapelbergMerge branch 'next'
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-31 Michael Stapelbergadd xcb_icccm_get_wm_protocols to xcb_compat.h (Thanks...
2011-07-29 Michael Stapelbergremove unnecessary 'extern' keyword from function proto...
2011-07-29 Michael StapelbergBugfix: Set the cursor via the Xlib connection if XCurs...
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-17 Michael StapelbergAdd missing function prototype for strndup on Darwin...
2011-07-17 Michael Stapelberguse memmem and strndup from FreeBSD on Darwin (Thanks...
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 Stapelbergexpose event handler: use x_deco_recurse
2011-07-10 Michael Stapelbergadd i3-nagbar. tells you about config file errors ...
2011-06-12 Michael StapelbergDon’t force wrapping when focusing in a direction would...
2011-06-10 Michael StapelbergImplement 'fullscreen global'
2011-06-10 Michael StapelbergImplement 'workspace next/prev' (+test)
2011-06-10 Michael StapelbergRe-implement the 'mode' command
2011-06-02 Michael StapelbergMake workspace_layout handle all cons at workspace...
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 StapelbergBugfix: Fix initialization / assignments when RandR...
2011-05-14 Michael Stapelbergre-implement assignments of workspace to specific outputs
2011-05-14 Michael Stapelbergintroduce the NODES_FOREACH and GREP_FIRST macros
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
2011-05-11 Michael StapelbergBugfix: Don’t run into an endless loop when killing...
2011-05-04 Michael StapelbergRemove dependency on xcb-event (Thanks Felicitus)
2011-05-02 Michael Stapelbergre-implement assigning windows to workspaces
2011-05-01 Michael StapelbergBugfix: Correctly render decorations in tabbed containe...
2011-04-26 Michael Stapelbergfix warning by removing 'const' from ipc_socket_path
2011-04-19 Michael StapelbergBugfix: Ignore EnterNotifies generated by UnmapNotifies
2011-04-18 Michael StapelbergBugfix: Check if a floating window’s coordinates are...
2011-04-02 Simon KampeImplemented config key 'new_container'
2011-04-01 Michael Stapelbergoptimization: when moving floating windows, render...
2011-03-21 Michael Stapelberglittle coding style fixes, fix compilation warning
2011-03-21 Fernando Tarlá Car... Set the I3_SOCKET_PATH atom to the expanded path.
2011-03-20 Michael StapelbergBugfix: Also update pixmaps when the position of the...
2011-03-20 Michael Stapelbergrefactor handlers.{c,h}: declare the handlers static...
2011-03-20 Michael Stapelbergremove unused struct Colorpixel
2011-03-20 Michael StapelbergHandle FocusIn events generated by clients and update...
2011-03-20 Michael StapelbergRe-implement rendering to pixmaps (double-buffering...
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 StapelbergSet the I3_SOCKET_PATH and I3_CONFIG_PATH atoms on...
2011-03-18 Michael StapelbergOnly send WM_TAKE_FOCUS when the client supports it...
2011-03-18 Michael StapelbergOnly send WM_TAKE_FOCUS when the client supports it...
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-17 Michael StapelbergSend WM_TAKE_FOCUS when setting focus (fixes java problems)
2011-03-17 Michael StapelbergSend WM_TAKE_FOCUS to clients when setting focus (fixes...
2011-03-17 Simon KampeAdded config key for default orientation of containers...
2011-03-14 Michael StapelbergWhen making floating cons tiling, re-insert next to...
2011-03-14 Michael Stapelbergfix small warnings when compiling with DEBUG=0
2011-03-14 Michael Stapelbergre-implement support for MappingNotifys
2011-03-14 Fernando Tarlá Car... Make it easier to use other atoms.
next