143 Commits

Author SHA1 Message Date
d115b5bd9f Suppress unscoped enum wxLanguage warning
wxWidgets declare enum wxLanguage as unscoped. Probably, it is futile to
change it into scoped upstream and break compatibility.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-04 12:02:14 +01:00
7f600693c2 Make enum wxHexDecodeMode scoped
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-04 12:02:14 +01:00
fb0277dbfb Make enum wxAppBarState scoped and enum wxAppBarFlags into constants
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-04 11:30:23 +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
23f8c36900 Address code analysis warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-23 04:10:16 +02:00
bfa23771d9 Update translation templates
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-12 13:40:20 +02:00
306e91b3f6 Upgrade to compile with WIN32_LEAN_AND_MEAN
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-14 09:27:34 +02:00
a159be498b Add Visual Studio 2019 support
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-14 08:37:39 +02:00
5905beb49b Update translations and add Estonian translation 2018-11-06 16:23:06 +01:00
a87cb05ddc Silence the missing shcore.dll warning on Windows 7 2018-11-06 09:21:11 +01:00
a798474bdc Resolve warning popup when GetDpiForWindow() is not available
The GetDpiForWindow() Win32 API was introduced in User32.dll with
Windows 10. Since we have a fallback case when this API is not present,
avoid popping up the wxWidgets warning. Furthermore, performance was
improved by introducing a flag to prevent keep looking for
GetDpiForWindow() on each call.
2018-09-19 12:58:51 +02:00
45e847702e Switch to (independent) Transifex project for localization 2018-09-19 11:52:37 +02:00
958a4228b5 Update translation template 2018-09-19 09:02:19 +02:00
704b97944d Adjust to wxWidgets changes 2018-09-12 16:09:33 +02: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
acb6ccfb53 Fix platform suffixes 2018-09-07 23:11:53 +02:00
d6445e458e Perist wxDialogs using new SaveGeometry() method 2018-09-07 20:31:01 +02:00
a49b49c3b0 Add support for ARM64 2018-09-07 09:10:55 +02:00
b161059855 Merge branch 'master' of https://github.com/Amebis/wxExtend 2018-09-05 13:25:49 +02:00
321e1c389e Merge branch 'master' of https://github.com/Amebis/wxExtend 2018-09-05 13:10:39 +02:00
50d97c2154 Remove MFC dependency 2018-09-05 13:10:27 +02:00
312ceb56cd Review implicit narrowing conversions
wxAppBarState can safely be static-casted to UINT.
2018-09-04 15:10:59 +02:00
37eae89d67 Tolerate RPC_E_CHANGED_MODE on COM initialization 2018-09-03 13:07:32 +02:00
732f180117 Add support for VC2017 2018-09-01 06:41:36 +02:00
e506b2dec6 Redesign the project files
...to accommodate for future expansion.
2018-09-01 06:14:35 +02:00
c3d1178bb1 Set version to 1.5.3 ver/1.5.3 2018-06-20 11:45:14 +02:00
393f41e523 Merge branch 'master' of https://github.com/Amebis/wxExtend 2018-06-20 11:42:26 +02:00
e86165bb8e Update translations 2018-06-20 11:42:06 +02:00
1b5739aa34 Set version to 1.5.2 ver/1.5.2 2017-12-19 11:55:24 +01:00
196687e7aa Merge branch 'master' of https://github.com/Amebis/wxExtend 2017-12-05 09:08:59 +01:00
5fee79707d Translation update 2017-12-05 09:08:28 +01:00
c9e1657427 wxAuiManagerUpdatePerspectiveCaptions() extended to reset floating sizes of non-resizable panels to allow resize on GUI changes across different versions. 2017-07-12 14:13:09 +02:00
d80f24189d wxAuiManagerUpdatePerspectiveCaptions() extended to reset best/min/max panel sizes to allow resize on GUI changes across different versions. 2017-06-01 19:58:16 +02:00
aa39edfe90 Merge branch 'master' of https://github.com/Amebis/wxExtend 2017-05-30 12:33:03 +02:00
8f15d96aea Translation update 2017-05-30 12:32:48 +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
eb33a877d1 Translation update 2017-02-06 08:03:05 +01:00
a57c87aaaa Charset issue in version resource fixed 2016-11-18 09:12:25 +01:00
f3d174884c Translation update 2016-11-18 06:23:55 +01:00
e3390f9a2f POT update 2016-11-04 14:12:22 +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
a7ea95bc9b wxAuiManagerUpdatePerspectiveCaptions() issue with invalid output fixed 2016-10-24 10:30:19 +02:00
8f748c8c17 Missing framemanager.cpp to wxExtendLib project added 2016-10-24 10:27:47 +02:00
525f24674e wxAuiManagerUpdatePerspectiveCaptions() update ver/1.5.1 2016-10-18 14:26:39 +02:00
636e7acc1b wxAuiManagerUpdatePerspectiveCaptions() introduced; Version set to 1.5 (API level 15) ver/1.5 2016-10-18 12:35:47 +02:00
05627f98d6 Merge branch 'master' of https://github.com/Amebis/wxExtend 2016-10-18 11:00:26 +02:00