]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2012-04-12 Michael Stapelbergreplace the refcard with an HTML version (by SardemFF7)
2012-04-09 Michael Stapelbergtests: warp the pointer to in multi-monitor tests to...
2012-04-09 Michael Stapelbergt/166-assign: wait until the window is definitely mapped
2012-04-09 Michael Stapelbergt/166-assign: remove unnecessary sleeps
2012-04-09 Michael StapelbergImplement fake-outputs option (cmdline, cfg) for multi...
2012-04-08 Michael StapelbergOnly resize when the left/right mouse button is used...
2012-04-08 Michael StapelbergFix warning: properly initialize 'workspace' variable
2012-04-08 Michael StapelbergImplement 'rename workspace <old_name> to <new_name>'
2012-04-08 Michael StapelbergImplement 'move [container|window] to workspace number...
2012-04-08 Michael StapelbergImplement 'workspace number <number>' to switch to...
2012-04-08 Michael StapelbergPrevent changing focus outside a container when scrolli...
2012-04-08 Michael StapelbergReplace the old fullscreen container when requesting...
2012-04-08 Michael StapelbergImplement resize <grow|shrink> <width|height>, use...
2012-04-07 Michael StapelbergBugfix: Properly terminate lines not ending with a...
2012-04-07 Michael StapelbergForce WM_TAKE_FOCUS event to be sent when clicking
2012-04-05 Michael Stapelbergadd a testcase for the previous commit
2012-04-05 Peter BuiBug 676: if scratchpad window is active on a non-visibl...
2012-04-05 Jose PereiraAdded option to select primary display on tray_output
2012-03-31 Michael StapelbergUse (void) instead of () for functions without args...
2012-03-26 Michael Stapelbergi3bar: kill child processes when exit()ing (they might...
2012-03-26 Michael Stapelbergtestsuite: explicitly start Xdummy with -nolisten tcp
2012-03-26 Michael StapelbergA few style fixes for the previous commit
2012-03-26 darkravenUse 32bit visual only when needed. Thus we could drop...
2012-03-26 Fernando Tarlá... Don't multiply by sizeof(char) twice.
2012-03-26 Fernando Tarlá... Document text_len in the draw_text description.
2012-03-25 Pavel LöblExtends move command for floating windows
2012-03-22 Michael Stapelberguserguide: add a hint to xev (Thanks toxios)
2012-03-21 Michael StapelbergMerge branch 'master' into next
2012-03-21 Michael StapelbergMerge branch 'fix-eclipse-focus'
2012-03-21 Michael StapelbergForce WM_TAKE_FOCUS event to be sent again upon EnterNotify
2012-03-21 Michael StapelbergMerge branch 'master' into next
2012-03-21 Michael StapelbergMerge branch 'leavestates'
2012-03-21 Michael Stapelbergcfgparse: leave EAT_WHITESPACE and BINDSYM_COND states...
2012-03-21 Michael Stapelbergdebugging trick: keep a symbol pointing to I3_VERSION...
2012-03-21 Michael StapelbergMerge branch 'master' into next
2012-03-21 Michael StapelbergMerge branch 'fix-floating-restart'
2012-03-21 Michael StapelbergBugfix: Fix restart with for_window floating configurat...
2012-03-21 Michael StapelbergBugfix: Also clear the command parser’s stack upon...
2012-03-19 Michael Stapelbergi3bar: Fix memory for old plain-text input (Thanks...
2012-03-19 Michael StapelbergMerge branch 'master' into next
2012-03-19 Michael StapelbergMerge branch 'fix-i3bar-multi-dpy'
2012-03-19 Michael StapelbergFix i3bar when using multiple displays (Thanks brimstone)
2012-02-21 Michael Stapelbergi3-config-wizard: use fgetln on OpenBSD, too (Thanks...
2012-02-21 Michael Stapelbergt/158-wm_take_focus: use sync_with_i3 instead of a...
2012-02-21 Michael Stapelbergt/164-kill-win-vs-client: get rid of sleep()s
2012-02-21 Michael Stapelbergt/187-commands-parser: shave off a bit of time by conso...
2012-02-21 Michael Stapelbergt/171-config-migrate: shave off a bit of time by consol...
2012-02-21 Michael Stapelbergt/166-assign: check for i3-nagbar in the process hierar...
2012-02-21 Michael Stapelbergtests: don’t wait for window map event in open_special
2012-02-21 Michael StapelbergUse gettimeofday() and struct timevals instead of time()
2012-02-16 Michael Stapelbergre-add src/cmdparse.* to clean target for people who...
2012-02-16 Michael Stapelbergi3bar: compile with yajl < 2
2012-02-16 Michael Stapelbergdebian: add i3bar-protocol.html to docs
2012-02-16 Michael StapelbergImplement the i3bar JSON protocol (with fallback to...
2012-02-16 Michael Stapelbergadd docs/i3bar-protocol
2012-02-16 Michael Stapelbergtests: add a testcase for the floating size constraints
2012-02-16 Michael Stapelberguse signed integer types for the floating size constraints
2012-02-16 Michael Stapelbergcfgparse: also accept negative numbers
2012-02-16 D ThompsonImplement support for user configuration of constraints...
2012-02-15 Michael StapelbergMerge branch 'master' into next
2012-02-15 Michael StapelbergMerge branch 'fix-i3bar-highlight'
2012-02-15 Simon KämpeHighlight i3bar ws when changing output w/ mouse.
2012-02-15 Michael StapelbergRender only once for all matching assignments (Thanks...
2012-02-15 Michael StapelbergRefactor the interface of commands.c
2012-02-15 Michael StapelbergImplement support for chosing a 32 bit visual (necessar...
2012-02-15 Michael Stapelbergtests: add test for previous commit
2012-02-15 Fernando Tarlá... Fix the coords of floating cons when moving workspaces.
2012-02-15 Michael Stapelbergtests: make t/504-move-workspace-to-output consistent...
2012-02-15 Fernando Tarlá... If moving the last ws, create a new one in its place.
2012-02-14 Michael Stapelbergtests: add a test for the urgent= criteria
2012-02-14 Jeremy O'BrienImplement urgency flag matcher
2012-02-14 Fernando Tarlá... Mention floating_fix_coordinates in the hacking how-to.
2012-02-12 Michael Stapelbergdebian: add debugging-releas-version.html to docs
2012-02-12 Michael Stapelbergdocs/debugging: cover development version, add debuggin...
2012-02-12 Michael StapelbergMerge branch 'master' into next
2012-02-12 Michael StapelbergMerge branch 'fixes-cfg-wizard'
2012-02-12 beaubyFixed a memory leak
2012-02-12 beaubyBugFix: keep the indentation of config.keycodes
2012-02-10 Michael StapelbergBugfix: insert ending double quote at the right positio...
2012-02-10 Michael StapelbergBugfix: Correctly handle missing ending double quotes...
2012-02-10 Michael StapelbergMerge branch 'master' into next
2012-02-10 Michael StapelbergMerge branch 'fix-freebsd-getline'
2012-02-10 beaubyFixed the fgetln workaround
2012-02-07 Michael StapelbergBugfix: Properly handle workspace names with double...
2012-02-07 Michael StapelbergMerge branch 'master' into next
2012-02-07 Michael StapelbergMerge branch 'fix-split'
2012-02-07 Michael StapelbergBugfix: Properly split when the current container is...
2012-02-07 Michael StapelbergMerge branch 'master' into next
2012-02-07 Michael StapelbergMerge branch 'fix-workspace_layout'
2012-02-07 Michael StapelbergBugfix: Obey workspace_layout when re-inserting floatin...
2012-02-07 Michael StapelbergError message was missing a slash
2012-02-07 Michael Stapelbergtests: Make i3 create its temporary files in /tmp/i3...
2012-02-07 Michael Stapelbergrandr: Skip workspaces which are assigned to a differen...
2012-02-07 Fernando Tarlá... Don't migrate unfocused empty workspaces when disabling...
2012-02-07 Michael Stapelbergdocs/ipc: remove the log_markers request (it was remove...
2012-02-06 Jure Zibernadocs/ipc: added python library
2012-01-29 Fernando Tarlá... Fix the text alignment in the workspace indicator.
2012-01-29 Michael Stapelbergi3bar: make the ws buttons a bit smaller (like before...
2012-01-29 Michael Stapelbergtestcases: requires Test::More >= 0.94 (for subtests)
2012-01-29 Michael StapelbergMerge branch 'master' into next
next