Commit Graph

14 Commits

Author SHA256 Message Date
Ana Guerrero
a2ced0148f 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
Michael Vetter
4edd264cc9 - 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/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=13
2023-08-21 06:33:17 +00:00
Dominique Leuenberger
5e0cddf8dd Accepting request 1089443 from devel:libraries:c_c++
- Update to 4.1.1:
  * Resolve compile issues in component_fuzzer

OBS-URL: https://build.opensuse.org/request/show/1089443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ftxui?expand=0&rev=3
2023-05-28 17:23:58 +00:00
Michael Vetter
b8dcef6e20 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=11 2023-05-28 11:43:48 +00:00
Michael Vetter
9e0c842476 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=10 2023-05-28 11:20:38 +00:00
Michael Vetter
562523dd28 - Update to 4.1.1:
* Resolve compile issues in component_fuzzer

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=9
2023-05-28 11:13:50 +00:00
Michael Vetter
ce6fa64821 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=8 2023-05-28 11:13:07 +00:00
Dominique Leuenberger
ca1415cc14 Accepting request 1089205 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1089205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ftxui?expand=0&rev=2
2023-05-26 18:15:53 +00:00
Michael Vetter
252cd9532a - Update to 4.1.0:
Component:
  * Feature: Support ResizableSplit with customizable separator.
  * Fix: Support arrow keys in application mode
  * Fix: Remove useless new line when using an alternative screen.
  Dom:
  * Feature: Add the dashed style for border and separator:
    See DASHED enum, and separatorDashed(), borderDashed() functions.
  * Feature: Add colored borders.
    See functions: borderStyled(BorderStyle, Color) and borderStyled(Color).
  * Feature: Add LinearGradient. It can be used in color and bgColor.
  * Improvement: Color::Interpolate() uses gamma correction.
  * Fix: Check the graph area is positive.
  Build/Install:
  * Use globally set CMAKE_CXX_STANDARD if it is set.
  * Expose the pkg-config file.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=6
2023-05-19 13:09:15 +00:00
Dominique Leuenberger
19d8a78450 Accepting request 1077003 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1077003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ftxui?expand=0&rev=1
2023-04-03 15:46:20 +00:00
Michael Vetter
5238a93f92 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=4 2023-04-03 13:24:24 +00:00
Michael Vetter
196932f46e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=3 2023-04-03 13:22:08 +00:00
Michael Vetter
2688afb143 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=2 2023-04-03 09:00:18 +00:00
d92426de2b Accepting request 1076780 from home:jubalh
OBS-URL: https://build.opensuse.org/request/show/1076780
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=1
2023-04-03 07:55:41 +00:00