]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2010-05-31 Michael Stapelbergfix: to always abort we need to assert(false)
2010-05-31 Michael StapelbergReposition floating windows while dragging
2010-05-31 Michael Stapelbergre-enable sending fake configure notifies
2010-05-31 Michael StapelbergImplement mode toggle
2010-05-30 Michael Stapelbergcleanup: introduce CT_WORKSPACE as type to avoid having...
2010-05-26 Michael StapelbergUpdate _NET_WM_STATE after fullscreen state changes
2010-05-14 Michael StapelbergSet up _NET_WM_SUPPORTED and window manager name again
2010-05-14 Michael StapelbergAdd parameter to reparent windows instead of killing...
2010-05-14 Michael Stapelbergre-render the three after calling parse_cmd
2010-05-14 Michael StapelbergIgnore UnmapNotify events generated by reparenting
2010-05-11 Michael Stapelberguse the new parser for handling keybindings
2010-05-11 Michael Stapelberggrammar: s/layout_mode/window_mode
2010-05-11 Michael StapelbergImplement 'restore' in new parser
2010-05-11 Michael Stapelbergimplement 'move' command in the new parser
2010-05-10 Michael StapelbergImplement exec, exit, level, restart (without testcases...
2010-05-10 Michael StapelbergImplement 'split'
2010-05-10 Michael StapelbergImplement 'prev', extend testcase
2010-05-09 Michael Stapelbergimplement 'next' in the new command parser (testcase...
2010-05-09 Michael Stapelbergbugfix: really return focus list in IPC tree dump ...
2010-05-09 Michael Stapelbergalso re-render the tree for commands using the new...
2010-05-09 Michael Stapelbergbugfix: don’t clean up workspace when switching to...
2010-05-09 Michael StapelbergMakefile: only enable when -freorder-blocks-and-partiti...
2010-04-17 Michael Stapelbergless boilerplate by using Test::Kit and -It/lib in...
2010-04-17 Michael Stapelbergmake testcases use AnyEvent::I3
2010-04-17 Michael Stapelbergimplement 'fullscreen' command
2010-04-17 Michael Stapelbergmake the fullscreen testcase test the 'fullscreen'...
2010-04-17 Michael Stapelbergthrow out some old code from manage.c, cleanups
2010-04-17 Michael Stapelberginclude match.h in all.h
2010-04-17 Michael Stapelbergloglevel bitmasks needs to be larger because we got...
2010-04-17 Michael Stapelbergremove old fullscreen code
2010-04-17 Michael Stapelbergimplement con_toggle_fullscreen
2010-04-17 Michael Stapelbergextend fullscreen testcase
2010-04-17 Michael Stapelberghandle destroynotify events
2010-04-17 Michael Stapelbergpush X11 changes after a window is mapped
2010-04-17 Michael StapelbergWhen assigning children to containers, reset their...
2010-04-17 Michael Stapelbergput container in fullscreen mode if the fullscreen...
2010-04-17 Michael Stapelberghandle client messages (fullscreen window state)
2010-04-17 Michael Stapelbergextend t/02-fullscreen.t
2010-04-17 Michael Stapelbergadd testcase for multiple commands (and whitespace...
2010-04-17 Michael Stapelbergclear current_match when dropping state
2010-04-16 Michael Stapelbergadd test for the match functionality in the new parser
2010-04-16 Michael Stapelbergmake floating an enum (we need three states, not only...
2010-04-16 Michael Stapelbergmove match_* to match.c
2010-04-16 Michael Stapelbergcheck for empty matches
2010-04-16 Michael Stapelbergmove con_focus to con.c
2010-04-16 Michael Stapelbergbetter debug messages
2010-04-16 Michael Stapelbergupdate t/16* for data structure
2010-04-16 Michael Stapelbergclean up old workspace when switching (makes test 2...
2010-04-16 Michael Stapelbergignore sequence of unmapnotify events (generates entern...
2010-04-16 Michael Stapelbergimplement con_id for matching containers, extend testcase
2010-04-16 Michael Stapelbergmove common functions to i3test, export them, bail...
2010-04-16 Michael Stapelbergadd testcase for opening/killing containers
2010-04-16 Michael Stapelbergretab!
2010-04-16 Michael Stapelbergadd testcase for changing workspaces
2010-04-14 Michael Stapelbergadd first version of a new flex/bison based command...
2010-04-13 Michael Stapelbergre-add fullscreen mode
2010-04-13 Michael Stapelbergadd dump-asy.pl, renders the tree with asymptote
2010-04-13 Michael Stapelbergcompile with -freorder-blocks-and-partition
2010-04-13 Michael Stapelbergcleanups
2010-04-13 Michael Stapelbergre-add focus follows mouse handling
2010-04-13 Michael Stapelbergmore reformatting/cleanups
2010-04-13 Michael Stapelbergre-add support for legacy window titles (WM_NAME)
2010-04-13 Michael Stapelbergcorrectly update/display window title/class
2010-04-13 Michael Stapelbergmore reformatting
2010-04-13 Michael Stapelbergworkspace.c: update header, reformat
2010-04-13 Michael Stapelbergcorrectly focus workspaces
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-26 Michael StapelbergBugfix: null-terminate buffer
2010-03-26 Michael StapelbergFix memory leaks
2010-03-26 Michael Stapelbergrandr: Don’t enable outputs with mode 0x0
2010-03-25 Michael Stapelbergremove newlines
2010-03-25 Michael StapelbergBugfix: Assign all workspace to new outputs as new...
2010-03-25 Michael StapelbergBugfix: Translate keysyms to keycodes before entering...
2010-03-25 Michael StapelbergFix rendering of workspace names after "reload" (Thanks...
2010-03-25 Michael StapelbergBugfix: Correctly switch workspace when using the ...
2010-03-25 Michael Stapelbergdocs: add/cleanup references
2010-03-25 Michael Stapelbergmakefile: install i3-wsbar
2010-03-25 Michael StapelbergBugfix: Correctly check bitmask for floating_modifier
2010-03-25 Michael StapelbergAdd documentation for the workspace_bar option
2010-03-24 Michael StapelbergAdd initial version of i3-wsbar
2010-03-24 Michael StapelbergHandle destroy notify events like unmap notify events
2010-03-24 Michael StapelbergBugfix: fix state of keypresses in sighandler (like...
2010-03-24 Michael StapelbergBugfix: correctly translate coordinates for floating...
2010-03-24 Michael StapelbergBugfix: Don’t unmap windows when current workspace...
2010-03-24 Michael StapelbergFix numlock state
2010-03-23 Michael StapelbergBugfix: only restore focus if the workspace is focused...
2010-03-22 Michael StapelbergBugfix: Don’t enter BIND_A2WS_COND state too early...
2010-03-21 Michael Stapelbergremove superflous newlines (breaks asciidoc)
2010-03-21 Michael Stapelbergdocs: merge spelling and grammar fixes by sasha (Thanks!)
2010-03-20 Michael Stapelbergipc: send a workspace event when the urgency flag changes
2010-03-20 Michael Stapelbergipc: also send workspace event when initializing a...
2010-03-20 Michael StapelbergBugfix: correctly re-assign dock clients when output...
2010-03-19 Michael Stapelbergipc: implement output event
2010-03-19 Michael Stapelbergipc: implement GET_OUTPUTS
2010-03-19 Michael Stapelbergipc: include the urgent flag in the workspaces reply
2010-03-19 Michael StapelbergStart dock clients on the output they request to be...
2010-03-19 Michael StapelbergDisable RandR if no outputs are found (Thanks fallen)
2010-03-19 Michael StapelbergBugfix: When disabling RandR/Xinerama, give a name...
2010-03-19 Michael StapelbergUse DLOG for debug messages instead of printf (Thanks...
2010-03-19 Michael StapelbergFix compilation with the old xcb keysyms api
next