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-22[Mac] Implement new cell apiLluis Sanchez Gual
2014-02-22Add support for mouse events to CellViewLluis Sanchez Gual
2014-02-19Merge branch 'new-scroll-properties'Lluis Sanchez Gual
2014-02-19Added scroll controls to ScrollViewLluis Sanchez Gual
Also added scrolling unit tests
2014-02-19New ScrollControl classLluis Sanchez Gual
This class is used instead of ScrollAdjustment for getting information about scroll position and extents of a widget.
2014-02-19New scroll propertiesLluis Sanchez Gual
Added properties for getting the scroll adjustment of scrollable widgets such as TreeView or ListView.
2014-02-19Flush xamarin studio csproj changesAlan McGovern
2014-02-11Revert "[Mac] Don't initialize NSApplication when running as guest"Lluis Sanchez
This reverts commit a6e8c23c436289cce63e6a097cc8d9dc691ef08e.
2014-02-11[Mac] Don't initialize NSApplication when running as guestLluis Sanchez
Based on a patch by John Raven and Harlan Hugh
2014-02-10Merge pull request #287 from TheBrainTech/Mac-Screen.ScaleFactor-FixLluis Sanchez
Fixed: Screen.ScaleFactor always returns 1, even on a Retina display
2014-02-10Fixed: Screen.ScaleFactor always returns 1, even on a Retina displayHarlan Hugh
2014-02-05[Mac] Track api changesLluis Sanchez
2014-01-25Added Xwt.Gtk.Mac and Xwt.Gtk.Windows support libsLluis Sanchez Gual
2014-01-24Remove some unused methods from the Mac backend.Cody Russell
2014-01-24Basic WebView added.Cody Russell
2014-01-23[Mac] Fix Slider control orientationLluis Sanchez Gual
Based on a fix by Marko B.L.
2013-12-05[Mac] Fix crash in ComboBoxEntryLluis Sanchez
2013-12-05[Mac] Label must have an empty string by defaultLluis Sanchez
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-02Fixed rendering of 9-patch images in retina resolutionLluis 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
When a box has a size of 0, make sure all children also are reallocated with a size of 0. Mac: fix NRE when updating visibility.
2013-11-14The Imrpove WindowFrame.CloseLluis Sanchez
The Close method now returns a boolean that indicates wether the window could be closed or not.
2013-11-14Fixes to match new closing event behavior for DialogLluis Sanchez
2013-11-14[Mac] Fixes for the closing event unit testsLluis Sanchez
2013-11-08[Mac] Fix vector image rendering issueLluis Sanchez
Flip the image if the target surface is not flipped.
2013-11-06CloseRequested event fixesLluis Sanchez
Changed the meaning of the return value of OnCloseRequested. If it returns true, the window will be closed. The event args now has an AllowClose proeprty. Implemented for the mac backend.
2013-10-26[Mac] Fix setting Font on widgets that are wrapped in CustomAlignedContainerAlex Corrado
2013-10-26[Mac] DialogBackend: End the modal loop if the dialog is closed with the ↵Alex Corrado
close button
2013-10-26[Mac] Fix keyboard tabbingAlex Corrado
Set all windows we create to automatically manage the key view loop, since there's no support in xwt (yet) to explicitly manage the tab order. Prevent Labels from participating in the tab order
2013-10-26[Mac] DialogBackend: don't add padding for the button box if there are no ↵Alex Corrado
buttons
2013-10-26[Mac] Fix LinkLabelAlex Corrado
2013-10-24[Xwt.Mac] Make links in labels have the correct style and be clickable.Jérémie Laval
Known issue: as described in, for instance, http://www.bdunagan.com/2010/07/10/cocoa-tip-urls-in-nstextfields/ link created in bare NSTextField have several cosmetic issues with font and hand cursor until you click them for the first time. This needs to be addressed separately. Ref: https://developer.apple.com/library/mac/qa/qa1487/_index.html
2013-10-24[Mac] Don't display text over disclosure buttonsAlex Corrado
Cocoa will display the text even when the bezel style makes it look weird. Behave the same way as the Gtk backend and don't display the label when the button type is disclosure.
2013-10-24Add Help button style with Mac implementationAlex Corrado
2013-10-19[Xwt.Mac] Use a better Cocoa button bezel style for Xwt Flat style.Jérémie Laval
2013-10-19[Xwt.Mac] Schedule NSTimer on both runloop main mode and modal mode.Jérémie Laval
If we don't do this, any dialog brought up with NSApplication.RunModalForWindow will stop timers from firing.
2013-10-17[Xwt.Mac] Implement PasswordEntry widgetJérémie Laval
2013-10-17[Xwt.Mac] Fix TextEntryBackend to accept null Text valueJérémie Laval
2013-10-17[Xwt.Mac] Fix Label backend to accept null Text valueJérémie Laval
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-10-03[Mac] Implement KeyboardHandlerLluis Sanchez
2013-09-18Fixed some bitmap conversion issuesLluis Sanchez
Don't allow specifying an arbitrary width/height ratio when converting a vector image to a bitmap. Now a scale factor has to be provided.
2013-08-24Use Uri as data type for markup linksLluis Sanchez
2013-08-19[Xwt.Mac] Add embed backend for NSViewJérémie Laval
2013-08-19Merge pull request #234 from dlech/mnemonicsLluis Sanchez
Implement mnemonics