Commit graph

128 commits

Author SHA1 Message Date
Jaex
c33bc4844f CodeMaid cleanup 2018-03-01 01:52:11 +03:00
Jaex
556d6b100f Added ToolStripNumericUpDown control 2018-02-06 03:56:46 +03:00
Jaex
d013b862ed Pause editor form before opening dialogs 2018-01-09 13:00:56 +03:00
Fyers
711ee8c6af Render main menu arrow to right #3061 2018-01-07 10:50:21 +01:00
Jaex
0ecfe7fe52 Fix line endings 2018-01-02 18:58:27 +03:00
Jaex
9b5f28e366 Set default filename for custom uploader export 2018-01-02 10:38:28 +03:00
Jaex
b463a16567 Update year 2018-01-01 17:59:14 +03:00
DogeAmazed
350212a7be Fixed corruption issue 2017-12-16 16:06:47 +01:00
Jaex
2674046dce Namespace changes 2017-12-05 17:59:18 +03:00
Jaex
4ca85ec96f Use combo box for image editor start modes 2017-11-12 23:44:18 +03:00
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