]> git.sur5r.net Git - i3/i3/history - src/util.c
Implement assignments of workspaces to screens, big cleanup of workspace code
[i3/i3] / src / util.c
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
2009-08-05 Michael StapelbergBugfix: Correctly unmap stack windows and don’t re...
2009-08-05 Michael StapelbergImplement correct rendering of floating windows (decora...
2009-07-28 Michael StapelbergUse errx() instead of an own die() function
2009-07-27 Michael StapelbergBugfix: Fix NULL-pointer dereferencing introduced by...
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: Correctly redecorate clients when changing...
2009-07-17 Michael Stapelbergoptimization: Render on pixmaps and copy the result...
2009-06-27 Michael StapelbergUse better error messages for s* (Thanks Curtis)
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-25 Michael StapelbergBugfix: Correctly handle floating windows when unmappin...
2009-06-23 Michael StapelbergBugfix: load current_col/current_row from workspace...
2009-06-21 Michael StapelbergImplement selecting the next tiling/floating window...
2009-06-19 Michael StapelbergBugfix: Correctly raise the currently focused client...
2009-06-10 Michael StapelbergRemove some dead code, add default paths to switch...
2009-05-30 Michael StapelbergImplement clients going automatically into floating
2009-05-27 Michael StapelbergDon’t kill workspaces on which you currently are when...
2009-05-26 Michael StapelbergMove toggle_fullscreen to client.c
2009-05-26 Michael StapelbergBugfix: Fix fullscreen for floating clients, fix window...
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)
2009-05-16 Michael StapelbergBugfix: Re-assign dock windows to different workspaces...
2009-05-16 Michael StapelbergImplement putting clients onto specific workspaces...
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-08 Michael StapelbergBugfix: Don’t raise clients in fullscreen mode, send...
2009-05-08 Michael StapelbergBugfix: Don’t raise clients in fullscreen mode, send...
2009-05-05 Michael StapelbergImplement jumping to windows by matching their class...
2009-05-03 Michael StapelbergBugfix: Fix crash on new clients (Thanks Mirko)
2009-05-03 Michael StapelbergFix a bug caused by not absolutely raising windows...
2009-05-02 Michael StapelbergRaise clients only relatively to the one which was...
2009-04-19 Michael StapelbergDon’t rely on libxcb-wm any longer, as it got removed...
2009-04-17 Michael StapelbergBugfix: Correctly adjust state when transferring fullsc...
2009-04-16 Michael StapelbergBugfix: Fullscreen configure notifies mustn’t use absol...
2009-04-11 Michael StapelbergBugfix: Send clients their absolute position/size in...
2009-04-11 Michael StapelbergGeneral small cleanups
2009-04-01 Michael StapelbergBugfix: Don’t set focus if it is not necessary.
2009-04-01 Michael StapelbergBugfix: Correctly remove client from container when...
2009-04-01 Michael StapelbergRemove comment as popup menus in dzen2 get triggered...
2009-03-26 Michael StapelbergBugfix: When entering a stack window with the mouse...
2009-03-14 Michael StapelbergImplement kill-command to kill the current window,...
2009-03-14 Michael StapelbergSend configure notify after putting a client into fulls...
2009-03-10 Michael StapelbergBugfix: Redecorate the last focused window of the conta...
2009-03-10 Michael StapelbergBugfix: Change the event mask to ignore enter notifies...
2009-03-10 Michael StapelbergBugfix: Eliminate race condition, fix dock windows
2009-03-08 Michael StapelbergFix the warning on SUS-compatible systems (char**)...
2009-03-08 Michael StapelbergFix warnings, update DEPENDS, update Makefile for NetBSD
2009-03-07 Michael StapelbergImplement UTF-8-clean window titles
2009-03-06 Michael StapelbergBugfix: Correctly check for empty containers and unmap...
2009-03-06 Michael StapelbergImplement slog() and the LOG() macro, convert printf...
2009-03-05 Michael StapelbergBugfix: Fix rendering (needed a flush)
2009-03-05 Michael StapelbergImplement a focus stack, correctly free table columns...
2009-03-04 Michael StapelbergBugfix: Reconfigure x/y of stack_windows when necessary
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 StapelbergSave unnecessary redecorations
2009-03-03 Michael StapelbergUse a different color for focused windows in not focuse...
2009-03-03 Michael StapelbergLittle cleanups
2009-03-02 Michael StapelbergBugfix: Don’t crash when we’re already in stacking...
2009-02-28 Michael StapelbergBugfix: Fix various bugs when switching workspaces
2009-02-28 Michael StapelbergRevert 43d471b9ab736f5ff5b458a672d54319e3366464 and...
2009-02-28 Michael StapelbergBugfix: Raise clients only when needed
2009-02-28 Michael StapelbergBugfix: Fix two bugs in fullscreen mode
2009-02-24 Michael StapelbergMore documentation, cleanups, and a cache for get_color...
2009-02-23 Michael StapelbergImplement stacking
2009-02-23 Michael StapelbergDon’t assign ->container for dock-windows
2009-02-15 Michael StapelbergImplement exit_if_null using variadic macros, fix compi...
2009-02-15 Michael StapelbergUpdate TODO and header-comments
2009-02-15 Michael StapelbergFinalize font.c
2009-02-15 Michael StapelbergImplement Xinerama (workspaces have a specific screen)
2009-02-14 Michael StapelbergImplement fullscreen mode (Mod1+f)
2009-02-14 Michael StapelbergAdd vim hints, copyright notice to each file, add LICEN...
2009-02-14 Michael StapelbergEnvironment filtering is not needed. Instead, open...
2009-02-13 Michael StapelbergMove stuff to include/ and src/