Commit graph

118 commits

Author SHA1 Message Date
Jaex 5b519c9aae Removed unused resx file 2017-11-01 18:24:35 +03:00
Jaex c2e0dd7333 Fixed line drawing on horizontal splitter 2017-10-29 10:22:39 +03:00
campbeb 468bccbcfd Properly sort columns with dates in listviews
Checks if the column header Tag is a DateTime object and if so, sorts the column by date. This approach prevents performance impact when sorting columns that are not dates and allows any user of MyListView to tag a column to be sorted by date. Supports expansion to other sorting formats.
Tested with history of 80,000 items.

Closes #1685
2017-10-22 14:57:06 -04:00
Jaex c0501d3369 Ignore default values while exporting custom uploader, if custom uploader name is empty then use request url domain as name 2017-09-06 02:18:36 +03:00
Jaex a320b962e6 Added ToolStripLabeledComboBox control to be used for cursor type 2017-08-28 09:26:24 +03:00
Jaex e207c181e0 Added cursor type option to cursor drawing tool 2017-08-20 21:10:47 +03:00
Jaex 898daf4cc5 Revert "Added cursor type option to cursor drawing tool"
This reverts commit 92ff416ab6.
2017-08-14 09:46:54 +03:00
Jaex 92ff416ab6 Added cursor type option to cursor drawing tool 2017-08-13 14:07:52 +03:00
Jaex c51122181e Removed puush registration link because it is not possible to register account anymore 2017-07-31 09:10:08 +03:00
Jaex 11a4bd0ce5 Added unread counter to news button 2017-07-30 12:49:08 +03:00
pjammo 1f574ba827 Added Italian Translation 2017-07-23 10:41:55 +02:00
Jaex 2509b14223 If news unread start animation 2017-06-14 15:21:37 +03:00
Jaex 265cdff262 Added border to toolstrip control instead of using label as workaround 2017-06-03 17:02:36 +03:00
Jaex 70eebeb6af Fix horizontal scroll bar issue, added news button 2017-06-03 15:32:38 +03:00
Jaex 15e63e8a92 Use PickColor static method and show old color by default 2017-05-28 01:29:33 +03:00
Jaex b3af07a951 Use dark background on editor mode and only draw checkers behind image 2017-03-25 00:16:44 +03:00
Alan Tsai 974b84f548 [Translate]zh-Tw for Sharex.HelpersLIb project 2017-03-21 23:41:51 +08:00
Jaex 25688d52c0 Use .sxcu extension on export import control 2017-01-16 23:49:08 +03:00
Jaex 4d7006b359 Update year 2017-01-11 11:39:40 +03:00
Jaex 8e645883a9 #2144: Adding customizable simple actions window 2016-12-28 14:23:01 +03:00
Jaex 6878bfea79 Added Reset function to HotkeySelectionButton 2016-11-25 03:24:53 +03:00
Jaex 73072e2c7c Invalidate control on text update 2016-11-22 03:48:26 +03:00
Jaex bf5272dbbd Added HotkeySelectionButton control 2016-11-22 03:31:39 +03:00
Jaex 6e2107a4b4 Don't use round edges in main window toolstrip 2016-10-06 01:33:47 +03:00
Jaex 7fee1f3da5 No need to override render border when RoundedEdges false 2016-10-05 23:35:13 +03:00
Jaex 83f1909eef Fix visual problem of toolstrip drop down menus and corners 2016-10-05 23:22:57 +03:00
Jaex 48f4ec9056 In menu form handle esc press 2016-10-05 22:32:01 +03:00
Jaex 48aaa5f56e Fix toolstrip visual artifact in right side 2016-09-30 22:05:26 +03:00
Jaex eff05bc15c Rename NativeConstants class 2016-09-30 21:21:48 +03:00
Jaex 4d515d2a9e Allow dragging menu using toolstrip grip 2016-09-30 21:18:30 +03:00
Jaex f0f8d0711c Adding menu form inside ShapeManager 2016-09-30 19:11:59 +03:00
Jaex 5d48b3c4f9 Added transparent button to color picker 2016-09-01 15:06:30 +03:00
Jaex 0a78019274 CodeMaid cleanup 2016-07-30 04:21:18 +03:00
Jaex 35e0a826b6 Added constant settings to RegionCaptureOptions 2016-07-27 04:56:20 +03:00
Jaex a87b4d48a4 If fixed size and region mode then show hover area for fixed size 2016-05-25 21:23:02 +03:00
Jaex dda1f78f36 Added fixed size mode to options menu 2016-05-25 20:56:27 +03:00
Jaex cb7a621b73 Replace all string.Empty with "" 2016-05-24 21:15:45 +03:00
Jaex a8770e001b Added ToolStripCheckedBoldRenderer to make checked items bold so it will be more easier to see image checked items also in high contrast theme 2016-05-22 19:52:19 +03:00
Jaex c4dd95751e Removed UpdatePanel from main window, it will be added next release 2016-05-16 08:24:59 +03:00
Jaex 7338a4b012 Added update panel control 2016-05-15 14:52:11 +03:00
Jaex d5c21ebdf2 Removed region capture option hotkeys because now with menu easy to change them 2016-05-04 15:18:41 +03:00
Jaex 9531740b2d Added options sub menu to region capture 2016-05-04 14:04:26 +03:00
Jaex 61887a6b32 Added LabeledNumericUpDown and ToolStripLabeledNumericUpDown controls 2016-05-04 13:34:27 +03:00
Jaex bb8cc6df6b When uploading if uploader config is invalid then uploaders config window will open with proper uploader tab selected 2016-04-30 01:26:49 +03:00
Jaex c1bd044ec0 Added NavigateToTabPage function to TabToListView 2016-04-30 00:42:48 +03:00
Jaex 664291c696 #1487 Used SystemColors.Window in BackColor of every single form also removed BackColor Color.White usage completely in all controls 2016-04-25 21:00:46 +03:00
Jaex debb488dfc Added ShowImageSizeLabel to picture box control so every picture box can show image size on mouse hover 2016-04-21 17:11:14 +03:00
Jaex 8a7a6fff1d Changed default checkers size 2016-04-21 16:32:36 +03:00
Jaex 7b196e35c6 Added IsValidImage extension for PictureBox 2016-04-16 15:15:58 +03:00
Jaex cce83515be fixed #1487: Using system colors everywhere in UI as possible so Windows themes can work properly 2016-04-08 18:58:03 +03:00