18
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactoring: created a OutputSettings class to contain all the output settings for writing files. Default the settings are loaded from the configuration, in a later version it will be possible to have separate settings for every destination and these can be configured at one place... the settings form. More... about 12 years ago
Fixed project version... More... about 12 years ago
Fixed forgotten output path binding. More... about 12 years ago
Small fixes More... about 12 years ago
Small stability fixes More... about 12 years ago
Removed System.Web dependency by creating our own cache. This fixes the problem that Greenshot doesn't work if a .NET Client Profile is installed. More... about 12 years ago
General changes to the expert tab. More... about 12 years ago
Added some settings: 1) Quicksetting for the mouse-cursor capture. 2) A force grayscale for the printer. 3) Expert settings: a) Autoreduce colors b) Footer pattern c) RDP optimize d) thumbnails in context menu More... about 12 years ago
Added language binding support to ToolStripItem, also changed the behavior to use the name of the component if no language key is set. More... about 12 years ago
Added multi-screen capture support! As a default the current screen under the cursor is captured. (ScreenCaptureMode.Auto) More... about 12 years ago
Check the clipboard formats, just in case, so we make sure something is set! More... about 12 years ago
Fixed DIB clipboard support, made a copy/paste error which caused DIB not to be written to the clipboard! More... about 12 years ago
Fixed a issue that we don't get PNG from the clipboard, this loses transparency, which is stupid as it's easy to support!! More... about 12 years ago
Fixed torn edge, used wrong CreateEmpty... More... about 12 years ago
Added tool-tip click support for imgur More... about 12 years ago
Cleanup of printer code More... about 12 years ago
Added direct printing to the default printer More... about 12 years ago
Made the printer-destination work like the others, with dynamic selection of the printer More... about 12 years ago
Added some support for opening the url when an upload is made from a Destination (currently Jira & Picasa) and the tooltip is clicked. More... about 12 years ago
Fixed password encryption issue More... about 12 years ago
Fixed exception in designer More... about 12 years ago
Added fail-fast for Confluence & Jira, this prevents slow-down in the Destination-Picker when moving over the Jira or Confluence destination and no login was made. More... about 12 years ago
Fixed Outlook "program access pop-up" for Outlook 2003 More... about 12 years ago
Fixed missing file More... about 12 years ago
Fixed missing file More... about 12 years ago
Fixed error with IETF and refactored the confluence plugin to use the right language code. More... about 12 years ago
Fixed auto-storing hot key settings, during the display the wrong method was used ("Text = " instead of SetHotkey) More... about 12 years ago
Fixed some language refactoring issues More... about 12 years ago
Cleanup of language code: remove all unneeded code, commented the method and made sure the IETF (language code) is used more error-tolerant More... about 12 years ago
Fixed path locating in DesignMode More... about 12 years ago