| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
`snprintf(f, sizeof(f), "%s", line)` => copy_str() | 8 年前 | |
Move integration implementation under int/ Too many files in src/. | 10 年前 | |
Display last error on external re-edit | 5 年前 | |
Display last error on external re-edit | 5 年前 | |
Rename int/file_magic.c:get_{gtk=>glib}_mimetype() No GTK here. | 9 个月前 | |
Resolve symbolic links for mime-type matchers Thanks to Vigi. https://www.linux.org.ru/news/opensource/14597104?cid=14602403 | 7 年前 | |
Fix error message titles from int/fuse.c unit s/SSH mount failed/FUSE mount failed/ Because there is no guarantee the user is mounting SSH there. | 2 年前 | |
Fwd declare view_t and dir_entry_t where possible Less useless recompilations. | 8 年前 | |
Handle more memory allocation failures Far from the complete list, but this increases number of the checks nonetheless. Found by GCC Static Analyzer. | 3 年前 | |
Move integration implementation under int/ Too many files in src/. | 10 年前 | |
src/int/term_title.c: : fix build against -std=c23 (`void (*)()`) changed the meaning) gcc-15 switched to -std=c23 by default: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376b2214e200fa76d12b67ff259b06c212 As a result `vifm` fails the build as: int/term_title.c: In function 'get_x11_window_title': int/term_title.c:364:21: error: assignment to 'int (*)(void)' from incompatible pointer type 'XErrorHandler' {aka 'int (*)(Display *, XErrorEvent *)'} [-Wincompatible-pointer-types-Wincompatible-pointer-types] 364 | old_handler = XSetErrorHandlerWrapper(x_error_check); | ^ int/term_title.c:367:47: error: passing argument 1 of 'XSetErrorHandlerWrapper' from incompatible pointer type [-Wincompatible-pointer-types] 367 | (void)XSetErrorHandlerWrapper(old_handler); | ^~~~~~~~~~~ | | | int (*)(void) The changes fully specifies `old_handler` type. | 1 年前 | |
Rename get_title_kind()=>title_kind_for_termenv() | 6 年前 | |
Don't print newline on cancelling --choose-dir Thanks to The Cyberduck. See https://q2a.vifm.info/2195/how-to-make-vifm-choose-a-single-file | 1 年前 | |
Pass view_t to vim_edit_marking() This way it doesn't depend on global variable curr_view. | 4 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 年前 | ||
| 10 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 9 个月前 | ||
| 7 年前 | ||
| 2 年前 | ||
| 8 年前 | ||
| 3 年前 | ||
| 10 年前 | ||
| 1 年前 | ||
| 6 年前 | ||
| 1 年前 | ||
| 4 年前 |