]> git.sur5r.net Git - i3/i3/history - src
This parameter is no longer needed.
[i3/i3] / src /
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)
2011-01-02 Michael StapelbergBugfix: Also change focus when the killed container...
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á Car... Default to a file in /tmp for the restart state.
2010-12-27 Fernando Tarlá Car... util.c is the proper place for those functions.
2010-12-27 Fernando Tarlá Car... Remove some commented out code.
2010-12-27 Fernando Tarlá Car... 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-11-30 Fernando Tarlá Car... 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á Car... 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 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 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 StapelbergBugfix: Use separate child_mapped instead of checking...
2010-11-28 Michael StapelbergCorrectly update the _NET_WM_STATE hint when *not*...
2010-11-28 Michael StapelbergBugfix: don’t update focus when moving mouse over stack...
2010-11-28 Michael StapelbergBugfix: Add deco_height to bsr.y (to configure the...
2010-11-28 Michael StapelbergBugfix for the last commit (broke some moving situation...
2010-11-28 Michael Stapelberglook & feel: when moving, descend if the container...
2010-11-28 Michael StapelbergBugfix: Fix focus when moving Cons
2010-11-28 Michael StapelbergAlso store/load window_rect when restarting
2010-11-28 Michael StapelbergBugfix: Only set to_focus when focused is actually 1
2010-11-28 Michael Stapelberglook and feel: when moving a Con is not possible, split...
2010-11-28 Michael StapelbergCorrectly restore focus when restarting (Thanks fernand...
2010-11-28 Michael Stapelbergupdate indenting of src/util.c
2010-11-28 Michael Stapelbergre-enable ipc_shutdown() when restarting
2010-11-28 Michael StapelbergBugfix: Use setsid() to avoid SIGINT for child processes
2010-11-28 Michael StapelbergUpon ConfigureRequests, send a generated ConfigureNotif...
2010-11-28 Michael Stapelberglittle style fixes, add vim modeline
2010-11-28 Fernando Tarlá Car... libXcursor support (themed cursors).
2010-11-28 Michael StapelbergBugfix: Re-attach windows in correct order when switchi...
2010-11-28 Michael StapelbergBugfix: Restore focus after changing layout (Thanks...
2010-11-28 Michael Stapelbergfix third argument to strncat(), use smalloc(), use...
2010-11-28 Fernando Tarlá Car... Make the restart path configurable.
2010-11-28 Michael StapelbergFix switching containers by moving the mouse over their...
2010-11-27 Michael StapelbergBugfix: Also render decorations of nearby cons when...
2010-11-27 Michael Stapelbergremove some debug messages
2010-11-27 Michael StapelbergBugfix: unmap windows in a separate step to avoid focus...
2010-11-27 Michael StapelbergBugfix: configure windows before mapping, correctly...
2010-11-27 Michael Stapelbergmore debug for ClientMessages
2010-11-27 Michael Stapelbergfix indention
next