2006-07-19 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2006-07-19 |
David Lawrence... | fix changelog entries |
commit | commitdiff | tree | snapshot |
2006-07-19 |
David Lawrence... | per Daniel Richard G.'s patch, in parse_rcfile(), add... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
David Lawrence... | rename the values of the scroll_dir enum to UP_DIR... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2006-07-18 |
David Lawrence... | revert unneeded #ifdef fixes |
commit | commitdiff | tree | snapshot |
2006-07-18 |
David Lawrence... | add various cosmetic and #ifdef fixes |
commit | commitdiff | tree | snapshot |
2006-07-13 |
David Lawrence... | improve the display of bools in debugging statements |
commit | commitdiff | tree | snapshot |
2006-07-13 |
David Lawrence... | in replace_regexp(), remove unnecessary casting of... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
David Lawrence... | in do_insertfile(), remove redundant code: we only... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
David Lawrence... | in do_insertfile(), if we don't insert a file into... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
David Lawrence... | in do_insertfile(), if we're in view mode, as we can... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
David Lawrence... | more typo fixes |
commit | commitdiff | tree | snapshot |
2006-07-12 |
David Lawrence... | remove unneeded blank lines |
commit | commitdiff | tree | snapshot |
2006-07-12 |
David Lawrence... | in nano.h, remove the manual disabling of color support... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
David Lawrence... | in configure.ac, if regex.h isn't found, display an... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
David Lawrence... | don't include sys/ioctl.h in nano.c when NANO_TINY... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
David Lawrence... | in nano.h, if we don't have nanorc support, disable... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
David Lawrence... | make Jordi's email address, and the description of... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
David Lawrence... | in do_browse_from(), don't bother freeing path if it... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
David Lawrence... | revert erroneous change |
commit | commitdiff | tree | snapshot |
2006-07-11 |
David Lawrence... | add miscellaneous minor cleanups to do_browser(), do_br... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
David Lawrence... | clean up the TODO list a bit more |
commit | commitdiff | tree | snapshot |
2006-07-11 |
David Lawrence... | mention the need to handle resizes better in the TODO... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
David Lawrence... | comment fixes |
commit | commitdiff | tree | snapshot |
2006-07-09 |
David Lawrence... | remove unneeded #ifdef |
commit | commitdiff | tree | snapshot |
2006-07-09 |
David Lawrence... | revert erroneous change |
commit | commitdiff | tree | snapshot |
2006-07-08 |
David Lawrence... | in titlebar(), don't display any blank space for the... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
David Lawrence... | typo fixes |
commit | commitdiff | tree | snapshot |
2006-07-07 |
David Lawrence... | fix inaccurate comments |
commit | commitdiff | tree | snapshot |
2006-07-07 |
David Lawrence... | still more cosmetic fixes |
commit | commitdiff | tree | snapshot |
2006-07-07 |
David Lawrence... | another cosmetic fix |
commit | commitdiff | tree | snapshot |
2006-07-07 |
David Lawrence... | per John M. Gabriele's patch with a few tweaks by me, in |
commit | commitdiff | tree | snapshot |
2006-07-06 |
David Lawrence... | consolidate do_scroll_(up|down)() into do_(up|down... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
David Lawrence... | in do_scroll_up() and do_scroll_down(), fix problems... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
David Lawrence... | comment fixes |
commit | commitdiff | tree | snapshot |
2006-07-06 |
David Lawrence... | comment fixes |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | add another post-2.0 item |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | if the mark isn't on, allow Meta-} and Meta-{ to indent... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | another cosmetic fix |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | cosmetic fix |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | comment fixes |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | another cosmetic fix |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | in get_full_path(), don't return NULL when the current... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | in browser_refresh() and titlebar(), don't display... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | cosmetic fix |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | in display_string(), properly handle buf[start_index... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | still more miscellaneous minor fixes |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | another miscellaneous minor fix |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | in do_browse_from(), during the operating directory... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | miscellaneous minor fixes |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | yet another comment fix |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | make the file browser's mouse support consistent with... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | in do_browser() and do_help(), detect the previous... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | calculate width in browser_init(), as it's more consistent |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | still more cosmetic fixes |
commit | commitdiff | tree | snapshot |
2006-07-05 |
David Lawrence... | simplify and remove redundancies from various bits |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | in browser_refresh(), fix problem where width wouldn... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | more comment fixes |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | simplify |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | add another missing comment |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | simplify, and add missing comments |
commit | commitdiff | tree | snapshot |
2006-07-04 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2006-07-03 |
David Lawrence... | remove unneeded blank lines |
commit | commitdiff | tree | snapshot |
2006-07-03 |
David Lawrence... | in browser_refresh(), add translator comments explainin... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | still more comment fixes |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | more comment fixes |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | add missing comment |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | yet another cosmetic fix |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | more cosmetic fixes |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | add clarifying comment |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | more miscellaneous minor fixes |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | in browser_refresh(), if a filename is too long, trunca... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | fix breakage |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | in browser_init(), fix off-by-one error when calculatin... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | still more comment fixes |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | fix breakage |
commit | commitdiff | tree | snapshot |
2006-07-02 |
David Lawrence... | more comment fixes |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | update changelog entries |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | comment fixes |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | add more miscellaneous cleanups |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | add miscellaneous cleanups |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | in do_browser() and do_refresh(), further simplify... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | in do_browser() and do_help(), simplify screen update... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | simplify |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | comment fix |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | fix breakage |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | in striponedir(), return the stripped path instead... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | in striponedir(), since all the strings passed to this... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | cosmetic fixes |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | revert last changes, as the "Go to Directory" prompt... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | fix breakage |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | in do_browser(), display an error messsage on the statu... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | in do_browser(), after entering "..", select the direct... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
David Lawrence... | add missing comments |
commit | commitdiff | tree | snapshot |
next |