Commit Graph

2987 Commits

Author SHA1 Message Date
Charlie Kindel
76dd8a70d4 more doc improvements 2022-10-21 16:03:30 -06:00
Charlie Kindel
138d0dacd1 made code clearer 2022-10-21 11:03:28 -06:00
Charlie Kindel
4ef36560d7 made code clearer 2022-10-21 10:52:41 -06:00
Charlie Kindel
f3e7042077 added constants to MenuBar 2022-10-21 08:47:09 -06:00
Charlie Kindel
d93a247a4d documenting behavior 2022-10-21 08:12:26 -06:00
Charlie Kindel
99ab16d111 Merge branch 'develop' into fix_2109_menubar_spacing 2022-10-20 20:02:36 -06:00
Tig
9e5137fca7 Merge pull request #2101 from pavkam/cleanup_3
Simplify MakePrintable by using AND and avoiding converting to string
2022-10-20 19:01:56 -07:00
Tig
c0da5a4079 Merge branch 'develop' into cleanup_3 2022-10-20 18:58:51 -07:00
Tig
f155069b70 Merge pull request #2082 from BDisp/wsl-clipboard-unit-tests-fix
Fixes #2081. Clipboard unit tests sometimes fail with WSL.
2022-10-20 18:57:54 -07:00
Charlie Kindel
5aebe14a64 removed test code from Notepad 2022-10-20 17:57:35 -06:00
Charlie Kindel
40df03d3e3 Finished refactoring tests 2022-10-20 17:56:08 -06:00
Charlie Kindel
eb7fe9f126 further progress 2022-10-20 15:38:50 -06:00
BDisp
c3ff978b54 Merge branch 'develop' into wsl-clipboard-unit-tests-fix 2022-10-20 18:47:04 +01:00
BDisp
54934cdc78 Added some documentation into the testenvironments.json file. 2022-10-20 18:43:48 +01:00
Charlie Kindel
3fd6f68b4a Merge branch 'develop' into fix_2109_menubar_spacing 2022-10-20 09:44:55 -06:00
Tig
c48ad0dd28 Merge pull request #2112 from tig/View_docs_mention_Label
Fixes tons of little `View` API doc typos
2022-10-20 08:44:25 -07:00
Charlie Kindel
52e6d10d84 Fixed tons of little doc typos 2022-10-20 09:37:05 -06:00
Tig
b3ef79ccf5 Merge pull request #2104 from BDisp/view-clear-background
Fixes 2094. View does not clear it's background.
2022-10-20 07:37:24 -07:00
Charlie Kindel
af4306ca07 Merge branch 'develop' into fix_2109_menubar_spacing 2022-10-20 08:34:37 -06:00
Tig
ac6f7756b7 Merge branch 'develop' into view-clear-background 2022-10-20 07:30:09 -07:00
Tig
350f1eb517 Merge branch 'develop' into cleanup_3 2022-10-20 07:23:12 -07:00
Tig
a108590969 Merge pull request #2098 from pavkam/cleanup_1
Cleanups up and fixes docs in View class.
2022-10-20 07:22:56 -07:00
Tig
ab9dc99b8d Merge branch 'develop' into wsl-clipboard-unit-tests-fix 2022-10-20 07:18:40 -07:00
Charlie Kindel
1b4cd61f84 Merge branch 'develop' into fix_2109_menubar_spacing 2022-10-20 08:16:34 -06:00
Charlie Kindel
c15d9bcc57 refactoring menutests 2022-10-20 08:15:54 -06:00
Tig
13572955f7 Merge pull request #2083 from tznind/fix-deadlock
Fixes #2073. Fixes regression introduced in v1.8.2: Nesting `MainLoop.Invoke` deadlocks
2022-10-20 07:15:21 -07:00
Tig
7f0f697741 Merge pull request #2107 from tig/tabview_upgrade
Makes Notepad look better and fixes bugs
2022-10-20 07:11:26 -07:00
Charlie Kindel
ddf78ce0f6 fixed shortcut for save as 2022-10-19 17:14:37 -06:00
Charlie Kindel
38242dd1e6 Makes Notepad look better and fixes bugs 2022-10-19 17:00:22 -06:00
Tig
3d16586ddc Merge pull request #2105 from BDisp/tabview-minimum-size-improvement
Improves the TabView minimum size and added more unit tests.
2022-10-19 15:20:07 -07:00
BDisp
da748f316b Merge branch 'develop' into wsl-clipboard-unit-tests-fix 2022-10-19 21:51:35 +01:00
BDisp
769f5c8091 Improves the TabView minimum size and added more unit tests. 2022-10-19 20:59:10 +01:00
BDisp
46ff335836 Fix unit tests. 2022-10-19 20:46:12 +01:00
BDisp
516e7e25de Fixes 2094. View does not clear it's background. 2022-10-19 20:24:03 +01:00
Tig
a823b622ab Merge pull request #2100 from tznind/cancel-mouse-nonbreaking
Fixes #2096. Makes RootMouseEvent cancellable
2022-10-19 11:52:54 -07:00
Thomas
28560cab85 Merge branch 'cancel-mouse-nonbreaking' of https://github.com/tznind/gui.cs into cancel-mouse-nonbreaking 2022-10-19 19:49:57 +01:00
tznind
832874df86 Merge branch 'cancel-mouse-nonbreaking' of https://github.com/tznind/gui.cs into cancel-mouse-nonbreaking 2022-10-19 19:49:33 +01:00
tznind
dd67b843de Merge branch 'cancel-mouse-nonbreaking' of https://github.com/tznind/gui.cs into cancel-mouse-nonbreaking 2022-10-19 15:48:08 +01:00
tznind
711d4d739e Updated docs and made MouseEvent fields into properties for futureproofing and consistency 2022-10-19 15:47:57 +01:00
Thomas Nind
b6f6396c71 Merge branch 'develop' into cancel-mouse-nonbreaking 2022-10-19 14:23:25 +01:00
tznind
b20483cc68 Change MouseEvent to a mutable class (previously struct) and added Handled 2022-10-19 13:57:53 +01:00
Alexandru Ciobanu
3e19bf70ed Correct for the comments on the PR and removed two unused imports. 2022-10-19 13:55:34 +01:00
Tig
0368b98d83 Merge branch 'develop' into cleanup_1 2022-10-19 05:44:09 -07:00
Tig
f68cc7a85f Merge branch 'develop' into cleanup_3 2022-10-19 05:43:55 -07:00
Alexandru Ciobanu
441960e25e Added two unit tests to check for the MakePrintable cases. 2022-10-19 13:41:02 +01:00
Tig Kindel
5a0d6e7805 Merge pull request #2099 from pavkam/cleanup_2
Added Rider/Resharper IDE settings (formatting, style)
2022-10-19 03:56:35 -07:00
Alexandru Ciobanu
76dab4ad0b Simplify MakePrintable by using AND and avoiding converting to string and back. 2022-10-19 09:37:52 +01:00
tznind
67839d108a Fix copy/paste error in SuppressKey test 2022-10-19 07:52:13 +01:00
tznind
20856f0ce0 Non breaking implementation of cancellable root mouse events 2022-10-19 07:46:52 +01:00
Alexandru Ciobanu
43d89b119a Added Rider/Resharper settings file that enforces the formatting and code rules. 2022-10-18 21:16:02 +01:00