]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2009-08-24 Michael StapelbergAdd manpage for i3-msg
2009-08-24 Michael StapelbergFix FTBFS for GNU/kFreeBSD and possibly GNU/Hurd (Thank...
2009-08-23 Michael StapelbergBugfix: Correctly use base_width/base_height and size...
2009-08-23 Michael StapelbergDon’t round up if the corrected height/width is the...
2009-08-22 Michael StapelbergImplement tabbing
2009-08-22 Michael StapelbergMore tests
2009-08-22 Michael StapelbergImplement resizing floating clients with Mod1 + right...
2009-08-21 Michael Stapelbergtests: Use hex color codes for background_color
2009-08-21 Michael StapelbergImplement tests in t/10-dock.t
2009-08-21 Michael StapelbergUse ArrayRefs instead of Rects where possible, add...
2009-08-21 Michael StapelbergBugfix: Map window when it got the fullscreen hint set
2009-08-21 Michael StapelbergExpand fullscreen test to setting the hint before mappi...
2009-08-21 Michael StapelbergMerge branch 'next' into testcases
2009-08-19 Michael StapelbergUpdate make dist 3.c
2009-08-19 Michael Stapelberginitialize last_keycode
2009-08-19 Michael StapelbergUpdate manpage
2009-08-19 Michael StapelbergDocument new files in the hacking howto
2009-08-19 Michael StapelbergAdd release notes for 3.γ
2009-08-19 Michael Stapelberguserguide: use space for toggling tiling/floating
2009-08-19 Michael Stapelberguserguide: s/j/l in examples
2009-08-19 Michael StapelbergUpdate examples to use bindsym instead of bind
2009-08-19 Michael StapelbergUpdate debian changelog
2009-08-19 Michael StapelbergDocument commands and new configuration options in...
2009-08-19 Michael StapelbergDocument commands and new configuration options in...
2009-08-19 Michael StapelbergBugfix: Don’t crash when clients set an invalid leader...
2009-08-11 Michael StapelbergMore log cleanups
2009-08-11 Michael StapelbergBugfix: Fix screen wrapping, cleanup some log messages
2009-08-11 Michael StapelbergImplement support for width_inc and height_inc of size...
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-11 Michael StapelbergBugfix: Don’t initialize screen twice when not using...
2009-08-11 Michael StapelbergSet WM_STATE_WITHDRAWN when unmapping, unmap windows...
2009-08-08 Michael StapelbergBugfix: Fix focused but inactive window color when...
2009-08-08 Michael StapelbergReduce number of configuration requests and thus flickering
2009-08-08 Michael StapelbergFix rendering of window decorations in stacking mode...
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
2009-08-07 Michael StapelbergBugfix: Don’t crash when the font is specified after...
2009-08-07 Michael StapelbergImplement support for using key symbols in configuratio...
2009-08-05 Michael StapelbergBugfix: Track the user’s pointer over the root window...
2009-08-05 Michael StapelbergBugfix: Correctly unmap stack windows and don’t re...
2009-08-05 Michael StapelbergBugfix: Correctly unmap stack windows and don’t re...
2009-08-05 Michael StapelbergBugfix: Change to default mode if there was no client...
2009-08-05 Michael StapelbergSwitch to default mode before running the test
2009-08-05 Michael StapelbergBugfix: Change to default mode if there was no client...
2009-08-05 Michael StapelbergAdd testcase to test stacking mode for containers
2009-08-05 Michael StapelbergAdd testcase for checking if the focus stack is correct...
2009-08-05 Michael StapelbergAdd test for moving windows
2009-08-05 Michael StapelbergAdd testcases for IPC and basic focus switching
2009-08-05 Michael StapelbergAdd testcase for floating windows, add sleep to 01...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-08-05 Michael StapelbergImplement correct rendering of floating windows (decora...
2009-08-05 Michael StapelbergBugfix: dock clients need to have borderless = true
2009-08-05 Michael StapelbergImplement ws (with screen) to focus the next screen...
2009-08-05 Michael StapelbergImplement borderless / 1-px-bordered windows
2009-08-05 Michael Stapelbergi3-msg: Fix compilation warning (Thanks mxf)
2009-08-04 Michael StapelbergAdd support for WM_CLIENT_LEADER, put floating windows...
2009-08-04 Michael StapelbergBugfix: Recognize clicks as client clicks (opposed...
2009-08-04 Michael StapelbergFix clicking on workspaces in internal bar (with named...
2009-08-03 Michael StapelbergAdd logo to git. Thanks to steckdenis, yellowiscool...
2009-08-02 Michael Stapelbergs/Mod1/floating_modifier (Thanks badboy)
2009-08-02 Michael StapelbergBugfix: Don’t hide assigned clients to inactive but...
2009-08-02 Michael Stapelbergcache text_width for named workspaces, fix memory leak
2009-08-02 Michael Stapelbergupdate debian changelog
2009-07-28 Michael StapelbergMake path configurable
2009-07-28 Michael Stapelbergi3-msg: more error handling, more comments
2009-07-28 Michael StapelbergAdd i3-msg, a sample implementation and hopefully usefu...
2009-07-28 Michael StapelbergAdd docs to include/ipc.h
2009-07-28 Michael StapelbergInitial implementation of IPC via UNIX domain sockets
2009-07-28 Michael StapelbergUse errx() instead of an own die() function
2009-07-28 Michael StapelbergSome little fixes for bapt’s patch, use predict_text_wi...
2009-07-28 BaptImplements configurable named workspaces
2009-07-27 Michael StapelbergBugfix: Fix NULL-pointer dereferencing introduced by...
2009-07-26 Michael StapelbergBugfix: Make assignments work again (Thanks badboy)
2009-07-25 Michael StapelbergBugfix: Don’t crash on floating windows, set focus...
2009-07-25 Michael StapelbergMerge branch 'next' of zekjur:/git/i3 into next
2009-07-25 Michael StapelbergMap window/its decoration *after* calling render_layout()
2009-07-24 Michael StapelbergImplement predict_text_width, which will be needed...
2009-07-23 Michael StapelbergSome fixes/reformatting for bapt’s patch
2009-07-23 baptImplements a reload command
2009-07-22 Michael Stapelberguse sleep with fractions, not usleep
2009-07-21 Michael StapelbergSome little fixes (mostly formatting) for bapt’s patch
2009-07-21 BaptImplements next-previous workspace
2009-07-21 Michael StapelbergImplement putting clients into floating mode at a speci...
2009-07-21 Michael StapelbergBugfix: Strip trailing whitespace when parsing assignme...
2009-07-21 Michael StapelbergBugfix: Repeatedly try to find screens if none are...
2009-07-21 Michael StapelbergBugfix: Correctly redecorate clients when changing...
2009-07-17 Michael Stapelbergoptimization: Render on pixmaps and copy the result...
2009-07-16 Michael StapelbergAdd test case for unmanaged windows (override_redirect...
2009-07-16 Michael StapelbergAdd testcases :-)
2009-06-29 Michael StapelbergBugfix: That last push was one step too fast. Forgot...
2009-06-29 Michael StapelbergResolve documentation FIXMEs, remove an unnecessary...
2009-06-29 Lars Hartmannupdated doxygen docu, added FIXMEs, fixed headers to...
2009-06-29 Michael Stapelbergdebian: Don’t depend on the exact revision of asciidoc
2009-06-28 Michael Stapelbergslides: expandtab/retab, fix typos, fix example code
2009-06-27 Michael StapelbergBugfix: Use ->workspace instead of ->container
2009-06-27 Michael StapelbergDon’t allow floating clients to reconfigure themselves...
2009-06-27 Michael StapelbergAdd slides of the GPN8 talk
2009-06-27 Michael StapelbergUse better error messages for s* (Thanks Curtis)
2009-06-26 Michael Stapelbergwebsite: add userguide
2009-06-26 Michael Stapelbergwebsite: add download of 3.β
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
next