c5836536e4
Add Romanian (Romania) locale stub
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-04-20 16:08:32 +02:00
d5593edd00
Makefile: Optimize building
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-28 22:48:33 +01:00
fe31be5466
Add multiple MSI packages support
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-28 18:34:52 +01:00
ee8591f6eb
Address down-casting warnings
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-28 10:39:18 +01:00
c64632b85f
Pull translations from Transifex
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-28 10:14:03 +01:00
f3e208572f
Add SHA-256 support
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-25 12:45:22 +01:00
5fa66f625d
Address some additional code analysis warnings
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-12 13:19:11 +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
c22a5dd294
Unify platform designations
...
.sln uses the same as .vcxproj files
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-08 08:16:57 +01:00
c98e3b1ac8
Rename stdafx.h to pch.h
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-06 15:31:55 +01:00
7a891d945b
Parameterize platform and language component GUIDs
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-10 09:52:18 +01:00
728b24a44a
Remove excessive UTF-8 BOM marker
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-09 16:33:10 +01:00
28fa7a3d1f
Simplify .vcxproj
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-09 10:09:25 +01:00
1a6899ed39
Annotate wxAppBar::MaximiseFromEdge() properly
...
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-04 12:02:14 +01:00
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