]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2011-10-22 Michael Stapelbergi3-migrate-config-to-v4: generate a bar {} block instea...
2011-10-22 Michael Stapelbergi3bar: delete include/queue.h, use i3’s copy
2011-10-22 Michael Stapelbergi3bar: change default font to the i3 default one
2011-10-22 Michael Stapelbergi3bar: change default colors to fit the i3 look & feel
2011-10-21 Michael StapelbergBugfix: fix off by one when copying the hex colorcode...
2011-10-21 Michael Stapelbergi3bar: Bugfix: Don’t crash when tray_output is not...
2011-10-21 Michael Stapelbergcfgparse: Don’t use asprintf when parsing hex colors
2011-10-21 Michael Stapelbergtests: default bar mode changed
2011-10-21 Michael StapelbergBugfix: properly transition in and out of the COLOR_CON...
2011-10-21 Michael Stapelbergdocs/userguide: document the output bar option
2011-10-21 Michael Stapelbergi3bar: Implement the output option
2011-10-21 Michael Stapelbergi3bar: spit out an error on wrong bar id
2011-10-21 Michael Stapelbergi3bar: also use the position option when in 'hide'...
2011-10-21 Michael Stapelbergdocs/userguide: document the tray_output bar option
2011-10-21 Michael Stapelbergi3bar: implement the tray_output option
2011-10-21 Michael Stapelbergi3bar: use safewrappers from libi3
2011-10-21 Michael Stapelbergi3bar: makefile: fix dependency on libi3
2011-10-21 Michael Stapelbergi3bar: makefile: prefix messages with [i3bar]
2011-10-21 Michael Stapelbergchange default config to use 'bar' blocks (Thanks mxf)
2011-10-21 Michael Stapelbergi3bar: document -b in --help (Thanks mxf)
2011-10-20 Michael Stapelbergbar config: make dock mode the default
2011-10-20 Michael Stapelbergdocs/userguide: document the bar configuration
2011-10-20 Michael Stapelbergi3bar: update manpage
2011-10-20 Michael Stapelbergcfgparse: eliminate absolute states, use yy_push_state...
2011-10-20 Michael StapelbergDon’t start i3-nagbar when using -C to validate the...
2011-10-20 Michael Stapelbergtests: depend on AnyEvent::I3 0.09 (for get_bar_config)
2011-10-20 Michael Stapelbergipc: document the GET_BAR_CONFIG request/reply
2011-10-20 Michael Stapelbergdocs/ipc: fix example end
2011-10-20 Michael Stapelbergdocs/ipc: document i3 --get-socketpath
2011-10-20 Michael Stapelbergi3bar: don’t reconnect, but exit(0) on EOF
2011-10-20 Michael StapelbergActually start i3bar instances for each configured bar
2011-10-20 Michael Stapelbergtests: modify $PATH so that it prefers the compiled...
2011-10-20 Michael StapelbergClean bars before reloading the config (+test)
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...
next