all repos — fluxbox @ 04932726e5421570d28ebea22b3d672d1f99829f

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

04932726e5421570d28ebea22b3d672d1f99829f

parent

f3efaa8a6e54b9d765b7a113aa1102e8ede57b9c

1 files changed, 19 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,24 @@

(Format: Year/Month/Day) Changes for 0.9.7: +*03/12/19: + * Fixed bug in key/mouse screen updates in fluxbox.cc (Henrik) + * Old/New action: + SetWorkspaceName doesn't pop up dialog to edit workspace name (Henrik) + it now sets the current workspace name direct + example: SetWorkspaceName somespace + this will set current workspace name to somespace + The new action for editing workspace name is: + WorkspaceNameDialog + FbCommands.hh/cc, FbCommandFactory.cc + * New Action: CommandDialog - with this action you'll get a dialog much like (Henrik) + fbrun but in this you can issue fluxbox actions like NextWorkspace and so on. + * Replaces WorkspaceNameEditing with a more generic dialog (Henrik) + CommandDialog. + CommandDialog.hh/cc, FbCommandFactory.cc + * Code cleaning (Henrik) + ... + * changed session.opaqueMove to session.screen<num>.opaqueMove (Henrik) + Screen.cc *03/12/18: * Patch from Ciaran that fixes so style files that (Thanks Ciaran McCreesh) starts with "." or ends with "~" (backup files)