51 Commits (OpenVPN-2.6.11-I001)

Author SHA1 Message Date
Frank Lichtenheld 2cb3c6e417 Reformat source code with uncrustify 1 year ago
Selva Nair 141a687ddd Set status window as the owner of modal dialogs in same thread 2 years ago
Selva Nair acb5b8f9c8 Fix a handle leak: close registry key in localization.c 2 years ago
Selva Nair 061e653a19 Add an option to toggle auto-restart feature 2 years ago
Selva Nair 4d99c9b9f9 Respect UI language flow direction in message boxes 2 years ago
Selva Nair 7d078dd151 PLAP: Add an option to register the COM dll 2 years ago
Selva Nair 4acafcf355 Parent status and message box windows in the GUI 2 years ago
Selva Nair e5ab9d74bd Fix potential string mishandling in LocalizedTime 2 years ago
Selva Nair 0e76e4b544 Option to disable attaching to persistent connections 2 years ago
Selva Nair 05779fbb9b Add LocalizedFileTime function 2 years ago
Lev Stipakov d6a622a023 URL profile import: allow specifying owner window of message box 3 years ago
Selva Nair 70b07c82d9 Show a mark against profiles that are in connecting state 4 years ago
Lev Stipakov 1715746477 Introduce "Always use interactive service" option 4 years ago
Selva Nair 87c5e16723 Fallback to default sublanguage when loading resources 6 years ago
Selva Nair 4b716b4666 Fix truncation of usage message shown when --help is used 8 years ago
Selva Nair 2f2ddbf3a8 Load icons at sizes given by DPI-dependent system metric 8 years ago
Selva Nair 5a47986ccb Make options saved in registry editable by user 8 years ago
Leonardo Basilio ece6aef6a6 Launch on startup setting 9 years ago
Ilya Shipitsin 08538280d0 cppcheck cleanup: 9 years ago
Ilya Shipitsin bc94c7e951 fix 9 years ago
Heiko Hund c00191f51e use UI language set by user for l10n, closes #27 12 years ago
Heiko Hund 3751dbe8f4 convert connection time from UTC to local time 12 years ago
Heiko Hund 2e53dbd254 localize connection time display in tray tooltip 12 years ago
Heiko Hund 56654663f5 fall back to English resource if string is missing 13 years ago
Heiko Hund 82eb645a5e localize buttons in message boxes when possible 13 years ago
Heiko Hund f420d7dcbb use CRT's _countof instead of proprietary _tsizeof 13 years ago
Alon Bar-Lev c9eb68c77f use automake in build 13 years ago
Alon Bar-Lev 45421c2514 cleanup: resolve warnings missing malloc include 13 years ago
Heiko Hund 18376e2f2e tag unused variables to stop compiler warnings 13 years ago
Heiko Hund 54d74f5861 always compile a unicode binary 13 years ago
Heiko Hund 651238c1ef use SetWindowLongPtr() for x64 compatibility 14 years ago
Heiko Hund 697ffc57f9 fix prototype of dlgproc functions 14 years ago
Heiko Hund d46789bc27 fix parameter type in FillLangListProc() 14 years ago
Heiko Hund 92c6bc6276 set gui language for common controls as well 15 years ago
Heiko Hund 223cf23748 use GetSystemDefaultLCID() for determination of the system language 15 years ago
Heiko Hund a6e6d88115 refactor option handling code 15 years ago
Heiko Hund 61cb987f4d make it work when compiled as unicode 15 years ago
Heiko Hund f542c42738 use _tsizeof to get the buffer size 15 years ago
Heiko Hund 6939cb8792 replace GUI_* with PACKAGE_* macros 15 years ago
Heiko Hund 0948302b70 remove execute bits from source files 15 years ago
Heiko Hund ac6c155243 added function CreateLocalizedDialogParam() 16 years ago
Heiko Hund 4003e9bf3a rearranged GetGUILanguage function a bit 16 years ago
Heiko Hund a907b9d877 made it compile again 16 years ago
Heiko Hund 5783d7da94 cleaned up resource IDs 16 years ago
Heiko Hund 35c1bf35c9 removed useless code 16 years ago
Heiko Hund c9edb6f40b fixed recursive call to GetGUILanguage in error case 16 years ago
Heiko Hund 6f37fd999f added support for GUI localization at runtime 16 years ago
Heiko Hund 2f3ca9d6c2 - added API to retrieve localized dialog template 16 years ago
Heiko Hund 1ea8d5b8f7 added functions for localized dialog, string and icon resources 16 years ago
Heiko Hund d46af68a82 added function to load localized dialog 16 years ago