SHA256
1
0
forked from pool/ftxui
Go to file
Ana Guerrero c3edf6ef6c Accepting request 1104996 from devel:libraries:c_c++
- Update to 5.0.0:
  Component:
  * Breaking: MenuDirection enum is renamed Direction
  * Breaking: GaugeDirection enum is renamed Direction
  * Breaking: Direction enum is renamed WidthOrHeight
  * Breaking: Remove ComponentBase copy constructor/assignment.
  * Breaking: MenuOption::entries is renamed MenuOption::entries_option.
  * Breaking: Ref<{Component}Option> becomes {Component}Option in component constructors.
  * Feature: ResizeableSplit now support arbitrary element as a separator.
  * Feature: input is now supporting multiple lines.
  * Feature: input style is now customizeable.
  * Bugfix: Support F1-F5 from OS terminal.
  * Feature: Add struct based constructor:
    + Component Button(ButtonOption options);
    + Component Checkbox(CheckboxOption options);
    + Component Input(InputOption options);
    + Component Menu(MenuOption options);
    + Component MenuEntry(MenuEntryOption options);
    + Component Radiobox(RadioboxOption options);
    + Component Slider(SliderOption<T> options);
    + Component ResizableSplit(ResizableSplitOption options);
  * Feature: Add ScreenInteractive::TrackMouse(false) disable mouse support.
  Dom:
  * Feature: Add hyperlink decorator. For instance:
    auto link = text("Click here") | hyperlink("https://github.com/FTXUI")
    See the OSC 8 page.
    FTXUI support proposed by @aaleino in #662.
  Screen:
  * Breaking: WordBreakProperty becomes a uint8_t enum. This yields a 0.8%
    performance improvement.

OBS-URL: https://build.opensuse.org/request/show/1104996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ftxui?expand=0&rev=4
2023-08-21 09:46:04 +00:00
.gitattributes Accepting request 1076780 from home:jubalh 2023-04-03 07:55:41 +00:00
.gitignore Accepting request 1076780 from home:jubalh 2023-04-03 07:55:41 +00:00
ftxui.changes - Update to 5.0.0: 2023-08-21 06:33:17 +00:00
ftxui.spec - Update to 5.0.0: 2023-08-21 06:33:17 +00:00
v5.0.0.tar.gz - Update to 5.0.0: 2023-08-21 06:33:17 +00:00