| 2010-07-24 |
Michael Stapelberg | debian: add i3-wm.wm for dh_installwm to repository |
commit | commitdiff | tree | snapshot |
| 2010-07-24 |
Michael Stapelberg | expand .gitignore (Thanks madroach) |
commit | commitdiff | tree | snapshot |
| 2010-07-24 |
Christopher... | secure strcpy by replacing with strncpy |
commit | commitdiff | tree | snapshot |
| 2010-07-23 |
Michael Stapelberg | website: add link to refcard.pdf |
commit | commitdiff | tree | snapshot |
| 2010-07-23 |
Michael Stapelberg | docs: add reference card (by Zeus Panchenko) |
commit | commitdiff | tree | snapshot |
| 2010-07-23 |
Axel Wagner | Get outputs on start. Create dock window for every... |
commit | commitdiff | tree | snapshot |
| 2010-07-23 |
Axel Wagner | Add temporary files to .gitignore |
commit | commitdiff | tree | snapshot |
| 2010-07-23 |
Axel Wagner | Rework the IPC-Code |
commit | commitdiff | tree | snapshot |
| 2010-07-21 |
Axel Wagner | Start tracking changes |
commit | commitdiff | tree | snapshot |
| 2010-07-20 |
Fernando Tarlá... | Don't draw stacked decors overlapping a fs window. |
commit | commitdiff | tree | snapshot |
| 2010-07-20 |
Fernando Tarlá... | Don't draw stacked decors overlapping a fs window. |
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 | Bugfix: Render decoration of single window in tabbed... |
commit | commitdiff | tree | snapshot |
| 2010-07-11 |
Michael Stapelberg | Bugfix: Render decoration of single window in tabbed... |
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 | website: update fedora link, add RHEL, CentOS (Thanks... |
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-29 |
Michael Stapelberg | ipc: send workspace event in workspace_initialize ... |
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-24 |
Fernando Tarlá... | Reset the color to the default color, don't harcode... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Michael Stapelberg | debian: bump compatibility to 6 |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Michael Stapelberg | debian: update changelog |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Michael Stapelberg | debian: bump compatibility to 6 |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Michael Stapelberg | debian: update changelog |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Michael Stapelberg | debian: add watch file |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Michael Stapelberg | debian: add watch file |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Michael Stapelberg | debian: call dh_installwm to register as alternative... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
Michael Stapelberg | debian: update changelog |
commit | commitdiff | tree | snapshot |
| 2010-06-19 |
Michael Stapelberg | i3-wsbar: replace %w with the width of the output ... |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
Michael Stapelberg | Bugfix: i3-wsbar: properly catch errors when writing... |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
Michael Stapelberg | Bugfix: i3-wsbar: properly catch errors when writing... |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
Michael Stapelberg | Bugfix: Don’t crash when a dock client starts up with... |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
Michael Stapelberg | Bugfix: Don’t crash when a dock client starts up with... |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Michael Stapelberg | website: add download link to the new release |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Michael Stapelberg | debian: update i3-wm.docs |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Michael Stapelberg | debian: update i3-wm.docs 3.e-bf1 |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Michael Stapelberg | Add documentation for external workspace bars |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Michael Stapelberg | debian: update changelog |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Michael Stapelberg | Add release notes for 3.ε-bf1 |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
Michael Stapelberg | website: s/systemcalls/system calls, update title |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
Michael Stapelberg | website: add links to i3status/i3lock/dzen2 on download... |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
Michael Stapelberg | website: add link to wsbar.html |
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-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 |
| next |