summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-31build: remove standaloneChristian Hesse
2017-05-31build: remove shell based self contained executableChristian Hesse
2017-05-31build: allow to build self-contained executableChristian Hesse
2017-05-31build: add Dockerfile for static builds from AlpineMarc André Tanner
2017-05-31vis-lua: fix file:match_at API documentationMarc André Tanner
2017-05-30lexer: add simple strace(1) output lexerMarc André Tanner
2017-05-30ui: reopen terminal read-writeableMarc André Tanner
2017-05-27vis-lua: avoid nil values in table returned by vis:mappingMarc André Tanner
2017-05-27vis-lua: expose functions to unmap key bindingsMarc André Tanner
2017-05-27vis-lua: expose currently active key bindings through APIMarc André Tanner
2017-05-27vis: remove unused enumeration constantsMarc André Tanner
2017-05-19vis: improve `:<` command implementationMarc André Tanner
2017-05-17vis: ensure complete ! command output is displayedMarc André Tanner
2017-05-17man: mention regex anchor behaviorMarc André Tanner
2017-05-15man: mention `o` to change selection directionMarc André Tanner
2017-05-15sam: use default address for file looping commandsMarc André Tanner
2017-05-13build: fix warning in lua related configure checkMarc André Tanner
2017-05-12vis: immediately update screen after a vis_redraw callMarc André Tanner
2017-05-12Add a whitespace rule for the "elixir" lexer.Tynan Colin Beatty
2017-05-11Move the #defines within the #include guardsParide Legovini
2017-05-11Fix compilation on GNU Hurd systemsParide Legovini
2017-05-07Link to C API documentation of master branchMarc André Tanner
2017-05-07Revert "doc: specify complete file names"Marc André Tanner
2017-05-07doc: specify complete file namesMarc André Tanner
2017-05-06vis: add vis_interrupt{,requested} functionsMarc André Tanner
2017-05-06vis: add doxygen commentsMarc André Tanner
2017-05-04vis: improve job control for forked processMarc André Tanner
2017-05-03text: remove text_history_get functionMarc André Tanner
2017-05-03text: remove text_iterate macroMarc André Tanner
2017-05-03text: remove text_insert_newline functionMarc André Tanner
2017-05-03text: remove count argument from text_{earlier,later}Marc André Tanner
2017-05-03vis: introduce count iterator to handle interrupted flagMarc André Tanner
2017-05-03text: add miscellaneous documentation sectionMarc André Tanner
2017-05-03text: rename text_sigbus to text_mmapedMarc André Tanner
2017-05-03text: rename text_byte_get argument nameMarc André Tanner
2017-05-03map: convert comments to doxygen formatMarc André Tanner
2017-05-03array: convert comments to doxygen formatMarc André Tanner
2017-05-03buffer: convert comments to doxygen formatMarc André Tanner
2017-05-03text: convert comments to doxygen formatMarc André Tanner
2017-05-03doc: add status badge to READMEMarc André Tanner
2017-05-03doc: use nicer sphinx themeMarc André Tanner
2017-05-03doc: add initial documentation filesMarc André Tanner
2017-04-28doc: add sphinx breathe extensionMarc André Tanner
2017-04-28doc: add sphinx configurationMarc André Tanner
2017-04-28doc: customize DoxyfileMarc André Tanner
2017-04-28doc: add default Doxygen fileMarc André Tanner
2017-04-28ui: ignore whitespace when parsing style optionsMarc André Tanner
2017-04-24vis: fix newline insertion at end of fileMarc André Tanner
2017-04-23vis: fix # register countMarc André Tanner
2017-04-21vis: implement <C-r> in terms of gPMarc André Tanner