Commit graph

44 commits

Author SHA1 Message Date
Kang Yu
9717dae16b remove Ninjacrab from name space 2023-03-03 11:59:41 -08:00
Kang Yu
8be498e343 fix crash due to cross thread operation on menu control 2022-06-27 13:41:06 -07:00
Kang Yu
6c0c884b5c simplify variable name 2022-04-16 16:40:19 -07:00
Kang Yu
4d0352e582 resolve issue #154 : add option -nogui to hide icon from taskbar notification area 2022-04-16 15:08:32 -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
52327a7014 try fix false double click issue 2021-01-18 20:56:56 -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
3961853dac add snapshot menu 2021-01-10 20:16:00 -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
03ebb23b65 more accurate counting of special keys for snapshot 2020-12-11 20:50:37 -08:00
Kang Yu
f643ea0323 add help file 2020-11-21 23:11:39 -08:00
Kang Yu
5370a70925 New feature for issue #42: support multi-snapshot 2020-11-21 18:28:19 -08:00
Kang Yu
9dbb783dcb add switch -check_upgrade=0 2020-10-28 11:24:29 -07:00
Kang Yu
0c69c032a6 add upgrade notice menu; refine icon click event handler 2020-10-26 11:11:42 -07:00
Kang Yu
9c08189047 undo menu item rename 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
cc5fbeca68 disable layout profile dialog 2020-10-18 17:20:15 -07:00
Kang Yu
36e3f8ca47 add icon mouse click handler 2020-10-18 17:20:15 -07:00
Kang Yu
c5a4830fb6 rename menu 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
0f3420c76c remove menu separator between capure to disk and restore from disk 2020-08-24 22:35:55 -07:00
Kang Yu
5ba96395f9 fix issue #26: add menu to pause/resume auto restore 2020-07-20 11:43:52 -07:00
Kang Yu
6d8f283c1b add api to write to event log 2020-06-17 10:59:22 -07:00
Kang Yu
4fd26ab0ae cleanup commented code 2020-06-11 16:46:26 -07:00
Kang Yu
1bce0333b5 automatically gray restore menu if not captured to disk yet 2020-06-08 19:09:27 -07:00
Kang Yu
ba2893194a assign balloon tip in advance 2020-04-26 13:07:22 -07:00
Kang Yu
c4cbd765b0 comment out extra icon assignment 2020-04-25 20:08:00 -07:00
Kang Yu
164fe39f3f remove diagnostic window together with wpf sub project 2020-04-25 20:08:00 -07:00
Kang Yu
be1dcbe650 no duplicate entry of icon 2020-04-25 20:07:59 -07:00
Kang Yu
07857fac58 customize notify icon using character from LanTingXu 2020-04-25 18:17:03 -07:00
Kang Yu
63e5063582 show tip notification when restoring windows 2020-04-22 00:10:50 -07:00
Kang Yu
896e2df534 simplify code 2020-04-21 16:33:31 -07:00
Kang Yu
300f473b55 automatically capture taskbar position change 2020-04-20 23:43:26 -07:00
Kang Yu
8252661813 undo last commit on tooltip text and abort menu 2020-04-18 22:33:47 -07:00
Brett Morrison
479441e068
Removed orphaned file. Removed custom code in generated file. Added Version to 'About' SysTray menu item. 2020-04-17 19:18:39 -07:00
Kang Yu
45d6c2d8f9 Store .db and .log file in user temp dir in release mode (some user put .exe in read-only dir). Rename menu item 2020-04-09 19:02:06 -07:00
Brett Morrison
89df3597e1
Add 'About' to menu to hyperlink to GitHub page 2020-04-09 14:12:54 -07:00
Kang Yu
afcf90b169 rename Shutdown to Exit in menu 2020-03-14 18:31:56 -07:00
Kang Yu
dbf0e782fc add Capture and Restore menu item to allow manual operation 2020-03-14 18:27:45 -07:00
Kang Yu
107b82c33e use standard method to get release version 2020-01-27 21:02:01 -08:00
kangyu
a3803a9164 start program with a splash screen 2020-01-26 23:57:38 -08:00
kangyu
e45577fa6b update to version 2.3, show version number in tool tip 2020-01-25 01:54:19 -08:00
Min Yong Kim
a71ea99b8e 1. Adding missing files
2. Adding icon resources
3. Swapping WPF shell to being a class library
4. Formalling closing the NotifyIcon when the app is shutdown
2015-02-27 00:48:10 -05:00
Min Yong Kim
9409d20445 1. Modification to make the application run in the systray
2. Abstracting processor and winapi logic into common dll and entry points into separate dlls
3. Adding icons
4. Switching build platform to AnyCPU. Seems to work on x64, don't have a x86 platform to test on
2015-02-27 00:38:08 -05:00