Revisions of notcurses
buildservice-autocommit
accepted
request 841631
from
Dirk Mueller (dirkmueller)
(revision 8)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 840750
from
Martin Hauke (mnhauke)
(revision 7)
- Update to version 1.7.6 * `ncstats` added the new stats `writeout_ns`, `writeout_min_ns`, and `writeout_max_ns`. The `render_*ns` stats now only cover the rendering and rasterizing process. The `writeout*ns` stats cover the time spent writing data out to the terminal. `notcurses_render()` involves both of these processes. * `notcurses_render_to_buffer()` has been added, allowing user control of the process of writing frames out to the terminal. * `notcurses_stats_alloc()` has been added, to allocate an `ncstats` object. `notcurses_reset_stats()` has been renamed `notcurses_stats_reset()`. * Two flags have been defined for `ncdirect_init()`: `NCDIRECT_OPTION_INHIBIT_SETLOCALE` and `NCDIRECT_OPTION_INHIBIT_CBREAK`. The former is similar to `NCOPTION_INHIBIT_SETLOCALE`. The latter keeps `ncdirect_init()` from touching the termios and entering cbreak mode. * The C++ wrapper `Ncplane::putwc()` has been renamed `Ncplane::putwch()`, so as not to clash with standard libraries implementing `putwc()` as a macro. - Update to version 1.7.5 * `ncreel_destroy()` now returns `void` rather than `int`. * `nctablet_ncplane()` has been renamed `nctablet_plane()`. * The standard plane now has the name `std`. * Removed long-deprecated `ncplane_set_attrs()` and `ncplane_attrs()`. * Renamed `ncplane_styles_*()` to `ncplane_*_styles()`, to conform with every other `ncplane_set_*()` function, but retained the old versions as (deprecated) aliases.
buildservice-autocommit
accepted
request 836150
from
Factory Maintainer (factory-maintainer)
(revision 6)
baserev update by copy to link target
Dominique Leuenberger (dimstar_suse)
accepted
request 830341
from
Martin Hauke (mnhauke)
(revision 5)
initialized devel package after accepting 830341
Dirk Mueller (dirkmueller)
accepted
request 833551
from
Martin Hauke (mnhauke)
(revision 4)
- Update to version 1.7.2 * Exported `ncvisual_default_blitter()`, so that the effective value of `NCBLIT_DEFAULT` can be determined. * Added `NCREADER_OPTION_CURSOR`, instructing the `ncreader` to make the terminal cursor visible, and manage the cursor's placement. - Update to version 1.7.1 * Renamed `CELL_SIMPLE_INITIALIZER` to `CELL_CHAR_INITIALIZER`, and `cell_load_simple()` to `cell_load_char()`. * Renamed `ncplane_putsimple()` to `ncplane_putchar()`, `ncplane_putsimple_stainable()` to `ncplane_putchar_stainable()`, and `ncplane_putsimple_yx()` to `ncplane_putchar_yx()`. - Run unittest - Update to version 1.7.0 * Added `notcurses_ucs32_to_utf8()` conversion helper. * `ncdirect_init()` now takes a third `uint64_t flags` parameter. No flags have been defined, and this parameter ought be set to 0. - Update to version 1.6.20 * Added convenience functions `ncplane_y()` and `ncplane_x()`, components of longstanding `ncplane_yx()`. * `ncreel` functions now generally call `ncreel_redraw()` themselves. This includes `ncreel_add()`, `ncreel_del()`, `ncreel_next()`, and `ncreel_prev()`. `ncreel_redraw()` need only be called to update tablets. * In order to conform with CMake naming conventions, our CMake
Martin Hauke (mnhauke)
accepted
request 830334
from
Martin Hauke (mnhauke)
(revision 3)
- Update to version 1.6.19 * among other things, fixes numerous subtle bugs on big-endian architectures resulting from EGC inlining.
Martin Hauke (mnhauke)
accepted
request 830030
from
Martin Hauke (mnhauke)
(revision 2)
- Use pkg-config style BR for libavutil
Jan Engelhardt (jengelh)
accepted
request 830026
from
Martin Hauke (mnhauke)
(revision 1)
Initial package for notcurses
Displaying revisions 41 - 48 of 48