]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
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...
2011-02-19 Michael Stapelbergsame fix, but for moving (search above the current...
2011-02-19 Michael StapelbergSkip containers which got only one child when looking...
2011-02-19 Michael Stapelbergrevert the replacement of a single h/v-split with its...
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-14 Michael StapelbergAutomatically close empty parent cons when making their...
2011-02-14 Michael StapelbergBugfix: check ->layout, not ->type for L_STACKED
2011-02-14 Michael StapelbergBugfix: Correctly check asprintf() return value
2011-02-06 Fernando Tarlá... Fix libxcursor -> xcb cursors fallback.
2011-02-02 Michael Stapelbergfix a rendering problem for split cons inside tabbed...
2011-02-01 Michael Stapelbergtests: add testcase for the focus when moving floating...
2011-02-01 Michael Stapelbergtests: extend testcase to check for the last commit
2011-02-01 Michael Stapelbergbugfix: don’t crash when moving windows out of a floati...
2011-02-01 Michael StapelbergBugfix: Correctly focus con when moving to another...
2011-02-01 Michael Stapelbergdisable workspace-level move operations (not yet implem...
2011-02-01 Michael StapelbergBugfix: When the container which was just closed is...
2011-02-01 Michael StapelbergDon’t create a split container if no other cons are...
2011-02-01 Michael Stapelbergfix some compiler warnings
2011-01-30 Fernando Tarlá... Fix the choice of the right containers for resizing.
2011-01-29 Michael Stapelbergdocs: add tree-*.png (for tree-migrating)
2011-01-29 Michael Stapelbergdocs/ipc: document that the highest bit is 1 for event...
2011-01-29 Fernando Tarlá... Don't mess with sizes when moving to other ws.
2011-01-29 Michael Stapelbergadd docs/tree-migrating
2011-01-29 Michael StapelbergAdd documentation for external workspace bars
2011-01-28 Michael Stapelbergdocs/ipc: add reference to ThePub’s python library
2011-01-28 Fernando Tarlá... Fix assertion when moving out of a floating container.
2011-01-28 Fernando Tarlá... Don't mess with the focus if we're not killing.
2011-01-28 Michael Stapelbergtestcases: use the does_i3_live function
2011-01-28 Michael Stapelbergfix typo in testcases/complete-run.pl
2011-01-28 Michael Stapelbergimplement make clean in testcases/
2011-01-28 Michael Stapelbergtests: implement does_i3_live for regression tests
2011-01-27 Michael Stapelbergdisable sighandler for testsuite runs
2011-01-27 Michael Stapelbergmake the sighandler handle SIGABRT
next