Commit Graph

  • c0437b73bc
    Merge b6be00ed82 into bc4dc23035 Stephen Hurd 2024-04-12 17:35:23 +0200
  • 14b33ca0b4
    Merge 582f81a4d2 into bc4dc23035 Nat! 2024-04-12 17:34:51 +0200
  • a1c4b8799f
    Merge 82365801e2 into bc4dc23035 CJ van den Berg 2024-04-11 08:46:57 +0900
  • bc4dc23035
    ncchannel_alpha(): return uint32_t (not an ABI change) master nick black 2024-04-09 23:31:36 -0400
  • 0e389967e5
    sixel: free meta on error paths nick black 2024-04-09 23:31:02 -0400
  • 1d77c28c69
    Merge edfb5d6719 into adc7313a4d Dmitry Atamanov 2024-03-31 17:19:56 -0400
  • adc7313a4d
    tabbed: eliminate double-free on error path nick black 2024-03-25 00:46:47 -0400
  • 34b6cc12ec
    ncplane_resize: factor out ncplane_resize_internal_check() nick black 2024-03-24 23:51:00 -0400
  • 503e9fb3c5
    release-checklist: escape semicolon in shell example nick black 2024-03-23 06:10:35 -0400
  • 97508498db
    init_lang: remove dead code nick black 2024-03-23 06:09:16 -0400
  • 1586fe4c56
    tfman: eliminate unnecessary write nick black 2024-03-23 05:47:54 -0400
  • 83a0ca48bb
    tfman: always initialize success nick black 2024-03-23 05:45:48 -0400
  • 1995749c4b
    eliminate clang-tidy memory leak bitchery nick black 2024-03-23 05:08:21 -0400
  • 87782f340a
    query_rgb: tigetflag() returns 1 on success nick black 2024-03-08 09:21:40 -0500
  • 9b52619936 drone: use official debian layer nick black 2024-03-08 03:35:30 -0500
  • 441d66a063
    check LIBAVUTIL_VERSION_MAJOR against 59 for pkt_duration nick black 2024-03-08 05:38:50 -0500
  • fa8574b6bf
    drone: use official debian layer nick black 2024-03-08 03:35:30 -0500
  • bed402adf9
    ffmpeg: use pkt_duration when it's available #2688 nick black 2024-03-08 02:33:08 -0500
  • 9d4c9e0083
    ffmpeg: replace deprecated pkt_duration with duration #2688 nick black 2024-03-07 23:57:55 -0500
  • fb7b132551
    CMake: don't run rgbbg unless we built it nick black 2024-03-02 21:17:43 -0500
  • 582f81a4d2 use better overflow check Nat! 2024-03-02 04:40:05 +0100
  • 8bf7b556f3 use better overflow check Nat! 2024-03-02 04:40:05 +0100
  • d88f40b836
    CMake: USE_CXX oughtn't restrict NOTCURSES_HEADERS nick black 2024-03-01 08:13:49 -0500
  • cb1244d3d4
    ffmpeg: remove call to deprecated avcodec_close() nick black 2024-03-01 07:57:44 -0500
  • 99eb8c6ab5
    Merge ded1195977 into 2e2cc8121c Nat! 2024-03-01 07:47:09 -0500
  • 2e2cc8121c * size_t overflow check for cell array * use calloc to gain mucho speed for huge dimensions Nat! 2024-02-29 00:39:20 +0100
  • 2ab645735d * remove cpp headers and other c++ support file from installation if USE_CXX is not set Nat! 2024-02-29 01:26:28 +0100
  • ded1195977 * remove cpp headers and other c++ support file from installation if USE_CXX is not set Nat! 2024-02-29 01:26:28 +0100
  • 1dc75dd304 * size_t overflow check for cell array * use calloc to gain mucho speed for huge dimensions Nat! 2024-02-29 00:39:20 +0100
  • fdd33449f1
    ncplane_new_internal: don't check for negative rows/cols, use unsigned spec #2763 nick black 2024-02-27 17:31:33 -0500
  • 82365801e2 disable kitty background color workaround CJ van den Berg 2024-02-15 18:33:21 +0100
  • 2c0fafed6c Add ncegc_len function to API CJ van den Berg 2023-09-07 20:20:16 +0200
  • b57d5c0cc3 Allow mouse reports outside terminal window CJ van den Berg 2023-09-17 16:13:55 +0200
  • 85732bf704 Match negative mouse coordinates CJ van den Berg 2023-09-17 16:52:59 +0200
  • 01de03dbef Workaround kitty F3 issue CJ van den Berg 2023-09-07 16:20:02 +0200
  • 43c81ed944
    update COPYRIGHT blergh nick black 2024-02-13 05:49:35 -0500
  • 4ad0236a6e
    usage: provide updated ncchannels_reverse() definition (#2757) nick black 2024-02-12 07:53:15 -0500
  • 051a1b8bbd
    [c++] Plane.hh: fix set_bg_rgb8() #2748 nick black 2024-01-31 00:19:58 -0500
  • d0ae404152
    channels_blend(): bow to clang14 -Wbitwise-instead-of-logical overlords nick black 2024-01-09 22:14:49 -0500
  • a2674d98ee
    kill comment obsoleted by a66c1e95f8 nick black 2024-01-09 22:14:14 -0500
  • d3d7a90495
    ffmpeg: remove unused frame counter nick black 2024-01-09 22:13:58 -0500
  • d9cc551f5a
    Fix a bitwise instead of logical warning Tobias Wood 2024-01-09 14:18:56 +0000
  • a66c1e95f8 Fix a bitwise instead of logical warning Tobias Wood 2024-01-09 14:18:56 +0000
  • b6be00ed82 Be more specific in SyncTERM DA response. Stephen Hurd 2023-12-25 06:29:10 -0500
  • 057a28ac15 Enable detecting SyncTERM DA1 response. Stephen Hurd 2023-12-25 06:19:18 -0500
  • f4da9aef61 Add ncegc_len function to API CJ van den Berg 2023-09-07 20:20:16 +0200
  • 145dc2638c Allow mouse reports outside terminal window CJ van den Berg 2023-09-17 16:13:55 +0200
  • 02d1c18ba5 Match negative mouse coordinates CJ van den Berg 2023-09-17 16:52:59 +0200
  • c19a715773
    demo: use full zero initializers (closes #2739) nick black 2023-12-19 22:17:39 -0500
  • 481fa39678 Added find_path for unigbrk.h Tobias Wood 2023-11-15 14:21:25 +0000
  • 11a1bd9039 Added find_path for unigbrk.h Tobias Wood 2023-11-15 14:21:25 +0000
  • e8b4c7958a inttypes.h needs __STDC_FORMAT_MACROS defined barracuda156 2023-08-06 13:33:21 +0800
  • 164a86eaa1 inttypes.h needs __STDC_FORMAT_MACROS defined barracuda156 2023-08-06 13:33:21 +0800
  • 442cfea046 Update README.md to include link to Julia bindings Dheepak Krishnamurthy 2023-04-22 00:35:09 -0400
  • d7e5f3e1f4
    Update README.md to include link to Julia bindings Dheepak Krishnamurthy 2023-04-22 00:35:09 -0400
  • dd31ba729a
    notcurses_capabilities.3: formatting nick black 2023-04-19 17:00:21 -0400
  • 0ac1251435
    notcurses_capabilities.3: typo nick black 2023-04-19 16:58:51 -0400
  • c81a55fa29
    TERMINALS.md: recommented? nick black 2023-04-13 06:01:46 -0400
  • 32eba71d31 Fix typo in `notcurses.h` Dheepak Krishnamurthy 2023-04-11 05:07:47 -0400
  • 638dd7bed2
    Fix typo in `notcurses.h` Dheepak Krishnamurthy 2023-04-11 05:07:47 -0400
  • 5d6f7abde9 use correct codepoints for NCCHESSWHITE Michael Bradley, Jr 2023-04-04 06:40:57 -0500
  • da3690b4ab
    use correct codepoints for NCCHESSWHITE Michael Bradley, Jr 2023-04-04 06:40:57 -0500
  • bb4a5d09ac
    remove deps rendered unnecessary by libavdevice-dev nick black 2023-03-28 21:41:58 -0400
  • 356c60a6ed Update builders for libavdevice, pkg-config; add note about ffmpeg device support Cameron Tenny 2023-03-12 15:28:02 -0700
  • 04470f9532 Add dependency on libavdevice when building with ffmpeg support, register in ffmpeg_init Cameron Tenny 2023-02-19 20:23:14 -0800
  • fd4b2d9db7
    notcurses.h: remove duplicate definition of notcurses_stdplane{_const} #2710 nick black 2023-03-21 00:09:06 -0400
  • 5adf545da1 Update builders for libavdevice, pkg-config; add note about ffmpeg device support Cameron Tenny 2023-03-12 15:28:02 -0700
  • 5c18779b85 Add dependency on libavdevice when building with ffmpeg support, register in ffmpeg_init Cameron Tenny 2023-02-19 20:23:14 -0800
  • 3c7dcd951e
    add link to michael s. bradley jr.'s nim wrapper #2708 nick black 2023-03-04 20:21:05 -0500
  • 0f4cca9c55
    check outstanding kernel patch into doc/ so it's not forgotten nick black 2023-02-25 16:17:29 -0500
  • 8f972a3e0e metric: fix test on armhf/glibc 2.37 Dan Bungert 2023-02-22 19:58:47 -0700
  • 24a40edd9d metric: fix test on armhf/glibc 2.37 Dan Bungert 2023-02-22 19:58:47 -0700
  • 2f4fb5514b
    notcurses_output: properly escape tab and newline nick black 2023-02-20 04:35:06 -0500
  • 29a5dc2295
    use _FORTIFY_SOURCE level 3 #2703 nick black 2023-02-07 02:55:55 -0500
  • 0f64dbb24b [wip] move to OpenImageIO's CMake support Michael Bradley, Jr 2023-01-23 16:01:34 -0600
  • cf9a4ccdfc [workflows] delete ilmbase dependency in windows workflow Michael Bradley, Jr 2023-01-23 13:12:09 -0600
  • 2bbbcdead2
    [wip] move to OpenImageIO's CMake support Michael Bradley, Jr 2023-01-23 16:01:34 -0600
  • 426a28a364
    [workflows] delete ilmbase dependency in windows workflow Michael Bradley, Jr 2023-01-23 13:12:09 -0600
  • 4332f8a249 notcurses-input: also show effective text if different from ID/utf8 Jeroen Domburg 2023-01-23 15:43:36 +0800
  • 243bdc31ee Automaton creation: do not try to recurse into every single digit on numeric value when it is not needed Jeroen Domburg 2023-01-23 15:15:16 +0800
  • 43a13c47aa notcurses-input: also show effective text if different from ID/utf8 Jeroen Domburg 2023-01-23 15:43:36 +0800
  • 8ab8fc0376 Automaton creation: do not try to recurse into every single digit on numeric value when it is not needed Jeroen Domburg 2023-01-23 15:15:16 +0800
  • b0f19f9f29 Do not be lazy, make amount of max text code points into a define Jeroen Domburg 2023-01-20 22:31:02 +0800
  • 3512f9e812 Fix misunderstanding in Kitty kbd proto docs Jeroen Domburg 2023-01-20 21:16:33 +0800
  • d8cb625b9a Add 'effective utf8' field to ncinput struct. This field will contain the utf8 emitted by a key with all modifiers taken into account. Jeroen Domburg 2023-01-20 15:51:47 +0800
  • 2f1f9defa5 Do not be lazy, make amount of max text code points into a define Jeroen Domburg 2023-01-20 22:31:02 +0800
  • 1a26f72c49 Fix misunderstanding in Kitty kbd proto docs Jeroen Domburg 2023-01-20 21:16:33 +0800
  • eac79ee680
    automaton: s/thought/though/g nick black 2023-01-20 05:12:34 -0500
  • d8c9081fe0 Add 'effective utf8' field to ncinput struct. This field will contain the utf8 emitted by a key with all modifiers taken into account. Jeroen Domburg 2023-01-20 15:51:47 +0800
  • 90135203e8
    debug: loglevel ought be ncloglevel_e nick black 2023-01-19 22:31:25 -0500
  • 2c7a2efb9e
    [nctetris.1] fix NAME for nctetris man page #2693 nick black 2023-01-03 14:43:06 -0500
  • d29f364f62
    ncvisual_create: error-check malloc #2691 nick black 2022-12-17 14:10:51 -0500
  • 09f7b717ac
    [ncwidth] error-check printfs #2691 nick black 2022-12-17 14:10:34 -0500
  • 040ff99fb7
    v3.0.9 v3.0.9 nick black 2022-12-10 05:20:23 -0500
  • b6d1137f8e
    [NEWS] mention #2687 infinite loop fix nick black 2022-12-10 05:16:48 -0500
  • 5c34ff4735 [tests] add FamilyAbove for infinite loop found by drewt #2687 nick black 2022-12-10 03:57:44 -0500
  • f6d396e8b4 Fix infinite loop in ncplane_move_family_* Drew Thoreson 2022-11-27 09:23:53 -0800
  • 66eab52c89
    [tests] add FamilyAbove for infinite loop found by drewt #2687 nick black 2022-12-10 03:57:44 -0500
  • a2daaf0846 Fix infinite loop in ncplane_move_family_* Drew Thoreson 2022-11-27 09:23:53 -0800
  • 7651cde998 workarounds for busted doctest 2.4.9 #2673 nick black 2022-10-04 04:59:43 -0400