1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 07:32:36 +01:00

fixed some bugs

made click on windows that are unfocused windows focus them on sloppy/evil focus mode
This commit is contained in:
kojima
2001-01-05 22:39:01 +00:00
parent 83979b5f4c
commit 068c5a94b1
7 changed files with 11 additions and 17 deletions

View File

@@ -8,9 +8,6 @@ Changes since version 0.62.1:
(Alban Hertroys <dalroi@wit401310.student.utwente.nl>)
- improved and simplified fonts configuration for multibyte languages
(Tomohiro KUBOTA <kubota@debian.or.jp>)
- rewrote menu reading code
- added KDE menu support in rootmenu
- added support for forced menu refresh in piped menus
- cleaned ParseCommand() and renamed to TokenizeString()
- rewrote menu editor in WPrefs
- added definable workspace border (0..5 pixels). See NEWS.
@@ -28,6 +25,7 @@ Changes since version 0.62.1:
- fixed code that was dependant on the order of evaluation in wrlib. This
fixed a number of problems, like greyscale jpegs that showed up in red
and possibly the problems with pseudocolor displays.
- made clicks on unfocused windows be effective on focus follow mouse/sloppy
Changes since version 0.62.0: