Commit graph

1295 commits

Author SHA1 Message Date
Ivan Bidolakh aa1e8afe43 Cleanup code
newPoints is array of structs "System.Drawing.Point". Any element of an array can not be null. That expression (newPoints[i] == null) always return false. So, we can remove this cycle without changes in program logic.
2018-04-29 01:38:21 +03:00
Jaex a9bcb02e0e On screen color picker add color box near cursor tooltip 2018-04-26 20:17:02 +03:00
Jaex 4776c83d08 Added form parameter to PickColor method to be able to show color picker in front of top most forms 2018-04-24 10:15:19 +03:00
SupSuper 52a15de904 .NET 4.5 scales toolstrips for us 2018-04-22 03:46:00 +01:00
Jaex f00c3b1d56 Added id-ID.resx files to csproj 2018-04-20 00:36:17 +03:00
Jaex e747d5cccf Line ending 2018-04-20 00:22:39 +03:00
Nicedward a8ea7c53ab Add indonesian file (#3324)
* Add "indonesian.ini" file

Add indonesian

* Add "HotkeySelectionControl.id-ID.resx" file

add indonesian "HotkeySelectionControl.id-ID.resx"

* Add indonesian

Add ("AboutForm.id-ID.resx" "ActionsForm.id-ID.resx" "ActionsToolbarEditForm.id-ID.resx" "AfterCaptureForm.id-ID.resx" "AfterUploadForm.id-ID.resx" "ApplicationSettingsForm.id-ID.resx" "AutoCaptureForm.id-ID.resx" "BeforeUploadForm.id-ID.resx" "ClipboardFormatForm.id-ID.resx" "EncoderProgramForm.id-ID.resx" "FileExistForm.id-ID.resx" "FirstTimeConfigForm.id-ID.resx" "HotkeySettingsForm.id-ID.resx" "MainForm.id-ID.resx" "QRCodeForm.id-ID.resx" "QuickTaskInfoEditForm.id-ID.resx" "QuickTaskMenuEditorForm.id-ID.resx" "ScreenColorPicker.id-ID.resx" "ScreenRecordForm.id-ID.resx" "TaskSettingsForm.id-ID.resx" "VideoEncodersForm.id-ID.resx" "WatchFolderForm.id-ID.resx")

* Add "Resources.id-ID.resx" file

Add indonesian

* Add indonesian

Add "ColorPickerForm.id-ID.resx" "GradientPickerForm.id-ID.resx"

* Add indonesian

Add "ExportImportControl.id-ID.resx" "MyPictureBox.id-ID.resx"

* Add "DNSChangerForm.id-ID.resx"

Add "DNSChangerForm.id-ID.resx" file

* Add indonesian

Add "ClipboardContentViewer.id-ID.resx" "DebugForm.id-ID.resx" "ErrorForm.id-ID.resx" "HashCheckForm.id-ID.resx" "InputBox.id-ID.resx" "MonitorTestForm.id-ID.resx"

* Add indonesian

Add "PrintTextForm.id-ID.resx" "PrintForm.id-ID.resx"

* Add "Resources.id-ID.resx" file

Add "Resources.id-ID.resx"

* Add indonesian

Add "UpdateMessageBox.id-ID.resx" "DownloaderForm.id-ID.resx" "UpdateCheckerLabel.id-ID.resx"

* Add indonesian

Add "HistoryForm.id-ID.resx" "HistoryItemInfoForm.id-ID.resx" "ImageHistoryForm.id-ID.resx"

* delete

* delete

* delete

* Add " ImageEffectsForm.id-ID.resx"

Add " ImageEffectsForm.id-ID.resx" file

* Add "Resources.id-ID.resx" file

Add "Resources.id-ID.resx" file

* Add indonesian

Add "VideoThumbnailerForm.id-ID.resx" "ImageCombinerForm.id-ID.resx" "ImageThumbnailerForm.id-ID.resx"

* Add "Resources.id-ID.resx" file

Add "Resources.id-ID.resx" file

* add indonesian

Add "CanvasSizeForm.id-ID.resx" "EditorStartupForm.id-ID.resx" "FFmpegOptionsForm.id-ID.resx" "ImageInsertForm.id-ID.resx" "ImageSizeForm.id-ID.resx" "NewImageForm.id-ID.resx" "ScrollingCaptureForm.id-ID.resx" "TextDrawingInputBox.id-ID.resx" "WebpageCaptureForm.id-ID.resx"

* Add "Resources.id-ID.resx" file

Add "Resources.id-ID.resx" file

* Add indonesian

Add "AccountsControl.id-ID.resx" "AccountTypeControl.id-ID.resx" "OAuthControl.id-ID.resx"

* Add indonesian

Add "EmailForm.id-ID.resx" "JiraUpload.id-ID.resx" "OAuthWebForm.id-ID.resx" "OCRSpaceForm.id-ID.resx" "ResponseForm.id-ID.resx" "TwitterTweetForm.id-ID.resx" "UploadersConfigForm.id-ID.resx" "UserPassBox.id-ID.resx"

* Add "FTPClientForm.id-ID.resx" file

Add "FTPClientForm.id-ID.resx" file

* Add " Resources.id-ID.resx" file

Add " Resources.id-ID.resx" file
2018-04-20 00:05:49 +03:00
Jaex 9f1728bc5e Add uk.resx files to csproj and enable localizable in few forms 2018-04-19 23:10:17 +03:00
Олександр (6c6c6) c9be12aa90 Ukrainian translation (#3143)
* Ukrainian translation

Ukrainian translation for ShareX.

* Ukrainian translation clean up

Ukrainian translation clean up.

* Delete Resources.uk.resx

* Delete DirectoryIndexerForm.uk.resx

* Delete TabToTreeView.uk.resx

* Delete TabToListView.uk.resx

* Delete OutputBox.uk.resx

* Ukrainian translation cleanup

Cleaned untranslated strings

* Delete MyPictureBox.uk.resx

* Delete QRCodeForm.uk.resx

* Delete HistoryItemInfoForm.uk.resx

* Delete VideoThumbnailerForm.uk.resx

* Delete OCRSpaceForm.uk.resx

* Updated Ukrainian translation

* Ukrainian translation cleanup
2018-04-19 22:02:31 +03:00
Jaex 0dbaa2e676 Removed ScreenColorPicker.cs instead using ColorPickerForm for both 2018-04-18 19:29:02 +03:00
Jaex 80369e98b0 Use editor canvas color option in editor 2018-04-16 18:02:54 +03:00
Jaex c932226956 fixed #3304: When pasting image, inserting image file or inserting image from screen show insert image dialog which allows automatically expanding canvas to bottom or right side and inserting image there 2018-04-16 14:50:19 +03:00
Jaex eb2aa5a1e2 Move auto resize canvas method to shape manager 2018-04-13 16:07:42 +03:00
Jaex 215d10006f When calculating new canvas size consider all image rectangles 2018-04-13 15:52:29 +03:00
Jaex 5bfbc07818 #3304: After move image if image is outside canvas then resize canvas to fit image 2018-04-13 14:56:35 +03:00
Jaex f3299c7f8a When shape options changed from menu invalidate form 2018-04-11 11:42:53 +03:00
Jaex e2ebf2afc3 Holding Ctrl will ignore shape intersection that way user can draw rectangle inside rectangle without select it 2018-04-09 12:10:19 +03:00
Jaex bc0918337d NuGet update, rename few classes 2018-04-08 12:12:52 +03:00
Jaex 8ef3d84d65 Added AutoHide property 2018-04-04 23:27:22 +03:00
Jaex 57cb894ce2 Increase version for beta 2018-04-04 23:05:53 +03:00
Jaex 7c47e96ca1 Fix pixel offset 2018-04-04 22:16:52 +03:00
Jaex 240f381d6e Update scroll bar style 2018-04-04 22:06:11 +03:00
Jaex f429dc1051 Show scroll bar when dragging 2018-04-04 19:08:07 +03:00
Jaex 98f26fa25a Use IsDragging that way people can drag scroll bar 2018-04-04 19:00:38 +03:00
L1Q 276a3a504f Add OnMouseDown interaction to scrollbars 2018-04-04 14:51:32 +03:00
Jaex 935492e008 Added TrackColor and ThumbColor 2018-04-04 04:26:06 +03:00
Jaex a991401253 Added IsCapsule option 2018-04-04 04:21:21 +03:00
L1Q 77adaed264 Fix scrollbar thumbs
- refactor scrollbar code
2018-04-04 03:35:05 +03:00
Jaex d69fd99854 Fix track margin 2018-04-04 02:01:32 +03:00
Jaex 58397d982d If scroll bar needed then show it always with transparency, when hovered with cursor or panning then show it solid 2018-04-04 00:39:56 +03:00
Jaex 6185385c9b Move ScrollbarManager to ShapeManager 2018-04-03 23:46:38 +03:00
Jaex d7e369a210 Added UpdateOpacity method 2018-04-03 23:27:33 +03:00
Jaex 37a6127e57 Added ScrollBar class to support mouse input 2018-04-03 23:08:24 +03:00
Jaex a36b948fa1 #3221: When focus lost stop updating image editor form 2018-04-03 01:43:10 +03:00
Jaex aa315e7660 Revert "New Crowdin translations (#3260)"
This reverts commit 7cb1cd8ecf.
2018-03-30 20:16:14 +03:00
Jaex c589a87f08 Revert "New Crowdin translations (#3265)"
This reverts commit 4dfcf5f637.
2018-03-30 20:15:51 +03:00
Jaex c1535c026b Revert "New Crowdin translations (#3269)"
This reverts commit aed74121d2.
2018-03-30 20:15:39 +03:00
Jaex aed74121d2
New Crowdin translations (#3269)
* New translations EncoderProgramForm.resx (Chinese Simplified)

* New translations QuickTaskInfoEditForm.resx (Chinese Simplified)

* New translations PrintTextForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations ScrollingCaptureForm.resx (Dutch)

* New translations AccountTypeControl.resx (Dutch)

* New translations AccountsControl.resx (Dutch)

* New translations JiraUpload.resx (Dutch)

* New translations PrintForm.resx (Dutch)

* New translations EmailForm.resx (Dutch)

* New translations QuickTaskMenuEditorForm.resx (Chinese Simplified)

* New translations FirstTimeConfigForm.resx (Chinese Simplified)

* New translations HotkeySettingsForm.resx (Chinese Simplified)

* New translations UpdateMessageBox.resx (Dutch)

* New translations HistoryItemInfoForm.resx (Dutch)

* New translations MainForm.resx (Chinese Simplified)

* New translations UpdateCheckerLabel.resx (Dutch)

* New translations ImageThumbnailerForm.resx (Dutch)

* New translations ImageCombinerForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations DirectoryIndexerForm.resx (Dutch)

* New translations ImageEffectsForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations ImageHistoryForm.resx (Dutch)

* New translations QRCodeForm.resx (Chinese Simplified)

* New translations OAuthWebForm.resx (Dutch)

* New translations TextDrawingInputBox.resx (Dutch)

* New translations WebpageCaptureForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations OAuthControl.resx (Dutch)

* New translations FTPClientForm.resx (Dutch)

* New translations Resources.resx (Hungarian)

* New translations StickerForm.resx (Dutch)

* New translations StickerPackForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations ScreenColorPicker.resx (Chinese Simplified)

* New translations ScreenRecordForm.resx (Chinese Simplified)

* New translations TaskSettingsForm.resx (Chinese Simplified)

* New translations HashCheckForm.resx (Dutch)

* New translations MonitorTestForm.resx (Dutch)

* New translations DownloaderForm.resx (Dutch)

* New translations NewImageForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations HistoryForm.resx (Dutch)

* New translations VideoThumbnailerForm.resx (Dutch)

* New translations CanvasSizeForm.resx (Dutch)

* New translations EditorStartupForm.resx (Dutch)

* New translations FFmpegOptionsForm.resx (Dutch)

* New translations ImageSizeForm.resx (Dutch)
2018-03-30 01:41:35 +03:00
Jaex 4dfcf5f637
New Crowdin translations (#3265)
* New translations ClipboardContentViewer.resx (Hungarian)

* New translations UpdateMessageBox.resx (Vietnamese)

* New translations OAuthControl.resx (Vietnamese)

* New translations WebpageCaptureForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations AccountTypeControl.resx (Vietnamese)

* New translations AccountsControl.resx (Vietnamese)

* New translations FTPClientForm.resx (Vietnamese)

* New translations ScrollingCaptureForm.resx (Vietnamese)

* New translations EmailForm.resx (Vietnamese)

* New translations JiraUpload.resx (Vietnamese)

* New translations OAuthWebForm.resx (Vietnamese)

* New translations ResponseForm.resx (Vietnamese)

* New translations TwitterTweetForm.resx (Vietnamese)

* New translations UserPassBox.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations HistoryForm.resx (Vietnamese)

* New translations HistoryItemInfoForm.resx (Vietnamese)

* New translations ImageHistoryForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations ImageEffectsForm.resx (Vietnamese)

* New translations ImageCombinerForm.resx (Vietnamese)

* New translations VideoThumbnailerForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations FFmpegOptionsForm.resx (Vietnamese)

* New translations UploadersConfigForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations DNSChangerForm.resx (Hungarian)

* New translations GradientPickerForm.resx (Hungarian)

* New translations TaskSettingsForm.resx (Vietnamese)

* New translations VideoEncodersForm.resx (Vietnamese)

* New translations WatchFolderForm.resx (Vietnamese)

* New translations Resources.resx (Vietnamese)

* New translations ColorPickerForm.resx (Hungarian)

* New translations ScreenColorPicker.resx (Vietnamese)

* New translations ExportImportControl.resx (Hungarian)

* New translations MyPictureBox.resx (Hungarian)

* New translations ScreenRecordForm.resx (Vietnamese)

* New translations HotkeySelectionControl.resx (Vietnamese)

* New translations AutoCaptureForm.resx (Vietnamese)

* New translations AboutForm.resx (Vietnamese)

* New translations ActionsForm.resx (Vietnamese)

* New translations AfterCaptureForm.resx (Vietnamese)

* New translations AfterUploadForm.resx (Vietnamese)

* New translations ApplicationSettingsForm.resx (Vietnamese)

* New translations BeforeUploadForm.resx (Vietnamese)

* New translations ClipboardFormatForm.resx (Vietnamese)

* New translations EncoderProgramForm.resx (Vietnamese)

* New translations FileExistForm.resx (Vietnamese)

* New translations FirstTimeConfigForm.resx (Vietnamese)

* New translations HotkeySettingsForm.resx (Vietnamese)

* New translations MainForm.resx (Vietnamese)

* New translations QRCodeForm.resx (Vietnamese)

* New translations WebpageCaptureForm.resx (Korean)

* New translations StickerPackForm.resx (Korean)

* New translations GradientPickerForm.resx (Italian)

* New translations MonitorTestForm.resx (Chinese Simplified)

* New translations DNSChangerForm.resx (Chinese Simplified)

* New translations ClipboardContentViewer.resx (Chinese Simplified)

* New translations DebugForm.resx (Chinese Simplified)

* New translations ErrorForm.resx (Chinese Simplified)

* New translations HashCheckForm.resx (Chinese Simplified)

* New translations InputBox.resx (Chinese Simplified)

* New translations PrintForm.resx (Chinese Simplified)

* New translations PrintTextForm.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations DownloaderForm.resx (Chinese Simplified)

* New translations UpdateCheckerLabel.resx (Chinese Simplified)

* New translations UpdateMessageBox.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations MyPictureBox.resx (Chinese Simplified)

* New translations HistoryItemInfoForm.resx (Chinese Simplified)

* New translations VideoEncodersForm.resx (Italian)

* New translations QuickTaskInfoEditForm.resx (Italian)

* New translations QuickTaskMenuEditorForm.resx (Italian)

* New translations ScreenColorPicker.resx (Italian)

* New translations ScreenRecordForm.resx (Italian)

* New translations TaskSettingsForm.resx (Italian)

* New translations WatchFolderForm.resx (Italian)

* New translations Resources.resx (Italian)

* New translations ColorPickerForm.resx (Chinese Simplified)

* New translations GradientPickerForm.resx (Chinese Simplified)

* New translations ExportImportControl.resx (Chinese Simplified)

* New translations HistoryForm.resx (Chinese Simplified)

* New translations ImageHistoryForm.resx (Chinese Simplified)

* New translations MainForm.resx (Italian)

* New translations AccountsControl.resx (Chinese Simplified)

* New translations OAuthControl.resx (Chinese Simplified)

* New translations FTPClientForm.resx (Chinese Simplified)

* New translations EmailForm.resx (Chinese Simplified)

* New translations JiraUpload.resx (Chinese Simplified)

* New translations OAuthWebForm.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations ResponseForm.resx (Chinese Simplified)

* New translations TwitterTweetForm.resx (Chinese Simplified)

* New translations UploadersConfigForm.resx (Chinese Simplified)

* New translations UserPassBox.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations HotkeySelectionControl.resx (Chinese Simplified)

* New translations AccountTypeControl.resx (Chinese Simplified)

* New translations WebpageCaptureForm.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations ImageEffectsForm.resx (Chinese Simplified)

* New translations ImageCombinerForm.resx (Chinese Simplified)

* New translations VideoThumbnailerForm.resx (Chinese Simplified)

* New translations TextDrawingInputBox.resx (Chinese Simplified)

* New translations FFmpegOptionsForm.resx (Chinese Simplified)

* New translations ScrollingCaptureForm.resx (Chinese Simplified)

* New translations QRCodeForm.resx (Italian)

* New translations HotkeySettingsForm.resx (Italian)

* New translations ActionsForm.resx (Chinese Simplified)

* New translations ImageHistoryForm.resx (Italian)

* New translations DownloaderForm.resx (Italian)

* New translations UpdateCheckerLabel.resx (Italian)

* New translations UpdateMessageBox.resx (Italian)

* New translations Resources.resx (Italian)

* New translations HistoryForm.resx (Italian)

* New translations HistoryItemInfoForm.resx (Italian)

* New translations Resources.resx (Italian)

* New translations PrintTextForm.resx (Italian)

* New translations ImageEffectsForm.resx (Italian)

* New translations ImageCombinerForm.resx (Italian)

* New translations VideoThumbnailerForm.resx (Italian)

* New translations Resources.resx (Italian)

* New translations Resources.resx (Italian)

* New translations PrintForm.resx (Italian)

* New translations ExportImportControl.resx (Italian)

* New translations MyPictureBox.resx (Italian)

* New translations DNSChangerForm.resx (Italian)

* New translations ClipboardContentViewer.resx (Italian)

* New translations DebugForm.resx (Italian)

* New translations ErrorForm.resx (Italian)

* New translations HashCheckForm.resx (Italian)

* New translations InputBox.resx (Italian)

* New translations MonitorTestForm.resx (Italian)

* New translations FFmpegOptionsForm.resx (Italian)

* New translations FirstTimeConfigForm.resx (Italian)

* New translations ActionsToolbarEditForm.resx (Italian)

* New translations UserPassBox.resx (Italian)

* New translations Resources.resx (Italian)

* New translations HotkeySelectionControl.resx (Italian)

* New translations AboutForm.resx (Italian)

* New translations ActionsForm.resx (Italian)

* New translations AfterCaptureForm.resx (Italian)

* New translations TwitterTweetForm.resx (Italian)

* New translations AfterUploadForm.resx (Italian)

* New translations ApplicationSettingsForm.resx (Italian)

* New translations AutoCaptureForm.resx (Italian)

* New translations BeforeUploadForm.resx (Italian)

* New translations ClipboardFormatForm.resx (Italian)

* New translations EncoderProgramForm.resx (Italian)

* New translations FileExistForm.resx (Italian)

* New translations UploadersConfigForm.resx (Italian)

* New translations ResponseForm.resx (Italian)

* New translations Resources.resx (Italian)

* New translations ScrollingCaptureForm.resx (Italian)

* New translations TextDrawingInputBox.resx (Italian)

* New translations WebpageCaptureForm.resx (Italian)

* New translations AccountTypeControl.resx (Italian)

* New translations AccountsControl.resx (Italian)

* New translations OAuthControl.resx (Italian)

* New translations FTPClientForm.resx (Italian)

* New translations EmailForm.resx (Italian)

* New translations JiraUpload.resx (Italian)

* New translations OAuthWebForm.resx (Italian)

* New translations AboutForm.resx (Chinese Simplified)

* New translations ActionsToolbarEditForm.resx (Chinese Simplified)

* New translations StickerForm.resx (Korean)

* New translations TaskSettingsForm.resx (Dutch)

* New translations MainForm.resx (Dutch)

* New translations QRCodeForm.resx (Dutch)

* New translations ScreenColorPicker.resx (Dutch)

* New translations ScreenRecordForm.resx (Dutch)

* New translations FirstTimeConfigForm.resx (Dutch)

* New translations VideoEncodersForm.resx (Dutch)

* New translations WatchFolderForm.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations ColorPickerForm.resx (Korean)

* New translations GradientPickerForm.resx (Korean)

* New translations HotkeySettingsForm.resx (Dutch)

* New translations FileExistForm.resx (Dutch)

* New translations AboutForm.resx (Dutch)

* New translations TwitterTweetForm.resx (Dutch)

* New translations UploadersConfigForm.resx (Dutch)

* New translations UserPassBox.resx (Dutch)

* New translations Resources.resx (Dutch)

* New translations HotkeySelectionControl.resx (Dutch)

* New translations ActionsForm.resx (Dutch)

* New translations EncoderProgramForm.resx (Dutch)

* New translations AfterCaptureForm.resx (Dutch)

* New translations AfterUploadForm.resx (Dutch)

* New translations ApplicationSettingsForm.resx (Dutch)

* New translations AutoCaptureForm.resx (Dutch)

* New translations BeforeUploadForm.resx (Dutch)

* New translations ClipboardFormatForm.resx (Dutch)

* New translations ExportImportControl.resx (Korean)

* New translations ImageThumbnailerForm.resx (Korean)

* New translations ImageHistoryForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations ImageEffectsForm.resx (Korean)

* New translations DirectoryIndexerForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations ImageCombinerForm.resx (Korean)

* New translations VideoThumbnailerForm.resx (Korean)

* New translations HistoryForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations CanvasSizeForm.resx (Korean)

* New translations EditorStartupForm.resx (Korean)

* New translations FFmpegOptionsForm.resx (Korean)

* New translations ImageSizeForm.resx (Korean)

* New translations NewImageForm.resx (Korean)

* New translations ScrollingCaptureForm.resx (Korean)

* New translations HistoryItemInfoForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations MyPictureBox.resx (Korean)

* New translations HashCheckForm.resx (Korean)

* New translations DNSChangerForm.resx (Korean)

* New translations ClipboardContentViewer.resx (Korean)

* New translations DebugForm.resx (Korean)

* New translations ErrorForm.resx (Korean)

* New translations InputBox.resx (Korean)

* New translations UpdateMessageBox.resx (Korean)

* New translations MonitorTestForm.resx (Korean)

* New translations PrintForm.resx (Korean)

* New translations PrintTextForm.resx (Korean)

* New translations Resources.resx (Korean)

* New translations DownloaderForm.resx (Korean)

* New translations UpdateCheckerLabel.resx (Korean)

* New translations ResponseForm.resx (Dutch)

* New translations OCRSpaceForm.resx (Dutch)

* New translations AfterCaptureForm.resx (Chinese Simplified)

* New translations Resources.resx (Chinese Simplified)

* New translations ColorPickerForm.resx (Dutch)

* New translations GradientPickerForm.resx (Dutch)

* New translations ExportImportControl.resx (Dutch)

* New translations VideoEncodersForm.resx (Chinese Simplified)

* New translations MyPictureBox.resx (Dutch)

* New translations DNSChangerForm.resx (Dutch)

* New translations ClipboardContentViewer.resx (Dutch)

* New translations DebugForm.resx (Dutch)

* New translations ErrorForm.resx (Dutch)

* New translations WatchFolderForm.resx (Chinese Simplified)

* New translations InputBox.resx (Dutch)

* New translations FileExistForm.resx (Chinese Simplified)

* New translations AfterUploadForm.resx (Chinese Simplified)

* New translations ApplicationSettingsForm.resx (Chinese Simplified)

* New translations AutoCaptureForm.resx (Chinese Simplified)

* New translations BeforeUploadForm.resx (Chinese Simplified)

* New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-29 23:04:35 +03:00
Jaex 7cb1cd8ecf
New Crowdin translations (#3260)
* New translations ColorPickerForm.resx (Turkish)

* New translations PuushLoginForm.resx (Turkish)

* New translations AboutForm.resx (Turkish)

* New translations NewsListControl.resx (Turkish)

* New translations HotkeySelectionControl.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations UserPassBox.resx (Turkish)

* New translations UploadersConfigForm.resx (Turkish)

* New translations TwitterTweetForm.resx (Turkish)

* New translations ResponseForm.resx (Turkish)

* New translations OCRSpaceForm.resx (Turkish)

* New translations ActionsToolbarEditForm.resx (Turkish)

* New translations OAuthWebForm.resx (Turkish)

* New translations JiraUpload.resx (Turkish)

* New translations EmailForm.resx (Turkish)

* New translations FTPClientForm.resx (Turkish)

* New translations OAuthControl.resx (Turkish)

* New translations AccountsControl.resx (Turkish)

* New translations AccountTypeControl.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations ActionsForm.resx (Turkish)

* New translations AfterCaptureForm.resx (Turkish)

* New translations TextDrawingInputBox.resx (Turkish)

* New translations QRCodeForm.resx (Turkish)

* New translations WatchFolderForm.resx (Turkish)

* New translations VideoEncodersForm.resx (Turkish)

* New translations TextUploadForm.resx (Turkish)

* New translations TaskSettingsForm.resx (Turkish)

* New translations ScreenRecordForm.resx (Turkish)

* New translations ScreenColorPicker.resx (Turkish)

* New translations QuickTaskMenuEditorForm.resx (Turkish)

* New translations QuickTaskInfoEditForm.resx (Turkish)

* New translations MainForm.resx (Turkish)

* New translations AfterUploadForm.resx (Turkish)

* New translations HotkeySettingsForm.resx (Turkish)

* New translations FirstTimeConfigForm.resx (Turkish)

* New translations FileExistForm.resx (Turkish)

* New translations EncoderProgramForm.resx (Turkish)

* New translations ClipboardFormatForm.resx (Turkish)

* New translations BeforeUploadForm.resx (Turkish)

* New translations AutoCaptureForm.resx (Turkish)

* New translations ApplicationSettingsForm.resx (Turkish)

* New translations WebpageCaptureForm.resx (Turkish)

* New translations StickerPackForm.resx (Turkish)

* New translations GradientPickerForm.resx (Turkish)

* New translations ClipboardContentViewer.resx (Turkish)

* New translations PrintTextForm.resx (Turkish)

* New translations PrintForm.resx (Turkish)

* New translations OutputBox.resx (Turkish)

* New translations MonitorTestForm.resx (Turkish)

* New translations InputBox.resx (Turkish)

* New translations HashCheckForm.resx (Turkish)

* New translations ErrorForm.resx (Turkish)

* New translations DebugForm.resx (Turkish)

* New translations DNSChangerForm.resx (Turkish)

* New translations DownloaderForm.resx (Turkish)

* New translations TabToTreeView.resx (Turkish)

* New translations TabToListView.resx (Turkish)

* New translations MyPictureBox.resx (Turkish)

* New translations LabeledNumericUpDown.resx (Turkish)

* New translations LabeledComboBox.resx (Turkish)

* New translations ExportImportControl.resx (Turkish)

* New translations DoubleLabeledNumericUpDown.resx (Turkish)

* New translations UpdatePanel.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations UpdateCheckerLabel.resx (Turkish)

* New translations StickerForm.resx (Turkish)

* New translations ImageThumbnailerForm.resx (Turkish)

* New translations ScrollingCaptureForm.resx (Turkish)

* New translations NewImageForm.resx (Turkish)

* New translations ImageSizeForm.resx (Turkish)

* New translations FFmpegOptionsForm.resx (Turkish)

* New translations EditorStartupForm.resx (Turkish)

* New translations CanvasSizeForm.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations VideoThumbnailerForm.resx (Turkish)

* New translations ImageCombinerForm.resx (Turkish)

* New translations UpdateMessageBox.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations DirectoryIndexerForm.resx (Turkish)

* New translations ImageEffectsForm.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations ImageHistoryForm.resx (Turkish)

* New translations HistoryItemInfoForm.resx (Turkish)

* New translations HistoryForm.resx (Turkish)

* New translations Resources.resx (Turkish)

* New translations Resources.resx (Turkish)
2018-03-29 01:22:50 +03:00
Jaex 6b4a7002f3 Added confirmation message box for unsaved changes when user close image editor by pressing X button, Esc key or right click 2018-03-27 17:35:00 +03:00
Jaex a68245bffd Removed region capture F1 tips, removed unused region capture simple annotate form 2018-03-26 18:31:48 +03:00
Jaex 3e139d69e5 Added keybinds to image editor tooltips 2018-03-26 17:06:53 +03:00
Jaex f527bbf715 Removed WASD support because it conflicts with tool keybinds 2018-03-26 16:21:39 +03:00
Jaex 56365e3845 Added keybinds for image editor tasks 2018-03-26 16:18:35 +03:00
Charles Milette a893f905dd
Add more shortcuts 2018-03-25 15:23:17 -04:00
Charles Milette 85353751bd
Add greenshot-like shortcuts to the region capture mode and image editor 2018-03-25 11:00:16 -04:00
Jaex c15204caa5 Add Blob Emoji folder to initial config 2018-03-16 22:58:51 +03:00
Jaex 4519630950 Fix dialog related issues 2018-03-16 22:46:34 +03:00
Jaex f84ff99f4f Added Blob Emoji pack 2018-03-16 21:14:50 +03:00
Jaex 3f9df9b990 fixed #3136: Hide FFmpeg test button on Windows Store build 2018-03-04 02:12:17 +03:00
Jaex c33bc4844f CodeMaid cleanup 2018-03-01 01:52:11 +03:00
Jaex 54a7d80d2f fixed #1868: Upgrade .NET Framework version to 4.6.2 2018-02-28 13:04:37 +03:00
Jaex 8f81068e07 Holding ctrl while using image file tool will use last image file instead of opening file dialog 2018-02-22 13:27:54 +03:00
Jaex 8311c79ba8 Ignore region hover in sticker tool 2018-02-22 02:44:25 +03:00
Jaex 677ed9f95d Holding ctrl while using sticker tool will use last sticker instead of opening sticker picker 2018-02-22 02:11:18 +03:00
Jaex 636c57f071 In image editor clipboard paste also gonna support image files 2018-02-15 14:27:25 +03:00
Jaex 29886ecba1 In editor startup form also check for image files in clipboard 2018-02-15 14:09:58 +03:00
Jaex 586bebf336 Hide shadow color when not useable 2018-02-15 00:52:07 +03:00
Jaex 3467f36b8d Added quick sticker mode 2018-02-15 00:04:00 +03:00
Jaex 40afd4a59f Round image resize values 2018-02-12 16:12:26 +03:00
Jaex db98bf7321 Keep aspect ratio while resizing sticker 2018-02-08 11:16:19 +03:00
Jaex 98d2ad63eb Use absolute folder path 2018-02-08 10:03:28 +03:00
Jaex bf8a826f77 When searching make sure there is any stickers 2018-02-08 09:46:18 +03:00
Jaex 9589820ae5 Only add sticker pack if folder is selected 2018-02-08 09:33:49 +03:00
Jaex db1c8c978b UpdateStickerPacks changes 2018-02-07 15:15:20 +03:00
Jaex 7b6b40d112 Remember selected sticker pack 2018-02-07 15:03:45 +03:00
Jaex 30c339dc9e Update control enabled states 2018-02-07 14:45:31 +03:00
Jaex fa04134a00 Sticker pack form is now functional 2018-02-07 14:22:47 +03:00
Jaex 025d0ccbe7 Adding sticker pack form 2018-02-07 14:09:28 +03:00
Jaex ee96cd98fb Move sticker with arrow keys instead of resizing it 2018-02-07 13:50:58 +03:00
Jaex 0bed292339 Allow double click sticker edit 2018-02-07 13:45:56 +03:00
Jaex 9df4ad0a82 While searching if enter pressed then select first sticker 2018-02-06 13:52:08 +03:00
Jaex b595db0e30 Focus search box on shown 2018-02-06 13:23:23 +03:00
Jaex 9536a37dbc Added sticker packs option 2018-02-06 13:16:42 +03:00
Jaex 7f5d448c4c Use ImageEditorInterpolationMode.NearestNeighbor for sticker 2018-02-06 12:59:10 +03:00
Jaex 4e7b076719 Remember sticker size 2018-02-06 12:39:42 +03:00
Jaex 44a6a884be Added sticker icon 2018-02-06 11:32:13 +03:00
Jaex 026e2fa9c9 Added sticker tool 2018-02-06 11:25:15 +03:00
Jaex d10bfb6f11 Added search functionality 2018-02-06 09:49:08 +03:00
Jaex 556d6b100f Added ToolStripNumericUpDown control 2018-02-06 03:56:46 +03:00
Jaex 4cdf93b755 Interim work for sticker form 2018-02-06 03:15:06 +03:00
Jaex 38897b6a53 Added shadow color option 2018-01-30 20:14:28 +03:00
Jaex 574fcefb01 Fix FFmpeg path 2018-01-28 15:29:39 +03:00
Jaex 543203eb29 Remember image effects in editor 2018-01-21 13:12:32 +03:00
Jaex 7c019a19ec Allow to cancel image effects dialog from editor 2018-01-21 01:40:38 +03:00
Jaex b9387701cf fixed #2660: Added "Add image effects" button to image editor menu 2018-01-20 00:36:05 +03:00
Jaex afa273d884 fixed #3074: First crop then apply shapes 2018-01-14 01:17:05 +03:00
L1Q 7bdbd5980b Update Russian translation 2018-01-13 15:43:47 +02:00
L1Q 9ac637242c Improve localization support
Add to resx:
- ImageEditorInterpolationMode enum
- Cplipboard image notice text
- Image editor toolbar items

Move OCR attribution notice to back to prevent overlapping
2018-01-13 15:43:06 +02:00
Jaex 232fe756da Inherit ImageDrawingShape in other image drawing shapes 2018-01-09 15:15:57 +03:00
Jaex d013b862ed Pause editor form before opening dialogs 2018-01-09 13:00:56 +03:00
Fyers c467ba8d9c added some more german translations 2018-01-07 18:11:01 +01:00
Jaex 402c57e952 Change default interpolation mode for performance reasons 2018-01-06 08:48:34 +03:00
Jaex 9d74081df5 Fix image pixel offset 2018-01-06 08:37:18 +03:00
Jaex 95ca97b4f0 Added image interpolation mode option to image editor 2018-01-06 08:30:04 +03:00
Jaex 06ca3f9974 fixed #3053: Add Ctrl + A support to textbox 2018-01-04 00:39:10 +03:00
Jaex 0ecfe7fe52 Fix line endings 2018-01-02 18:58:27 +03:00
Charles Milette 8d9f486f39
Use a SharedAssemblyInfo to minimize duplication 2018-01-01 12:32:18 -05:00
Jaex e81176a839 Merge branch 'master' of github.com:ShareX/ShareX 2018-01-01 17:59:34 +03:00
Jaex b463a16567 Update year 2018-01-01 17:59:14 +03:00
MilkGames ae3f442809 Update/Add Dutch Translations 2018-01-01 15:41:45 +01:00
Jaex cc3a22465d fixed #3039: Added "Insert image from screen" button to editor image menu 2017-12-31 21:39:13 +03:00
Jaex eaad524a89 Show area info text in crop tool 2017-12-31 01:57:13 +03:00
Jaex 2a524e961e Fixed node hover issue 2017-12-27 23:07:54 +03:00
Jaex 4971d98b45 Added step label use letters option 2017-12-27 17:48:51 +03:00
Jaex bb4f2420bc Replace "public" ACL text with "public-read" ACL in S3 tab 2017-12-26 18:01:03 +03:00
Jaex c27c9e2d3a Added cancel button to editor startup form 2017-12-26 17:22:35 +03:00
Jaex 08579e83bd Use form for ShowDialog 2017-12-26 16:54:10 +03:00
Jaex 4f307fce28 Show new image form in startup form 2017-12-26 16:40:36 +03:00
Jaex df8e174d8c Added image editor startup dialog when editor is opened from tools menu 2017-12-26 14:46:29 +03:00
Jaex 54b8d85e87 If editor image is null then show new image dialog 2017-12-25 19:48:41 +03:00
Jaex b4d512374b Draw cross center of crop tool area 2017-12-25 13:37:25 +03:00
Jaex cabab93b05 Added "Crop image" button to editor image menu 2017-12-25 13:00:15 +03:00
Jaex 6e724169cc Added "Insert image" button to editor image menu 2017-12-25 12:18:04 +03:00
Jaex 79fcdf9325 Fix null exception 2017-12-25 10:20:21 +03:00
Jaex 8089aab59c Fix wrong variable name 2017-12-25 09:42:59 +03:00
Jaex 193ec68ad5 Update save image button after change file path 2017-12-25 09:40:32 +03:00
Jaex aace649381 Added "Open image" button to editor image menu 2017-12-24 22:04:12 +03:00
Jaex a34c2087ea Remember new image dialog options 2017-12-24 21:13:06 +03:00
Jaex 5d94a9a6dd Added "New" button to editor image menu 2017-12-24 21:02:08 +03:00
Jaex e3d26cb96f Skip crop tool in region capture 2017-12-24 17:54:39 +03:00
Jaex 9a8d8f0fc5 Added "Auto close editor on task" option 2017-12-24 12:01:16 +03:00
Jaex 8448ec220c Removed .nuget folder because it is not necessary anymore 2017-12-24 10:22:54 +03:00
Jaex 762422d71f
Merge branch 'master' into master 2017-12-23 17:24:11 +03:00
Jaex 328ca6b61d fixed #3015: Removed SevenZipSharp library instead using 7-Zip CLI 2017-12-18 11:20:37 +03:00
Jaex 865fd0bcf9 #3008: Added image editor events 2017-12-17 10:30:39 +03:00
Jaex 4f1b2f16c0 Use darker button color for depth color instead of black 2017-12-17 08:56:58 +03:00
Jaex 1b5f446a6d Added MouseEnter, MouseLeave events to DrawableObject, show hand cursor for buttons 2017-12-15 03:32:41 +03:00
Jaex f2bb4d7f6f If crop buttons out of client area then move them to inside crop rectangle 2017-12-13 23:03:06 +03:00
Jaex 0f23bf1018 Fixed rectangle limit 2017-12-13 02:22:24 +03:00
Jaex 91f203cd35 Limit crop rectangle to inside canvas 2017-12-13 02:02:00 +03:00
Jaex 8eaa3b198e Auto crop won't automatically crop without user confirmation 2017-12-13 01:19:52 +03:00
Jaex 4fb70e864a Added button hover state 2017-12-13 00:37:38 +03:00
Jaex adb2fdc713 Move confirm button to left, wider buttons 2017-12-12 20:18:43 +03:00
Jaex e7d3aabb2a Added crop cancel button 2017-12-12 20:06:06 +03:00
Jaex 2c4943234f Added mouse events to DrawableObject, if object clicked then handle mouse input, crop confirm button works now 2017-12-12 19:12:25 +03:00
Jaex e1a86be0fa Moved DrawableObjects to ShapeManager, adding confirm button to crop tool 2017-12-12 18:50:02 +03:00
Jaex b6755df7af Added BaseTool which will limit only single tool to be visible on screen and auto clear it when changing tool 2017-12-12 18:17:38 +03:00
Jaex 0a9a479264 Small DrawableObject changes 2017-12-10 15:44:02 +03:00
Jaex 4085e5a5e4 Added position to mouse methods 2017-12-10 13:49:16 +03:00
Jaex 5ce01cd2be Added mouse pressed/released methods to DrawableObject 2017-12-10 13:27:49 +03:00
Jaex fa6b20a8fd Refactor ScrollbarManager class 2017-12-10 12:45:39 +03:00
L1Q b90d4885ec Add scrollbar fade effect 2017-12-09 22:44:49 +02:00
Jaex 6c1047eab8 Added ScrollbarManager 2017-12-08 17:21:44 +03:00
Jaex fbf5f88ce1
Merge pull request #2987 from L1Q/master
Improve panning scrollbars
2017-12-08 16:43:06 +03:00
L1Q 35b4f3765f Improve panning scrollbars
- fix rounding errors
- change padding method
2017-12-08 15:40:52 +02:00
Jaex d9200a6fb1 Change scroll bar colors 2017-12-08 15:03:50 +03:00
L1Q e554c819ce Limit panning based on 25% of client area instead of 100px 2017-12-08 12:44:01 +02:00
Jaex 439ce0c2ed Change font size unit 2017-12-07 23:21:55 +03:00
Jaex d37fc01726 Added font size option to step tool 2017-12-07 23:17:36 +03:00
Jaex c0fda0ab3e fixed #2974: Allow non URL clipboard text input for QR code form 2017-12-07 16:36:01 +03:00
Jaex 2fa3480b79 Return if scroll bar not necessary 2017-12-07 14:57:18 +03:00
Jaex b29dcf39c2 Few changes to scroll bars to improve visibility 2017-12-07 14:34:29 +03:00
L1Q 71fec869f7 Refactor panning scrollbars
- refactor variable names
- make pens and brushes dispose
2017-12-07 11:17:04 +02:00
L1Q 4275a16f28 Add visual scroll bars for panning 2017-12-06 22:05:02 +02:00
Jaex 96956a0fb9 Fixed small canvas size window centering 2017-12-06 16:05:50 +03:00
Jaex b86a9d6bcc Added resampling option to image size dialog 2017-12-06 10:05:17 +03:00
Jaex 5d57bc40dd Update Mega lib 2017-12-05 20:44:57 +03:00
Jaex 95c9eb48d2
Merge pull request #2980 from 123jimin/master
Modified and added some Korean Translations
2017-12-05 18:49:28 +03:00
Jimin Park 0dfd2dd40d Modified and added some Korean Translations
Also moved two Editor UI literals into a resx file.
2017-12-06 00:44:38 +09:00
Jaex 2674046dce Namespace changes 2017-12-05 17:59:18 +03:00
Jaex 88d362383a Save GIF palette to Tools folder instead of near FFmpeg.exe 2017-12-05 10:27:17 +03:00
Jaex 4a965181b4 Use built in FFmpeg in Windows Store builds 2017-12-05 09:53:04 +03:00
Jaex 8c8134a823
Merge pull request #2972 from 123jimin/autoscale-fix
Removed AutoScaleDimensions assigns for four fullscreen forms
2017-12-04 14:16:59 +03:00
Jimin Park 0495d8d8bc Changed AutoScaleMode of four fullscreen forms to None 2017-12-04 20:16:03 +09:00
Jaex 8102d29ef8 Made auto size start mode default, added auto size to resources 2017-12-04 03:38:36 +03:00
Jaex 1aeae40c6a Change editor minimum size 2017-12-04 03:32:38 +03:00
Jaex b077ea9221 Added image editor auto size start mode which resizing image editor to fit image, if image is too big then window will be maximized 2017-12-03 14:40:16 +03:00
Jaex 525a603cf4 Added canvas parameter to RegionCaptureForm constructor that way no need to use Prepare method 2017-12-03 13:46:19 +03:00
Jimin Park a8e2004f9f Removed AutoscaleDimensions assigns for four fullscreen forms
This fixes the annoying incorrect capture region problem, and I think that this will not cause any significant layout problems for different DPIs.

However, while this works well on my laptop with different text scale settings, it should be checked on different computers as well.
2017-12-03 02:24:06 +09:00
Jaex 45c53600c5
Merge pull request #2968 from MilkGames/master
Add more Dutch Translations
2017-12-01 23:49:06 +03:00
Jaex 793795bebc
Merge pull request #2966 from 123jimin/master
Updated Korean Translations for ShareX
2017-12-01 23:41:38 +03:00
MilkGames fd851692b3 More translations in Dutch 2017-12-01 20:31:58 +01:00
Jimin Park c66a0aa68b Updated ScreenCaptureLib solution file for inclusion of ko-KR translations 2017-12-01 21:11:49 +09:00
Jimin Park 93ac1fc055 Added more Korean Translations for ShareX.ScreenCaptureLib 2017-12-01 21:05:32 +09:00
Jaex 57302f58bf Use Click event instead of MouseDown 2017-12-01 11:08:32 +03:00
Jaex de420e7319 Added paste button to image editor edit menu 2017-12-01 10:58:53 +03:00
Jaex fd5bdaa9ea fixed #2963: Make sure to set initial size on shape paste so proportional resizing can work 2017-12-01 09:33:08 +03:00
Jaex 3215de1fda fixed #2757: Added auto crop image support to image editor 2017-11-28 22:10:45 +03:00
RedMser 1c6ab9f984 Set BackColor of all TabPages to "Window" (used to be Transparent) to fix rendering issues for certain themes. 2017-11-27 20:14:31 +01:00
MilkGames fbd5e91388 add new dutch translations 2017-11-27 19:56:52 +01:00
L1Q 8f8a9e5a1f Translate the panning tip 2017-11-27 04:54:47 +02:00
Jaex a74d510365 Show image pan tip in image editor until first time panned 2017-11-24 17:07:39 +03:00
L1Q 58fc0391bc Update Russian translation 2017-11-21 12:23:51 +02:00
L1Q 7398833c2d Improve translation support
- "Editor start mode"
- ImageEditorStartMode enum
2017-11-21 12:22:55 +02:00
Jaex a4c2fa5a70 Renamed Default start mode to Normal 2017-11-21 12:32:07 +03:00
Jaex 96b1301e3f Don't use proportional resizing for side nodes 2017-11-20 22:31:53 +03:00
Jaex 64cdf85b8d Revert position assignment 2017-11-20 22:31:16 +03:00
Jaex 8d41315c47 Added proportional resizing with resize node support 2017-11-20 21:25:18 +03:00
Jaex 1ba381e251 Interim commit for proportional resizing with resize node 2017-11-20 20:57:47 +03:00
Jaex 68b62f7bde When canvas modified update effect cache 2017-11-18 19:09:10 +03:00
Jaex 7b4204df10 If shape deleted when processing then queue dispose to be executed after processing is finished 2017-11-18 12:33:51 +03:00
Jaex baf77a4069 Make sure effect only cached when all arrow keys released and make sure to not cache when moving with mouse 2017-11-18 11:35:19 +03:00
Jaex 782099c5c8 Avoid effect flicker when moving with keyboard 2017-11-18 10:49:46 +03:00
Jaex 5d1c347644 Fix cache related issues 2017-11-18 10:04:13 +03:00
Jaex 011b587cec Keyboard shape movement also gonna use real time effect preview now 2017-11-17 19:47:11 +03:00
L1Q 87a0c958cf Queue ClearCache 2017-11-17 18:15:20 +02:00
Jaex 8e671348ae Queue processing if it is requested while already processing 2017-11-17 18:50:14 +03:00
Jaex 7f90c61a9d Improvements to async effect processing 2017-11-17 17:57:15 +03:00