]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
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
2011-01-27 Michael Stapelbergbugfix: initialize root variable earlier
2011-01-27 Michael StapelbergBugfix: use the global root variable, don’t get the...
2011-01-27 Michael Stapelbergadd a flag to disable the signalhandler
2011-01-27 Fernando Tarlá... Don't mess with the percentages in tree_flatten.
2011-01-27 Fernando Tarlá... Fix some resizing issues (thanks mseed).
2011-01-27 Michael Stapelbergadd a regression test for the floating move thing
2011-01-27 Michael Stapelbergadd a testcase for correct floating con reattaching
2011-01-27 Michael Stapelbergbugfix: correctly move cons out of floating cons when...
2011-01-27 Michael Stapelbergbugfix: don’t assume a workspace always has tiling...
2011-01-27 Michael Stapelbergbugfix: resizing problem when resizing vertically on...
2011-01-27 Michael Stapelbergrefactor some places to use con_descend_focused instead...
2011-01-27 Michael Stapelbergre-insert floating cons next to the currently focused...
2011-01-27 Michael Stapelbergwhen re-inserting a floating con, start with a more...
2011-01-27 Michael StapelbergRandR: respect primary output
2011-01-27 Fernando Tarlá... Fix the percentages when moving containers.
2011-01-27 Fernando Tarlá... Fix floating mode according to the new requirements.
2011-01-27 Fernando Tarlá... Fix the resize algorithm I broke earlier.
2011-01-27 Fernando Tarlá... This parameter is no longer needed.
2011-01-27 Fernando Tarlá... A new logic to calculate the percentages.
2011-01-27 Fernando Tarlá... Only fix the percentages after we insert the container.
2011-01-27 Fernando Tarlá... Crash when we get the percentages wrong.
2011-01-23 Fernando Tarlá... Round up as well if needed (thanks Merovius).
2011-01-22 Michael StapelbergBugfix: Use strdup() for the initial value of socket_pa...
2011-01-21 Michael StapelbergBugfix: fix restoring the orientation (Thanks Merovius...
2011-01-21 Michael Stapelbergbugfix: you can’t unfullscreen workspaces (Thanks Merovius)
2011-01-21 Michael StapelbergBugfix: Fix focus problems when switching workspaces...
2011-01-21 Michael StapelbergBugfix: Don’t send fake configure notify with not yet...
2011-01-20 Michael StapelbergBugfix: also close empty split containers when the...
2011-01-19 Michael StapelbergBugfix: fix crash in tree_flatten (Thanks mseed)
2011-01-17 Michael StapelbergWhen in stacking mode with only one child, respect...
2011-01-17 Michael Stapelbergre-implement xkb support for detecting keyboard layout...
2011-01-17 Michael StapelbergBugfix: Call mark_unmapped() on floating nodes aswell...
2011-01-12 Axel WagnerSave environment-variable AFTER reading the configfile
2011-01-12 Axel WagnerUse I3SOCK-environment-variable
2011-01-12 Michael Stapelbergfix some memory leaks when user passes command line...
2011-01-08 Michael StapelbergFix switching to a workspace on a different output
2011-01-07 Michael Stapelbergipc: adapt dump-asy.pl for the new orientation format
next