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 (Expand)Author
2013-12-03Add WPF test image filesLluis Sanchez
2013-12-03Add missing test filesLluis Sanchez
2013-12-02Fixed rendering of 9-patch images in retina resolutionLluis Sanchez
2013-12-01Added unit tests for 9-patch imagesLluis Sanchez
2013-11-28Add support for 9-patch imagesLluis Sanchez
2013-11-24[Max] Fix several Label alignment issuesLluis Sanchez
2013-11-23Fix some unit testsLluis Sanchez
2013-11-23[Mac] Minor fix in unit testsLluis Sanchez
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 nor...Jérémie Laval
2013-11-14The Imrpove WindowFrame.CloseLluis Sanchez
2013-11-14Fixes to match new closing event behavior for DialogLluis Sanchez
2013-11-14[WPF] Window close event fixesLluis Sanchez
2013-11-14[Mac] Fixes for the closing event unit testsLluis Sanchez
2013-11-14Window and dialog closing improvementsLluis Sanchez
2013-11-14Fix anchor parsing issue in FormattedTextLluis Sanchez
2013-11-13[GTK] Another fix for label alignmentLluis Sanchez
2013-11-12[GTK] Fixed label alignment when in wrapping modeLluis Sanchez
2013-10-11Added support for internal childrenLluis Sanchez
2013-09-18Track api changesLluis Sanchez
2013-09-18No more <SubType>Component</SubType> in VSLluis Sanchez
2013-08-30Added tests for Width and Height RequestLluis Sanchez
2013-07-31Change Matrix transform order to Prependhywel
2013-07-30[Tests] Don't add the test assembly if it has already been providedLluis Sanchez
2013-07-28[Drawing API] Add ModifyCTM (Matrix m) to Xwt.Drawing.Context APIhwthomas
2013-07-28Fix GtkTestRunner so that test assembly is added to NUnit argshwthomas
2013-06-12Run container tests for ExpanderLluis Sanchez
2013-06-12Remove duplicated files from project fileLluis Sanchez
2013-06-07Track api changes in Slider APILluis Sanchez
2013-06-07Added more tests to verify widget placementLluis Sanchez
2013-06-07Cosmetic fix in testLluis Sanchez
2013-06-07Enable ComboBoxEntry testsLluis Sanchez
2013-06-06Add a bunch of unit testsLluis Sanchez
2013-06-03Fix warningsLluis Sanchez
2013-06-03Rename some properties and methods in SizeConstraintLluis Sanchez
2013-06-03[Mac] Fix window content sizing issueLluis Sanchez
2013-06-03Fix issue with reference image selectorLluis Sanchez
2013-06-03Fix some unit testsLluis Sanchez
2013-06-03[WPF] Implement the unit test runnerLluis Sanchez
2013-05-31[Mac] Added some test reference imagesLluis Sanchez
2013-05-31Add window sizing unit testsLluis Sanchez
2013-05-30Reorganized unit test suiteLluis Sanchez
2013-05-30Fix typoLluis Sanchez
2013-05-24More changes to move expansion and alignment properties to WidgetLluis Sanchez
2013-05-21Fix some unit testsLluis Sanchez
2013-05-21[Mac] Updated reference test imagesLluis Sanchez
2013-05-03Removed dummyWindow. Issuse should be sovled in future with Xwt.Application.S...David Karlaš
2013-05-02Copied 4 pngs from Testing/Test/ReferenceImages to Testing/WpfTestRunner/Refe...David Karlaš
2013-05-02WPFTestRunner bug bypass with dummyWindowDavid Karlaš
2013-04-26Add tests for image pattern with alphaunknown-user