2011-10-17 |
Michael Stapelberg | Implement 'workspace back_and_forth' (Patch by Michael... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Michael Stapelberg | docs/Makefile: use $(ASCIIDOC), add asciidoc 'latest... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Michael Stapelberg | debian: use debian/i3-wm.manpages instead of manuall... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Michael Stapelberg | Bugfix: Use _exit in forking to avoid calling the libev... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Michael Stapelberg | Don’t call ev_destroy_loop with ev < 4 in atexit (Thank... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Maik Fischer | i3test.pm: use strict; use warnings; and fix related... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | testcases/makefile: add modeline, add testsuite-* and... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | t/175-startup-notification: don’t wait for i3 mapping... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | Merge branch 'startup-notification' into next |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | Change the root window cursor to 'watch' during startups |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | debian: update debian/control with new build-dep libsta... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | add libstartup-notification to DEPENDS |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | startup: delete the startup sequence upon completion... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | Move the includes after the include guard, no need... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | Implement timeouts for startup notifications |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | support _NET_STARTUP_ID on the client leader window |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | Get the _NET_STARTUP_ID in manage_window, get the corre... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | test: set the _NET_STARTUP_ID before mapping the window |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | Keep track of startup notifications in a TAILQ, save... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | implement a startup monitor, move code to src/startup.c |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | add testcase for the startup notification protocol |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | make handle_client_message not return anything |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | save the last timestamp received by X11 in last_timestamp |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | Implement support for startup notifications |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | Make conn_screen available outside of main() |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | i3bar: Bugfix: Add tray icon padding when calculating... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Raphael Kubo... | Use $(MAKE) instead of hardcoding `make' in the Makefiles. |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Raphael Kubo... | common.mk: Silence some remaining pkg-config calls. |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Michael Stapelberg | i3bar: include xcb_compat.h for older XCB versions... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | makefile: redirect stderr to /dev/null when invoking... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | remove left-over type definition for mode_info |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | Bugfix: Don’t use a blank after comma in ldflags_for_li... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | Merge branch 'i3bar-cleanup' into next |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | log WM_NAME (non-utf-8 window titles) |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | i3bar: set WM_CLASS and WM_NAME |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | i3bar: add modelines to all files |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | Merge branch 'i3bar-tray-size' into next |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | i3bar: handle ConfigureRequests for tray children ... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | i3bar: add modeline to src/xcb.c |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | Move fake_configure_notify to libi3 |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Michael Stapelberg | Bugfix: make i3bar depend on libi3 |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Michael Stapelberg | Merge remote-tracking branch 'mxf/merge' into next |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Maik Fischer | testcases: add Makefile.PL to automatically install... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Michael Stapelberg | Fix 'make dist' |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Michael Stapelberg | remove obsolete CMDMODE and TODO files, update LICENSE |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Michael Stapelberg | tests: rename files (00x-*.t is basic stuff, >=100... |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Michael Stapelberg | testsuite: delete obsolete makefile |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Michael Stapelberg | debian: add testsuite.html to i3-wm.docs |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Michael Stapelberg | docs/testsuite: s/more ugly/uglier (Thanks fernandotcl) |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Michael Stapelberg | Merge branch 'testsuite' into next |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Michael Stapelberg | complete-run: eliminate dependency on EV |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Michael Stapelberg | complete-run: explicitly state why we need to overwrite... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Michael Stapelberg | tests: eliminate List::MoreUtils |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Michael Stapelberg | tests: eliminate Try::Tiny |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Michael Stapelberg | tests: Eliminate IO::Scalar |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Michael Stapelberg | tests: remove unused Proc::Background |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Michael Stapelberg | docs/testsuite: explain how socket activation works... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | Merge branch 'testsuite' into next |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: move i3test.pm from t/lib to lib/ |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: use a lot higher timeouts |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: don’t overwrite $timeout, kill timer when done |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: Convert all testcases to use the new launch_with... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: launch_with_config: use socket activation |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: SocketActivation: append to the logfile, more... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: SocketActivation: only close() and dup2() if... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: Refactor the socket activation into lib/SocketAc... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: re-order dependencies in complete-run, make... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: remove unused dependency Proc::Background from... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: eliminate dependency on the DateTime module... |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Michael Stapelberg | tests: make complete-run use POSIX::close(3) instead... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Michael Stapelberg | Bugfix: Warp pointer to the correct window when using... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Michael Stapelberg | Merge branch 'master' into next |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Michael Stapelberg | Merge branch 'fix-i3bar-man' |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Noe Rubinstein | escape font name |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Merge branch 'ws_next' into next |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Mention 'move workspace next/prev' in the userguide |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | add a test for the 'move workspace next/prev' command |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Noe Rubinstein | add "move workspace next" and "move workspace prev" |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | rename the internal function to _workspace_show, add... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Noe Rubinstein | refactor workspace_show and friends |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Merge branch 'msg' into next |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Make i3 send arguments as command to a running i3 insta... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Michael Stapelberg | Cleanup i3 --help |
commit | commitdiff | tree | snapshot |
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 |
next |