Commit graph

89 commits

Author SHA1 Message Date
Kang Yu
e6c39375d2 fix issue #109, restore zorder fast and reliably using the best sequence found so far 2021-05-07 22:58:57 -07:00
Kang Yu
fd20331cac fix issue #102: add option -fix_unminimized_window=0 2021-04-12 09:58:47 -07:00
Kang Yu
8dfa19ac12 add command option alias -fix_offscreen=0 for -offscreen_fix=0 2021-04-12 08:31:52 -07:00
Kang Yu
f69777dc95 reorder command options 2021-03-21 14:30:48 -07:00
Kang Yu
65f1eb484d New feature #97: add command option -auto_upgrade=1 2021-03-21 14:06:37 -07:00
Kang Yu
0af163acb9 New Feature #97 : in-place upgrade 2021-03-21 13:57:53 -07:00
Kang Yu
131756dea0 keep obsolete command option -delay_start for backward compatibility 2021-03-20 19:31:04 -07:00
Kang Yu
5fa987a9bf for issue #98: add command option -halt_restore <seconds> 2021-03-19 22:37:07 -07:00
Kang Yu
d2e158531b no hide icon during restore 2021-03-07 18:31:43 -08:00
Kang Yu
feef3ce808 Add enhancement request from #75, use -auto_restore_missing_windows=3 to restore from db at startup 2021-03-07 12:21:16 -08:00
Kang Yu
1ffff9ad73 avoid stuck at busy caused by overdue restore timer 2021-02-27 19:33:53 -08:00
herekittycomekitty
80cfe4637e Added auto_restore_missing_windows command line argument
- added auto_restore_missing_windows as command line argument option
- if the option is set yes_to_all will always be true and therefore no more dialogs prompting the user will show
- added the command line argument option to Help.md
2021-02-17 16:33:39 -08:00
Kang Yu
30bd60f5b3 force idle icon visible at end of restore to avoid icon missing or stuck at busy 2021-02-11 22:32:33 -08:00
Kang Yu
27bd1b107f fix issue #73, ask user before restore new window from disk 2021-02-08 13:53:58 -08:00
Kang Yu
529e027c0e add LogError() function 2021-01-24 21:58:00 -08:00
Kang Yu
f421c0bb38 change icon of snapshot naming dialog 2021-01-12 10:42:35 -08:00
Kang Yu
85a63e866a update hint for restore snapshot 2021-01-11 18:58:01 -08:00
Kang Yu
db3bf04ccc disable balloon tip prompt when capture snapshot using menu 2021-01-10 22:42:59 -08:00
Kang Yu
66fa730e1e add capture/restore menu for snapshot, as requested in issue #73 2021-01-10 22:09:27 -08:00
Kang Yu
33bf690c91 cleanup debug code 2021-01-09 20:50:42 -08:00
Kang Yu
e2dffe5941 ulong 64 bit for snapshot flags 2021-01-08 19:50:04 -08:00
Kang Yu
d7a7c855b5 increase snapshot number to 36 (0-9, a-z), and use one letter to specify snapshot instead of counting mouse clicks 2021-01-08 19:41:10 -08:00
Kang Yu
43b45f842a new feature: overload program icon using customized icon files (pwIcon.ico, pwIconBusy.ico) from default dir 2020-12-28 16:18:42 -08:00
Kang Yu
26f7ba297f fix issue #70, change icon color to indicate busy restore 2020-12-25 18:19:15 -08:00
Kang Yu
d83f68c4a1 fix issue 63, catch exception for unresolved github.com address 2020-12-02 17:28:37 -08:00
Kang Yu
0b675d7994 update tool tip when numbered snapshot is captured 2020-11-21 18:35:14 -08:00
Kang Yu
5370a70925 New feature for issue #42: support multi-snapshot 2020-11-21 18:28:19 -08:00
Kang Yu
1e8b72ad1e rename functions 2020-11-10 21:31:49 -08:00
Kang Yu
e5f35044da simplify code 2020-11-01 18:28:17 -08:00
Kang Yu
022282ded3 fix issue #55, restore z-order only for snapshot by default 2020-10-31 19:42:32 -07:00
Kang Yu
01e185f97d rename variable using positive sense 2020-10-28 12:48:21 -07:00
Kang Yu
9dbb783dcb add switch -check_upgrade=0 2020-10-28 11:24:29 -07:00
Kang Yu
87c6c07830 refactor restore snapshot 2020-10-26 22:38:22 -07:00
Kang Yu
f33bad2b25 initial support of undo snapshot restore 2020-10-26 15:15:09 -07:00
Kang Yu
d895edfe9b unify style of command switch 2020-10-24 23:09:54 -07:00
Kang Yu
16181fa087 turn on fix zorder by default for snapshot recovery 2020-10-18 22:12:11 -07:00
Kang Yu
c4e0d82fab fix crash when restoring non-exist snapshot 2020-10-18 17:54:45 -07:00
Kang Yu
b536ea0788 simpify code 2020-10-18 17:48:02 -07:00
Kang Yu
ad58d18a15 more fix for restore snapshot 2020-10-18 17:20:16 -07:00
Kang Yu
4d1401768b implement feature: restore snapshot 2020-10-18 17:20:16 -07:00
Kang Yu
2ee164d589 take a snapshot when double click icon 2020-10-18 17:20:16 -07:00
Kang Yu
a2a03b1d5a use enable variable to signal ui refresh 2020-10-18 17:20:15 -07:00
Kang Yu
52244e00f2 fix GUI refresh failure due to Form.Timer.Stop() 2020-10-18 17:20:15 -07:00
Kang Yu
2cde18ce54 rename option name 2020-10-18 17:20:14 -07:00
Kang Yu
fc21151e3c add new feature to prompt before auto restore 2020-10-18 17:20:14 -07:00
Kang Yu
2fe89a01a1 improve LayoutProfile dialog, add key handler 2020-10-18 17:20:14 -07:00
Kang Yu
a28629c05b add options for off-screen window auto fix 2020-10-01 10:05:36 -07:00
Kang Yu
8b84982004 add option -redirect_appdata to use current dir to store db file 2020-09-30 21:30:55 -07:00
Kang Yu
62c3d41428 fix issue #43, avoid crash and residual icon when exit from 2nd instance of PW 2020-09-20 14:45:52 -07:00
Kang Yu
4be1f7ff2a fix issue #40, run accurate command with normal user privilege to restore window from disk 2020-09-20 14:28:25 -07:00