Revisions of ftxui

buildservice-autocommit accepted request 1104996 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 14)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 13)
- 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.
buildservice-autocommit accepted request 1089443 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 12)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 11)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 10)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 9)
- Update to 4.1.1:
  * Resolve compile issues in component_fuzzer
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 8)
buildservice-autocommit accepted request 1089205 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 7)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 6)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1077003 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 5)
initialized devel package after accepting 1077003
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 4)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 3)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 2)
Displaying all 14 revisions
openSUSE Build Service is sponsored by