15 Commits

Author SHA1 Message Date
bac7475aa7 Add UTF-8 BOM markers
MSVC needs them to use correct charset when Language for non-Unicode
programs is set to Windows-1252 or anything different than UTF-8.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-11-19 10:39:05 +01:00
45598f8ef8 Suppress wxWidgets code analysis warnings
Rather than addressing numerous code analysis warnings Microsoft Visual
Studio 2019 reports for wxWidgets upstream, disable code analysis for
the time being. But only for the wxWidgets part. We still want to know
what the code analysis has to say about our code.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-12 12:16:30 +01:00
c30b44bd80 Update Copyright and build year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-03 12:25:39 +01:00
ed20e872e9 Remove UTF-8 BOM
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-11-28 16:40:14 +01:00
5a912ebcc6 Honor monitor layout and DPI changes when persisting window placement 2018-09-11 15:32:06 +02:00
1b11ccf4a2 Extend copyright year 2018-09-07 23:48:41 +02:00
d6445e458e Perist wxDialogs using new SaveGeometry() method 2018-09-07 20:31:01 +02:00
e353a2ed60 Copyright extended to 2017 2017-04-18 13:57:30 +02:00
5ff1a95df2 Absence of perspective configuration no longer triggers assertion 2017-02-20 10:57:15 +01:00
a6b34f122d Doxygen documentation update 2016-11-02 00:58:06 +01:00
7f31e51fb0 WIN1250 >> UTF-8 2016-11-01 06:55:13 +01:00
636e7acc1b wxAuiManagerUpdatePerspectiveCaptions() introduced; Version set to 1.5 (API level 15) 2016-10-18 12:35:47 +02:00
d9e9f052ac Copyright extended to GÉANT 2016-10-07 15:38:12 +02:00
4055f49f03 wxPersistentDialog class for saving dialog position added 2016-05-12 14:07:01 +02:00
d32c8b79dc wxPersistentAuiManager class for wxAuiManager state save and restore support added 2016-05-03 13:17:15 +02:00