Граф коммитов

  • 5eadf9a8db
    Merge aee734f685 into 5b9a53bc6d Daniel Peñalba 2024-11-08 11:07:08 +0100
  • 85bf535b9f
    Merge af5d4c3637 into 5b9a53bc6d Daniel Peñalba 2024-11-08 09:45:23 +0100
  • af5d4c3637
    Merge branch 'master' into fix-keymap-macos fix-keymap-macos Benedikt Stebner 2024-11-08 09:45:20 +0100
  • 5b9a53bc6d
    Merge pull request #467 from AvaloniaUI/add-acceptstab-option master Benedikt Stebner 2024-11-08 09:35:48 +0100
  • 3ed30a6fdf Do not return early to allow TextView.InvalidateCursorIfPointerWithinTextView(); to be executed add-acceptstab-option Daniel Peñalba 2024-11-08 09:15:02 +0100
  • e7bdf234a9 Handle the tab key conditionally based on the new Options.AcceptsTab property Daniel Peñalba 2024-11-08 08:55:30 +0100
  • d3603f7d38 Add devtools to the window Daniel Peñalba 2024-11-08 08:54:42 +0100
  • 4ab930d931
    Merge c7cc541232 into 10ef7fdbe6 Steven Kirk 2024-11-08 01:31:38 +0000
  • 5530704b69
    Merge branch 'master' into fix-keymap-macos Daniel Peñalba 2024-11-07 18:05:31 +0100
  • 10ef7fdbe6
    Merge pull request #463 from AvaloniaUI/fix-nre-custom-margin Daniel Peñalba 2024-11-07 18:05:15 +0100
  • 50ef122698
    Merge branch 'master' into fix-keymap-macos Daniel Peñalba 2024-11-07 18:03:50 +0100
  • c3c4fec2fd
    Merge branch 'master' into fix-nre-custom-margin fix-nre-custom-margin Daniel Peñalba 2024-11-07 18:02:43 +0100
  • 21bee7ea2a
    Merge pull request #466 from AvaloniaUI/email-regex-fix Benedikt Stebner 2024-11-07 17:34:53 +0100
  • 28c8b9295e Update regex to support emails with +1, +2 ... email-regex-fix Daniel Peñalba 2024-11-07 15:57:38 +0100
  • 85389b0bae Fixed BoxSelectionModifiers in macOS shadowing other keymaps Daniel Peñalba 2024-11-07 11:15:49 +0100
  • 0e7dac4e43 Fixed NRE in custom margin Daniel Peñalba 2024-11-07 10:12:37 +0100
  • aee734f685 Add watermark support watermark-support Daniel Peñalba 2024-11-07 10:11:42 +0100
  • 4c23082ac0
    Merge bbd2e6518f into f2e6452c25 Martin Garstenauer 2024-11-07 01:15:03 +0000
  • f2e6452c25
    Merge pull request #462 from AvaloniaUI/completion-improvements Benedikt Stebner 2024-11-06 19:18:38 +0100
  • 8f8aa20b59 Hide the CompletionList instead of the popup, otherwise the border remains visible completion-improvements Daniel Peñalba 2024-11-05 18:38:38 +0100
  • f8d59e5f0d Do not handle key up/down/pageup/pagedown/home/end when there are no completion items Daniel Peñalba 2024-11-05 18:35:46 +0100
  • 1d261e699f Avoid dividing by zero Daniel Peñalba 2024-11-05 18:17:58 +0100
  • af6799ce4b Fixed wrong conditions Daniel Peñalba 2024-11-05 17:20:42 +0100
  • a4b9437b09 Remove duplicated lines Daniel Peñalba 2024-11-05 17:15:55 +0100
  • b9966e0a87 Add more data to the completion window to test virtualization Daniel Peñalba 2024-11-05 17:15:17 +0100
  • 19d7baf6ef Allow the completion window to grow Daniel Peñalba 2024-11-05 17:13:46 +0100
  • 3dbfd2303c Post SelectIndexCentered to the dispatcher Daniel Peñalba 2024-11-05 17:11:33 +0100
  • 478636e547 Do not use an observable collection for the ICompletionData list Daniel Peñalba 2024-11-05 17:10:00 +0100
  • 33f05d39c4 Make the CompletionList selection circular Daniel Peñalba 2024-11-05 17:02:43 +0100
  • c7cc541232 Added DataObjectEx.CopyingEvent. feature/drag-drop Steven Kirk 2024-09-12 16:23:26 +0200
  • 835d6edfec Enable drag/drop. Steven Kirk 2024-09-12 16:03:50 +0200
  • 339e594f01
    Merge e42d97e659 into 5652803bf5 Дмитрий 2024-09-10 09:26:54 +0200
  • c70b32b5af
    Merge 947f5c3eac into 5652803bf5 Max Katz 2024-09-09 20:12:29 +0200
  • c46ef693a4
    Merge ac3e2bc19b into 5652803bf5 Martin Garstenauer 2024-09-07 19:10:12 +0200
  • 5652803bf5
    Merge pull request #452 from MihaMarkic/bugfix/completition Jumar Macato 2024-09-08 01:02:35 +0800
  • fbbc94b5b0 Fixes #449 code completition throws an Exception upon Open Miha Markič 2024-09-07 10:42:23 +0200
  • ac3e2bc19b Add option to insert completion item on PointerPressed/PointerReleased/DoubleTapped Martin Garstenauer 2024-08-29 14:21:57 +0200
  • a9b6b20af3
    Merge pull request #450 from AvaloniaUI/do-not-run-generatos-for-long-lines Benedikt Stebner 2024-08-28 18:54:00 +0200
  • db888cb5e5 for long lines, do not run the element generators for performance reasons do-not-run-generatos-for-long-lines Daniel Peñalba 2024-08-28 11:24:01 +0200
  • 4bd05ae121 Bump version 11.1.0 release/11.1.0 Max Katz 2024-08-05 14:46:39 -0700
  • f35f37a818
    Merge pull request #446 from ablibrary-net/Mouse-ContextFlyout-Commands Daniel Peñalba 2024-08-05 12:27:54 +0200
  • 9f8d31d771 comment removal Mop1398 2024-08-05 13:52:56 +0330
  • 153e4a782d Mouse ContextFlyout (instead of ContextMenu) commands fix in AvaloniaEdit.Demo Mop1398 2024-08-05 12:42:03 +0330
  • 59c1bda95e
    Merge 7248bf63da into f9d50b82b8 Nick Rimmer 2024-07-30 15:54:20 +0800
  • f9d50b82b8
    Merge pull request #444 from AvaloniaUI/fix-442 Daniel Peñalba 2024-07-29 14:09:06 +0200
  • 251c1a84fb UI fixes to the CustomMargin fix-442 Daniel Peñalba 2024-07-29 10:38:02 +0200
  • 144483e17d
    Merge pull request #443 from Blquinn/bump-textmate-sharp Daniel Peñalba 2024-07-29 09:56:10 +0200
  • 89c9018d43
    Merge branch 'master' into bump-textmate-sharp Daniel Peñalba 2024-07-29 09:53:45 +0200
  • 5fa5f8b26c
    Merge pull request #440 from workgroupengineering/fix/Issue_425 Daniel Peñalba 2024-07-29 09:53:27 +0200
  • b434d28e4f fix: netstandard 2.0 issue, missing Clamp function Giuseppe Lippolis 2024-07-29 09:25:06 +0200
  • c9cb93ce87 fix: formatting Giuseppe Lippolis 2024-07-29 09:24:13 +0200
  • acb87a2097
    fix: Address review workgroupengineering 2024-07-27 19:07:23 +0200
  • 44dd24ce62 Bump TextMateSharp version Benjamin Quinn 2024-07-26 10:04:22 -0400
  • 68334d76b7
    Merge branch 'master' into fix/Issue_425 Max Katz 2024-07-22 10:34:45 -0700
  • 934f022406
    Merge pull request #441 from workgroupengineering/fix/CS0266-CS0266 Max Katz 2024-07-22 10:34:38 -0700
  • a7023a5551 fix: Compile Issue Giuseppe Lippolis 2024-07-22 11:59:58 +0200
  • 6d8b49a12a fix: System.NullReferenceException on Undo Giuseppe Lippolis 2024-07-22 11:55:48 +0200
  • 072f761382
    Merge pull request #432 from AvaloniaUI/update-textmatesharp-1.0.57 Max Katz 2024-07-15 21:35:55 -0700
  • 318277d9f1
    Merge pull request #433 from Natestah/master Daniel Peñalba 2024-07-08 09:24:17 +0200
  • 352da94ca2 Refactor TextMate API to avoid breaking user styles Daniel Peñalba 2024-07-05 09:47:33 +0200
  • 552f821ff9 More Avalonia.Textmate fix Natestah 2024-07-04 09:15:42 -0700
  • dbd8012d45 move some theme stuff up into Demo App from AvaloniaEdit.TextMate Natestah 2024-07-04 07:27:13 -0700
  • c765a9262d Avalonia.TextMate - Review Updates Natestah 2024-07-04 06:54:02 -0700
  • 600f2a2368 project reference -> nuget AND minor linenumber color change Natestah 2024-06-28 10:37:27 -0700
  • 8e6a9593bb Themes work for AvaloniaEdit.TextMate and AvaloniaEdit.Demo Natestah 2024-06-25 11:30:30 -0700
  • 562d6aadf0 Change Theme to a DropDown Natestah 2024-06-20 07:40:10 -0700
  • d666c44190 Update TextMateSharp to 1.0.57 update-textmatesharp-1.0.57 Daniel Peñalba 2024-06-11 12:58:46 +0200
  • bbd2e6518f Increase minimum size of LineNumberMargin Martin Garstenauer 2024-05-31 16:00:59 +0200
  • bc68bedb0a Keep some margin on the left Martin Garstenauer 2024-05-31 12:56:56 +0200
  • 1af1b21c71 Remove margin around TextEditor Martin Garstenauer 2024-04-27 15:11:36 +0200
  • f92e5527c0
    Merge pull request #420 from garstenauer/demo-custom-margin Daniel Peñalba 2024-05-31 15:35:47 +0200
  • c0234e93ca Change color to match Visual Studio breakpoint margin Martin Garstenauer 2024-05-31 12:47:55 +0200
  • e42d97e659
    Merge branch 'master' into selection-change Дмитрий 2024-05-31 11:54:22 +0300
  • 4b26b40630 Remove not necessary checks dmartyukov 2024-05-02 15:51:04 +0300
  • caf80838e0 Change TextInputMethodClient Selection dmartyukov 2024-05-02 13:15:00 +0300
  • f9520fa67d
    Merge branch 'master' into demo-custom-margin Martin Garstenauer 2024-05-01 05:49:55 -0700
  • 0ae6c8f9f7 Add custom, clickable margin in demo Martin Garstenauer 2024-04-27 15:47:25 +0200
  • 88625c4491
    Merge pull request #418 from garstenauer/demo-insert-snippet Daniel Peñalba 2024-04-27 15:25:42 +0200
  • 60fc084311
    Merge branch 'master' into demo-insert-snippet Daniel Peñalba 2024-04-27 15:22:53 +0200
  • 02510a5093 Add newline Martin Garstenauer 2024-04-27 14:55:26 +0200
  • e5d83118d9 Add "Insert Snippet" button to demo Martin Garstenauer 2024-04-27 14:52:21 +0200
  • 7248bf63da
    Merge branch 'master' into features/line-numbers-margin Nick Rimmer 2024-04-19 20:12:43 +0200
  • 4207cbe60c
    Merge pull request #415 from garstenauer/enable-overstrike-mode Daniel Peñalba 2024-04-19 18:06:02 +0200
  • 3773f3b970
    Merge branch 'master' into enable-overstrike-mode Daniel Peñalba 2024-04-19 17:37:38 +0200
  • a939f223aa
    Merge pull request #414 from garstenauer/insert-completion-item-on-click Daniel Peñalba 2024-04-19 17:36:34 +0200
  • 76ce04005e Enable overstrike mode Martin Garstenauer 2024-04-19 16:57:37 +0200
  • 38e165ff06 Fix: #413 CompletionWindow doesn't work with mouse click Martin Garstenauer 2024-04-17 16:45:25 +0200
  • 62b87903ff
    get token scopes method added Nick Rimmer 2024-03-29 18:40:16 +0100
  • 87049520e3
    LineNumbersMargin property added to TextEditor Nick Rimmer 2024-03-07 11:10:40 +0100
  • adbe72b802
    Merge pull request #405 from AvaloniaUI/maxkatz6-patch-1 Max Katz 2024-03-18 22:11:37 -0700
  • 947f5c3eac Fix after self-review use-command-manager-from-labs Max Katz 2024-03-18 21:05:42 -0700
  • 839250e87f Use CommandManager from Labs Max Katz 2024-03-18 21:01:51 -0700
  • be2a693644
    Update TextEditor.cs maxkatz6-patch-1 Max Katz 2024-03-18 20:01:42 -0700
  • c805978a43
    Merge pull request #370 from Washi1337/issue/onquerycursor Benedikt Stebner 2024-02-29 13:12:00 +0100
  • 305d52a272
    Merge branch 'master' into issue/onquerycursor Benedikt Stebner 2024-02-19 05:43:34 +0100
  • a484355c3a
    Merge pull request #399 from KrzysztofDusko/master Max Katz 2024-02-18 17:16:14 -0800
  • c390054cff
    Merge branch 'master' into master Max Katz 2024-02-18 17:14:12 -0800
  • 9e0f46de25
    Update NuGet.config Max Katz 2024-02-18 17:11:34 -0800
  • 51dfbd886a
    Update NuGet.config Max Katz 2024-02-18 17:07:44 -0800
  • 53ed8c22a9 Fix undo (Ctrl+Z) exception after not successful pasting Krzysztof Duśko 2024-02-16 17:02:04 +0100