List for cgit developers and users
 help / color / mirror / Atom feed
Highlighting lines or line ranges in tree view
 2018-06-25  5:49 UTC  (40+ messages)
` [PATCH 1/3] ui-shared: introduce line range highlight javascript
` [PATCH 2/3] ui-tree: use the line range highlight script
` [PATCH 3/3] ui-blame: "
` [PATCH v2 0/5] line range highlight
  ` [PATCH v2 1/5] config: add js
  ` [PATCH v2 2/5] cgit.js: introduce
  ` [PATCH v2 3/5] ui-shared: introduce line range highlight javascript
  ` [PATCH v2 4/5] ui-tree: use the line range highlight script
  ` [PATCH v2 5/5] ui-blame: "
  ` [PATCH v2 1/2] cgit.js: make line range highlight responsive to url changes
  ` [PATCH v2 2/2] cgit.js: line range highlight: improve vertical scroll logic
  ` [PATCH v2] cgit.js: line range highlight: always hook hashchange in case hash added
` [PATCH v3 0/6] line range highlight
  ` [PATCH v3 1/6] config: add js
  ` [PATCH v3 2/6] ui-shared: line range highlight: introduce javascript
  ` [PATCH v3 3/6] cgit.js: line range highlight: make responsive to url changes
  ` [PATCH v3 4/6] cgit.js: line range highlight: improve vertical scroll logic
  ` [PATCH v3 5/6] line-range-highlight: onclick handler and range selection
  ` [PATCH v3 6/6] line-range-highlight: copy URL to clipboard on click
` [PATCH v4 0/6] line range highlight
  ` [PATCH v4 1/6] config: add js

[PATCH] cgit.css: add dynamic age update
 2018-06-25  0:15 UTC  (5+ messages)

repo.desc as raw html?
 2018-06-23 16:33 UTC  (10+ messages)
` [PATCH] noheader: place branch combo on tabs if no header
` [PATCH 1/2] config: add root-desc-html and repo.desc-html
` [PATCH 2/2] ui-shared: emit root-desc-html and repo.desc-html after their text counterparts

Rendering of README.md inline with inner tree view dirs
 2018-06-23 11:10 UTC  (107+ messages)
                ` [PATCH 00/11] Render READMEs inline in tree view
                  ` [PATCH 05/11] ui-tree: use render fileters to display content
                  ` [PATCH 06/11] ui-tree: free read_sha1_file() buffer after use
                  ` [PATCH 07/11] ui-blame: "
                  ` [PATCH 08/11] ui-tree: print_object: add is_inline param
                  ` [PATCH 09/11] ui-tree: ls_tail: add walk table param
                  ` [PATCH 10/11] config: add tree-readme list
                  ` [PATCH 11/11] ui-tree: render any matching README file in tree view
                  ` [PATCH v3 00/17] Render READMEs inline "
                    ` [PATCH v3 01/17] manpage: fix sorting order
                    ` [PATCH v3 02/17] blame: css: make blame highlight div absolute and at parent top
                    ` [PATCH v3 03/17] Use string list strdup_strings for mimetypes
                    ` [PATCH v3 04/17] Add source page
                    ` [PATCH v3 05/17] Parse render filters from the config
                    ` [PATCH v3 06/17] ui-tree: split out buffer printing
                    ` [PATCH v3 07/17] ui-tree: use render filters to display content
                    ` [PATCH v3 08/17] ui-blame: free read_sha1_file() buffer after use
                    ` [PATCH v3 09/17] ui-tree: ls_tail: add walk table param
                    ` [PATCH v3 10/17] config: add global inline-readme list
                    ` [PATCH v3 11/17] config: add repo "
                    ` [PATCH v3 12/17] ui-tree: render any matching README file in tree view
                    ` [PATCH v3 13/17] md2html: add asset mapping
                    ` [PATCH v3 14/17] md2html-add-asset-postfix-arg
                    ` [PATCH v3 15/17] ui-shared: deduplicate some code in repolink
                    ` [PATCH v3 16/17] ui-shared: add helper for generating non-urlencoded links
                    ` [PATCH v3 17/17] render: adapt for providing extra filter args for plain
                  ` [PATCH v4 00/16] Render READMEs inline in tree view
                    ` [PATCH v4 01/16] manpage: fix sorting order
                    ` [PATCH v4 02/16] Use string list strdup_strings for mimetypes
                    ` [PATCH v4 03/16] Add source page
                    ` [PATCH v4 04/16] Parse render filters from the config
                    ` [PATCH v4 05/16] ui-tree: split out buffer printing
                    ` [PATCH v4 06/16] ui-tree: use render filters to display content
                    ` [PATCH v4 07/16] ui-tree: ls_tail: add walk table param
                    ` [PATCH v4 08/16] config: add global inline-readme list
                    ` [PATCH v4 09/16] config: add repo "
                    ` [PATCH v4 10/16] ui-tree: render any matching README file in tree view
                    ` [PATCH v4 11/16] md2html: add asset mapping
                    ` [PATCH v4 12/16] md2html: add asset postfix arg
                    ` [PATCH v4 13/16] ui-shared: deduplicate some code in repolink
                    ` [PATCH v4 14/16] ui-shared: add helper for generating non-urlencoded links
                    ` [PATCH v4 15/16] render: adapt for providing extra filter args for plain
                    ` [PATCH v4 16/16] md2html: change css name to not conflict with highlight
              ` [PATCH v2 00/15] Render READMEs inline in tree view
                ` [PATCH v2 01/15] manpage: fix sorting order
                ` [PATCH v2 02/15] gcc8.1: fix strncat warning
                ` [PATCH v2 03/15] Use string list strdup_strings for mimetypes
                ` [PATCH v2 04/15] Add source page
                ` [PATCH v2 05/15] Parse render filters from the config
                ` [PATCH v2 06/15] ui-tree: split out buffer printing
                ` [PATCH v2 07/15] ui-tree: use render filters to display content
                ` [PATCH v2 08/15] ui-blame: free read_sha1_file() buffer after use
                ` [PATCH v2 09/15] ui-tree: ls_tail: add walk table param
                ` [PATCH v2 10/15] config: add global inline-readme list
                ` [PATCH v2 11/15] config: add repo "
                ` [PATCH v2 12/15] ui-tree: render any matching README file in tree view
                ` [PATCH v2 13/15] md2html: add asset mapping
                ` [PATCH v2 14/15] md2html-add-asset-postfix-arg
                ` [PATCH v2 15/15] render: adapt for providing extra filter args for plain

Cgit root-readme
 2018-06-22 10:47 UTC 

[PATCH 1/1] git: update to v2.18.0
 2018-06-21 18:18 UTC 

cache-size implementation downsides
 2018-06-20  7:55 UTC  (6+ messages)

[PATCH] css: make highlight div absolute and top left
 2018-06-20  0:50 UTC  (6+ messages)
` [PATCH v2] blame: css: make blame "

[PATCH 1/1] global: remove functionality we deprecated for cgit v1.0
 2018-06-18 18:50 UTC  (2+ messages)

[PATCH 1/1] RFC: git: update to v2.18.0-rc2
 2018-06-18  6:42 UTC  (7+ messages)
` [PATCH] ui-shared: typename changed to type_name in git 2.18.0-rc2

[PATCH] expand environmentvariables in root-title and root-descr
 2018-06-18  6:36 UTC  (3+ messages)

Adding short commit id to repo Log tab
 2018-06-17 21:00 UTC  (3+ messages)

[PATCH] Encode value and field before calculating cookie digest, the same way secure_value() does
 2018-06-17 19:03 UTC  (3+ messages)

[PATCH] Update COPYING
 2018-06-17 14:18 UTC  (3+ messages)

[PATCH 1/2] gcc8.1: fix strncpy bounds warnings
 2018-06-17  2:28 UTC  (10+ messages)
` [PATCH 2/2] gcc8.1: fix strcat warning
  ` [PATCH 1/2] shared: allocate return value from expand_macros()
    ` [PATCH 2/2] shared: use strbuf for expanding macros

[RFC PATCH] Makefile: work around parallel make issues in docs
 2018-06-16 17:52 UTC  (8+ messages)

Bug: cgit shows empty pages, when viewing Tag-Only-Repo
 2018-06-16 17:07 UTC  (2+ messages)

[PATCH] ui-tag: Fix inconsistent capitalization
 2018-06-16 16:43 UTC  (2+ messages)

[PATCH 1/1] snapshot: support special value 'all' to enable all formats
 2018-06-16 16:40 UTC  (2+ messages)

Translation
 2018-06-16 16:37 UTC  (2+ messages)

Documentation Typo
 2018-06-16 16:31 UTC  (2+ messages)
` [PATCH] cgitrc.5: fix auth filter return value documentation

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).