]> git.sur5r.net Git - i3/i3/history - src
Don’t create floating containers from whole workspaces when they are empty (Thanks...
[i3/i3] / src /
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á Car... Don't leak this descriptor (thanks dothebart).
2011-02-28 Fernando Tarlá Car... Some assertions to make the static analyzer happy.
2011-02-28 Fernando Tarlá Car... Very minor issues found with statical analysis.
2011-02-21 Michael StapelbergImplement support for top/bottom dock clients (accordin...
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 Stapelbergbugfix: dock clients cannot be floating
2011-02-20 Michael StapelbergImplement dock mode, update testsuite
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á Car... Fix libxcursor -> xcb cursors fallback.
2011-02-02 Michael Stapelbergfix a rendering problem for split cons inside tabbed...
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á Car... Fix the choice of the right containers for resizing.
2011-01-29 Fernando Tarlá Car... Don't mess with sizes when moving to other ws.
2011-01-28 Fernando Tarlá Car... Fix assertion when moving out of a floating container.
2011-01-28 Fernando Tarlá Car... Don't mess with the focus if we're not killing.
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á Car... Don't mess with the percentages in tree_flatten.
2011-01-27 Fernando Tarlá Car... Fix some resizing issues (thanks mseed).
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á Car... Fix the percentages when moving containers.
2011-01-27 Fernando Tarlá Car... Fix floating mode according to the new requirements.
2011-01-27 Fernando Tarlá Car... Fix the resize algorithm I broke earlier.
2011-01-27 Fernando Tarlá Car... This parameter is no longer needed.
2011-01-27 Fernando Tarlá Car... A new logic to calculate the percentages.
2011-01-27 Fernando Tarlá Car... Only fix the percentages after we insert the container.
2011-01-27 Fernando Tarlá Car... Crash when we get the percentages wrong.
2011-01-23 Fernando Tarlá Car... Round up as well if needed (thanks Merovius).
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 StapelbergBugfix: Don’t use ->old_parent for floating cons (Thank...
2011-01-07 Michael Stapelbergfix a problem with workspace switching when the focus...
2011-01-07 Michael StapelbergBugfix: Look for cons to focus *starting* at the ws...
2011-01-07 Michael StapelbergBugfix: Correctly maintain focus when setting a workspa...
2011-01-07 Michael StapelbergBugfix: Correctly move to other workspaces when a float...
2011-01-07 Michael StapelbergImplement tree flattening to automatically solve situat...
2011-01-07 Michael Stapelbergchange many LOG/printf messages to use DLOG
2011-01-07 Michael Stapelbergipc: change 'orientation' to human readable string...
2011-01-07 Michael StapelbergBugfix: fix fullscreen mode for floating windows
2011-01-06 Michael StapelbergBugfix: randr: Don’t close container if it was not...
2011-01-04 Michael StapelbergRandR: use the next unused workspace instead of fixed...
2011-01-04 Michael StapelbergAlso initialize output->con when using neither RandR...
2011-01-04 Michael StapelbergRe-Implement support for RandR changes
2011-01-04 Michael Stapelbergretab! randr.c
2011-01-04 Michael StapelbergBugfix: Correctly change focus after closing floating...
2011-01-04 Michael Stapelbergfix memleak: free struct Window members
2011-01-04 Michael Stapelbergfix memleak: free X state structure
2011-01-04 Michael Stapelberguse sstrdup() instead of strdup()
2011-01-04 Michael Stapelbergfix memleak: free con->name before overwriting it
2011-01-04 Michael Stapelbergcmdparse: free strings
2011-01-04 Michael Stapelbergfix small memory leak (unused ->name)
next