Commit Graph

  • c563d394c6 Fixed year in readme.md. dev W0LF 2025-05-09 17:18:08 +03:00
  • 4d3db130a1 Merge branch 'dev' master W0LF 2025-05-09 16:53:46 +03:00
  • 5f6e1cd068 Release v1.3.10 v1.3.10 W0LF 2025-05-09 16:48:53 +03:00
  • 9a9b82b981 Added ES_NUMBER flag to editboxes of Manual Editing Dialog. W0LF 2025-05-09 16:36:09 +03:00
  • 8bfa651cb9 Fixed updater's logging. W0LF 2025-05-09 16:19:39 +03:00
  • 3f646683aa Fixed updater's logging codepage. W0LF 2025-05-09 14:55:53 +03:00
  • 75b31b5489 Fixed logging codepage. W0LF 2025-05-09 14:23:09 +03:00
  • 386f2df1da Changed path to logfile in debug mode. W0LF 2025-05-03 17:09:31 +03:00
  • 822f0dc7b7 Dropped toolset to v142. W0LF 2025-05-03 17:07:44 +03:00
  • 739e363e67 Release v1.3.9 W0LF 2025-05-03 17:04:18 +03:00
  • 6b0a7265a7 Release 1.3.9 v1.3.9 W0LF 2025-05-03 16:59:52 +03:00
  • 72a048875d Release v2.3.9 v2.3.9 W0LF 2024-03-03 16:33:46 +03:00
  • 62ae981ff0 Removed old About dialog from resources. W0LF 2024-03-03 14:10:40 +03:00
  • bd6cabdc6b Fixed README.md. W0LF 2024-03-03 13:59:21 +03:00
  • 7d1d7b2456 Reworked About dialog. W0LF 2024-03-03 13:38:33 +03:00
  • 422284a81d Updated About window. W0LF 2024-03-03 12:35:10 +03:00
  • 0de71bfe21 Fixed tray icon handling after Explorer restarts. W0LF 2024-03-02 15:57:05 +03:00
  • c81de4f897 Fixed README.md. W0LF 2024-02-29 18:14:11 +03:00
  • 29ac0eff94 Removed license info from source and header files. Also edited LICENSE and README.md files. W0LF 2024-02-29 18:02:06 +03:00
  • 86bab7a53b Added the name of the app's icon author to the About dialog. W0LF 2024-02-26 12:01:17 +03:00
  • a141add693 Fixed casting wParam. W0LF 2024-02-25 21:24:58 +03:00
  • 826a9e1c74 Fixed the popup menu not appearing after restarting the explorer. W0LF 2024-02-25 19:09:50 +03:00
  • 2b55035234 Changed code formatting. W0LF 2024-02-16 01:17:39 +03:00
  • b09c969798 Fixed the algorithm of calculating window centering. W0LF 2024-02-16 00:57:20 +03:00
  • 849689b286 Release v2.3.8 v2.3.8 W0LF 2024-01-23 14:50:43 +03:00
  • dfbf103b2e Added TODOs. W0LF 2024-01-23 14:43:55 +03:00
  • b5ade2a064 Added MB_SYSTEMMODAL flag to MessageBox function in the CLogger class. W0LF 2024-01-23 14:33:27 +03:00
  • 82c90d4628 Changed some Logger's output strings. W0LF 2024-01-23 14:20:57 +03:00
  • 3e8b3b906b Changed NOTIFYICONDATA structure to version 4 (Vista and later). W0LF 2024-01-20 21:37:22 +03:00
  • 016e42bbf2 Added _WIN32_WINNT macro. W0LF 2024-01-20 17:40:07 +03:00
  • f19e8178d6 Added TODO. W0LF 2024-01-17 16:42:51 +03:00
  • 181403098c Added KillTimer() function. W0LF 2023-12-26 14:07:30 +03:00
  • 4d230a850f Moved popup menu creation to the wWinMain() function. W0LF 2023-12-26 14:04:28 +03:00
  • 53a70e1ad7 Fixed menu tracking according to Microsoft documentation. W0LF 2023-12-26 13:22:15 +03:00
  • bac58b056a Fixed tray icon with LoadIconMetric() function. W0LF 2023-12-26 12:52:17 +03:00
  • 6cb3b2aabd Fixed tray icon that disappears after explorer restart. W0LF 2023-12-26 10:11:35 +03:00
  • c5b377b22f Added the 'Center' button and the ability to center the window from the 'Manual editing' dialog. W0LF 2023-12-18 18:20:28 +03:00
  • 4228258e80 Added license info into About dialog. W0LF 2023-12-18 17:50:51 +03:00
  • 21c65369ec Updated README and Help text. W0LF 2023-12-18 17:34:34 +03:00
  • 34ec99e90b Updated README and Help text. W0LF 2023-12-18 17:24:41 +03:00
  • 2fea7600fb Fixed memory leak with szWinTitleBuffer. W0LF 2023-12-16 04:56:02 +03:00
  • e7609c1a34 Added output of the help text. W0LF 2023-12-16 04:48:23 +03:00
  • 2b340791b9 Added 'Help' item into the popup menu. W0LF 2023-12-16 04:26:33 +03:00
  • b067ea9be4 Made the MoveWindowToMonitorCenter() function static because the Visual Studio strongly recommends it. W0LF 2023-12-15 22:18:23 +03:00
  • d26aa77af3 Fixes and improvements. W0LF 2023-12-15 22:09:36 +03:00
  • 450173f0ee Moved creating hooks to WinMain() function. W0LF 2023-12-15 20:47:02 +03:00
  • ce275c0fcc Changed signature of ShowError() function. W0LF 2023-12-15 19:33:29 +03:00
  • 6ba949de4b Changed C-style type conversion to C++ style. W0LF 2023-12-11 21:25:59 +03:00
  • 5b205ad2e4 Merge branch 'x64' into dev W0LF 2023-12-07 21:13:41 +03:00
  • b8ce96ee99 Added platform architecture information to About dialog and CLogger::Out() method. W0LF 2023-12-07 20:53:38 +03:00
  • 76be5eb941 Moved function to inner scope. W0LF 2023-12-07 19:54:34 +03:00
  • d0f211d931 Create LICENSE W0LF 2023-12-07 19:02:47 +03:00
  • abed2c3fd0 Create LICENSE W0LF 2023-12-07 18:59:17 +03:00
  • a103c80745 Create LICENSE W0LF 2023-12-07 18:44:33 +03:00
  • f558df6bf9 Preparations for the release of the 64-bit version. W0LF 2023-12-03 20:23:51 +03:00
  • 8c570ab1e9 Update check timers have been fixed. W0LF 2023-12-03 18:42:59 +03:00
  • 6b592d78c1 Changed some CRT functions by WinApi functions. W0LF 2023-11-29 01:58:38 +03:00
  • a6d6527ff3 Moved hHeap global variable to local scope. W0LF 2023-11-29 00:50:55 +03:00
  • 72158f53d7 Moved handle of main window variable from global scope to local. W0LF 2023-11-29 00:09:46 +03:00
  • 4bfcf90e2a Added check for error allocating heap memory. W0LF 2023-11-28 23:38:50 +03:00
  • 1a3e3ef4b1 Release v2.3.7 v2.3.7 W0LF 2023-11-28 18:16:36 +03:00
  • b0a14f731a Update check timers have been fixed. W0LF 2023-11-28 18:03:12 +03:00
  • b12bfe08be The Updater thread has been enabled back. W0LF 2023-11-28 17:48:23 +03:00
  • febb3bda2f Some fixes. W0LF 2023-11-28 17:34:55 +03:00
  • 2d90c60a1c Replaced PostMessage() function. The PostMessageW(WM_QUIT) function has been replaced by the PostQuitMessage() function. W0LF 2023-11-28 17:18:11 +03:00
  • 382428e6fa Temporarily disabled Updater thread creation. W0LF 2023-11-28 17:10:07 +03:00
  • 1f8fb92dbe Replaced macro calling. The macro call has been replaced with a call to the Out() method of an instance of the CLogger class. W0LF 2023-11-28 17:02:14 +03:00
  • 14ee12cb85 Added CLogger class into solution tree, and removed other unnecessary files. W0LF 2023-11-28 16:46:33 +03:00
  • 56e6a5b6b2 Added CLogger class. W0LF 2023-11-28 16:41:39 +03:00
  • 251b965073 Fixed missing break statement. W0LF 2023-11-08 23:37:30 +03:00
  • b855b0d624 Changed calling updater thread. W0LF 2023-11-07 17:55:47 +03:00
  • 0403415607 Fix the git tagname parsing. W0LF 2023-11-07 17:48:53 +03:00
  • 18959b1ef0 Fix updates timer. W0LF 2023-11-07 17:46:09 +03:00
  • 4299d9b89f Fix updater.cpp. W0LF 2023-11-07 17:41:25 +03:00
  • 049375a2d7 Update README.md. W0LF 2023-11-07 17:39:58 +03:00
  • 5bf973347f Added a timer to periodically check for updates. W0LF 2023-11-07 17:38:24 +03:00
  • b71793cfed Added option to disable checking for updates. Added commandline option '/noupdate' to disable check for updates. W0LF 2023-11-04 23:36:29 +03:00
  • 0150121c02 Some optimizations. Moved RECT and KBDLLHOOKSTRUCT structures from global scope to local. W0LF 2023-11-04 23:24:09 +03:00
  • 8303665159 Update README.md W0LF 2023-08-09 22:03:33 +03:00
  • f2ef0f9bb4 Update .gitignore file. W0LF 2023-11-03 15:12:51 +03:00
  • 10db7316fa Release v2.3.6 v2.3.6 W0LF 2023-06-04 15:10:01 +03:00
  • 5e9a553b67 Removed completed TODO. W0LF 2023-06-04 15:07:31 +03:00
  • e74c775f90 Added check for a new version of the application. W0LF 2023-06-04 14:23:35 +03:00
  • aadba59546 Changed the case in the file name. W0LF 2023-06-04 13:48:45 +03:00
  • b58039b4ab Added version information to the beginning of the log file. W0LF 2023-05-20 14:25:35 +03:00
  • 9dd557311e Splitted single logger.h file to .h and .cpp files. W0LF 2023-05-20 13:52:40 +03:00
  • 8df89dc8e1 Changed logger macros. W0LF 2023-05-20 13:08:17 +03:00
  • cf16651ae2 Moved headers from framework.h to wCenterWindow.h. W0LF 2023-05-20 13:00:48 +03:00
  • 9fe46f867c Added globals.h header file for global variables. W0LF 2023-05-20 12:51:45 +03:00
  • bb904723fa Hided 'Donation:' string. W0LF 2023-05-20 12:33:51 +03:00
  • eaed0ae8dc Changed size and positioning of icon's control into About dialog according to new icons. W0LF 2023-05-20 12:27:01 +03:00
  • 854a9a473b New program icon. Created by Kirill Topov. W0LF 2023-05-20 12:17:43 +03:00
  • 61b5f1d39c Merge pull request #3 from dreamforceinc/dev W0LF 2023-04-12 09:19:22 +03:00
  • 1dd9883f42 Release v2.3.5 v2.3.5 W0LF 2023-04-12 09:13:46 +03:00
  • 90b281d3a5 Changed control for help text from static to EditText. W0LF 2023-04-12 08:54:30 +03:00
  • bf609d3c08 Added DestroyIcon() function. W0LF 2023-04-12 07:35:29 +03:00
  • 582cce5b20 Changed Logger. W0LF 2023-04-11 19:02:53 +03:00
  • 710d9d9d3e Added LoadIconMetric() function to drawing better quality icon on HiDPI displays. W0LF 2023-04-11 11:56:46 +03:00
  • b6a6ec685d Simplified the "IsWindowApprooved()" function. W0LF 2023-04-08 14:29:33 +03:00
  • 28ea979492 Hid the donation link. W0LF 2023-04-08 11:55:56 +03:00