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
2018-03-05Set LangVersion to C# 6Vsevolod Kukol
2017-10-05[Gtk] Add TextIndexer testsVsevolod Kukol
2017-02-15Fix incorrectly named test 9-patch imagesLluis Sanchez Gual
2017-02-15GtkTestRunner must be a 32bit appLluis Sanchez Gual
2015-09-21Fixup release configsMarius Ungureanu
2015-02-18Add NUnit from NuGet, remove local NUnit libsVsevolod Kukol
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.
2014-04-03Flush project changesLluis Sanchez Gual
2014-02-19Added scroll controls to ScrollViewLluis Sanchez Gual
Also added scrolling unit tests
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
2013-12-04Merge branch 'close-window-fixes'Lluis Sanchez
Conflicts: Testing/GtkTestRunner.csproj Testing/WpfTestRunner.csproj
2013-12-02Fixed rendering of 9-patch images in retina resolutionLluis Sanchez
2013-12-01Added unit tests for 9-patch imagesLluis Sanchez
Also fixed some rendering issues in gtk.
2013-11-22[tests] Move Gtk specific unit-tests in their own folderJérémie Laval
2013-11-22[BackendHost] When setting a custom backend, call OnBackendCreated to let ↵Jérémie Laval
normal processing happen. This fixes NativeWindowFrame screen bounds property.
2013-11-14Window and dialog closing improvementsLluis Sanchez
Add Closed event to Window. Properly handle closing of dialogs. A dialog is now always "closed" when Respond is called. The CloseRequested and Closed events are fired. A respond can be canceled by a CloseRequested handler. Added unit tests to verify all this semantic.
2013-11-14Fix anchor parsing issue in FormattedTextLluis Sanchez
When parsing an anchor element, allow relative uris. Added unit tests for FormattedText and LinkLabel.
2013-10-11Added support for internal childrenLluis Sanchez
Internal children of a container are not included in the children list and the parent hierarchy chain. Internal children are useful for implementing containers that depend on other containers to lay out widgets.
2013-09-18No more <SubType>Component</SubType> in VSLluis Sanchez
2013-07-30[Tests] Don't add the test assembly if it has already been providedLluis Sanchez
2013-06-12Remove duplicated files from project fileLluis Sanchez
2013-06-06Add a bunch of unit testsLluis Sanchez
2013-05-30Reorganized unit test suiteLluis Sanchez
We now have a test assembly for each platform, and code is shared in the different projects.