2010-11-21 |
Fernando Tarlá... | Unlink the resolved path. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Fernando Tarlá... | Send the workspace focus change event. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Fernando Tarlá... | Support get_workspaces and get_outputs in i3-msg. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Fernando Tarlá... | Ported over some message types from -next. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Michael Stapelberg | add shortcut to default config for tiling/floating... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Michael Stapelberg | Bugfix: Don’t draw borders for fullscreen windows |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Michael Stapelberg | Bugfix: Don’t attach tiling containers to floating... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Michael Stapelberg | ipc: s/floating-nodes/floating_nodes for consistency |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Michael Stapelberg | floating-unmap.t: switch order, don’t use workaround |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Michael Stapelberg | bugfix: don’t treat workspace as empty if they only... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Michael Stapelberg | Bugfix: Properly ignore UnmapNotify events (especially... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Michael Stapelberg | debugging: implement a NOP command which just spits... |
commit | commitdiff | tree | snapshot |
2010-11-20 |
Michael Stapelberg | Bugfix: when no windows to focus, return the workspace... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Fernando Tarlá... | Port the IPC socket creation code from -next. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Fernando Tarlá... | Port the path resolution and config loading code from... |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Michael Stapelberg | When in tabbed mode, nail the orientation to horizontal |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Fernando Tarlá... | Render the tabbed mode correctly. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Fernando Tarlá... | Get rid of the remaining hardcoded height. |
commit | commitdiff | tree | snapshot |
2010-11-15 |
Fernando Tarlá... | Use the configured font to draw the decorations. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | bugfix: check if the client leader is a managed window... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | take into account x11 border_width settings (fixes... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | don’t allow useless splits, change orientation of exist... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | Bugfix: only set clients to floating which have a leade... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | fix floating focus behaviour, extend testcase |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | add testcase for focus problem when toggling floating... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | Bugfix: use rectangles instead of a polygon to avoid... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | automatically set windows with client_leader to floating |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | Bugfix: after the first UnmapNotify, unignore the event |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | Bugfix: don’t kill parent when currently in tree_close... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | don’t remove floating container twice (it’s already... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | resize/unmap container x11 windows on demand (makes... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | modify t/04-floating.t to reflect the new way we are... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | Implement setting the WM_NAME of i3 container windows... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | set withdrawn/normal state when unmapping/mapping ... |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Michael Stapelberg | parser: return a proper JSON reply on parse errors |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Michael Stapelberg | Rendering fixes for stacking mode |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Fernando Tarlá... | Info about client.background for the user guide. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Michael Stapelberg | port fernando’s custom background color patch |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Fernando Tarlá... | Paint the window decorations using the theme. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Michael Stapelberg | add testcases/complete-run.pl, a script for convenientl... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Michael Stapelberg | Bugfix: Close containers which are empty due to a move... |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Michael Stapelberg | t/16-nestedcons.t: add 'border' key |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Michael Stapelberg | implement support for WM_TRANSIENT_FOR, expand testcase |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | Implement support for WM_CLIENT_LEADER |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Baptiste Daroussin | Fix build on freebsd (uint32_t unknown if stdint.h not |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | implement configure requests, adapt testcase |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | only re-position floating clients mapped to (0, 0)... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | respect position in geometry of floating windows |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | bugfix: need to use window_type instead of type in... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | add testcase for invalid commands |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | parser: don’t exit(1) on invalid command, use better... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | implement different border styles |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | make borders around every container configurable for... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | include border style in ipc tree dump |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | parser: bugfix: initialize match when parsing new command |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | lexer/parser: implement 'border' command |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | don’t close workspaces which are still visible (multi... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Michael Stapelberg | enumerate workspaces when initializing outputs |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Michael Stapelberg | Implement support for size hints (including test case) |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Michael Stapelberg | Implement sticky windows |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Michael Stapelberg | remove proof-of-concept code in main.c |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Lourens Rozema | Bug fix of invalid presentation of container's split... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Michael Stapelberg | Fix some indention problems in gtk-tree-watch.pl |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Lourens Rozema | Initial commit of gtk-tree-watch.pl which uses GTK... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Lourens Rozema | Bugfix for the kill command (used a.o. in test 18)... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Lourens Rozema | Indent clean up. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Michael Stapelberg | t/22-split: Bugfix: don’t declare old_count twice ... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Lourens Rozema | Test 16 fixed expectation of the (root) focused field... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Michael Stapelberg | recognize dock windows (and support matching them) |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Michael Stapelberg | fix typo |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Michael Stapelberg | testcase: use open_empty_con in some more testcases |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Michael Stapelberg | t/29-focus-after-close.t: add more tests (for a regression) |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Michael Stapelberg | testcases: Implement open_empty_con which directly... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Michael Stapelberg | ipc/parser: commands can now return custom JSON replies |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Michael Stapelberg | Bugfix: Even when not going one level up, we need to... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Michael Stapelberg | more explanation in t/29-focus-after-close.t |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Michael Stapelberg | Bugfix: Keep focus on the current workspace when moving... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Michael Stapelberg | Bugfix: Don’t go further when switching focus on a... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Michael Stapelberg | Treat stacking containers as if they are in vertical... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Michael Stapelberg | close empty parent containers, add testcase |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Michael Stapelberg | s/con->parent/parent to make it more readable |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Michael Stapelberg | Add more documentation to functions/header files |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Michael Stapelberg | Bugfix: Push all following window stacking orders to... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Michael Stapelberg | Bugfix: raise fullscreen containers before rendering... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Michael Stapelberg | Remove some dead code (to be re-implemented), rename... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Michael Stapelberg | use decimal coordinates in debug message |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Michael Stapelberg | ipc: add member 'focused' to every container |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Michael Stapelberg | Bugfix: Don’t try to focus the container itself when... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Michael Stapelberg | testcases: remove 'use v5.10' as this is automatically... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Michael Stapelberg | Bugfix: Correctly restore focus after close (and add... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Michael Stapelberg | config: add reload keybinding |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Michael Stapelberg | Bugfix: Insert new containers at the right position... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Michael Stapelberg | lib/i3test: use custom import() instead of Test::Kit... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Michael Stapelberg | t/18-openkill.t: search not focused container instead... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Michael Stapelberg | Bugfix: Ignore sequences of mapping/unmapping windows... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Michael Stapelberg | bugfix: correctly focus follow up window when closing... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Michael Stapelberg | parser: implement move |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Michael Stapelberg | parser: implement resize command |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Michael Stapelberg | parser: implement explicit "mode floating"/"mode tiling" |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Michael Stapelberg | parser: implement "reload" |
commit | commitdiff | tree | snapshot |
next |