Commit Graph

550 Commits

Author SHA1 Message Date
BDisp
3957e022c3 Try to restore the nuget packages. 2020-03-30 20:40:14 +01:00
BDisp
10bd29ba12 Remove System.ValueTuple and added NETStandard.Library to Example project. 2020-03-30 20:08:37 +01:00
BDisp
d6d3d03501 Added System.ValueTuple to Example project. 2020-03-30 19:55:21 +01:00
BDisp
1470506398 Changed the NStack.Core and System.ValueTuple versions. 2020-03-30 19:23:29 +01:00
Miguel de Icaza
df30120196 Use NStack 0.14 2020-03-30 13:30:57 -04:00
Miguel de Icaza
55c91479ea Use NStack 0.14 2020-03-30 13:30:29 -04:00
Miguel de Icaza
8725d25587 Use NStack 0.14 2020-03-30 13:29:54 -04:00
Miguel de Icaza
ee2f2bfa62 Use NStack 0.14 2020-03-30 13:29:23 -04:00
Miguel de Icaza
fd6cb0f0bb Update Designer.csproj
Use Stack 0.14
2020-03-30 13:28:44 -04:00
BDisp
c845cbdaf1 It looks like packages.config files are obsolete. Travis verification test. 2020-03-30 15:49:52 +01:00
BDisp
1e81fb069a Removed unnecessary nugget packages. 2020-03-30 13:04:21 +01:00
Miguel de Icaza
978b3cb43f Merge branch 'master' into all-pull-request-at-once 2020-03-29 23:10:31 -04:00
Daniel Cazzulino
c4509edbae Switch to stable version of .NET framework reference assemblies (#348)
* Switch to stable version of .NET framework reference assemblies

* Bump dotnet to get fix to nuget restore for unsigned packages

Related to https://github.com/NuGet/Home/issues/7574

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

Bump to latest stable
2020-03-29 23:09:53 -04:00
BDisp
82d38e585a Patch for position of the StatusBar 2020-03-30 03:31:13 +01:00
BDisp
72d54f4922 Demo with the StatusBar. 2020-03-30 02:53:39 +01:00
BDisp
8f18255dc0 Added csproj and config files to verify if it won't trigger errors from Travis. 2020-03-30 00:50:31 +01:00
BDisp
82551e4440 Changed demo to reflect the added and changes features. 2020-03-30 00:13:36 +01:00
BDisp
977cea0852 Private keyword dropped in all files and added some documentation. 2020-03-29 23:29:17 +01:00
BDisp
c5d462c83b Simplifying the menu with better performance. 2020-03-29 23:06:39 +01:00
BDisp
3bba288ad5 Added features to TextField like mouse selection with copy, cut and paste shortcut keys. Now it's possible to use the combination of the Alt+Control+delta keys. It also be possible use special characters like €. 2020-03-29 22:34:00 +01:00
BDisp
4a0f4e3730 Added StatusBar from pr #201 with a little change. 2020-03-29 21:59:13 +01:00
BDisp
040b7d2c86 Fixes a bug in the label 2020-03-29 21:57:20 +01:00
BDisp
7b5ac94ca1 Remove unnecessary SetNeedsDisplay. 2020-03-29 21:55:31 +01:00
BDisp
9c92b7123c Added more mouse events flags, drag features, toplevel color and more... 2020-03-29 21:50:54 +01:00
BDisp
2ca56a1180 Some more features in mouse and in core. 2020-03-15 00:48:12 +00:00
BDisp
fd3b0edfc5 Menu enhancement that works well, even if the top level has no other views. Working in further feature that if clicked outside of the menu it will closed. 2020-03-14 23:51:46 +00:00
BDisp
c192c0925f Added SetSourceAsync to ListView 2020-03-14 21:59:15 +00:00
BDisp
3c3dcd5bd6 Includes ControlKeyState for all the buttons events. 2020-03-14 17:55:30 +00:00
BDisp
2babe56168 Fixes #349 TextField user typed input no longer fires Changed event. 2020-03-14 09:52:23 +00:00
BDisp
bb579249fb Fixes the extra characters that remains in case the new text length is smaller than the older. 2020-03-13 20:19:05 +00:00
BDisp
e2453079b9 Dragging is already working. TODO: optimize, only SetNeedsDisplay on the before/after regions. 2020-03-13 09:56:56 +00:00
BDisp
5534952cdb Enabled Button Pressed with ReportMousePosition simultaneously. 2020-03-12 21:32:56 +00:00
BDisp
743584a692 Fixes code format. 2020-03-12 20:17:29 +00:00
BDisp
6b4fba7946 Fixes #346 issue with enhancers characters, but it only could be apply after the pull requests at NStack are merged because of the Rune.ColumnWidth error. 2020-03-12 20:05:18 +00:00
BDisp
adadd49a47 Fixes #343 - Added AllowsMultipleSelection to the ListView 2020-03-12 11:59:27 +00:00
BDisp
7e0954e67c Fixed a bug with the timer when dragging. 2020-03-11 21:44:53 +00:00
BDisp
72d6b1f885 Added support for Button Triple Clicked too. FileDialog changed to deal with ButtonClicked. 2020-03-11 21:10:06 +00:00
BDisp
1c1502cdb8 Changed the default for RightmostButtonPressed to Button4 and enabled clicked-drag 2020-03-11 14:09:28 +00:00
BDisp
c0f7dc5ef6 Failure behavior solved. It was a threading safe issue. Driver.Wakeup () moved to the Post method on MainLoopSyncContext class solved it. 2020-03-11 03:17:02 +00:00
BDisp
6dfdf13603 Fixed some bugs with the mouse event and text selection, copy, cut and paste. There is still a random failure in the mouse events that lock on button released and only trigger button clicked after moving the mouse. 2020-03-11 02:46:22 +00:00
BDisp
36068f0b6e Removed duplicated Attribute Disabled property 2020-03-10 14:47:39 +00:00
BDisp
e5059b9e60 Merged from textfield-text-selection 2020-03-10 14:40:26 +00:00
BDisp
6cf5ba8fea Merged from scrollview-content-views 2020-03-10 14:27:34 +00:00
BDisp
f40a1e91e6 Merge branch 'repaint-radiogroup' into all-pull-request-at-once 2020-03-10 14:25:02 +00:00
BDisp
ca9767c8f4 Merged from redraw-when-setting-coordinates 2020-03-10 14:24:29 +00:00
BDisp
2b9285b456 Merged from rectangle-drawing 2020-03-10 14:06:57 +00:00
BDisp
e43f6acdf9 Merged from menu-with-submenus 2020-03-10 14:04:06 +00:00
BDisp
40b5a1a801 Merge branch 'filedialog-features' into all-pull-request-at-once 2020-03-10 13:55:43 +00:00
BDisp
08d206ce75 Merged from datefield-cultureinfo 2020-03-10 13:54:33 +00:00
BDisp
a221ed0b95 Merge branch 'colors-features' into all-pull-request-at-once 2020-03-10 13:45:51 +00:00