2011-10-02 |
Michael Stapelberg | Move ipc_send_message and ipc_recv_message to libi3 |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | i3-msg: use smalloc, sstrdup from libi3 |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | move sstrdup, scalloc, smalloc, srealloc to libi3,... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Include libi3.h (Thanks fernandotcl) |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Makefile: include libi3/ in 'dist' |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Merge branch 'get-socketpath' into next |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Implement i3 --get-socketpath, useful for IPC scripts |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | i3-msg: use socket_path_from_x11 from libi3 |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Introduce libi3, an *internal* library to eliminate... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Makefiles: prefix compilation messages (for parallel... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | makefile: make SUBDIRS constant |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | remove obsolete comment |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Merge branch 'userguide-mark' |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Walle | userguide: fix typo |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Michael Stapelberg | Merge branch 'cloexec-errorlog' |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Michael Walle | set close-on-exec flag on errorlogfile |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Michael Stapelberg | Check for PCRE version and disable PCRE_UCP for <=... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Michael Stapelberg | Include i3-sensible-* in 'make dist' |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Michael Stapelberg | Merge branch 'fix-focus-ipc' |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Michael Stapelberg | Bugfix: IPC: Correctly dump the 'focus' array |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Michael Stapelberg | tests: Use AnyEvent::I3’s get_marks (requires AE::I3... |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Michael Stapelberg | Merge branch 'nagbar-wrap' into next |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Michael Stapelberg | Introduce the i3-sensible-{pager,editor,terminal} scripts |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Michael Stapelberg | docs/testsuite: a few corrections by fernandotcl |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | s/This adds up quickly/Delays add up quickly (Thanks... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | Merge branch 'testsuite' into next |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | Add docs/testsuite |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: make sure to leave no tempfiles behind |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: Bugfix: 11-goto.t: use mktemp for generating... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: lib/i3test: Use //= instead of unless exists... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: refactor t/58-wm_take_focus to use wait_for_event |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: lib/i3test: Remove open_standard_window, introdu... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: complete-run: remove debugging messages |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: complete-run: display time i3 took for starting up |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: complete_run: directly use X11::XCB instead... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: use wait_for_{map,unmap} to eliminate more sleep()s |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: lib/i3test: provide wait_for_map and wait_for_unmap |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Michael Stapelberg | tests: implement sync_with_i3 and use it instead of... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Michael Stapelberg | lib/i3test.pm: reformat exports list |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Michael Stapelberg | Implement the I3_SYNC client protocol |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Michael Stapelberg | lib/i3test.pm: Don’t sleep(0.25), but wait until the... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Michael Stapelberg | Merge branch 'fix-dragging-fullscreen' |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Yves Fischer | Skip dragging of floating cons in fullscreen mode |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Michael Stapelberg | Merge branch 'fix-close-focus' |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Michael Stapelberg | Bugfix: Correctly revert focus to other floating window... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Stapelberg | Merge branch 'fix-variables-cfg' |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Stapelberg | Bugfix: use bufcopy instead of buf when boundary checki... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Stapelberg | Merge branch 'fix-variables-cfg' |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Stapelberg | A bit more boundary-checking when replacing variables. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Stapelberg | Bugfix: Correctly split key/value when parsing variable... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Michael Stapelberg | update docs/multi-monitor to include the output names... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Michael Stapelberg | mention the force_xinerama configfile directive in... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Michael Walle | Add force_xinerama configuration option |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Michael Stapelberg | Merge branch 'fix-i3bar-x11' |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Michael Stapelberg | i3bar: Bugfix: Check if the X11 connection is unavailable |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Merge branch 'fix-focus' |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Bugfix: Only change focus in tree_close() when the... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Merge branch 'fix-floating-move' |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Bugfix: Avoid out of bounds coordinates when moving... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Merge branch 'role-criterion' into next |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | docs/userguide: document the window_role criterion |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | t/65-for_window: add tests for window_role |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Implement the window_role criterion (checks WM_WINDOW_ROLE) |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | tests: also make launch_with_config() log to LOGPATH |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Merge branch 'fix-output-focus' |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Bugfix: Use con_orientation(). Fixes switching between... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | Merge branch 'i3-input-fmt' into next |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | i3-input: update manpage |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | i3-input: implement -F (format) option, deprecate ... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | i3-input: add missing \n in --help |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Michael Stapelberg | i3-input: reformat main.c |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Merge branch 'fix-floating-move' |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Peter Bui | fix-bug-515: always adjust floating position when movin... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Merge branch 'fix-warp-same' |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Bugfix: Don’t warp the pointer if it already is on... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Merge branch 'floating-focus' into next |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | tests: extend t/35-floating-focus to use focus left... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Remove obsolete code for floating focus |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Implement focus switching (focus left/right) for floati... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Also make compilation possible on systems with libev 3 |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | document the dependency on libev >=4.0 for ev_cleanup... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Merge branch 'fix-float-size' |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Tests: fix floating size, add a test to check floating... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Send the correct X11 border_width in faked ConfigureNotifys |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Bugfix: Honor the X11 window border in ConfigureRequests |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Michael Stapelberg | Bugfix: Honor the X11 window border when calculating... |
commit | commitdiff | tree | snapshot |
next |