1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

Edge attraction.

This commit is contained in:
id
1999-07-14 22:45:15 +00:00
parent 824edac371
commit 5748c8502b
2 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Changes since version 0.60.0:
- fixed problem with showing instance.class in the inspector window. - fixed problem with showing instance.class in the inspector window.
- fixed crash when displaying workspace name in some positions. - fixed crash when displaying workspace name in some positions.
- fixed compilation problem when WS_INDICATOR was defined. - fixed compilation problem when WS_INDICATOR was defined.
- added edge attraction. See NEWS.
Changes since version 0.53.0: Changes since version 0.53.0:

16
NEWS
View File

@@ -2,6 +2,22 @@
NEWS for veteran Window Maker users NEWS for veteran Window Maker users
----------------------------------- -----------------------------------
--- 0.60.1
Window Edge Attraction
----------------------
Window edge attraction was now added.
Attraction = YES/NO;
will enable/disable gravity to edge's boder.
The strength of gravity can be controled by modify `EdgeResistance' value
in WindowMaker configuration file.
--- 0.60.0 --- 0.60.0