Andrew Borodin
|
b2b10f1f87
(file_op_total_context_t): remove. All members were moved to file_op_context_t.
|
4 months ago |
Andrew Borodin
|
dde9002aaf
(file_op_total_context_t): rename members.
|
4 months ago |
Andrew Borodin
|
ab5bbba2dd
(copy_file_file_display_progress): remove dead code.
|
4 months ago |
Andrew Borodin
|
23ed903814
(file_op_context_t): rename members.
|
4 months ago |
Andrew Borodin
|
31771bd332
Store start time of file transfer in the file operation context descriptor.
|
4 months ago |
Andrew Borodin
|
f699e184ea
(file_op_context_new): simplify.
|
4 months ago |
Andrew Borodin
|
a1b4eb0bfb
Rename file_op_context_ui_t to file_progress_ui_t, reorder members.
|
4 months ago |
Andrew Borodin
|
0a6604a626
Rename functions.
|
4 months ago |
Andrew Borodin
|
63db380705
(copy_file_file_display_progress): change arguments order.
|
4 months ago |
Andrew Borodin
|
6d3c41082c
(copy_file_file): fix the ETA calculation.
|
4 months ago |
Andrew Borodin
|
bf9a279d1a
(file_eta_prepare_for_show): join checks of eta_secs.
|
4 months ago |
Andrew Borodin
|
f911cf30cb
Ticket #3205: fix ETA calculation.
|
4 months ago |
Yury V. Zaytsev
|
c5b8b69371
Merge branch '2452_handle_baudrate_error'
|
1 month ago |
Yury V. Zaytsev
|
8b8419023f
Ticket #2452: handle -1 (baudrate error) by *not* disabling verbose mode implicitly
|
1 month ago |
Yury V. Zaytsev
|
ea8e239f00
Merge branch '4604_c99_automake_114'
|
1 month ago |
Yury V. Zaytsev
|
6ea7bd0196
buildsys: disable buggy or unhelpful warnings
|
1 month ago |
Yury V. Zaytsev
|
43e6c040de
buildsys: add `-Wall` and `-Wextra`, remove duplicate flags, set standard to C99
|
1 month ago |
Yury V. Zaytsev
|
fdc445ea8d
buildsys: fix enabling C standards for older autoconf broken in 1bc8abd7
|
1 month ago |
Yury V. Zaytsev
|
ec66b0be04
buildsys: fix quoting and comment in `configure.ac`
|
1 month ago |
Yury V. Zaytsev
|
b9c7884ea7
buildsys: set debugging level to `-Og` per gcc recommendations
|
1 month ago |
Yury V. Zaytsev
|
03c6f61d54
Ticket #4604: remove obsolete `AM_PROG_CC_C_O` macro, part of `AC_PROG_CC` now
|
1 month ago |
Yury V. Zaytsev
|
d63427d7bd
Merge branch '4599_bash_prompt_array'
|
1 month ago |
Viorel Munteanu
|
18f0a28501
Ticket #4599: add support for bash PROMPT_COMMAND being an array
|
2 months ago |
Yury V. Zaytsev
|
fc3ad53228
Merge branch '4597_fish_csi'
|
1 month ago |
Johannes Altmanninger
|
6ca2013082
subshell: advertise that we can suspend a shell that requested CSI u
|
2 months ago |
Johannes Altmanninger
|
6e4510b558
subshell: recognize CSI u encoding for ctrl-o
|
2 months ago |
Johannes Altmanninger
|
0ea77d2ec7
Ticket #4597: fix CSI parser
|
2 months ago |
Yury V. Zaytsev
|
9e4e7e8a7f
maint: fix paths in transifex scripts and workflows after the move
|
1 month ago |
Yury V. Zaytsev
|
494aeabe27
Merge branch '4170_github_ci'
|
1 month ago |
Yury V. Zaytsev
|
61909fa24e
mountlist: suppress unused label warning on FreeBSD
|
1 month ago |
Yury V. Zaytsev
|
58f75eeb2e
doc: fix typo in ftp path - manual pages
|
1 month ago |
Kirill Rekhov
|
9985e2129b
doc: fix groff warning in mc.1.in (closes MidnightCommander/mc#207)
|
1 month ago |
Yury V. Zaytsev
|
6881db8b16
posix: use `tail -1`, not `tail -n 1`, prefer `gsed` for Solaris compat
|
1 month ago |
Yury V. Zaytsev
|
577b253ab3
buildsys: remove `-e` from grep for compatibility with non-XPG4 grep
|
1 month ago |
Yury V. Zaytsev
|
289b9c85be
(canonicalize_pathname_custom): fix `--disable-charset` build broken in 8f723b8
|
2 months ago |
Yury V. Zaytsev
|
a018086f48
maint: remove obsolete CI/maint and re-implement source index
|
1 month ago |
Yury V. Zaytsev
|
73ef95df41
maint: fix documentation linting script and add to CI
|
1 month ago |
Yury V. Zaytsev
|
319507c595
Ticket #4170: implement CI via GitHub Actions
|
6 months ago |
Yury V. Zaytsev
|
4bd73a7de0
Merge branch '2633_mclib_xterm_clear'
|
1 month ago |
Yury V. Zaytsev
|
f0107ce193
Ticket #2633: add `xterm-clear` terminal definition for FreeBSD termcap
|
1 month ago |
Yury V. Zaytsev
|
9182a89922
filemanager: remove duplicate include header
|
1 month ago |
Andrew Borodin
|
b46e813120
Merge branch '4600_filter_segfault'
|
1 month ago |
Andrew Borodin
|
b232229b46
src/filemanager/{achown,chattr,chmod,chown}.c: get rid of code duplication.
|
1 month ago |
Andrew Borodin
|
2d9383fd54
(panel_callback) [MSG_FOCUS]: remove self-draw here.
|
2 months ago |
Andrew Borodin
|
b14f778e6b
Disable all cursor movements if file panel is empty.
|
2 months ago |
Andrew Borodin
|
562eb7449a
(start_search): don't start quick search if file panel is empty.
|
2 months ago |
Andrew Borodin
|
f147c8b3e2
Clarify panel->currrent if file panel is empty.
|
2 months ago |
Andrew Borodin
|
1ac839d20c
Ticket #4600: fix segfault on panel filter.
|
2 months ago |
Yury V. Zaytsev
|
65fee2daf7
Merge branch '4584_tests_weak_symbols'
|
2 months ago |
Yury V. Zaytsev
|
6c5cf214a9
extfs: use numeric (0/0) root user uid/gid in helpers instead of root/root
|
3 months ago |