1. e0e788e tweaks: reshuffle a few things by Benno Schulenberg · 9 years ago
  2. a617d9c tweaks: remove a redundant assignment by Benno Schulenberg · 9 years ago
  3. 99e6293 tweaks: remove an unnecessary intermediate assignment by Benno Schulenberg · 9 years ago
  4. 286b6a9 tweaks: rename a variable, to indicate better what it contains by Benno Schulenberg · 9 years ago
  5. 27e07d2 tweaks: rename two variables, to avoid using a name for different purposes by Benno Schulenberg · 9 years ago
  6. 1228b2c tweaks: rename a variable, to indicate what it contains by Benno Schulenberg · 9 years ago
  7. d6a04b8 tweaks: improve a few comments by Benno Schulenberg · 9 years ago
  8. fbb6208 browser, files: use full path in error message when in confined mode by Benno Schulenberg · 9 years ago
  9. c028568 startup: show an error message when argument of --operatingdir is invalid by Benno Schulenberg · 9 years ago
  10. 60da39c files: fix a memory leak by Benno Schulenberg · 9 years ago
  11. 2e75c22 browser: fix a memory leak by Benno Schulenberg · 9 years ago
  12. 9576eb6 browser: show a message when getcwd() fails, instead of just beeping by Benno Schulenberg · 9 years ago
  13. f9fe9a7 backups: take an unlikely condition into account by Benno Schulenberg · 9 years ago
  14. 8bf5e58 tweaks: improve a few comments by Benno Schulenberg · 9 years ago
  15. f6fdeeb files: remove a redundant condition by Benno Schulenberg · 9 years ago
  16. e65352b files: when writing a lockfile fails, continue loading the file by Benno Schulenberg · 9 years ago
  17. c8f530a statusbar: add a non-beeping message type that does not get overwritten by Benno Schulenberg · 9 years ago
  18. c9d1936 files: don't reuse a variable that may have been modified by dirname() by Benno Schulenberg · 9 years ago
  19. faf5227 files: remove a superfluous condition, and do not ignore a "No" by Benno Schulenberg · 9 years ago
  20. bc33539 files: upgrade the locking errors, so they will not be overwritten by Benno Schulenberg · 9 years ago
  21. 906ada8 files: remove the special 'quiet' mechanism for not overwriting messages by Benno Schulenberg · 9 years ago
  22. a878f5f screen: catch a window resize also when the keyboard is in nodelay mode by Benno Schulenberg · 9 years ago
  23. 5cbaf59 tweaks: rearrange some key reading stuff in a clearer way by Benno Schulenberg · 9 years ago
  24. f7c3e1c spelling: gettextize the next-word message by Benno Schulenberg · 9 years ago
  25. d7d3a87 tweaks: elide an unneeded variable by Benno Schulenberg · 9 years ago
  26. c03ce95 browser: after getting a mouse click, don't try any further interpretation by Benno Schulenberg · 9 years ago
  27. eedec06 tweaks: fix compilation when configured with --enable-tiny --enable-browser by Benno Schulenberg · 9 years ago
  28. cdcd365 tweaks: normalize some whitespace by Benno Schulenberg · 9 years ago
  29. 2535f51 statusbar: prevent error messages from overwriting each other by Benno Schulenberg · 9 years ago
  30. 58404e4 browser: keep the highlight in the same spot or column, when possible by Benno Schulenberg · 9 years ago
  31. 36df5ce browser: make Ctrl+Left and Ctrl+Right jump to left and right column by Benno Schulenberg · 9 years ago
  32. 3d82986 help: add an extra blank line to the lists of searching shortcuts by Benno Schulenberg · 9 years ago
  33. 04a230f tweaks: avoid a warning when configured with --disable-wrapping by Benno Schulenberg · 9 years ago
  34. 71e452a screen: improve the conditional placement of a help-line item by Benno Schulenberg · 9 years ago
  35. 18bdde4 search: when looking for whole words, examine the entire line by Benno Schulenberg · 9 years ago
  36. 0cc3da5 spelling: retreat one x position, to not miss the first word by Benno Schulenberg · 9 years ago
  37. b7f1136 tweaks: trim or improve some comments, and rewrap two lines by Benno Schulenberg · 9 years ago
  38. 2503503 tweaks: make the conditions for statusbar blanking more transparent by Benno Schulenberg · 9 years ago
  39. 2cd21da tweaks: remove the fiddling with an unrelated setting by Benno Schulenberg · 9 years ago
  40. 681f042 tweaks: remove a superfluous condition by Benno Schulenberg · 9 years ago
  41. 73aa48b input: after an unknown sequence, reenable cursor only when in main menu by Benno Schulenberg · 9 years ago
  42. 6698659 screen: displaying the cursor position should not suppress it next time by Benno Schulenberg · 9 years ago
  43. 06b449b utils: provide a failure message for all uses of 'fsfromline' by Benno Schulenberg · 9 years ago
  44. fe9cf6f tweaks: make advancing and retreating more symmetrical by Benno Schulenberg · 9 years ago
  45. 21edf7b tweaks: do an assignment in a more transparent way by Benno Schulenberg · 9 years ago
  46. 5e4f16d tweaks: remove a superfluous call of 'wnoutrefresh' by Benno Schulenberg · 9 years ago
  47. 81b29d9 tweaks: remove a superfluous setting of 'refresh_needed' by Benno Schulenberg · 9 years ago
  48. 8ddc5e7 browser: make the calculation of files-per-line a straightforward one by Benno Schulenberg · 9 years ago
  49. c6ec435 browser: use the reselection mechanism also after resizing and after help by Benno Schulenberg · 9 years ago
  50. 8a5b4f6 browser: keep the same file selected when the directory contents change by Rishabh Dave · 9 years ago
  51. 9cbe6a6 search: when polling the keyboard, consume all waiting keystrokes by Benno Schulenberg · 9 years ago
  52. c918c65 input: properly restore waiting mode, or retain non-waiting mode by Benno Schulenberg · 9 years ago
  53. 577f7fa screen: make better use of the available space in the titlebar by Benno Schulenberg · 9 years ago
  54. 338807a help: bring some air into the lists of shortcuts, giving the eye a hold by Benno Schulenberg · 9 years ago
  55. a7c158d input: simplify a bit of code, reducing a four-case switch to a single if by Benno Schulenberg · 9 years ago
  56. 97e9849 TODO: tidy up the punctuation by Benno Schulenberg · 9 years ago
  57. be4a3f8 spelling: separate the fixing of different words with a short pause by Benno Schulenberg · 9 years ago
  58. 433c7e5 spelling: don't partition the file for replacements in a marked region by Benno Schulenberg · 9 years ago
  59. 9d6d5b6 screen: rename a variable, because 'disable' sounds too permanent by Benno Schulenberg · 9 years ago
  60. f1b9ba2 rcfile: make an error message equal to another, and more informative by Benno Schulenberg · 9 years ago
  61. 318ed6b scrolling: center the cursor when inserted stuff does not fit on screen by Benno Schulenberg · 9 years ago
  62. 402cf71 input: trim some oververbose comments by Benno Schulenberg · 9 years ago
  63. 7b3649a input: don't take multiple keystrokes to be a single sequence by Benno Schulenberg · 9 years ago
  64. 937c478 spelling: pass the correct position of the cursor by Benno Schulenberg · 9 years ago
  65. cc0a3d8 search: modify a function to take a length as parameter instead of a word by Benno Schulenberg · 9 years ago
  66. e666f8c input: write a few ifs more compactly by Benno Schulenberg · 9 years ago
  67. 05238f3 search: elide an unneeded function by Benno Schulenberg · 9 years ago
  68. e21e954 browser: add a binding for the refresh function by Benno Schulenberg · 9 years ago
  69. e255627 browser: provide tab completion also outside of the working directory by Benno Schulenberg · 9 years ago
  70. e0c4f9c input: give more detailed feedback when an unbound key is struck by Benno Schulenberg · 9 years ago
  71. eb871e7 input: distinguish an unknown escape sequence from an unbound key by Benno Schulenberg · 9 years ago
  72. 3c8647e search: terminate the loop a tiny bit earlier when spell checking by Benno Schulenberg · 9 years ago
  73. ae8df00 search: rename a variable and a function, for clarity and contrast by Benno Schulenberg · 9 years ago
  74. 9f1a44d replacing: properly detect when we've rereached the starting position by Benno Schulenberg · 9 years ago
  75. 3ea8f42 browser: rearrange the search loop to elide two unneeded variables by Benno Schulenberg · 9 years ago
  76. 0215340 browser: when nothing was found, restore the global search flags by Benno Schulenberg · 9 years ago
  77. b26aaa7 screen: fix compilation when configured with --enable-tiny by Benno Schulenberg · 9 years ago
  78. 9330aa6 rcfile: disallow 'bind' and 'unbind' in an included file by Benno Schulenberg · 9 years ago
  79. 30f3c53 tabbing: refresh the window also when Goto-Dir in browser was cancelled by Benno Schulenberg · 9 years ago
  80. 133ed4e tabbing: don't null-terminate a directory name on the slash but after it by Benno Schulenberg · 9 years ago
  81. 53f4a9f screen: rename 'edit_refresh_needed' to 'refresh_needed' by Benno Schulenberg · 9 years ago
  82. b97c36c screen: don't always set 'edit_refresh_needed' when adjusting edittop by Benno Schulenberg · 9 years ago
  83. 3e1d2b9 tabbing: make sure to refresh the edit window when returning to it by Benno Schulenberg · 9 years ago
  84. 907ba3a scrolling: catch the special case of reading a file from standard input by Benno Schulenberg · 9 years ago
  85. 981b414 utils: distinguish between width (columns) and length (bytes) by Benno Schulenberg · 9 years ago
  86. 06b1fca tabbing: fix erroneous use of strnlenpt() by Benno Schulenberg · 9 years ago
  87. 92b8d6f files: miscellaneous tweaks of braces, comments, and variable names by Benno Schulenberg · 9 years ago
  88. 0b33ab5 files: make an 'if' more transparent and snip an unneeded condition by Benno Schulenberg · 9 years ago
  89. 2faad12 locking: don't try to read more bytes than the buffer can hold by Benno Schulenberg · 9 years ago
  90. bfe418f files: when opening a buffer, make sure to expand a tilde in its name by Benno Schulenberg · 9 years ago
  91. 41ed690 tabbing: refresh the edit window in case a previous tab listed names by Benno Schulenberg · 9 years ago
  92. 553b7af files: do not use two variables for two different purposes each by Benno Schulenberg · 9 years ago
  93. 2815eaa files: rewrap en reindent some lines by Benno Schulenberg · 9 years ago
  94. 5c5fefc files: tweak the function tail() and rename two variables by Benno Schulenberg · 9 years ago
  95. 8aeb843 more svn->git updates by Mike Frysinger · 9 years ago
  96. 36ec76a tabbing: don't refresh the edit window when nothing was printed on it by Benno Schulenberg · 9 years ago
  97. eb2661d spelling: if rereading the file fails, don't destroy the current buffer by Benno Schulenberg · 9 years ago
  98. c2518dd inserting: differentiate not finding a file from not finding a string by Benno Schulenberg · 9 years ago
  99. 34a20f8 prompt: properly save and restore the x position in the statusbar by Benno Schulenberg · 9 years ago
  100. 6f185d3 inserting: strip a carriage return before copying the line by Benno Schulenberg · 9 years ago