56 Commits

Author SHA1 Message Date
Simon Rozman
dea6a38d30 Discontinue perspective caption manipulation
Some checks failed
Doxygen Action / build (push) Has been cancelled
Reference: https://github.com/wxWidgets/wxWidgets/issues/12528
Signed-off-by: Simon Rozman <simon@rozman.si>
2025-11-04 15:51:13 +01:00
Simon Rozman
fd16ef2909 Add wxIconEx
This simplifies loading DPI-aware icons.

Signed-off-by: Simon Rozman <simon@rozman.si>
2025-11-04 15:48:19 +01:00
Simon Rozman
30f289123f Update Copyright and build year
Signed-off-by: Simon Rozman <simon@rozman.si>
2022-01-07 11:20:53 +01:00
Simon Rozman
3c2e59b56c Switch to SPDX license notice
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-22 12:59:54 +01:00
Simon Rozman
13cd778359 Silence Code Analysis warnings about unscoped enums
wxWidgets is using unscoped enums and should continue so for backward
compatibility.

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-15 11:32:06 +01:00
Simon Rozman
fcfe641d5c Copyright: Bump year
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-25 08:35:52 +01:00
Simon Rozman
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
Simon Rozman
ee8591f6eb Address down-casting warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-28 10:39:18 +01:00
Simon Rozman
f3e208572f Add SHA-256 support
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-25 12:45:22 +01:00
Simon Rozman
5fa66f625d Address some additional code analysis warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-12 13:19:11 +01:00
Simon Rozman
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
Simon Rozman
c98e3b1ac8 Rename stdafx.h to pch.h
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-06 15:31:55 +01:00
Simon Rozman
7f600693c2 Make enum wxHexDecodeMode scoped
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-04 12:02:14 +01:00
Simon Rozman
c30b44bd80 Update Copyright and build year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-03 12:25:39 +01:00
Simon Rozman
ed20e872e9 Remove UTF-8 BOM
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-11-28 16:40:14 +01:00
Simon Rozman
23f8c36900 Address code analysis warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-08-23 04:10:16 +02:00
Simon Rozman
a87cb05ddc Silence the missing shcore.dll warning on Windows 7 2018-11-06 09:21:11 +01:00
Simon Rozman
704b97944d Adjust to wxWidgets changes 2018-09-12 16:09:33 +02:00
Simon Rozman
5a912ebcc6 Honor monitor layout and DPI changes when persisting window placement 2018-09-11 15:32:06 +02:00
Simon Rozman
1b11ccf4a2 Extend copyright year 2018-09-07 23:48:41 +02:00
Simon Rozman
37eae89d67 Tolerate RPC_E_CHANGED_MODE on COM initialization 2018-09-03 13:07:32 +02:00
Simon Rozman
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
Simon Rozman
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
Simon Rozman
e353a2ed60 Copyright extended to 2017 2017-04-18 13:57:30 +02:00
Simon Rozman
a6b34f122d Doxygen documentation update 2016-11-02 00:58:06 +01:00
Simon Rozman
7f31e51fb0 WIN1250 >> UTF-8 2016-11-01 06:55:13 +01:00
Simon Rozman
a7ea95bc9b wxAuiManagerUpdatePerspectiveCaptions() issue with invalid output fixed 2016-10-24 10:30:19 +02:00
Simon Rozman
525f24674e wxAuiManagerUpdatePerspectiveCaptions() update 2016-10-18 14:26:39 +02:00
Simon Rozman
636e7acc1b wxAuiManagerUpdatePerspectiveCaptions() introduced; Version set to 1.5 (API level 15) 2016-10-18 12:35:47 +02:00
Simon Rozman
3e96043e88 Aesthetic modifications 2016-10-13 10:09:40 +02:00
Simon Rozman
d9e9f052ac Copyright extended to GÉANT 2016-10-07 15:38:12 +02:00
Simon Rozman
4719e99a60 Host name and FQDN validators moved to wxExtend >> wxExtend API level incremented to 14 2016-10-07 15:23:03 +02:00
Simon Rozman
2e3e188026 C >> C++ typecasting 2016-10-03 10:41:40 +02:00
Simon Rozman
6c94ff59be wxObjectWithData helper template introduced 2016-08-27 11:13:55 +02:00
Simon Rozman
d604e81604 Unreferenced parameters warning resolved 2016-07-15 12:50:39 +02:00
Simon Rozman
c21aa27e62 URL encoding/decoding added
API level changed to 13
2016-05-31 14:49:52 +02:00
Simon Rozman
cdefd74f3f wxHexValidator extended with leading zeros support
Version set to 1.2
2016-05-23 14:05:37 +02:00
Simon Rozman
3d873f060b - wxHexValidator template added
- Translation file now suffixed with version to allow side by side installation of different wxExtend versions
- Version set to 1.1 (API Level 11)
2016-05-12 14:11:34 +02:00
Simon Rozman
91026185c6 wxCryptoHash::GetValue() method added 2016-03-29 15:33:08 +02:00
Simon Rozman
9c7bd5c849 Support for Hex encode/decode added 2016-03-29 12:36:24 +02:00
Simon Rozman
e6651a266d Logging added to cryptographic classes 2016-03-18 12:39:48 +01:00
Simon Rozman
a2c8cfd710 Initial support for MS CryptoAPI added
XML hashing implemented with wxExtend's cryptographic classes now
2016-03-18 10:49:20 +01:00
Simon Rozman
40ffe7d7f8 XML hashing updated 2016-03-17 12:41:09 +01:00
Simon Rozman
b927b467a3 XML helpers added 2016-03-17 12:25:22 +01:00
Simon Rozman
6891792fce wxAppEx class removed 2016-03-14 15:56:02 +01:00
Simon Rozman
d390a2b4ba wxCoInitializer class added 2016-02-26 12:40:45 +01:00
Simon Rozman
5fe3dca3be Copyright date updated 2016-02-06 09:55:56 +01:00
Simon Rozman
a6f470fd1e Localization support added 2016-02-06 09:08:28 +01:00
Simon Rozman
c0a67de62f wxAppBar is now a template. wxAppBarFrame and wxAppBarDialog classes for wxFrame and wxDialog based implementations added. 2016-02-05 15:22:44 +01:00
Simon Rozman
d15383ce6e Work on wxAppEx continues... 2016-02-05 09:54:11 +01:00