Commit graph

42 commits

Author SHA1 Message Date
Lorenz Cuno Klopfenstein d9d31c3eed Minor code reorganization. 2010-07-01 03:15:50 +02:00
Lorenz Cuno Klopfenstein a097979ce3 Added click-through to standard and fullscreen mode.
Changed context menu (new advanced dropdown).
Refactored MainForm class to reduce file sizes and facilitate navigation.
2010-07-01 03:11:36 +02:00
Lorenz Cuno Klopfenstein b1696f4dd8 Refactored GetWindowText native API call. 2010-07-01 01:24:14 +02:00
Lorenz Cuno Klopfenstein 41d4c479a0 Updated VistaControls library. 2010-07-01 01:19:38 +02:00
Lorenz Cuno Klopfenstein bf91b420ab Native code refactoring.
Group switching completed and working.
Fixed side panel opening.
2010-07-01 01:19:31 +02:00
Lorenz Cuno Klopfenstein 78917c9c12 Added modular Side Panel system.
Refactored region selection box as Side Panel implementation.
Added icons to region selection panel.
2010-06-30 22:02:04 +02:00
Lorenz Cuno Klopfenstein 66023053c3 Removed wrapping panel in RegionBox. 2010-06-30 13:52:30 +02:00
Lorenz Cuno Klopfenstein a7863b5c0e Refactored Hot Key processing and Dual Mode as extensible Message Pump Processors. 2010-06-30 13:42:35 +02:00
Lorenz Cuno Klopfenstein 86cf05ae3d Working shell hook (via window) to receive active window handle. 2010-06-30 04:57:16 +02:00
Lorenz Cuno Klopfenstein 12b80982fd Large code refactoring.
Removed features: glass cannot be disabled and form doesn't recall last position and size. Code simplified.
Fullscreen mode doesn't require separate form.
Fixed clicking with new GlassForm.
Extended click forwarding to right clicks (needs send implementation).
Improved Windows 7 support with platform specific hiding of main form.
Working scaling of form via mouse wheel.
2010-06-30 02:36:21 +02:00
Lorenz Cuno Klopfenstein 64fad6e529 Refactored platform specific stuff (tray icon and other stuff).
Added Window 7 Application ID.
2010-06-29 20:36:08 +02:00
Lorenz Cuno Klopfenstein ca8570bd76 Updated WindowsFormsAero library (from source).
Removed title and icon from About form.
Updated platform support, now sets Flip 3D policy (Vista) and Aero Peek exclusion (on Windows 7).
Changed context menu in order to work with the improved GlassForm version.
Fixed AspectRatioForm with code from Stanimir Stoyanov's blog.
2010-06-28 19:58:38 +02:00
Lorenz Cuno Klopfenstein 9500596982 Bug fix for 0x0 pixels region selection. 2010-06-27 01:53:07 +02:00
Lorenz Cuno Klopfenstein 07b4db4666 Added basic resizing with mouse wheel (bugged still). 2010-06-23 17:09:16 +02:00
Lorenz Cuno Klopfenstein 964c2a000f Basic selective platform features. 2010-06-22 13:05:30 +02:00
Lorenz Cuno Klopfenstein 11edb1ed58 Fixed error reporting on wrong OS or disabled DWM.
Removed TaskDialog for those errors (CommCtrl 6.0 not loaded before Form is shown, InitCommonControlsEx doesn't work, must fix somewhere).
2010-06-20 11:55:34 +02:00
Lorenz Cuno Klopfenstein 8fba47cbeb Added fatal exception handler with error dump on desktop. 2010-06-20 02:01:04 +02:00
Lorenz Cuno Klopfenstein 3e7c8a29dd Added Danish language (credits to Allan Jensen). 2010-06-09 23:12:27 +02:00
Lorenz Cuno Klopfenstein 291676c7f5 Strings comments added. 2010-06-06 20:54:38 +02:00
Lorenz Cuno Klopfenstein 04a1b6cfd0 Added global HotKey to hide/show OnTopReplica (Ctrl+Shift+O). 2010-05-31 15:53:30 +02:00
Lorenz Cuno Klopfenstein d389573363 Fixed behavior of FocusedTextBox (special characters and bell). 2010-05-26 20:31:03 +02:00
Lorenz Cuno Klopfenstein b459475cf0 Included CS resource file in ClickOnce installer. 2010-05-10 01:28:42 +02:00
Lorenz Cuno Klopfenstein 812347fe8b Improved region drawing on thumbnail.
Updated to version 2.9.3.
2010-05-10 01:27:07 +02:00
Lorenz Cuno Klopfenstein 8424f2f7fd Updated to Visual Studio 2010. 2010-05-10 01:05:11 +02:00
Lorenz Cuno Klopfenstein 26741c7035 Regions in alphabetic order.
Some code reorganization.
2010-04-17 23:22:58 +02:00
Lorenz Cuno Klopfenstein ee7f86b704 Added Czech translation.
Some code refactoring.
2010-03-31 20:17:08 +02:00
Lorenz Cuno Klopfenstein a649deb174 Aspect ratio keeping improved.
Weird bug on "region box" removed.
2010-02-09 00:35:28 +01:00
Lorenz Cuno Klopfenstein 5c47783de1 Bug fix to recent changes: region selection works and aspect ratio is maintained correctly. 2010-02-05 03:51:42 +01:00
Lorenz Cuno Klopfenstein 95d4a9bd1d Fixed many resizing details.
AspectRatioForm refreshes size correctly.
ThumbnailPanel now takes all available space and trims on bottom if needed.
2010-02-05 02:07:19 +01:00
Lorenz Cuno Klopfenstein d43dda7aba First mercurial commit. Some updated in strings and localization. 2010-01-27 22:16:41 +01:00
Lorenz Cuno Klopfenstein 080f300ea6 Fullscreen form localization updated. 2010-01-21 19:17:39 +00:00
Lorenz Cuno Klopfenstein 880b6154af Fullscreen mode refactored.
Click through mode removed from standard form and added to fullscreen.
2010-01-21 00:14:30 +00:00
Lorenz Cuno Klopfenstein 51d1f05e1c Added "always on top" option to fullscreen mode.
Localization fixes to fullscreen mode.
2010-01-17 12:35:08 +00:00
Lorenz Cuno Klopfenstein 4932c332f5 Improved keyboard handler. 2009-11-26 23:26:45 +00:00
Lorenz Cuno Klopfenstein 3a88173f52 Fullscreen mode fixes (correct window selection and restoring).
Window selection menu improved (click on main window menuitem).
2009-11-08 16:08:01 +00:00
Lorenz Cuno Klopfenstein 636c2b6922 Removed "autofit on resize" option from menu.
Finalizing for update on website.
2009-11-04 19:09:30 +00:00
Lorenz Cuno Klopfenstein 64ad34717e Region selection improved (inside window selection menu).
Version updated to 2.8.0.
New Region icon added, strings updated.
2009-11-04 18:50:05 +00:00
Lorenz Cuno Klopfenstein 019541c3bc Improved resizing. 2009-11-04 18:00:26 +00:00
Lorenz Cuno Klopfenstein 958d3891d7 Update to latest working version. 2009-11-04 16:18:46 +00:00
Lorenz Cuno Klopfenstein b091e7973c References to VistaControls fixed, libraries added. 2009-05-17 09:29:42 +00:00
Lorenz Cuno Klopfenstein e5795cf295 First commit, synched to version 2.6. 2009-05-17 08:56:53 +00:00
Lorenz Cuno Klopfenstein eb03714ac5 Created team project folder $/ontopreplica via the Team Project Creation Wizard 2007-11-04 11:24:19 +00:00