| patch |
summary |
view |
raw |
| 00_fix_man_section.patch |
doc/hnb.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 01_quotations_instead_of_quotes.patch |
doc/Documentation.hnb | 2 +-
src/tutorial.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 02_recrusive_expand_collapse.patch |
src/expanded.c | 24 +++++++++++++++++++++++-
src/tree.c | 15 +++++++++++++++
2 files changed, 38 insertions(+), 1 deletion(-)
|
view
|
download
|
| 03_hnbrc.patch |
doc/hnbrc | 372 ++++++++++++++++++++++++++++++++++++++++++++++----------------
1 file changed, 278 insertions(+), 94 deletions(-)
|
view
|
download
|
| 04_unset_done_when_toggeling_todo.patch |
src/tree_todo.c | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 05_return_null_if_node_is_null.patch |
src/node.c | 3 +++
1 file changed, 3 insertions(+)
|
view
|
download
|
| 07_postscript_todo.patch |
src/file_ps.c | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
|
view
|
download
|
| 08_fix_implicitly_converted_pointer.patch |
src/tree.h | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| 09_make_all_callbacks_return_void.patch |
src/actions.c | 16 ++++----
src/autosave.c | 8 ++--
src/cal.c | 10 ++---
src/cli_macro.c | 8 ++--
src/clipboard.c | 16 ++++----
src/evilloop.c | 4 +-
src/expanded.c | 14 +++----
src/file.c | 10 ++---
src/file_ascii.c | 12 +++---
src/file_binary.c | 12 +++---
src/file_help.c | 10 ++---
src/file_hnb.c | 14 +++----
src/file_html.c | 24 ++++++------
src/file_opml.c | 26 +++++++-------
src/file_ps.c | 85 +++++++++++++++++++++++-----------------------
src/file_xml.c | 14 +++----
src/libcli/cli.c | 24 ++++++------
src/libcli/cli.h | 6 +--
src/libcli/cli_tokenize.c | 4 +-
src/libcli/test.c | 2 -
src/node.c | 22 +++++------
src/query.c | 4 +-
src/search.c | 12 +++---
src/spell.c | 13 ++++---
src/statcmds.c | 12 +++---
src/state.c | 13 +++----
src/tree_misc.c | 52 ++++++++++++++--------------
src/tree_sort.c | 4 +-
src/tree_todo.c | 10 ++---
src/ui_binding.c | 23 +++++++-----
src/ui_cli.c | 38 +++++++++-----------
src/ui_draw.c | 18 ++++-----
src/ui_edit.c | 10 ++---
src/ui_menu.c | 6 +--
src/ui_overlay.c | 8 ++--
src/ui_style.c | 8 ++--
36 files changed, 290 insertions(+), 282 deletions(-)
|
view
|
download
|
| 10_cursor_bug.patch |
src/evilloop.c | 2 +-
src/tree_misc.c | 4 ++--
src/ui_draw.c | 6 +++---
src/ui_draw.h | 2 +-
src/ui_edit.c | 2 +-
src/ui_menu.c | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
|
view
|
download
|
| 11_makefile_doc.patch |
doc/Makefile | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
|
view
|
download
|
| 12_makefiles_cflags.patch |
src/Makefile | 3 ++-
src/libcli/Makefile | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
|
view
|
download
|
| 14_binary_autosave.patch |
src/autosave.c | 2 +-
src/file.c | 2 +-
src/hnb.c | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| 15_document_export.patch |
doc/Documentation.hnb | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
|
view
|
download
|
| 16_refer_to_documentation_in_man.patch |
doc/hnb.1 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
|
view
|
download
|
| 17_wrap_long_words.patch |
src/ui_draw.c | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
|
view
|
download
|
| 18_todo_bullet_configurable.patch |
src/ui_draw.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
|
view
|
download
|
| 19_decouple_cursor.patch |
src/ui_draw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 20_call_setlocale.patch |
src/hnb.c | 3 +++
1 file changed, 3 insertions(+)
|
view
|
download
|
| 21_link_against_ncursesw.patch |
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 22_set_encoding_to_utf-8_in_exported_files.patch |
src/file_hnb.c | 2 +-
src/file_opml.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 23_fix_spelling_errors_in_man_page.patch |
doc/hnb.1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
|
view
|
download
|
| 24_mark_node_as_not_temporary.patch |
src/ui_edit.c | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| 50_debian_use_sensible-browser_instead_of_w3m.patch |
doc/hnbrc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|