Re: [PATCH] make it possible to rename workspaces from "Workspace Menu"

2015-07-27 Thread BALATON Zoltan
On Mon, 27 Jul 2015, Amadeusz Sławiński wrote: useful when there is no clip around It's already possible to do this by Ctrl+clicking the menu item. (You can even rename other than the current workspace with that.) Do we need another menu item for it? Regards, BALATON Zoltan

[PATCH] make it possible to rename workspaces from "Workspace Menu"

2015-07-27 Thread Amadeusz Sławiński
useful when there is no clip around renameWSCommand is based on renameCallback from dock.c Signed-off-by: Amadeusz Sławiński --- src/workspace.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/workspace.c b/src/workspace.c index 380ffec..e83393c 10

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-333-g49e94f9

2015-07-27 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated via 49e94f97479fbd686f3987571434b2ea57e30e43 (commit) via 16e92d89aa5eba6cd

[PATCH 2/2] Allow using numpad Enter key in dialogs for confirmation

2015-07-27 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński --- WINGs/wtextfield.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WINGs/wtextfield.c b/WINGs/wtextfield.c index adf90c4..285374a 100644 --- a/WINGs/wtextfield.c +++ b/WINGs/wtextfield.c @@ -1000,6 +1000,9 @@ static void handleTextFieldKeyPress(TextFie

[PATCH 1/2] Allow using keypad Enter to commit move/resize

2015-07-27 Thread Amadeusz Sławiński
Signed-off-by: Amadeusz Sławiński --- src/moveres.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/moveres.c b/src/moveres.c index b271f32..ec0720f 100644 --- a/src/moveres.c +++ b/src/moveres.c @@ -1440,6 +1440,9 @@ int wKeyboardMoveResizeWindow(WWindow * wwin)