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-06-06Merge remote-tracking branch 'origin/a11y'Vsevolod Kukol
2017-03-16[Gtk] Add Accessibility supportVsevolod Kukol
2017-03-07[Gtk] Track API changes, add IUtilityWindowBackendVsevolod Kukol
2017-02-16[Gtk3] Disable deprecated warningsVsevolod Kukol
we reuse most of the Gtk2 code and as long as Gtk3 deprecated APIs still work, there is no need to replace them.
2016-09-22[Gtk3] Fix buildVsevolod Kukol
2016-03-15Fix Gtk3 Buildcra0zy
2015-10-06[Gtk] Removing obsolete icons:Vaclav Vancura
* searchbox-clear~sel * searchbox-clear~dark~sel * searchbox-search~sel * searchbox-search~dark~sel
2015-10-05Merge remote-tracking branch 'origin/master' into image-loaderLluis Sanchez Gual
2015-09-21Fixup release configsMarius Ungureanu
2015-08-30[Gtk] Add FontSelector and SelectFontDialog backendsVsevolod Kukol
2015-07-21[Icons] [Gtk] New icons + dark skinVaclav Vancura
2015-07-02Add Calendar WidgetClaudio Rodrigo Pereyra Diaz
Add Calendar Sample Implement CalendarBackend for Gtk Signed-off-by: Claudio Rodrigo Pereyra Diaz <claudiorodrigo@pereyradiaz.com.ar>
2015-02-23Merge pull request #492 from mono/appveyorLluis Sanchez
Appveyor integration
2015-02-21Update AssemblyInfoVsevolod Kukol
2015-01-26[Gtk] fix evt handling for widgets with own windowVsevolod Kukol
Allow Gtk backends to ovveride EventBox allocation and handle events directly for widgets which have a Gdk.Window already.
2014-12-11Enable Pdb creation in Release configurationVsevolod Kukol
2014-11-29Merge branch 'add-color-picker' of https://github.com/sevoku/xwt into ↵Lluis Sanchez Gual
sevoku-add-color-picker Conflicts: TestApps/Samples/Samples/ColorSelectorSample.cs Xwt.Gtk/Xwt.Gtk.csproj Xwt.Gtk/Xwt.Gtk3.csproj Xwt.Gtk/Xwt.GtkBackend/GtkEngine.cs
2014-11-16Merge pull request #390 from sevoku/gtk3-fixesLluis Sanchez
[Gtk] Fix Gtk2/3 version detection + small Gtk3 fixes
2014-09-06[Gtk3] fix build on windowsVsevolod Kukol
* don't provide package names in project file
2014-08-07Merge remote-tracking branch 'mono/master' into add-color-pickerVsevolod Kukol
Conflicts: Xwt.Gtk/Xwt.Gtk.csproj Xwt/Xwt.csproj
2014-08-03Merge remote-tracking branch 'mono/master' into add-color-selector-backendsVsevolod Kukol
Conflicts: Xwt.Gtk/Xwt.Gtk.csproj
2014-07-21[GTK] add Gtk3 PopoverBackend supportVsevolod Kukol
2014-07-18Merge remote-tracking branch 'mono/master' into sevoku/gtk3Vsevolod Kukol
Conflicts: Xwt.Gtk/Xwt.Gtk.csproj Xwt.Gtk/Xwt.GtkBackend/GtkInterop.cs Xwt.Gtk/Xwt.GtkBackend/GtkWorkarounds.cs
2014-06-02[GTK] move toolkit (gtk2/3) specific backend code to separate filesVsevolod Kukol
2014-05-30[GTK] add a custom GtkDrawingArea base for ImageBox with toolkit (gtk2/3) ↵Vsevolod Kukol
specific implementations
2014-05-30[GTK] add a custom GtkViewPort base for CustomViewPort with toolkit (gtk2/3) ↵Vsevolod Kukol
specific implementations CustomViewPort must be sealed because of the new adjustment properties for Gtk3
2014-05-30[GTK] add a custom Gtk.CellRenderer base with toolkit (gtk2/3) specific ↵Vsevolod Kukol
implementations
2014-05-30[GTK] move Gtk3 ISearchTextEntryBackend impl to a separate fileVsevolod Kukol
2014-05-30[GTK] add toolkit (gtk2/3) specific extensions to reduce XWT_GTK3 usageVsevolod Kukol
2014-04-09[GTK] add Gtk3 support for ISearchTextEntryBackendVsevolod Kukol
2014-04-08[GTK] add initial Gtk3 supportVsevolod Kukol