Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-04 | Rename lib->html | portix | |
--HG-- rename : lib/error.html => html/error.html rename : lib/head.html => html/head.html rename : lib/info.html => html/info.html rename : lib/local.html => html/local.html | |||
2013-01-09 | Updating copyright information | portix | |
2012-12-06 | Fixing use after free in dwb_get_scripts | portix | |
2012-12-04 | Indentation in local.c | portix | |
2012-09-30 | Use sizeof for stack-allocated strings; fixing one possible buffer overflow | portix | |
2012-07-21 | Additional length parameter in util_get_file_content; remove trailing ↵ | portix | |
newline in dwb_editor_watch, closing #130 | |||
2012-07-14 | Fixing possible segfault in local_show_directory | portix | |
2012-03-19 | Branch refactor: Use an anonymous, readonly object for hints | portix | |
--HG-- branch : refactor | |||
2012-01-22 | Fixing wrong single-instance behaviour, replacing FREE macro with g_free; ↵ | portix | |
fixing typos in manpage | |||
2012-01-03 | Updating version info | portix | |
--HG-- branch : experimental | |||
2011-12-26 | Fix segfault that occurs when trying to "open" a directory as if it were a ↵ | Peter Bex | |
file (or the file doesn't exist), as I naively tried to "o file:///some/dir" to get a directorylisting :) | |||
2011-12-26 | Get rid of "warning: format '%ld' expects type 'long int', but argument 4 ↵ | Peter Bex | |
has type 'nlink_t'" by casting it to a 64 bit integer, so it always matches the print specifier (on NetBSD, nlink_t is always 32 bit). Both int64_t and PRId64 are C99 so this should be okay. | |||
2011-12-12 | Print autocompletion connected, italic | portix | |
2011-12-11 | Include only needed headers in source files, don't include in header files; ↵ | portix | |
replace strcmp with g_strcmp0; fixing issue with leaving insert-mode in navigation-policy-requested | |||
2011-11-30 | Regression: don't unref dom-objects | portix | |
2011-11-27 | Unreference dom-objects in local.c | portix | |
--HG-- branch : memory | |||
2011-10-29 | Fixing that no new bookmark/history file is created | portix | |
2011-10-07 | Fix wrong permissions for other, thanks to prismate | portix | |
2011-10-06 | file:// prefix for path-completion | portix | |
2011-10-06 | Refactor: pass GList * to functions in local.c | portix | |
2011-10-06 | Seperate date and time in file view | portix | |
2011-10-06 | Clean up local.html | portix | |
2011-10-06 | Directory functions in local.c local.h | portix | |