blob: 9527a7493106ac272253def9ad0e319494cee695 (
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
|
This is mostly a bug fix release. For a more complete list and detailed
description of them see the documentation and ChangeLog.
General:
* Added 'NearestCorner', 'NearestEdge' and 'NearestCornerOrEdge' resize
methods
* Added percentage values for commands such as ResizeWindow
* Added style ressources 'menu.hilite.font', 'menu.hilite.justify'
* Added 'OnTab' modifier for keys file
* Added _MOTIF_WM_INFO atom to advertise motif capabilities
* Added 'fullscreen', 'maximizedhorizontal', 'maximizedvertical' tests to
client patterns
* Added option to revert focus to previous window only on current head in
a multi-monitor setup
* Rewrite of FbTk::TextureRenderer (simpler code)
* Improved building on Microsoft Windows
Critical Bugfixes in 1.3.3:
* Use of monotonic increasing clock for timer, not affected by leap seconds etc.
Other Bugfixes:
* Fixed placement off transient windows in a multi-monitor setup with 'holes'
* Fixed usage of '~' as part of style filenames
* Improved vertical alignment of text in decorations
* Fixed compiler and code style issues
* Updated italian translations
|