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
2014-04-03Flush project changesLluis Sanchez Gual
2014-03-05[Mac] Fix CanvasBackend QueueDraw (rect) to ensure redrawHywel Thomas
Original code did not cause OnDraw to be called as expected
2014-02-24[WPF] Implement new CellView apiLluis Sanchez
2014-01-30Xwt.Gtk.Windows.WebView implementation.Cody Russell
2014-01-29Add GtkOnWindowsTest project.Cody Russell
2014-01-29Fix Windows 32bit configurationMarius Ungureanu
2014-01-28Fix build on WindowsMarius Ungureanu
2014-01-26Reorganized samplesLluis Sanchez Gual
Moved test app to a subdirectory. Added sample app for XWT runnin on mac.
2014-01-25Added Xwt.Gtk.Mac and Xwt.Gtk.Windows support libsLluis Sanchez Gual
2013-07-29Xwt.sln: MacGtk test no longer included in Linux-Debug configuration.Luís Reis
Updated Checkbox State API.
2013-07-10Add animation classesLluis 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.
2013-04-13Improvements in RadioButtonunknown-user
RadioButtonGroup now has active change events. Added unit tests. Fixes in the GTK backend.
2013-03-07[WPF] Added test runnerLluis Sanchez
2013-02-27Added support for text layout attributes.Mike Krüger
2013-02-15Some more testing infrastructure workLluis Sanchez
2013-02-15Reorganize test directory structureLluis Sanchez
2013-02-15Improvements in the Context classLluis Sanchez
The TransformPoints and Distances methods are now implemented in Context, so it is not necessary to provide an implementation in the backend. Improved the Distance struct.
2013-02-07Add unit test projects and fix some testsLluis Sanchez
2013-02-07Add NUnitLite libsLluis Sanchez
2013-02-05Ongoing work on Image APILluis Sanchez
Some adjustments in the image handler API. Implement the Mac side of things.
2013-02-04Ongoing work to improve the Image APILluis Sanchez
An image can now have multiple versions with different resolutions.
2013-02-01[Mac] Simplify backend hierarchyLluis Sanchez
The IMacViewBacked is not required anymore.
2012-12-05Track api changesLluis Sanchez
2012-11-23Ongoing work on supporting multiple toolkitsLluis Sanchez
2012-11-23Ongoing work on multi-toolkit supportLluis Sanchez
2012-11-23Merge branch 'master' into multi-toolkit-lluisLluis Sanchez
Conflicts: Xwt.Gtk/Xwt.GtkBackend/ButtonBackend.cs Xwt.Gtk/Xwt.GtkBackend/GtkEngine.cs Xwt.Gtk/Xwt.GtkBackend/GtkWorkarounds.cs Xwt.Gtk/Xwt.GtkBackend/NotebookBackend.cs Xwt.Gtk/Xwt.GtkBackend/PopoverBackend.cs Xwt.Gtk/Xwt.GtkBackend/Util.cs Xwt.Gtk/Xwt.GtkBackend/WidgetBackend.cs Xwt.Mac/Xwt.Mac.csproj Xwt.Mac/Xwt.Mac/MacEngine.cs Xwt.sln Xwt/Xwt.Backends/BackendHost.cs Xwt/Xwt.Backends/IFrontend.cs Xwt/Xwt.Backends/ToolkitEngineBackend.cs Xwt/Xwt.Drawing/Context.cs Xwt/Xwt.Drawing/Font.cs Xwt/Xwt.Drawing/Gradient.cs Xwt/Xwt.Drawing/Image.cs Xwt/Xwt.Drawing/ImageBuilder.cs Xwt/Xwt.Drawing/ImagePattern.cs Xwt/Xwt.Drawing/TextLayout.cs Xwt/Xwt.Engine/WidgetRegistry.cs Xwt/Xwt.csproj Xwt/Xwt/Application.cs Xwt/Xwt/Clipboard.cs Xwt/Xwt/ComboBox.cs Xwt/Xwt/Dialog.cs Xwt/Xwt/DragOperation.cs Xwt/Xwt/FileDialog.cs Xwt/Xwt/ListBox.cs Xwt/Xwt/ListView.cs Xwt/Xwt/Menu.cs Xwt/Xwt/MenuButton.cs Xwt/Xwt/MenuItem.cs Xwt/Xwt/MessageDialog.cs Xwt/Xwt/Popover.cs Xwt/Xwt/SelectColorDialog.cs Xwt/Xwt/SelectFolderDialog.cs Xwt/Xwt/Spinner.cs Xwt/Xwt/TreeView.cs Xwt/Xwt/Widget.cs Xwt/Xwt/Window.cs Xwt/Xwt/XwtComponent.cs Xwt/Xwt/XwtObject.cs
2012-09-27index on master: c769c7a Add GtkMac bridge (MonoMac hosted in Gtk) projectLluis Sanchez Gual
2012-09-13[build] Add Linux-Debug configurationJérémie Laval
2012-08-01Revert "Add GtkMac bridge (MonoMac hosted in Gtk) project"Alan McGovern
This reverts commit c769c7afd423c660283e4c49d55ada769106f012.
2012-07-26Add GtkMac bridge (MonoMac hosted in Gtk) projectJeremie Laval
2012-04-04Use XwtComponent as base class for Widget and WindowFrameLluis Sanchez
2012-03-22Revert solution changesLluis Sanchez
2012-03-22[Gtk] Abstracted cairo context a bitLluis Sanchez
2012-02-27App projects should be x86ermau
2012-02-27Cleanup configurations after mergeermau
2012-02-10Initial support for WPF tree views.Luis Reis
The WPF backend is now capable of launching the samples (although it's still not very functional).
2012-01-15Added some docsMiguel de Icaza
2011-12-23Implemented ComboBoxEntry for GTKLluis Sanchez
2011-12-23Add support for dialogsLluis Sanchez
2011-12-20Added Mac and Windows build configurationsLluis Sanchez
2011-12-20Merge pull request #4 from carlosalberto/masterLluis Sanchez
Ongoing work.
2011-12-16Initial WPF backend.Carlos Alberto Cortez
2011-12-15Improved Font support. Added checkbox.Lluis Sanchez Gual
2011-12-12Changed hierarchy of Window. A window is not a widget anymore.Lluis Sanchez
2011-12-09Initial support for key eventsLluis Sanchez
2011-12-05Implement combo box for Mac.Lluis Sanchez
2011-11-24Implement MenuButton for Gtk.Lluis Sanchez
2011-11-22Drag & drop fixesLluis Sanchez
2011-11-22Drag&drop fixesLluis Sanchez