]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2011-10-19 Michael StapelbergMake i3bar get its config from i3 via IPC
2011-10-19 Michael StapelbergCreate different IDs for each bar (+test)
2011-10-18 Michael StapelbergImplement parsing bar {} config blocks
2011-10-18 Michael Stapelbergtests: add a test to check that bar configs are parsed...
2011-10-18 Michael Stapelbergipc: when requesting the bar config without a payload...
2011-10-18 Michael StapelbergBugfix: Correctly close the colors map in the IPC bar...
2011-10-18 Michael StapelbergMake the barconfig list a TAILQ
2011-10-18 Michael Stapelbergadd an IPC request to get the bar configuration (by ID)
2011-10-18 Michael Stapelbergadd a data structure for 'bar' configuration
2011-10-18 Michael Stapelbergreformat include/config.h
2011-10-18 Peter BuiFocus new window only if it is on a visible workspace...
2011-10-18 Michael StapelbergBugfix: Fix segfault when starting i3 (Thanks pnutzh4x0r)
2011-10-18 Michael Stapelberglog: use localtime_r instead of localtime
2011-10-17 Michael StapelbergMerge branch 'workspace_baf' into next
2011-10-17 Michael Stapelbergtests: add t/176-workspace-baf for the workspace back_a...
2011-10-17 Michael StapelbergImplement 'workspace back_and_forth' (Patch by Michael...
2011-10-15 Michael Stapelbergdocs/Makefile: use $(ASCIIDOC), add asciidoc 'latest...
2011-10-15 Michael Stapelbergdebian: use debian/i3-wm.manpages instead of manuall...
2011-10-15 Michael StapelbergBugfix: Use _exit in forking to avoid calling the libev...
2011-10-15 Michael StapelbergDon’t call ev_destroy_loop with ev < 4 in atexit (Thank...
2011-10-12 Maik Fischeri3test.pm: use strict; use warnings; and fix related...
2011-10-10 Michael Stapelbergtestcases/makefile: add modeline, add testsuite-* and...
2011-10-10 Michael Stapelbergt/175-startup-notification: don’t wait for i3 mapping...
2011-10-10 Michael StapelbergMerge branch 'startup-notification' into next
2011-10-10 Michael StapelbergChange the root window cursor to 'watch' during startups
2011-10-10 Michael Stapelbergdebian: update debian/control with new build-dep libsta...
2011-10-10 Michael Stapelbergadd libstartup-notification to DEPENDS
2011-10-10 Michael Stapelbergstartup: delete the startup sequence upon completion...
2011-10-10 Michael StapelbergMove the includes after the include guard, no need...
2011-10-10 Michael StapelbergImplement timeouts for startup notifications
2011-10-10 Michael Stapelbergsupport _NET_STARTUP_ID on the client leader window
2011-10-10 Michael StapelbergGet the _NET_STARTUP_ID in manage_window, get the corre...
2011-10-10 Michael Stapelbergtest: set the _NET_STARTUP_ID before mapping the window
2011-10-10 Michael StapelbergKeep track of startup notifications in a TAILQ, save...
2011-10-10 Michael Stapelbergimplement a startup monitor, move code to src/startup.c
2011-10-10 Michael Stapelbergadd testcase for the startup notification protocol
2011-10-10 Michael Stapelbergmake handle_client_message not return anything
2011-10-10 Michael Stapelbergsave the last timestamp received by X11 in last_timestamp
2011-10-10 Michael StapelbergImplement support for startup notifications
2011-10-10 Michael StapelbergMake conn_screen available outside of main()
2011-10-10 Michael Stapelbergi3bar: Bugfix: Add tray icon padding when calculating...
2011-10-10 Raphael Kubo... Use $(MAKE) instead of hardcoding `make' in the Makefiles.
2011-10-10 Raphael Kubo... common.mk: Silence some remaining pkg-config calls.
2011-10-10 Michael Stapelbergi3bar: include xcb_compat.h for older XCB versions...
2011-10-09 Michael Stapelbergmakefile: redirect stderr to /dev/null when invoking...
2011-10-09 Michael Stapelbergremove left-over type definition for mode_info
2011-10-09 Michael StapelbergBugfix: Don’t use a blank after comma in ldflags_for_li...
2011-10-09 Michael StapelbergMerge branch 'i3bar-cleanup' into next
2011-10-09 Michael Stapelberglog WM_NAME (non-utf-8 window titles)
2011-10-09 Michael Stapelbergi3bar: set WM_CLASS and WM_NAME
2011-10-09 Michael Stapelbergi3bar: add modelines to all files
2011-10-09 Michael StapelbergMerge branch 'i3bar-tray-size' into next
2011-10-09 Michael Stapelbergi3bar: handle ConfigureRequests for tray children ...
2011-10-09 Michael Stapelbergi3bar: add modeline to src/xcb.c
2011-10-09 Michael StapelbergMove fake_configure_notify to libi3
2011-10-09 Michael StapelbergBugfix: make i3bar depend on libi3
2011-10-08 Michael StapelbergMerge remote-tracking branch 'mxf/merge' into next
2011-10-08 Maik Fischertestcases: add Makefile.PL to automatically install...
2011-10-08 Michael StapelbergFix 'make dist'
2011-10-08 Michael Stapelbergremove obsolete CMDMODE and TODO files, update LICENSE
2011-10-08 Michael Stapelbergtests: rename files (00x-*.t is basic stuff, >=100...
2011-10-08 Michael Stapelbergtestsuite: delete obsolete makefile
2011-10-08 Michael Stapelbergdebian: add testsuite.html to i3-wm.docs
2011-10-06 Michael Stapelbergdocs/testsuite: s/more ugly/uglier (Thanks fernandotcl)
2011-10-05 Michael StapelbergMerge branch 'testsuite' into next
2011-10-05 Michael Stapelbergcomplete-run: eliminate dependency on EV
2011-10-05 Michael Stapelbergcomplete-run: explicitly state why we need to overwrite...
2011-10-05 Michael Stapelbergtests: eliminate List::MoreUtils
2011-10-05 Michael Stapelbergtests: eliminate Try::Tiny
2011-10-05 Michael Stapelbergtests: Eliminate IO::Scalar
2011-10-05 Michael Stapelbergtests: remove unused Proc::Background
2011-10-05 Michael Stapelbergdocs/testsuite: explain how socket activation works...
2011-10-04 Michael StapelbergMerge branch 'testsuite' into next
2011-10-04 Michael Stapelbergtests: move i3test.pm from t/lib to lib/
2011-10-04 Michael Stapelbergtests: use a lot higher timeouts
2011-10-04 Michael Stapelbergtests: don’t overwrite $timeout, kill timer when done
2011-10-04 Michael Stapelbergtests: Convert all testcases to use the new launch_with...
2011-10-04 Michael Stapelbergtests: launch_with_config: use socket activation
2011-10-04 Michael Stapelbergtests: SocketActivation: append to the logfile, more...
2011-10-04 Michael Stapelbergtests: SocketActivation: only close() and dup2() if...
2011-10-04 Michael Stapelbergtests: Refactor the socket activation into lib/SocketAc...
2011-10-04 Michael Stapelbergtests: re-order dependencies in complete-run, make...
2011-10-04 Michael Stapelbergtests: remove unused dependency Proc::Background from...
2011-10-04 Michael Stapelbergtests: eliminate dependency on the DateTime module...
2011-10-04 Michael Stapelbergtests: make complete-run use POSIX::close(3) instead...
2011-10-03 Michael StapelbergBugfix: Warp pointer to the correct window when using...
2011-10-03 Michael StapelbergMerge branch 'master' into next
2011-10-03 Michael StapelbergMerge branch 'fix-i3bar-man'
2011-10-03 Noe Rubinsteinescape font name
2011-10-02 Michael StapelbergMerge branch 'ws_next' into next
2011-10-02 Michael StapelbergMention 'move workspace next/prev' in the userguide
2011-10-02 Michael Stapelbergadd a test for the 'move workspace next/prev' command
2011-10-02 Noe Rubinsteinadd "move workspace next" and "move workspace prev"
2011-10-02 Michael Stapelbergrename the internal function to _workspace_show, add...
2011-10-02 Noe Rubinsteinrefactor workspace_show and friends
2011-10-02 Michael StapelbergMerge branch 'msg' into next
2011-10-02 Michael StapelbergMake i3 send arguments as command to a running i3 insta...
2011-10-02 Michael StapelbergCleanup i3 --help
2011-10-02 Michael StapelbergMove ipc_send_message and ipc_recv_message to libi3
2011-10-02 Michael Stapelbergi3-msg: use smalloc, sstrdup from libi3
next