Commit graph

210 commits

Author SHA1 Message Date
Roger Chen a152da4f2c Added Multi Language - Taiwan 2018-02-12 16:02:20 +01:00
Lorenz Cuno Klopfenstein 57d8fed017 Refresh solution and add WindowsFormsAero as NuGet package 2017-11-29 23:16:52 +01:00
Lorenz Cuno Klopfenstein 9ab38b5963 Update license and readme 2017-09-06 15:51:42 +02:00
pjunior 9b0a007242 Save current Opacity when hiding the form in order to be able to restore the value when form is restored
fixes #12
2017-08-30 12:41:45 +02:00
IceLitty 01e13034a4 Add Chinese Translation :) 2017-06-27 23:01:32 +02:00
Paulo Henrique Deléo 1b5e989031 Creating a readme from the codeplex wiki info. Updating links. 2017-06-14 13:35:13 +01:00
Lorenz Cuno Klopfenstein 556b64e789 Update config and manifest for NET 4.7 and High-DPI support 2017-05-25 14:44:15 +02:00
Lorenz Cuno Klopfenstein f142bdd2e9 Migrate ignore file for Git 2017-05-25 14:43:48 +02:00
Lorenz Cuno Klopfenstein 16bb2d8165 Comment. 2014-05-06 00:23:17 +02:00
Lorenz Cuno Klopfenstein 908bc2a17c Improved logging with support for multiple instances (uses process ID). 2014-01-31 02:22:03 +01:00
Lorenz Cuno Klopfenstein 9d97da10c9 Improved unhandled exception handling (now writer last log entries to crash dump file). 2014-01-31 01:51:23 +01:00
Lorenz Cuno Klopfenstein 4bf654807e Version number updated to 3.5.1. 2014-01-18 16:27:57 +01:00
Lorenz Cuno Klopfenstein 8d68cab6ba Issue #60: fixed access to shared log file with multiple application instances. 2014-01-18 16:23:09 +01:00
Lorenz Cuno Klopfenstein 076a8caf09 Disabled automatic cloning of flashing windows (needs setting). 2014-01-18 10:17:32 +01:00
Lorenz Cuno Klopfenstein 733f7a717c Does now track photoshop PSD files.
Added new banner for CodePlex with new icon.
2014-01-18 09:54:45 +01:00
Lorenz Cuno Klopfenstein a0228920d8 Removed debugging info from PostInstaller application.
Version number upgraded to 3.5.
Installer script updated.
2014-01-18 02:00:47 +01:00
Lorenz Cuno Klopfenstein 72d4d71700 Reverted aspect ratio keeping when handle is created (did crash VS designer). 2014-01-18 01:54:22 +01:00
Lorenz Cuno Klopfenstein 04d517e1da Added new icon.
Updated graphics with new assets and added logo to about panel.
Fixed default font loading.
2014-01-18 01:53:55 +01:00
Lorenz Cuno Klopfenstein 6256dba0bd Issue #3: quick region drawing now enabled by click dragging while holding the CTRL key. 2014-01-09 01:19:03 +01:00
Lorenz Cuno Klopfenstein 1c253bdcb1 Issue #58: when resizing (WM_SIZING) and on wheel scroll the aspect ratio of the source window is refreshed.
AspectRatioForm now stores initial aspect ratio on window handle creation (until new aspect ratio is set).
2014-01-09 00:45:36 +01:00
Lorenz Cuno Klopfenstein 56e47fb7e5 Issue #54: new updating mechanism, now based on official CodePlex RSS release feed.
Some code clean-up.
2014-01-08 23:15:49 +01:00
Lorenz Cuno Klopfenstein b75214d5e4 Partial update to update mechanism. 2013-12-03 21:28:46 +01:00
Lorenz Cuno Klopfenstein 2155f81d99 PointBasedWindowSeeker now filters non-matching windows.
RestoreWindowSeeker filtering improved.
2013-12-01 13:21:40 +01:00
Lorenz Cuno Klopfenstein fbf8fae7f0 Issue #29: "show chrome/window border" setting is restored on start up (if last window is restored). 2013-12-01 13:21:06 +01:00
Lorenz Cuno Klopfenstein c794df3ade Issue #19: added automatic cloning of windows requiring attention (flashing). 2013-11-09 14:47:56 +01:00
Lorenz Cuno Klopfenstein c347634c30 Issue #53: fixed combo box selection (it is now reset when stored region is deleted). 2013-11-07 00:29:16 +01:00
Lorenz Cuno Klopfenstein 7df96b420f Improved click through mode, forcing OnTopReplica to top most window. 2013-10-29 12:29:05 +01:00
Lorenz Cuno Klopfenstein f58ffd1815 Issue #48: added click through option to command line parameters. 2013-10-29 12:28:39 +01:00
Lorenz Cuno Klopfenstein 478adfab19 Issue #37: added width/height only command line parameters. 2013-10-29 12:20:39 +01:00
Lorenz Cuno Klopfenstein 704456e2f6 Issue #35: fixed again after merge. 2013-10-24 10:00:11 +02:00
Lorenz Cuno Klopfenstein 94696ab80b Merge 2013-10-23 17:12:45 +02:00
Lorenz Cuno Klopfenstein e9eaa9b888 WiX installation removed. 2013-10-23 17:11:07 +02:00
Lorenz Cuno Klopfenstein e1dc6e45c5 Fixed PostInstaller application.
Added PostInstaller step to installation script.
Settings folder is now removed by the uninstaller.
2013-10-23 17:10:41 +02:00
Lorenz Cuno Klopfenstein 8aa867f41b Initial commit of PostInstaller project. 2013-10-23 16:22:11 +02:00
Lorenz Cuno Klopfenstein e76a777e37 Ignoring *.user files. 2013-10-23 16:21:43 +02:00
Lorenz Cuno Klopfenstein b02aa1a12b Fixed client size <-> window size conversion to use official AdjustWindowRectEx Win32 API instead of handrolled difference computation. 2013-10-22 01:14:01 +02:00
Lorenz Cuno Klopfenstein e66be3db45 Issue #43: fixed command line override for "restore last window" feature. 2013-10-21 09:55:01 +02:00
Lorenz Cuno Klopfenstein 39a33a4a67 Added logging infrastructure.
Switched to logging for most debug information output.
2013-10-21 08:39:18 +02:00
Lorenz Cuno Klopfenstein dc031dcdb1 Improved title seeking (used from CLI when seeking for window by title). 2013-10-16 16:09:28 +02:00
Lorenz Cuno Klopfenstein 6cd21971cf Fixed bug #47: chromeOff CLI parameter works again 2013-10-16 16:08:59 +02:00
Lorenz Cuno Klopfenstein bc03f9298b Feature added: Automatic transparency in click-through mode.
Some minor clean up.
2013-10-16 15:58:27 +02:00
Lorenz Cuno Klopfenstein 1ab262d032 Merge 2013-10-16 00:13:14 +02:00
Lorenz Cuno Klopfenstein 15f5691168 Added designer files to source control (for a less painful checkout experience). 2013-10-15 15:07:28 +02:00
Lorenz Cuno Klopfenstein a933fb9cac Fixed corruption disaster. 2013-10-15 15:07:04 +02:00
Lorenz Cuno Klopfenstein 20565c2777 Merge 2013-10-15 14:47:59 +02:00
Lorenz Cuno Klopfenstein c4866b743f Added files to ignore. 2013-10-15 14:47:24 +02:00
Lorenz Cuno Klopfenstein 11cf1621e9 Ignoring *.suo files. 2013-05-03 18:16:49 +02:00
Lorenz Cuno Klopfenstein 47d817e61c Updated text files for max 80 columns. 2013-05-03 18:16:42 +02:00
Lorenz Cuno Klopfenstein f218b4f7ee Merge fixes with fullscreen feature. 2013-04-29 18:41:07 +02:00
Lorenz Cuno Klopfenstein 8991def049 Ignoring *.suo files. 2013-04-29 18:40:01 +02:00