]> git.sur5r.net Git - i3/i3/history - src/xinerama.c
Implement assignments of workspaces to screens, big cleanup of workspace code
[i3/i3] / src / xinerama.c
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
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-21 Michael StapelbergBugfix: Repeatedly try to find screens if none are...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-24 Michael StapelbergBugfix: Correctly initialize screens when Xinerama...
2009-05-09 Michael StapelbergBugfix: Force reconfiguration of all windows on workspa...
2009-05-09 Michael StapelbergBugfix: Force reconfiguration of all windows on workspa...
2009-05-03 Michael StapelbergBugfix: Reconfigure bar window when changing resolution... 3.a-bf2
2009-04-11 Michael StapelbergBugfix: Store dock clients per screen, not per workspace.
2009-03-31 Michael StapelbergBugfix: Apply workspaces to screens when Xinerama is...
2009-03-30 Michael StapelbergBugfix: Don’t free xinerama-reply if it is NULL, implem...
2009-03-15 Michael StapelbergImplement clicking on the bar to switch workspaces
2009-03-09 Michael StapelbergImplement wrapping left/right/up/down across screens
2009-03-06 Michael StapelbergImplement slog() and the LOG() macro, convert printf...
2009-03-05 Michael StapelbergBugfix: Some memory leaks / invalid accesses
2009-03-04 Michael StapelbergUse "conn" for xcb_connection and "event" for xcb_event...
2009-03-04 Michael StapelbergUse default cursor (XC_left_ptr) for all windows
2009-03-04 Michael StapelbergMerge font.c into xcb.c
2009-03-04 Michael StapelbergImplement an internal bar which displays the workspaces
2009-03-03 Michael StapelbergImplement Xinerama screen changes
2009-02-25 Michael StapelbergBugfix: Free()d wrong variable
2009-02-15 Michael StapelbergUpdate TODO and header-comments
2009-02-15 Michael StapelbergUse c99
2009-02-15 Michael StapelbergBugfix: Correctly disable Xinerama, use TAILQ_HEAD_INIT...
2009-02-15 Michael StapelbergImplement Xinerama (workspaces have a specific screen)