Kang Yu
190817cae9
gray out restore snapshot menu if no snapshot is captured
2021-10-08 18:44:21 -07:00
Kang Yu
dfb5f87067
gray out restore snapshot menu until a snapshot is captured
2021-10-08 18:35:13 -07:00
Kang Yu
f037084b2f
rename command switch to -invoke_multi_window_process_only_once
2021-09-01 16:00:48 -07:00
Kang Yu
430d529682
simplify restore from db, change default to launch process only once per db window group of same process id
2021-08-29 22:52:27 -07:00
Kang Yu
bdba2f4261
fix issue #123 , add command option -ignore_process to avoid restore specified window process
2021-08-22 23:02:03 -07:00
Kang Yu
c883bda3e7
add experiment option -show_desktop_when_display_changes
2021-05-29 11:50:12 -07:00
Kang Yu
e5d3ed7a5e
Revert "add experiment command option -sticky_display_config=1 to pre-restore when monitor goes to sleep to speed up final restore."
...
This reverts commit f180256f9e
.
2021-05-28 19:08:26 -07:00
Kang Yu
c1e49e93e2
no need to use Thread
2021-05-25 15:15:46 -07:00
Kang Yu
bc26c59dad
simplify menu enable logic without using timer
2021-05-17 15:41:45 -07:00
Kang Yu
f180256f9e
add experiment command option -sticky_display_config=1 to pre-restore when monitor goes to sleep to speed up final restore.
2021-05-15 17:19:17 -07:00
Kang Yu
00a5f8d3a1
fix bug in argument processing
2021-05-10 17:55:54 -07:00
Neon
8983764909
Fix -delay_start
parameter
...
Fixed two flaws that got introduced with 131756d
(after the `-delay_start` parameter got removed in 5fa987a
):
* `-delay_start` was reintroduced with ms instead of seconds
* if it wasn't passed as the last parameter, the application would crash or start more delayed than intended because every following argument would be parsed as another delay
2021-05-11 02:27:25 +02:00
Kang Yu
432eb9871b
restore from db: add command option -restore_one_window_per_process=1
2021-05-09 13:23:57 -07:00
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