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
2022-10-07Mac: Add extensions for converting from NSFontSandy Armstrong
2022-08-16Optimize TreeViewBackend to not marshall a string redundantlyMarius Ungureanu
2022-06-24Prevent ScrollView from scrolling out of boundsStephen Budhi
2022-05-19Mac: Drop hand cursor support for link text in RichTextViewdev/sandy/macos-rc3Sandy Armstrong
2022-05-12Handle macos workload RC3 API updatesSandy Armstrong
2022-04-27Mac: Make dialog window key when showingdev/sandy/keydialogsSandy Armstrong
2022-04-14[Mac] Fix ArgumentNullException when drawing Chinese charactersMatt Ward
2022-04-07fixes indentationJose Medrano
2022-04-07Removes commentJose Medrano
2022-04-07Removes unnecessary un-assignmentJose Medrano
2022-04-07If the window is already visible we set the associationJose Medrano
2022-04-07Ensures un associed both old parent dialog and new if it was already shownmore-window-fixesJose Medrano
2022-04-06[WindowFrameBackend] We only add the parenting if the window was not already ...Jose Medrano
2022-04-06[WindowFrameBackend] TransientFrame only associates parenting in both windowsJose Medrano
2022-04-01Fix drag/drop support (#1091)Bret Johnson
2022-03-29Sets a default parent in dialogs with empty parentJose Medrano
2022-03-29Merge pull request #1096 from mono/active-windowJose Medrano
2022-03-26Fixed changed handler to detect password autofilled using Apple Keychain and ...Kunyi Li
2022-03-18[XamMac] Ensures AlertDialogBackend has parenting and centers window when showsJose Medrano
2022-03-18[Xam.Mac] Fixes parenting in DialogBackendJose Medrano
2022-03-16Merge pull request #1090 from mono/dev/bretjohn/fix-open-urlSandy Armstrong
2022-03-07Revert changes to KeyCode handlingiain holmes
2022-03-04Revert SingleOrDefault change which does not do what I thought it didMarius Ungureanu
2022-03-03Mac: s/IntPtr/NativeHandle for several missed constructorsSandy Armstrong
2022-03-03Merge pull request #1088 from mono/dev/therzok/keycode-fixesMarius Ungureanu
2022-03-03Merge pull request #1065 from mono/dev/therzok/lazy-imageMarius Ungureanu
2022-03-02Auto-generate assemblyinfo so minimum OS version worksMarius Ungureanu
2022-03-02Fix up KeyboardUtil so it doesn't do interop unnecessarilyMarius Ungureanu
2022-03-01Override DesktopBackend.OpenUrl insteadBret Johnson
2022-03-01Fix Cocoa link labels to properly launch the browserBret Johnson
2022-02-26For the Mac just handle the raw keycode as the key valueiain holmes
2022-02-25Parse the hardware KeyCode into the KeyEventArgs.iain holmes
2022-02-24Handle alt-key mappingsiain holmes
2022-02-24Revert "Fix up KeyboardUtil so it doesn't marshal strings unnecessarily multi...Marius Ungureanu
2022-02-24Fix up KeyboardUtil so it doesn't marshal strings unnecessarily multiple times.Marius Ungureanu
2022-02-23Cocoa passes ctrl+i as a tab key, so check that Characters is not whitespaceiain holmes
2022-02-18Add some more missing punctuationiain holmes
2022-02-17Fix typo, actually draw textSandy Armstrong
2022-02-16Mac: NSDraggingInfo breaks in P13, use INSDraggingInfoSandy Armstrong
2022-02-16API breaks for P13Sandy Armstrong
2022-02-16IntPtr->NativeHandle migrationSandy Armstrong
2022-02-16Prepare for nfloat moving to ObjCRuntime namespaceSandy Armstrong
2022-02-11[Xwt.Mac] Handle non-roman keyboard layouts correctlyiain holmes
2022-02-05Fix naming issueLee Culver
2022-02-05Fix spacingLee Culver
2022-02-05Fix fatal Obj-C callback issue due to delegate collectionLee Culver
2022-02-03Xwt.XamMac: Only reference XM when not a net6 buildSandy Armstrong
2021-11-09Support nfloat/NMath moving from System to ObjCRuntimeSandy Armstrong
2021-10-27Revert the lazy changeMarius Ungureanu
2021-10-04Set supported macOS versionauthor