]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
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
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 Stapelbergfix enum value
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)
2011-01-02 Michael StapelbergBugfix: Also change focus when the killed container...
2011-01-02 Axel WagnerAdd font-option to i3-input
2010-12-31 Axel WagnerAdd forgetful restart to sighandler
2010-12-31 Axel WagnerRetab sighandler.c
2010-12-31 Axel WagnerPort sighandler to tree-branch
2010-12-31 Michael StapelbergFix dragging floating containers / click handling
2010-12-30 Michael StapelbergFor floating mode on workspace level, create a containe...
2010-12-30 Michael StapelbergBugfix: Correctly change focus when closing a split...
2010-12-30 Michael StapelbergBugfix: Don’t redistribute resize percentage values...
2010-12-28 Michael StapelbergBugfix: Fix closing windows in tabbed mode with border_...
2010-12-28 Michael StapelbergFix resize handling on click on borders (did not correc...
2010-12-28 Michael StapelbergBugfix: Don’t focus next window if the window was not...
2010-12-27 Michael StapelbergBugfix: store and properly load workspace order when...
2010-12-27 Fernando Tarlá... Default to a file in /tmp for the restart state.
2010-12-27 Fernando Tarlá... util.c is the proper place for those functions.
2010-12-27 Fernando Tarlá... Remove some commented out code.
2010-12-27 Fernando Tarlá... Implement default border styles (thanks litemotiv).
2010-12-11 Michael StapelbergBugfix: Don’t update focus when container is not mapped
2010-12-11 Michael StapelbergBugfix: Invalidate focused_id to correctly focus new...
2010-12-06 Michael Stapelbergremove i3-wsbar from 'make install', not supported... tree-pr1
2010-12-06 Michael Stapelbergneed more escaping for the version string when replacin...
2010-11-30 Fernando Tarlá... Fix possible rounding errors.
2010-11-29 Michael Stapelbergxinerama.c: fix indention
2010-11-29 Michael Stapelbergxcb.c: fix indenting
2010-11-29 Michael Stapelbergworkspace.{c,h}: remove obsolete code
2010-11-29 Michael Stapelberglog.c: fix indenting
2010-11-29 Michael Stapelberghandlers.c: remove obsolete code
2010-11-29 Michael Stapelbergfloating.c: remove obsolete code, fix indenting
2010-11-29 Fernando Tarlá... Fix click to focus.
2010-11-29 Michael StapelbergBugfix: Don’t attach floating clients to 'nodes' when...
2010-11-29 Michael StapelbergBugfix: Correctly attach floating Cons to a different...
2010-11-29 Michael Stapelbergtests: use cmd() in t/32-move-workspace.t
2010-11-29 Michael StapelbergBugfix: Fix crash when moving a floating Con to a diffe...
2010-11-29 Michael StapelbergBugfix: Transfer 'percent' factor when splitting, add...
2010-11-29 Michael Stapelbergtests: add cmd() function for typing less to get i3...
2010-11-29 Michael StapelbergInclude 'percent' in tree JSON, use C-locale when dumpi...
2010-11-29 Michael StapelbergImplement resizing (still buggy)
2010-11-28 Michael Stapelberguse con_num_children()
2010-11-28 Michael Stapelbergtests: mark t/10-dock.t as TODO, dock clients not imple...
2010-11-28 Michael StapelbergBugfix: Use separate child_mapped instead of checking...
2010-11-28 Michael StapelbergCorrectly update the _NET_WM_STATE hint when *not*...
next