Patches 1-12 are the workspace patches, again :-) Patches 13-14 are the patches about the keybinding in cycling
Rodolfo García Peñas (kix) (14): New struct wks_info Variable workspace_count moved to wks_info Variable last_workspace moved to wks_info Variable current_workspace moved to wks_info Variable workspaces moved to wks_info Variable workspace_menu moved to wks_info Clip, Dock and Drawers menu moved to WWorkspace_info Removed WScreen args not used AppIcon list moved out of WScreen Removed unused WScreen variable in wIsADrawer Variable clip_icon moved to wks_info wClipIconPaint appicon argument removed StartWindozeCycle uses ease variable Avoid loop in keybinding check src/actions.c | 54 ++++++------ src/appicon.c | 70 +++++++++------- src/balloon.c | 9 +- src/cycling.c | 47 ++++------- src/defaults.c | 37 ++++---- src/dock.c | 203 ++++++++++++++++++++++---------------------- src/dock.h | 4 +- src/dockedapp.c | 8 +- src/event.c | 33 ++++---- src/main.c | 8 ++ src/menu.c | 8 +- src/misc.c | 6 +- src/moveres.c | 55 ++++++------ src/placement.c | 12 +-- src/rootmenu.c | 11 +-- src/screen.c | 12 +-- src/screen.h | 21 ----- src/session.c | 56 ++++++------- src/startup.c | 13 +-- src/switchmenu.c | 9 +- src/switchpanel.c | 4 +- src/window.c | 39 ++++----- src/winmenu.c | 62 +++++--------- src/winspector.c | 14 ++-- src/wmspec.c | 32 +++---- src/workspace.c | 247 ++++++++++++++++++++++++++---------------------------- src/workspace.h | 26 +++++- src/xdnd.c | 2 +- 28 files changed, 547 insertions(+), 555 deletions(-) -- 1.8.4.rc3 -- To unsubscribe, send mail to [email protected].
