]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
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...
2011-03-07 Michael Stapelbergproperly clean all files in 'make clean' tree-pr2
2011-03-06 Michael StapelbergWhen leaving fullscreen, set focus to con which was...
2011-03-06 Michael StapelbergBugfix: Don’t focus new cons when there is a fullscreen...
2011-03-06 Michael StapelbergBugfix: Fix crash with transient dock clients caused...
2011-03-06 Michael Stapelbergremove left-over xcb_aux_sync (debugging code)
2011-03-06 Michael Stapelbergx: remove XCB_EVENT_MASK_ENTER_WINDOW from child event...
2011-03-06 Michael Stapelbergrendering: bugfix: stack child windows of stacked/tabbe...
2011-03-06 Michael Stapelbergx: disable all events while re-stacking windows, preven...
2011-03-06 Michael StapelbergBugfix: use tree_render() instead of x_push_changes...
2011-03-06 Michael StapelbergImplement the popup_during_fullscreen option, set defau...
2011-03-06 Michael StapelbergObey minimum size when resizing floating windows
2011-03-06 Michael StapelbergBugfix: also stop searching for resize cons when reachi...
2011-03-06 Michael StapelbergUse the combined geometry of children when setting...
2011-03-06 Michael StapelbergBugfix: don’t focus dock clients with new click handlin...
2011-03-05 Michael Stapelbergdocument the different cases for click handling
2011-03-05 Michael Stapelbergrefactor the click handling completely
2011-03-04 Michael StapelbergBugfix: Focus workspace after closing one of multiple...
2011-03-03 Michael StapelbergRe-implement focus follows mouse for outputs
2011-03-03 Michael StapelbergUse the original geometry for floating windows
2011-03-03 Michael StapelbergDon’t create floating containers from whole workspaces...
2011-03-03 Michael StapelbergBugfix: 'level up' needs to stop at the workspace con...
2011-03-03 Michael Stapelbergfix invalid memory access in xcb_reply_contains_atom...
2011-03-03 Michael StapelbergBugfix: don’t focus the dockarea when closing a dock...
2011-03-03 Michael StapelbergBugfix: don’t focus dock clients (Thanks mseed, mist)
2011-02-28 Michael StapelbergBugfix: Correctly fix the percent values for resizing...
2011-02-28 Michael StapelbergFix regression: Don’t add floating nodes twice when...
2011-02-28 Michael StapelbergBugfix: Re-attach floating cons to the right container...
2011-02-28 Fernando Tarlá... Don't leak this descriptor (thanks dothebart).
2011-02-28 Fernando Tarlá... Some assertions to make the static analyzer happy.
2011-02-28 Fernando Tarlá... Very minor issues found with statical analysis.
2011-02-21 Michael Stapelbergadd proof-of-concept perl script to render the tree...
2011-02-21 Michael Stapelbergtests: extend t/10-dock.t for top/bottom positioned...
2011-02-21 Michael StapelbergImplement support for top/bottom dock clients (accordin...
2011-02-21 Michael Stapelbergtests: add test for dock client + restart
2011-02-21 Michael Stapelbergtests: fix t/16-nestedcons.t
2011-02-21 Michael StapelbergBugfix: restore the original width/height with X11...
2011-02-21 Michael StapelbergFix dock client handling for inplace restarts
2011-02-21 Michael Stapelbergbugfix: fix clicking on dock clients (Thanks mseed)
2011-02-21 Michael Stapelbergrefactor some places to use output_get_content()
2011-02-21 Michael StapelbergBugfix: fix disabling RandR outputs
2011-02-21 Michael StapelbergPlace dock clients on the output corresponding to their...
2011-02-21 Michael StapelbergBugfix: Correctly open workspaces on additional outputs
2011-02-20 Michael StapelbergBugfix: in get_workspaces, only consider the CT_CON...
2011-02-20 Michael StapelbergFix fullscreen mode with dock clients
2011-02-20 Michael Stapelbergtests: extend t/10-dock.t to make use of the tree
2011-02-20 Michael Stapelbergbugfix: dock clients cannot be floating
2011-02-20 Michael Stapelbergtests: don’t skip t/10-dock.t, make it work again
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
2011-02-20 Fernando Tarlá... Support pkg-config if the modules are available.
2011-02-20 Michael Stapelbergalso change the cursor keys to the new move syntax
2011-02-19 Michael Stapelbergpartially update hacking-howto with an explanation...
next