2011-01-27 |
Michael Stapelberg | re-insert floating cons next to the currently focused... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Michael Stapelberg | when re-inserting a floating con, start with a more... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Michael Stapelberg | RandR: respect primary output |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Fernando Tarlá... | Fix the percentages when moving containers. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Fernando Tarlá... | Fix floating mode according to the new requirements. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Fernando Tarlá... | Fix the resize algorithm I broke earlier. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Fernando Tarlá... | This parameter is no longer needed. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Fernando Tarlá... | A new logic to calculate the percentages. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Fernando Tarlá... | Only fix the percentages after we insert the container. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Fernando Tarlá... | Crash when we get the percentages wrong. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Fernando Tarlá... | Round up as well if needed (thanks Merovius). |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Michael Stapelberg | Bugfix: Use strdup() for the initial value of socket_pa... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Michael Stapelberg | Bugfix: fix restoring the orientation (Thanks Merovius... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Michael Stapelberg | bugfix: you can’t unfullscreen workspaces (Thanks Merovius) |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Michael Stapelberg | Bugfix: Fix focus problems when switching workspaces... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Michael Stapelberg | Bugfix: Don’t send fake configure notify with not yet... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Michael Stapelberg | Bugfix: also close empty split containers when the... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Michael Stapelberg | Bugfix: fix crash in tree_flatten (Thanks mseed) |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Michael Stapelberg | When in stacking mode with only one child, respect... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Michael Stapelberg | re-implement xkb support for detecting keyboard layout... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Michael Stapelberg | Bugfix: Call mark_unmapped() on floating nodes aswell... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Axel Wagner | Save environment-variable AFTER reading the configfile |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Axel Wagner | Use I3SOCK-environment-variable |
commit | commitdiff | tree | snapshot |
2011-01-12 |
Michael Stapelberg | fix some memory leaks when user passes command line... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Michael Stapelberg | Fix switching to a workspace on a different output |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | ipc: adapt dump-asy.pl for the new orientation format |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | Bugfix: Don’t use ->old_parent for floating cons (Thank... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | fix a problem with workspace switching when the focus... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | Bugfix: Look for cons to focus *starting* at the ws... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | Bugfix: Correctly maintain focus when setting a workspa... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | Bugfix: Correctly move to other workspaces when a float... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | Implement tree flattening to automatically solve situat... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | change many LOG/printf messages to use DLOG |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | ipc: change 'orientation' to human readable string... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | fix enum value |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Michael Stapelberg | Bugfix: fix fullscreen mode for floating windows |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Michael Stapelberg | Bugfix: randr: Don’t close container if it was not... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | RandR: use the next unused workspace instead of fixed... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | Also initialize output->con when using neither RandR... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | Re-Implement support for RandR changes |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | retab! randr.c |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | Bugfix: Correctly change focus after closing floating... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | fix memleak: free struct Window members |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | fix memleak: free X state structure |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | use sstrdup() instead of strdup() |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | fix memleak: free con->name before overwriting it |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | cmdparse: free strings |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Michael Stapelberg | fix small memory leak (unused ->name) |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Michael Stapelberg | Bugfix: Also change focus when the killed container... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Axel Wagner | Add font-option to i3-input |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Axel Wagner | Add forgetful restart to sighandler |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Axel Wagner | Retab sighandler.c |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Axel Wagner | Port sighandler to tree-branch |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Michael Stapelberg | Fix dragging floating containers / click handling |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Michael Stapelberg | For floating mode on workspace level, create a containe... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Michael Stapelberg | Bugfix: Correctly change focus when closing a split... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Michael Stapelberg | Bugfix: Don’t redistribute resize percentage values... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Michael Stapelberg | Bugfix: Fix closing windows in tabbed mode with border_... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Michael Stapelberg | Fix resize handling on click on borders (did not correc... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Michael Stapelberg | Bugfix: Don’t focus next window if the window was not... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Michael Stapelberg | Bugfix: store and properly load workspace order when... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Fernando Tarlá... | Default to a file in /tmp for the restart state. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Fernando Tarlá... | util.c is the proper place for those functions. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Fernando Tarlá... | Remove some commented out code. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Fernando Tarlá... | Implement default border styles (thanks litemotiv). |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Michael Stapelberg | Bugfix: Don’t update focus when container is not mapped |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Michael Stapelberg | Bugfix: Invalidate focused_id to correctly focus new... |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Michael Stapelberg | remove i3-wsbar from 'make install', not supported... tree-pr1 |
commit | commitdiff | tree | snapshot |
2010-12-06 |
Michael Stapelberg | need more escaping for the version string when replacin... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Fernando Tarlá... | Fix possible rounding errors. |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | xinerama.c: fix indention |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | xcb.c: fix indenting |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | workspace.{c,h}: remove obsolete code |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | log.c: fix indenting |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | handlers.c: remove obsolete code |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | floating.c: remove obsolete code, fix indenting |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Fernando Tarlá... | Fix click to focus. |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | Bugfix: Don’t attach floating clients to 'nodes' when... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | Bugfix: Correctly attach floating Cons to a different... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | tests: use cmd() in t/32-move-workspace.t |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | Bugfix: Fix crash when moving a floating Con to a diffe... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | Bugfix: Transfer 'percent' factor when splitting, add... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | tests: add cmd() function for typing less to get i3... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | Include 'percent' in tree JSON, use C-locale when dumpi... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael Stapelberg | Implement resizing (still buggy) |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | use con_num_children() |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | tests: mark t/10-dock.t as TODO, dock clients not imple... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | Bugfix: Use separate child_mapped instead of checking... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | Correctly update the _NET_WM_STATE hint when *not*... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | tests: fix t/30-close-empty-split.t by properly creatin... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | tests: fix t/31-stacking-order.t: don’t get focus on... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | tests: fix t/29-focus-after-close.t to correctly open... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | tests: fix t/27-regress-floating-parent.t (focus the... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | Bugfix: don’t update focus when moving mouse over stack... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | Bugfix: Add deco_height to bsr.y (to configure the... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | tests: update t/04-floating.t for new border styles |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | update .gitignore |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | Bugfix for the last commit (broke some moving situation... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | look & feel: when moving, descend if the container... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Michael Stapelberg | Bugfix: Fix focus when moving Cons |
commit | commitdiff | tree | snapshot |
next |