This repository was archived by the owner on May 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathChangelog
More file actions
198 lines (165 loc) · 7.29 KB
/
Changelog
File metadata and controls
198 lines (165 loc) · 7.29 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
History:
07/30/2012 V 0.21.7
- add some comments and delete unused lines
- comment out FuncSuspend and FuncHibernate because they're only usable
on Linux machines
- delete FvwmProxy because it works only on the actual page and for that
FuncSwitchWindow exist
- Add moving active window to page n with SHIFT-ALT+1-4 + update help windows
- set default terminal to xterm
- delete FuncFvwmShowColorsets becaue make no sense for user
06/20/2012 V 0.21.6
- simplify menus with MissingSubmenuFunction and swaping Test/TestRc
parts into functions
- change some $(($x+1)) to `expr $x + 1`
06/17/2012 V 0.21.5
- add to help menu 'How Styles are Applied'
- move the rest of specific styles (modules) to APPLICATIONS LOOK/FEEL
- split all style options in single lines
06/17/2012 V 0.21.4
- create a decor 'Default'
- resort styles into GLOBAL LOOK/FEEL and APPLICATIONS LOOK/FEEL
-> Always generalise, before specialise.
06/17/2012 V 0.21.3
- fix bug with too much + signs in ImagePath
- comment out 'BugOpts QtDragnDropWorkaround True'. Shall be uncommented
if needed.
- comment out 'Style * MWMFunctions' because setting this globally will
break Java programs by respecting MwmLayer.
- delete DefaultFont because FVWM hard-codes 6x13 as its default fallback font.
so it's useless
- add some new comments for better clarification
-
04/29/2012 V 0.21.2
- usuability fix: move "Personal Applications" to first position in Root menu
04/29/2012 V 0.21.1
- fix bug in StartFunction with xscreensaver: one exec to much
04/29/2012 V 0.21
- remove Style Fvwm* EWMHMiniIconOverride, Icon fvwm.xpm, MiniIcon mini.f1.xpm
because name matches first and not classes. On the other hand too few windows
are fvwm windows so ...
- create a seperate FvwmScript FvwmScript-PersonalMenu to create personal menus.
It should be copied to $FVWM_USERDIR or /usr/share/fvwm/.
- Add a dynamic personal menu created with FvwmScript-PersonalMenu. The file .personal
located in $FVWM_USERDIR will read.
- change the name 'menu' for the menu file created by fvwm-menu-desktop into
.menu
- add xscreensaver to StartFunction for locking
- fix formating missmatches
04/14/2012 V 0.20
- split FvwmEvent into
-> FvwmEventCommon - for common events
-> FvwmEventSound - for sound events
- fix bugs on iconified apps
-> Mouse 3: WindowOpsTrimmed menu with click
-> WindowGroupOps menu with CTRL + click
-> wrong positioning in iconbox
-> for some apps (Untitled, NoClass, NoResource, Fvwm*, etc)
too small icons
04/13/2012 V 0.19.2
- fix formating missmatches
04/13/2012 V 0.19.1
- fix resize bug with mouse 1 in corner/sides
- fix bug with "Stays on top" in FuncMenuWindowOpsTrimmed
04/09/2012 V 0.19
- change caption formating for better view
- change help windows from CTRL-ALT to SHIFT-CTRL-ALT
- harmonize
- GotoPage with cursor and mouse to SHIFT-CTRL + mouse/key
- MoveWindowToPage with cursor and mouse to SHIFT-ALT + mouse/key
- change MoveCursor from SHIFT-ALT to CTRL-ALT
- add FuncGotoPage which pick up the focus to the switched page
- updating existing key bindings in menus
04/06/2012 V 0.18
- change FuncShowMultipleMessages to FuncShowMessage and delete obsolete
FuncShowMessage
- add FuncAppCheck to print message in .xsessions-error if application needed for
full config functionality not found
- add FuncPrintDbgMsg to print debug or other monitoring messages to .xsessions-error
- add key bindings for print desktop and window
- delete not used functions
04/06/2012 V 0.17
- add check "Lock screen" menu entry if xscreensaver is not running
-> info box appear.
- remove function FuncSetDefaultTerminal to set a default terminal
- add variables for default applications
- move used_font and fontsize to "Default environment settings"
- change FuncShowMultipleMessages that more than 9 messages will work
- change all FuncShowMultipleMessages calls to new format
03/16/2012 V 0.16
- change FuncMoveOrRaiseOrShade to FuncMoveOrRaiseOrMaximize. Also updating the
help window
- add missing hotkeys in the menus
- delete the restart function because of the wiki article "How FVWM starts applications"
- add "Session management" article to the help menu
02/10/2012 V 0.15
- change InfoStore back to SetEnv in 'Configure Background' (MenuFvwmConfiguration)
-> EnvMatch prob
- change the edge behaviour from NOT scrolling to scrolling with a EdgeResistance of 350
- change names of MenuWindowOps menus to better understanding ones:
MenuWindowOps -> MenuWindowOpsFull
MenuWindowOps2 -> MenuWindowOpsTrimmed
- change some MenuWindowOps menus binded to mouse keys because of usability reasons
01/27/2012 V 0.14
- set splash screen only start at init
- add function FuncSetDefaultTerminal to set a default terminal
- add functions FuncSuspend and FuncHibernate for suspend and hibernate
01/26/2012 V 0.13
- change most of SetEnv to InfoStore
- change FvwmGlobalIconMan hide/show to top/bottom layer functionalty
- add chromium to FuncOpenURL
- set HandleWidth of xclock from 0 to 2 for better look
- change focus policy from SloopyFocus to ClickToFocus
- add stalonetray as the default systray
- add function FuncStartSystrayApplets to start applets while init if
systray is started
- add some applets
09/26/2011 V 0.12
- add time and date "module" based on xclock
09/24/2011 V 0.11
- add Env variable $[used_font] to change default font easily
- delete all XLFD fonts behind xft fonts (not needed, because of DefaultFont)
- define new default IconBox how placing iconified windows on the screen
- add module FvwmAnimate (twist)
- change some help messages (CTRL + ALT + click) to a better display format
- change MinOverlapPlacement to TileCascadePlacement
- Cleanup Overview list and headlines
09/16/2011 V 0.10
- change in RootMenu the Debian menu to an Applications menu using fvwm-menu-desktop
- change short Colorset to extended Colorset from Fvwm-Themes
- add global FvwmIconman which can move with mouse hover inside the screen
- change FvwmPager position and geometry
- add some Env variables ($[fontsize], $[pager_height], $[pixelmove])
- change FvwmAuto time from 500 to 300ms
08/16/2011 V 0.9.1
- Fix bug in FuncFvwmManpageMenu - all manpages started with a small "f" won't listed
- add mouse bindings and FuncWheelToggleShade to shade window with mouse scroll. Also
expand help (with Ctrl-Alt click)
08/10/2011 V 0.9
- add tail .xsession-errors to X configuration menu
- check mouse binding functionality
- add help messages for mouse bindings in titlebar, window, corners, sides and
icon with CTRL + ALT + click
- add FuncGetFvwmVersion to show extended Fvwm version message
08/06/2011 V 0.8
- add edit .fvwm2rc menu entry (colors not good - must change!)
- add Show Colorsets list
- add Alt-F2 Run command functionality
- cleanup and update overview list
08/05/2011 V 0.7
- add screensaver and lock functionality
- make some menus dynamically for proper update
- add Wallpaper functionality
08/01/2011 V 0.6
- add FuncShowMultipleMessages - Creates a FvwmForm Infobox with multiple message lines
- add SwitchWindow - Switching focus between windows. (Alt-Tab) from the Fvwm Wiki
07/24/2011 V 0.4
- add gradients functionality for windows
- change FuncWindowCreateScreenshot + FuncDesktopCreateScreenshot
-> add Tests with messages
07/23/2011 V 0.3
- add FvwmBaker for background
- add FvwmPager
- add screenshot functionality
V 0.1 - V 0.2
- base functionalities and clean ups