blob: 5b2f12132d6cc773d68bd597c97faa7717b91102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
News in 0.1.7:
* Title bar configuration is moved to the init file
* Fluxbox will auto copy the default files to ~/.fluxbox/
if they don't exist
* Partial Gnome support:
- Atoms supported:
_WIN_WORKSPACE
_WIN_WORKSPACE_COUNT
_WIN_WORKSPACE_NAMES
_WIN_CLIENT_LIST
_WIN_STATE :
WIN_STATE_MINIMIZED
WIN_STATE_STICKY
WIN_STATE_SHADED
_WIN_HINT :
WIN_HINTS_SKIP_FOCUS
* Tree new languages
- Portuguese
- Bulgarian
- Japanese
* New key bindings and with parameter support
- NudgeRight <step>
- NudgeLeft <step>
- NudgeUp <step>
- NudgeDown <step>
- PrevWorkspace <step>
- NextWorkspace <step>
- Workspace <workspacenum>
We keep the Workspace1 Workspace2 etc
but they will be removed in next release
(new) - LeftWorkspace
this will change to the workspace to the left (no workspace cycling)
(new) - RightWorkspace
this will change to the workspace to the right (no workspace cycling)
(new) - SendToWorkspace <workspacenum>
sends current window to a workspace
* Huge code clean up
Bugfixes in 0.1.7:
* BadWindow error in ~FluxboxWindow
* negative width in a window
* Fixed lower/raise of windows when using windowmenu/keybinding
so now tabs should follow
* Slit always on top crash
|