Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-31[Mac][Tests] Change the MacTestRunner project type to XamMacVsevolod Kukol
2018-11-27Adds compatibility for sizes in PT in markupJose Medrano
2018-11-27Adds fontsize to spanJose Medrano
2018-09-22Set the TargetFrameworkVersion to v4.6.1 when building in MonoDevelop.Kirill Osenkov
2018-03-05Set LangVersion to C# 6Vsevolod Kukol
2018-02-05Fixed ITreeDataSource support in Gtk.TreeViewLluis Sanchez
The fix implements caching of indexes, to avoid scanning child lists every time an index is required. Fixed Gtk.TreeViewBacked, which didn't support custom TreePosition implementations. Added new sample.
2017-10-05[Gtk] Add TextIndexer testsVsevolod Kukol
2017-10-02Added some test descriptions and removed unused codeLluis Sanchez
2017-10-02Fix some context switching issuesLluis Sanchez
Make sure that the original sync context is restored after invoking on a specific toolkit. Also added some unit tests.
2017-09-26ExTreeView: Don't try to explicitly render virtualized itemsAlexander Sorokin
this fixes https://bugzilla.xamarin.com/show_bug.cgi?id=58917
2017-09-07Add tests for new TextLayout.TextAlignment propertyAlex Corrado
2017-09-07[Mac] Don't include trailing whitespace when calculating line widthAlex Corrado
Pango doesn't appear to do this, so this causes the Mac rendering to be closer to Gtk.
2017-02-17[Mac] Fix incorrectly named test 9-patch imagesVsevolod Kukol
2017-02-15Merge pull request #645 from mono/fix-special-font-name-parsingLluis Sanchez
Fix special font name parsing and font unit tests
2017-02-15[Test] Add unit tests for special font name supportVsevolod Kukol
Test the Font.FromName parser optimization introduced in mono/xwt@68d967199fc5e689de6b3a8b944d11eea048212d (https://github.com/mono/xwt/pull/544)
2017-02-15Fix font rendering unit testLluis Sanchez Gual
2017-02-15Fix incorrectly named test 9-patch imagesLluis Sanchez Gual
2017-02-15Update test imagesLluis Sanchez Gual
2017-02-15GtkTestRunner must be a 32bit appLluis Sanchez Gual
2017-02-15Test runners now return an error codeLluis Sanchez Gual
2017-02-15Allow running the unit tests without the image verifierLluis Sanchez Gual
2017-02-12[Mac] Map ToolkitType.Cocoa to Xwt.XamMacVsevolod Kukol
2017-02-08Add ParentBounds and WindowBoundsVsevolod Kukol
The new ParentBounds and WindowBounds properties and point conversion methods make it possible to retrieve bounds and coordinates relative to a parent widget or the root window of a widget.
2016-03-16Reference the 64bit version of Xamarin.MacJeffrey Stedfast
2015-09-21Fixup release configsMarius Ungureanu
2015-02-26Merge remote-tracking branch 'origin/master' into merge-xammacJérémie Laval
2015-02-19Fix Mac backendLluis Sanchez Gual
Used conditional compilation to make all mac files compilable both for MonoMac and Xamarin.Mac
2015-02-18Merge branch 'master' into xammac-unifiedLluis Sanchez Gual
Conflicts: Xwt.Mac/Xwt.Mac.CellViews/ICellSource.cs Xwt.Mac/Xwt.Mac.csproj Xwt.Mac/Xwt.Mac/AlertDialogBackend.cs Xwt.Mac/Xwt.Mac/ButtonBackend.cs Xwt.Mac/Xwt.Mac/LabelBackend.cs Xwt.Mac/Xwt.Mac/PopoverBackend.cs Xwt.Mac/Xwt.Mac/SliderBackend.cs Xwt.Mac/Xwt.Mac/TableViewBackend.cs Xwt.Mac/Xwt.Mac/Util.cs Xwt.Mac/Xwt.Mac/WidgetView.cs Xwt.XamMac/Xwt.XamMac.csproj
2015-02-18Add NUnit from NuGet, remove local NUnit libsVsevolod Kukol
2015-02-13[TEST] initialize ReferenceImageManager on NUnit SetUpVsevolod Kukol
2015-02-13[TEST] add RequiresSTA attribute for Wpf testsVsevolod Kukol
tells nunit-console to create an STA thread when running WPF tests.
2015-02-13[TEST] Add nunit-console supportVsevolod Kukol
nunit-console does not call the applications main method. Application.Initialize() should be called from a separate SetUpFixture to ensure correct initialization.
2015-01-18[Test] Added tests for window initial location and sizeDavid Karlaš
2014-05-28[Mac] Port to Xamarin.Mac 2.0Michael Hutchinson
2014-05-28Add newly generated reference imagesMichael Hutchinson
2014-04-03Flush project changesLluis Sanchez Gual
2014-02-24[WPF] Implement new CellView apiLluis Sanchez
2014-02-19Added scroll controls to ScrollViewLluis Sanchez Gual
Also added scrolling unit tests
2014-02-12[WPF] Add new test for TreeViewLluis Sanchez
2014-02-06[Xwt] Have actually complete and working TypeConverter/ValueConverter for Color.Jérémie Laval
2014-01-26Wpf unit test fix to be more like GtkDavid Karlaš
2014-01-25Added Xwt.Gtk.Mac and Xwt.Gtk.Windows support libsLluis Sanchez Gual
2014-01-24[Icons] Reverting my latest three commitsVaclav Vancura
2014-01-24[Icons] Icon TODO reviewVaclav Vancura
2014-01-23Matrix: null-check Equals valuelytico
2013-12-12[WPF] Additional fix for image patternsLluis Sanchez
2013-12-05Misc unit test fixesLluis Sanchez
* FontTests.cs: Added test for font weight rendering * LabelTests.cs: Minor unit test issue * Label.AlignCenterWrappedChangeText.png: Update test images * TransformTests.cs: Use a bigger delta when comparing results, required for Mac.
2013-12-05[Mac] Fixed font unit testsLluis Sanchez
2013-12-04Merge branch 'close-window-fixes'Lluis Sanchez
Conflicts: Testing/GtkTestRunner.csproj Testing/WpfTestRunner.csproj
2013-12-03[WPF] Fixed 9-patch rendering issuesLluis Sanchez
And added tests.