mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Added Applicaton.Popover. Refactored FindDeepestView * Popover prototype * Testing highlight * Fixed click outside issue * Fixed DialogTests * Fixed click outside issue (agbain) * Enabled mouse wheel in Bar * Enabled mouse wheel in Bar * Progress. Broke arrangement * Added popover tests. Fixed a bunch more CM issues related ot unreliable unit tests. Updated config.json to include Glyphs. * Can't set ForceDriver to empty in Resources/config.json. * added BUGBUG * Made Position/ScreenPosition clear * Added View.IsInHierarchy tests * Added Contextmenuv2 scenario. * Implemented CM2 in TextView * Removed unneeded CM stuff from testhelpers * Shortcut API docs * Fixed keybinding unit tests * Fixed mouse handling * Fighting with CM related unit test failures * Unit tests pass. I think. * Shortcut code cleanup * TextView uses new CM2 * Starting on OnSelect etc... * Starting on OnSelect etc... * Fixed ContextMenuv2 * ContextMenu is working again. * Ugh. ANd fixed button api docs * Fixed DrawHorizontalShadowTransparent (vertical was already fixed). * Made Scenarios compatible with #nullable enable * Undid some keybinding stuff * Fixed stuff * Sped up unit tests * Sped up unit tests 2 * Sped up unit tests 3 * Messing with menus * merged latest v2_develop * Added more Popover unit tests * Added more Popover unit tests2 * Fixed positioning bug * Fixed mouse bug * Fixed Bar draw issue * WIP * merge v2_develop * CM2 sorta works * Enabled Bar subclasses to have IDesignable * Added ViewportSettings.Transparent * Region -> nullable enable * Added ViewportSettigs Editor * merged v2_develop part 2 * merged v2_develop part 3 * WIP: GetViewsUnderMouse * WIP: More GetViewsUnderMouse work * Bars works again * Added unit tests * CM now works * MenuItemv2 POC * SubMenu POC * CommandNotBound * More POC * Optimize Margin to not defer draw if there's no shadow * Logger cleanup * Reverted Generic * Cascading mostly working * fixed layout bug * API docs * API docs * Fixed cascade * Events basically work * code cleanup * Fixed IsDefault bug; * Enabled hotkey support * Made context-menu-like * Improved usability * Refactored ApplicationPopover again * Cleanup * Menuv2 POC basically complete * Code Cleanup * Made menu API simpler * Fixed Strings bugs * Got old ContextMenu scenario mostly working * ContextMenu scenario now works * ContextMenu fixes * ContextMenu fixes * Tons of menu cleanup * ContextMenu works in TextView * Fixed unit tes * Added unit tests * Fixed tests * code cleanup * More code cleanup * Deep dive * scenario * typos * Demo colorpicker in a Menu * Added Region tests proving Region is broken in some Union cases * fixed v2win/net
46 lines
900 B
YAML
46 lines
900 B
YAML
- name: Overview
|
|
href: index.md
|
|
- name: Getting Started
|
|
href: getting-started.md
|
|
- name: What's new in v2
|
|
href: newinv2.md
|
|
- name: v1 To v2 Migration
|
|
href: migratingfromv1.md
|
|
- name: Arrangement
|
|
href: arrangement.md
|
|
- name: Configuration
|
|
href: config.md
|
|
- name: Cursor
|
|
href: cursor.md
|
|
- name: Dim.Auto Deep Dive
|
|
href: dimauto.md
|
|
- name: Drawing
|
|
href: drawing.md
|
|
- name: Drivers
|
|
href: drivers.md
|
|
- name: Events Deep Dive
|
|
href: events.md
|
|
- name: Keyboard
|
|
href: keyboard.md
|
|
- name: Layout Engine
|
|
href: layout.md
|
|
- name: Mouse
|
|
href: mouse.md
|
|
- name: Multi-Tasking
|
|
href: mainloop.md
|
|
- name: Navigation
|
|
href: navigation.md
|
|
- name: Popovers
|
|
href: Popovers.md
|
|
- name: View Deep Dive
|
|
href: View.md
|
|
- name: View List
|
|
href: views.md
|
|
- name: Scrolling
|
|
href: scrolling.md
|
|
- name: TableView Deep Dive
|
|
href: tableview.md
|
|
- name: TreeView Deep Dive
|
|
href: treeview.md
|
|
|