Commit graph

224 commits

Author SHA1 Message Date
Lorenz Cuno Klopfenstein 0b1188e2ad Group Switch mode now disables when no windows are selected for the group (i.e. mode is enabled for a group of 0 windows). 2010-10-05 22:56:21 +02:00
Lorenz Cuno Klopfenstein 7128038eb0 Refactore MessagePumpManager to improve performance (no more reflection on startup). 2010-10-05 22:38:45 +02:00
Lorenz Cuno Klopfenstein dcc218366f Fullscreen mode bugfix (now correctly keeps original size and original chrome status). 2010-10-05 21:54:02 +02:00
Lorenz Cuno Klopfenstein 8ed4926ce2 Some code cleanup and new input status methods. 2010-09-27 10:07:48 +02:00
Lorenz Cuno Klopfenstein f41c61af2a Mergedown with version update (3.1.1.0). 2010-09-25 17:15:54 +02:00
Lorenz Cuno Klopfenstein 8d6d2b8a25 Mergedown. 2010-09-25 16:48:26 +02:00
Lorenz Cuno Klopfenstein b45066f0d5 Fixed: window is now visible in ALT+TAB when in fullscreen mode (on Windows 7). 2010-09-23 23:23:20 +02:00
Lorenz Cuno Klopfenstein f7c501cd26 Mergedown. 2010-09-19 23:49:03 +02:00
Lorenz Cuno Klopfenstein 8f0e11d898 Small performance improvement on form resizing. 2010-09-19 23:48:30 +02:00
Lorenz Cuno Klopfenstein 1c209b46a5 Added program version to crash dump. 2010-09-19 23:47:47 +02:00
Lorenz Cuno Klopfenstein 042649a1b2 Fixed bug received via mail (Form.Invoke method called before the window handle is created). 2010-09-17 19:43:25 +02:00
Lorenz Cuno Klopfenstein 4b8c8ffcc2 Updates and fixes to start up and updating process.
*Should* fix some of the crashes hopefully...
Updated installer with more uninstallation infos.
2010-09-09 00:53:01 +02:00
Lorenz Cuno Klopfenstein 3b219b69bd Added custom updating logic.
Added NSIS installer to project.
Fixed memory leak in WM_SIZING message handling.
2010-08-24 00:25:41 +02:00
Lorenz Cuno Klopfenstein 5c2808c0d4 Minor changes. 2010-08-02 23:52:28 +02:00
Lorenz Cuno Klopfenstein 759be7cb3d Added some new icons to the context menu.
Fixed form size/position when applying a new window region (ensures the form is always on screen).
Fixed rounding error when ending resize operation in AspectRatioForm.
2010-07-31 01:19:45 +02:00
Lorenz Cuno Klopfenstein 7f50cd0874 Fix for chrome enable/disable (would make app visible in Alt+Tab on Win7). 2010-07-18 13:30:55 +02:00
Lorenz Cuno Klopfenstein cfe39c713c Fixed ALT+TAB display on Windows Seven and altered hide/show mechanism.
Added CTRL+SHIFT+C hotkey that clones the active foreground window.
2010-07-18 12:45:53 +02:00
Lorenz Cuno Klopfenstein f5e4231cf9 Fixed title: now form has no caption, but keeps title in task bar. 2010-07-02 00:29:50 +02:00
Lorenz Cuno Klopfenstein 82b8ed0319 Some changes to message pump processors.
Added TitleSetter processor (doesn't work).
2010-07-01 23:59:08 +02:00
Lorenz Cuno Klopfenstein 1ae9effa6f Refactored HookMethods: OnTopReplica always hooks to shell events.
Added WindowKeeper that keeps track of cloned windows and checks whether they are destroyed.
2010-07-01 23:33:29 +02:00
Lorenz Cuno Klopfenstein 8973532765 Ignoring PSD Photoshop files. 2010-07-01 23:06:09 +02:00
Lorenz Cuno Klopfenstein 2d3366a338 Added some experimental stuff for Windows 7 (nothing works).
Refactored the notification icon as separate class, added window selection to context menu.
2010-07-01 23:05:44 +02:00
Lorenz Cuno Klopfenstein bfdfc2d371 Added original assets folder with original icons. 2010-07-01 17:57:48 +02:00
Lorenz Cuno Klopfenstein a1d19a6acf Group switch panel uses 32bit icons. 2010-07-01 17:57:34 +02:00
Lorenz Cuno Klopfenstein 1448b3f3b1 Main icon changed.
Some other icons updated.
Region side panel updated with better layout.
2010-07-01 17:54:38 +02:00
Lorenz Cuno Klopfenstein bcdca91f27 Added LRU (Least Recently Used) semantics to Group switch mode. 2010-07-01 14:06:50 +02:00
Lorenz Cuno Klopfenstein 0f28a47328 Added right click forwarding. 2010-07-01 13:46:01 +02:00
Lorenz Cuno Klopfenstein 94610f3bc5 Fixed thumbnail panel to pad and resize thumbnails with smaller aspect ratio than the form (vertical resize and horizontal padding). 2010-07-01 13:20:21 +02:00
Lorenz Cuno Klopfenstein ba1b2f9cb6 Added error message for Other platform (same as Win XP at the time). 2010-07-01 13:19:45 +02:00
Lorenz Cuno Klopfenstein 3673ba6a17 Refactored native message codes in separate classes for nicer syntax. 2010-07-01 13:05:27 +02:00
Lorenz Cuno Klopfenstein 3924fa7d0b Debug messages now conditionally compiled only in debug builds. 2010-07-01 12:50:55 +02:00
Lorenz Cuno Klopfenstein 06f2013f9e Some localization strings added (EN, IT).
Fixed .Designer files in order to load localized strings everywhere.
2010-07-01 03:58:52 +02:00
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