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 |
2010-06-30 |
Michael Stapelberg | parser: call tree_close_con() instead of tree_close... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Michael Stapelberg | update configfile for the new commands (this is not... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Michael Stapelberg | Go down the tree when moving windows, add testcase... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Michael Stapelberg | floating: correctly kill floating containers when closing |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Michael Stapelberg | floating: use con_fix_percent |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Michael Stapelberg | re-implement click to focus |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Michael Stapelberg | floating: re-implement floating_modifier + left/right... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Michael Stapelberg | automatically set dialog windows to floating |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Michael Stapelberg | split up toggle_floating_mode into floating_enable... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | Update testcases (and skip some tests for the moment) |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | Implement mark/goto, modify testcase |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | split containers do not directly accepts windows (they... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | bugfix: only print the first match when looking for... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | bugfix: the layout command needs to change the layout... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | Re-implement support for the urgency hint, extend t... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | t/lib/i3test.pm: refactor get_ws and get_ws_content... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | parser: implement matching on the window id |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | more debug output |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | Don’t ignore sequence in UnmapNotify, there might be... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | Clear event mask while reparenting |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Michael Stapelberg | Include git branch name in the version string |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | parser: implement 'layout' |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | Make splitting a container which was already split... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | t/22: extend to verify that splitting in the same direc... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | t/21: formatting |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | "Re-parent" floating clients whose old_parent is being... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | add testcase for crash on closing floating windows... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | lib/i3test: Implement get_focused |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | ipc: include floating-nodes in tree reply |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | Implement focus command (and extend t/21-next-prev... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Michael Stapelberg | bugfix: allocate one more zero-byte to definitely get... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Michael Stapelberg | Add testcase which ensures that floating windows can... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Michael Stapelberg | Implement correct removal of floating containers |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Michael Stapelberg | fix: to always abort we need to assert(false) |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Michael Stapelberg | Reposition floating windows while dragging |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Michael Stapelberg | re-enable sending fake configure notifies |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Michael Stapelberg | Implement mode toggle |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Michael Stapelberg | cleanup: introduce CT_WORKSPACE as type to avoid having... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Michael Stapelberg | Update _NET_WM_STATE after fullscreen state changes |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Michael Stapelberg | Set up _NET_WM_SUPPORTED and window manager name again |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Michael Stapelberg | Add parameter to reparent windows instead of killing... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Michael Stapelberg | re-render the three after calling parse_cmd |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Michael Stapelberg | Ignore UnmapNotify events generated by reparenting |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Michael Stapelberg | use the new parser for handling keybindings |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Michael Stapelberg | grammar: s/layout_mode/window_mode |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Michael Stapelberg | Implement 'restore' in new parser |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Michael Stapelberg | implement 'move' command in the new parser |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Michael Stapelberg | Implement exec, exit, level, restart (without testcases... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Michael Stapelberg | Implement 'split' |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Michael Stapelberg | Implement 'prev', extend testcase |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Michael Stapelberg | implement 'next' in the new command parser (testcase... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Michael Stapelberg | bugfix: really return focus list in IPC tree dump ... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Michael Stapelberg | also re-render the tree for commands using the new... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Michael Stapelberg | bugfix: don’t clean up workspace when switching to... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Michael Stapelberg | Makefile: only enable when -freorder-blocks-and-partiti... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | less boilerplate by using Test::Kit and -It/lib in... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | make testcases use AnyEvent::I3 |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | implement 'fullscreen' command |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | make the fullscreen testcase test the 'fullscreen'... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | throw out some old code from manage.c, cleanups |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | include match.h in all.h |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | loglevel bitmasks needs to be larger because we got... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | remove old fullscreen code |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | implement con_toggle_fullscreen |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | extend fullscreen testcase |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | handle destroynotify events |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | push X11 changes after a window is mapped |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | When assigning children to containers, reset their... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | put container in fullscreen mode if the fullscreen... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | handle client messages (fullscreen window state) |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | extend t/02-fullscreen.t |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | add testcase for multiple commands (and whitespace... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Michael Stapelberg | clear current_match when dropping state |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | add test for the match functionality in the new parser |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | make floating an enum (we need three states, not only... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | move match_* to match.c |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | check for empty matches |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | move con_focus to con.c |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | better debug messages |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | update t/16* for data structure |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | clean up old workspace when switching (makes test 2... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | ignore sequence of unmapnotify events (generates entern... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | implement con_id for matching containers, extend testcase |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | move common functions to i3test, export them, bail... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | add testcase for opening/killing containers |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Michael Stapelberg | retab! |
commit | commitdiff | tree | snapshot |
next |