|
|
c5b377b22f
|
Added the 'Center' button and the ability to center the window from the 'Manual editing' dialog.
|
2023-12-18 18:20:28 +03:00 |
|
|
|
4228258e80
|
Added license info into About dialog.
|
2023-12-18 17:50:51 +03:00 |
|
|
|
21c65369ec
|
Updated README and Help text.
|
2023-12-18 17:34:34 +03:00 |
|
|
|
34ec99e90b
|
Updated README and Help text.
|
2023-12-18 17:24:41 +03:00 |
|
|
|
2fea7600fb
|
Fixed memory leak with szWinTitleBuffer.
|
2023-12-16 04:56:02 +03:00 |
|
|
|
e7609c1a34
|
Added output of the help text.
|
2023-12-16 04:48:23 +03:00 |
|
|
|
2b340791b9
|
Added 'Help' item into the popup menu.
|
2023-12-16 04:26:33 +03:00 |
|
|
|
b067ea9be4
|
Made the MoveWindowToMonitorCenter() function static because the Visual Studio strongly recommends it.
|
2023-12-15 22:18:23 +03:00 |
|
|
|
d26aa77af3
|
Fixes and improvements.
|
2023-12-15 22:09:36 +03:00 |
|
|
|
450173f0ee
|
Moved creating hooks to WinMain() function.
|
2023-12-15 20:47:02 +03:00 |
|
|
|
ce275c0fcc
|
Changed signature of ShowError() function.
|
2023-12-15 19:33:29 +03:00 |
|
|
|
6ba949de4b
|
Changed C-style type conversion to C++ style.
|
2023-12-11 21:25:59 +03:00 |
|
|
|
5b205ad2e4
|
Merge branch 'x64' into dev
|
2023-12-07 21:13:41 +03:00 |
|
|
|
b8ce96ee99
|
Added platform architecture information to About dialog and CLogger::Out() method.
|
2023-12-07 20:53:38 +03:00 |
|
|
|
abed2c3fd0
|
Create LICENSE
|
2023-12-07 18:59:17 +03:00 |
|
|
|
f558df6bf9
|
Preparations for the release of the 64-bit version.
|
2023-12-03 20:23:51 +03:00 |
|
|
|
8c570ab1e9
|
Update check timers have been fixed.
|
2023-12-03 18:42:59 +03:00 |
|
|
|
a6d6527ff3
|
Moved hHeap global variable to local scope.
|
2023-11-29 00:50:55 +03:00 |
|
|
|
72158f53d7
|
Moved handle of main window variable from global scope to local.
|
2023-11-29 00:09:46 +03:00 |
|
|
|
4bfcf90e2a
|
Added check for error allocating heap memory.
|
2023-11-28 23:38:50 +03:00 |
|
|
|
b0a14f731a
|
Update check timers have been fixed.
|
2023-11-28 18:03:12 +03:00 |
|
|
|
b12bfe08be
|
The Updater thread has been enabled back.
|
2023-11-28 17:48:23 +03:00 |
|
|
|
febb3bda2f
|
Some fixes.
|
2023-11-28 17:34:55 +03:00 |
|
|
|
2d90c60a1c
|
Replaced PostMessage() function.
The PostMessageW(WM_QUIT) function has been replaced by the PostQuitMessage() function.
|
2023-11-28 17:18:11 +03:00 |
|
|
|
382428e6fa
|
Temporarily disabled Updater thread creation.
|
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.
|
2023-11-28 17:02:14 +03:00 |
|
|
|
251b965073
|
Fixed missing break statement.
|
2023-11-08 23:37:30 +03:00 |
|
|
|
b855b0d624
|
Changed calling updater thread.
|
2023-11-07 17:55:47 +03:00 |
|
|
|
18959b1ef0
|
Fix updates timer.
|
2023-11-07 17:46:09 +03:00 |
|
|
|
5bf973347f
|
Added a timer to periodically check for updates.
|
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.
|
2023-11-04 23:36:29 +03:00 |
|
|
|
0150121c02
|
Some optimizations.
Moved RECT and KBDLLHOOKSTRUCT structures from global scope to local.
|
2023-11-04 23:24:09 +03:00 |
|
|
|
5e9a553b67
|
Removed completed TODO.
|
2023-06-04 15:07:31 +03:00 |
|
|
|
e74c775f90
|
Added check for a new version of the application.
|
2023-06-04 14:23:35 +03:00 |
|
|
|
b58039b4ab
|
Added version information to the beginning of the log file.
|
2023-05-20 14:25:35 +03:00 |
|
|
|
cf16651ae2
|
Moved headers from framework.h to wCenterWindow.h.
|
2023-05-20 13:00:48 +03:00 |
|
|
|
9fe46f867c
|
Added globals.h header file for global variables.
|
2023-05-20 12:51:45 +03:00 |
|
|
|
bb904723fa
|
Hided 'Donation:' string.
|
2023-05-20 12:33:51 +03:00 |
|
|
|
854a9a473b
|
New program icon. Created by Kirill Topov.
|
2023-05-20 12:17:43 +03:00 |
|
W0LF
|
61b5f1d39c
|
Merge pull request #3 from dreamforceinc/dev
Release v2.3.5
|
2023-04-12 09:19:22 +03:00 |
|
|
|
90b281d3a5
|
Changed control for help text from static to EditText.
|
2023-04-12 08:54:30 +03:00 |
|
|
|
bf609d3c08
|
Added DestroyIcon() function.
|
2023-04-12 07:35:29 +03:00 |
|
|
|
582cce5b20
|
Changed Logger.
|
2023-04-11 19:02:53 +03:00 |
|
|
|
710d9d9d3e
|
Added LoadIconMetric() function to drawing better quality icon on HiDPI displays.
|
2023-04-11 11:56:46 +03:00 |
|
|
|
b6a6ec685d
|
Simplified the "IsWindowApprooved()" function.
|
2023-04-08 14:29:33 +03:00 |
|
|
|
28ea979492
|
Hid the donation link.
|
2023-04-08 11:55:56 +03:00 |
|
|
|
9b3b505ec6
|
Update pre-build scripts.
|
2023-04-02 16:50:15 +03:00 |
|
|
|
d81f43b4a3
|
Move global szAboutHelp variable to local.
|
2023-03-26 23:16:05 +03:00 |
|
|
|
117c4f780f
|
Update About dialog.
|
2023-03-26 22:50:52 +03:00 |
|
|
|
c035b8a980
|
Added TODOs.
|
2022-03-25 12:56:34 +03:00 |
|