]> git.sur5r.net Git - i3/i3/history - src
hacking-howto: s/iFunc/Func/ (Thanks mxf)
[i3/i3] / src /
2011-11-22 Michael StapelbergMerge branch 'master' into next
2011-11-21 Michael StapelbergMerge branch 'master' into next
2011-11-21 Michael StapelbergMerge branch 'fix-float-fs'
2011-11-21 Michael StapelbergBugfix: fix fullscreen with floating windows
2011-11-21 Michael StapelbergMerge branch 'drawing' into next (Thanks fernandotcl)
2011-11-21 Michael Stapelberglittle style fixes
2011-11-21 Fernando Tarlá Car... Implement set_font_colors.
2011-11-21 Fernando Tarlá Car... Make all programs use draw_text.
2011-11-21 Fernando Tarlá Car... Enhance libi3 and use it in i3bar.
2011-11-21 Michael StapelbergMerge branch 'master' into next
2011-11-21 Michael StapelbergMerge branch 'fix-focusin-dock'
2011-11-21 Michael StapelbergBugfix: Skip dock clients when handling FocusIn events...
2011-11-16 Michael Stapelbergclarify comments about socket activation (Thanks mxf)
2011-11-16 Michael Stapelbergipc: set CLOEXEC on client file descriptors (Thanks...
2011-11-16 Fernando Tarlá Car... Consolidate all convert_* functions into libi3.
2011-11-15 Michael Stapelbergipc: set CLOEXEC on client file descriptors (Thanks...
2011-11-11 Michael StapelbergMerge branch 'next'
2011-11-11 Michael StapelbergBugfix: Only go to the parent container in resizing...
2011-11-11 Michael StapelbergBugfix: Correctly handle --no-startup-id with quoted...
2011-11-10 Michael StapelbergBugfix: Render floating windows after rendering all...
2011-11-10 Michael StapelbergBugfix: Fix tabbed container resizing check (Thanks...
2011-11-10 Michael Stapelbergmark parameters const
2011-11-10 Michael StapelbergBugfix: Correctly return to initial state after prev...
2011-11-10 Michael Stapelbergs/1/true
2011-11-09 Michael StapelbergMerge remote-tracking branch 'mxf/complete-run-statusli...
2011-11-09 Michael StapelbergBugfix: Correctly fill the buffer with zeros
2011-11-08 Michael StapelbergEnable (unlimited) core dumps when running i3 developme...
2011-11-08 Michael StapelbergBugfix: Insert container at the correct position on...
2011-11-07 Michael StapelbergMerge branch 'complete-run' into next
2011-11-07 Michael Stapelbergipc: fix memory leaks when clients disconnect
2011-11-07 Fernando Tarlá Car... Plug minor leaks in string conversion routines.
2011-10-31 Michael StapelbergBugfix: RandR: Correctly keep focus on the focused...
2011-10-27 Michael StapelbergError out early if there is nothing to move
2011-10-27 Michael StapelbergMake named workspace assignments work again
2011-10-27 Michael StapelbergBugfix: warp pointer during the EnterNotify-disabled...
2011-10-27 Michael StapelbergMerge branch 'move-floating' into next
2011-10-27 Michael StapelbergMake 'move' handle floating windows properly
2011-10-27 Michael StapelbergBugfix: Don’t invoke resizing when clicking on the...
2011-10-26 Michael StapelbergBugfix: Only fallback on the font if it’s actually...
2011-10-25 Michael StapelbergAlso call workspace_show() when moving cursor to an...
2011-10-25 Michael StapelbergBugfix: Correctly use workspace_show() when focus chang...
2011-10-25 Michael StapelbergBugfix: properly handle comments in colors {} blocks...
2011-10-25 Michael StapelbergMerge branch 'exec_nosn' into next
2011-10-25 Michael StapelbergAdd a --no-startup-id flag for exec (command), exec...
2011-10-25 Michael Stapelbergnormalize file headers across **/*.{h,c}
2011-10-25 Michael Stapelbergbar config: fall back to the i3 font (Thanks pl)
2011-10-23 Fernando Tarlá Car... Close empty workspaces if they're not visible.
2011-10-23 Michael StapelbergAdd libi3/load_font, use it everywhere
2011-10-23 Michael Stapelbergremove unused cached_fonts TAILQ
2011-10-23 Michael StapelbergActually make load_font only fallback if 'fallback...
2011-10-23 Michael StapelbergFix comment in run_assignments (Thanks xeen)
2011-10-23 Michael StapelbergMove get_mod_mask to libi3, use it in i3 and i3-config...
2011-10-23 Michael StapelbergIntroduce --get_socketpath and --force_xinerama as...
2011-10-23 Michael StapelbergEliminate xcb_change_gc_single everywhere with C99
2011-10-23 Michael Stapelbergmove strndup to libi3
2011-10-23 Michael StapelbergFix colors in i3bar (Thanks julien)
2011-10-23 Michael StapelbergMove get_colorpixel to libi3, use it everywhere else
2011-10-23 Michael Stapelbergcfgparse: use different literal strings for ambiguous...
2011-10-23 Michael Stapelbergintroduce sasprintf() in libi3, use it everywhere
2011-10-22 Michael Stapelbergremove/shorten a lot of debugging messages
2011-10-22 Michael Stapelbergnormalize modelines/headers across src/*.c
2011-10-22 Michael StapelbergMerge branch 'bar-config' into next
2011-10-22 Michael Stapelbergmigration from exec i3bar to bar config: i3 substitutes...
2011-10-21 Michael StapelbergBugfix: fix off by one when copying the hex colorcode...
2011-10-21 Michael Stapelbergcfgparse: Don’t use asprintf when parsing hex colors
2011-10-21 Michael StapelbergBugfix: properly transition in and out of the COLOR_CON...
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 StapelbergActually start i3bar instances for each configured bar
2011-10-20 Michael StapelbergClean bars before reloading the config (+test)
2011-10-19 Michael StapelbergCreate different IDs for each bar (+test)
2011-10-18 Michael StapelbergImplement parsing bar {} config blocks
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 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 StapelbergImplement 'workspace back_and_forth' (Patch by Michael...
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-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 Stapelbergstartup: delete the startup sequence upon completion...
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 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 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-09 Michael Stapelbergremove left-over type definition for mode_info
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 StapelbergMerge branch 'i3bar-tray-size' into next
next