]> git.sur5r.net Git - i3/i3/history - include
Reset the color to the default color, don't harcode white.
[i3/i3] / include /
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-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 StapelbergMake i3 compatible with the very latest xcb
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.
2011-03-14 Fernando Tarlá Car... Bring back some more EWMH support.
2011-03-14 Fernando Tarlá Car... Add the "created" parameter to workspace_get.
2011-03-10 Michael Stapelbergrefactor font caching to just save the ID instead of...
2011-03-06 Michael StapelbergBugfix: Don’t focus new cons when there is a fullscreen...
2011-03-06 Michael Stapelbergx: remove XCB_EVENT_MASK_ENTER_WINDOW from child event...
2011-03-06 Michael StapelbergImplement the popup_during_fullscreen option, set defau...
2011-03-06 Michael StapelbergObey minimum size when resizing floating windows
2011-02-21 Michael StapelbergImplement support for top/bottom dock clients (accordin...
2011-02-21 Michael StapelbergBugfix: fix disabling RandR outputs
2011-02-21 Michael StapelbergPlace dock clients on the output corresponding to their...
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
2011-02-15 Michael Stapelbergimplement TAILQ_SWAP (only for consecutive elements...
2011-02-14 Michael Stapelbergadd missing function documentation
2011-02-14 Michael Stapelbergrefactor tree_move() into src/move.c, change config...
2011-02-14 Michael Stapelbergrefactor code for removing children from a con
2011-02-01 Michael Stapelbergfix some compiler warnings
2011-01-27 Michael Stapelbergre-insert floating cons next to the currently focused...
2011-01-27 Michael StapelbergRandR: respect primary output
2011-01-27 Fernando Tarlá Car... This parameter is no longer needed.
2011-01-07 Michael StapelbergBugfix: Don’t use ->old_parent for floating cons (Thank...
2011-01-07 Michael StapelbergImplement tree flattening to automatically solve situat...
2011-01-07 Michael Stapelbergfix enum value
2011-01-04 Michael StapelbergRe-Implement support for RandR changes
2010-12-31 Axel WagnerAdd forgetful restart to sighandler
2010-12-31 Axel WagnerRetab sighandler.c
2010-12-31 Axel WagnerPort sighandler to tree-branch
2010-12-31 Michael StapelbergFix dragging floating containers / click handling
2010-12-28 Michael StapelbergFix resize handling on click on borders (did not correc...
2010-12-27 Fernando Tarlá Car... Default to a file in /tmp for the restart state.
2010-12-27 Fernando Tarlá Car... util.c is the proper place for those functions.
2010-12-27 Fernando Tarlá Car... Remove some commented out code.
2010-12-27 Fernando Tarlá Car... Implement default border styles (thanks litemotiv).
2010-11-29 Michael Stapelbergworkspace.{c,h}: remove obsolete code
2010-11-29 Michael StapelbergImplement resizing (still buggy)
2010-11-28 Michael Stapelberglittle style fixes, add vim modeline
2010-11-28 Fernando Tarlá Car... libXcursor support (themed cursors).
2010-11-28 Michael StapelbergBugfix: Re-attach windows in correct order when switchi...
2010-11-28 Fernando Tarlá Car... Make the restart path configurable.
2010-11-28 Michael StapelbergFix switching containers by moving the mouse over their...
2010-11-26 Michael Stapelberglook and feel: create split container when switching...
2010-11-21 Michael Stapelbergcorrectly sort numbered workspaces (+testcase)
2010-11-21 Michael Stapelbergipc: fix current_workspace
2010-11-21 Fernando Tarlá Car... Ported over some message types from -next.
2010-11-21 Michael StapelbergBugfix: Don’t draw borders for fullscreen windows
2010-11-20 Michael StapelbergBugfix: Properly ignore UnmapNotify events (especially...
2010-11-15 Fernando Tarlá Car... Port the path resolution and config loading code from...
2010-11-14 Michael Stapelbergtake into account x11 border_width settings (fixes...
2010-11-14 Michael StapelbergBugfix: don’t kill parent when currently in tree_close...
2010-11-14 Michael StapelbergImplement setting the WM_NAME of i3 container windows...
2010-11-14 Michael Stapelbergparser: return a proper JSON reply on parse errors
2010-11-13 Michael StapelbergRendering fixes for stacking mode
2010-11-13 Michael Stapelbergport fernando’s custom background color patch
2010-11-13 Michael StapelbergBugfix: Close containers which are empty due to a move...
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-11-12 Michael Stapelberglexer/parser: implement 'border' command
next