]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2011-05-11 Michael StapelbergBugfix: Don’t run into an endless loop when killing...
2011-05-08 Michael Stapelbergadd coverage target to makefile to generate a coverage...
2011-05-08 Michael Stapelbergtests: add --coverage-testing option to complete-run.pl
2011-05-08 Michael Stapelbergmakefile: add COVERAGE flag
2011-05-06 Michael StapelbergBugfix: assign BORDER_BOTTOM instead of BORDER_RIGHT...
2011-05-05 Michael Stapelbergcfgparse.y: define types (Thanks Merovius)
2011-05-05 Michael Stapelbergre-indent cfgparse.y
2011-05-05 Michael Stapelbergcmdparse.y: set type on the tokens/non-terminals (Thank...
2011-05-02 Michael Stapelbergre-implement assigning windows to workspaces
2011-05-02 Michael StapelbergBugfix: Before rendering, attach the con to its floatin...
2011-05-02 Michael StapelbergBugfix: When re-assigning floating windows to a differe...
2011-05-01 Michael StapelbergBugfix: Fix the client background rectangle calculation...
2011-05-01 Michael StapelbergBugfix: For fullscreen cons, use a deco_height of 0...
2011-05-01 Michael StapelbergBugfix: Correctly render decorations in tabbed containe...
2011-05-01 Michael Stapelbergwizard: actually write the output config
2011-05-01 Michael Stapelbergwizard: check if the config file does not already exist...
2011-04-30 Michael Stapelberginitial commit of the i3-config-wizard (GUI working...
2011-04-29 Michael StapelbergBugfix: Add missing tree_render() when handling the...
2011-04-28 Michael StapelbergFix unaligned memory access on sparc (Thanks David...
2011-04-28 Michael Stapelbergremove useless checks, size_t != ssize_t :)
2011-04-27 Michael StapelbergMake code compatible with yajl 2.0 *and* 1.0
2011-04-27 Michael StapelbergBugfix: Ensure that all outputs have a ->con before...
2011-04-26 Michael Stapelbergfix warning by removing 'const' from ipc_socket_path
2011-04-26 Michael Stapelbergtests: make complete-run.pl scan tests for !NO_I3_INSTA...
2011-04-26 Michael Stapelbergtests: add testcase for the different socket path locations
2011-04-26 Sardem FF7Use XDG_RUNTIME_DIR when available
2011-04-19 Michael StapelbergBugfix: Ignore EnterNotifies generated by UnmapNotifies
2011-04-18 Sardem FF7Rename bind to bindcode
2011-04-18 Michael Stapelbergx: Set pixmap as background window, saves a lot of...
2011-04-18 Michael StapelbergBugfix: Center floating windows with invalid coordinate...
2011-04-18 Michael StapelbergBugfix: Check if a floating window’s coordinates are...
2011-04-18 Michael StapelbergBugfix: Assign floating cons to correct workspace when...
2011-04-18 Michael StapelbergBugfix: When moving floating cons to other workspaces...
2011-04-02 Michael StapelbergBugfix: Don’t set the layout when it’s default layout...
2011-04-02 Michael StapelbergRename new_container to workspace_layout
2011-04-02 Simon KampeImplemented config key 'new_container'
2011-04-01 Michael Stapelbergoptimization: when moving floating windows, render...
2011-04-01 Michael StapelbergBugfix: Flush the Xlib connection after creating cursors
2011-04-01 Michael Stapelbergx: skip creating pixmaps when the rect is actually...
2011-04-01 Michael Stapelbergbugfix: fix race condition where window titles were...
2011-04-01 Michael Stapelbergx: skip x_draw_decoration when con is not mapped
2011-04-01 Michael Stapelbergx: recurse x_push_node in focus order. reduces flickeri...
2011-03-30 Michael StapelbergSkip FocusIn events with mode == NOTIFY_MODE_GRAB or...
2011-03-21 Michael Stapelberglittle coding style fixes, fix compilation warning
2011-03-21 Fernando Tarlá... If the socket path isn't specified, write it to /tmp.
2011-03-21 Michael StapelbergFREE() already nulls the pointer
2011-03-21 Fernando Tarlá... Set the I3_SOCKET_PATH atom to the expanded path.
2011-03-20 Michael StapelbergFocus cons when moving to a visible workspace on a...
2011-03-20 Michael StapelbergBugfix: Fix switching workspaces on multi-monitor setup...
2011-03-20 Michael StapelbergBugfix: Also invalidate caches of the following cons...
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 StapelbergRemove debugging syncs
2011-03-20 Michael StapelbergRe-implement rendering to pixmaps (double-buffering...
2011-03-20 Michael StapelbergBugfix: Actually re-attach dock clients when outputs...
2011-03-19 Michael StapelbergBugfix: Don’t use the workspace where focus is for...
2011-03-19 Michael StapelbergBugfix: also invalidate focused_id when the to_focus...
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 Stapelbergi3-msg, i3-input: get the I3_SOCKET_PATH atoms if socke...
2011-03-19 Michael StapelbergSet the I3_SOCKET_PATH and I3_CONFIG_PATH atoms on...
2011-03-19 Michael StapelbergBugfix: When there’s nothing to focus, focus the root...
2011-03-19 Michael Stapelbergtests: add testcase for WM_TAKE_FOCUS
2011-03-18 Michael Stapelbergrendering: correctly draw background rect (Thanks phnom)
2011-03-18 Michael Stapelbergremove hard-coded paths since we now use pkg-config...
2011-03-18 Michael Stapelbergremove obsolete xcb-property line (Thanks SardemFF7)
2011-03-18 Michael Stapelbergi3-input: remove dependency on xcb-event
2011-03-18 Michael Stapelbergremove obsolete comment
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 Michael Stapelbergremove orientation and fall back to default behaviour
2011-03-17 Michael Stapelbergchange the config parser to use default_orientation...
2011-03-17 Michael Stapelbergcleanup code of workspace rotation on output changes
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 Stapelbergcmdparse: correctly parse con_id/id (fixes warning)
2011-03-14 Michael Stapelbergcmdparse: expect 4 shift/reduce conflicts
2011-03-14 Michael Stapelbergcmdparse: don’t allow empty operations
2011-03-14 Michael Stapelbergcmdparse: don’t allow empty commands
2011-03-14 Michael Stapelbergremove usless 'operation' token, already handled by...
2011-03-14 Michael Stapelbergremove unused current_bindings (left-over from cfgparse.y)
2011-03-14 Michael Stapelbergre-implement support for MappingNotifys
2011-03-14 Michael Stapelbergewmh: bump copyright
2011-03-14 Michael Stapelbergewmh: add comment to describe why we count
2011-03-14 Fernando Tarlá... Make it easier to use other atoms.
2011-03-14 Fernando Tarlá... Bring back some more EWMH support.
2011-03-14 Fernando Tarlá... Add the "created" parameter to workspace_get.
2011-03-14 Fernando Tarlá... Reload the same config file specified in the command...
2011-03-14 Michael StapelbergBugfix: restore focus to the correct window when a...
2011-03-10 Michael Stapelbergrefactor font caching to just save the ID instead of...
2011-03-10 Simon KampeFallback fonts for when requesting a erronous font...
2011-03-09 Michael Stapelbergtests: clean up/beautify all tests (code style / test...
2011-03-09 Michael Stapelbergtests: fix t/19-match.t, needs a delay for i3 to pick...
2011-03-09 Michael StapelbergBugfix: Make level up a noop during fullscreen mode...
2011-03-09 Michael StapelbergBugfix: Send WM_DELETE / kill window the right way...
next