Commit Graph

  • 4fc2ba6ad9 Use get_codepage_id() instead of direct access to codepage_desc::id. 4633_cleanup Andrew Borodin 2025-04-06 13:04:25 +03:00
  • 99edddba63 (edit_suggest_current_word): use str_nconvert_to_display(). Andrew Borodin 2025-04-05 15:45:46 +03:00
  • fdd84f442a (background_attention): refactor, fix coding style. Andrew Borodin 2025-04-05 10:39:56 +03:00
  • c53e9cea8a (_vfs_translate_path): refactoring. Andrew Borodin 2025-04-05 10:07:42 +03:00
  • 36d1aa7050 (vfs_mkstemps): clarify protection against very long names. Andrew Borodin 2025-04-05 10:01:52 +03:00
  • 24eed003cd (vfs_path_serialize): change type of loop index from ssize_t to int. Andrew Borodin 2025-04-05 08:23:42 +03:00
  • bfc2380dd3 (mc_tty_normalize_lines_char): minor cleanups. Andrew Borodin 2025-04-05 08:17:07 +03:00
  • e7a6837507 (lookup_keycode): change type of 1st agrument from long to int. Andrew Borodin 2025-04-05 08:07:33 +03:00
  • 78f8f4d054 Change @returns to @return in Doxygen comments. Andrew Borodin 2025-03-31 21:55:46 +03:00
  • 9ce457ce55 (dview_str_utf8_offset_to_pos): return size_t. Andrew Borodin 2025-03-30 15:19:33 +03:00
  • bcf41e0307 (test_strip_ctrl_codes): use ESC_STR macro. Andrew Borodin 2025-03-30 14:02:03 +03:00
  • d0877a55eb Use g_strdup() and g_free() instead of strdup() and free() respectively. Andrew Borodin 2025-03-30 13:51:33 +03:00
  • 2bfb5b6598 tests/lib/terminal.c: fix coding style. Andrew Borodin 2025-03-29 11:12:59 +03:00
  • c16930dfb8 src/subshell/common.c: fix coding style. Andrew Borodin 2025-03-29 11:12:26 +03:00
  • ef5a971f0a src/subshell/common.c: add several FIXME if read() returns -1. Andrew Borodin 2025-03-29 11:20:11 +03:00
  • 3eeebf5d8b lib/terminal.[ch]: fix coding style. Andrew Borodin 2025-03-29 11:04:12 +03:00
  • 672389dde8 (mcview_ok_to_quit): rename button. Andrew Borodin 2025-03-24 21:50:21 +03:00
  • 6cd04e818f (edit_ok_to_quit): rename from edit_ok_to_exit. Andrew Borodin 2025-03-24 21:50:21 +03:00
  • ff2cdfa9bc lib/global.h: fix indentation. Andrew Borodin 2025-03-23 20:41:47 +03:00
  • d5972c1575 mountlist: fix a compilation error on Solaris with gcc 14. Andrew Borodin 2025-03-30 18:05:25 +03:00
  • 438b2d8fbf mountlist: work around an strtoul() misfeature. Andrew Borodin 2025-03-23 19:55:03 +03:00
  • 19f4850cff mountlist: replace a configure-time error with a compile-time error. Andrew Borodin 2025-03-23 19:47:43 +03:00
  • a5e687231e mountlist: improve implementation on native Windows. Andrew Borodin 2025-03-23 19:38:39 +03:00
  • 0fd274e666 Use MB_LEN_MAX instead of UTF8_CHAR_LEN. Andrew Borodin 2025-03-16 15:14:07 +03:00
  • c99e2430f4 input_complete.c: don't include limits.h here. Andrew Borodin 2025-03-16 13:46:37 +03:00
  • b1c4e6cb09 buildsys: remove executable bit from templated extfs scripts Yury V. Zaytsev 2025-03-21 11:10:09 +01:00
  • 20b46ab8ab subshell: fix mismatch between constants Oswald Buddenhagen 2025-02-07 14:22:21 +01:00
  • 52b6d6096f Ticket #4633: code cleanup before 4.8.34 release. Yury V. Zaytsev 2025-03-11 12:17:28 +01:00
  • 643aa7a60f m4.include/mc-encoding.m4: fix typo. master Andrew Borodin 2025-04-06 18:30:06 +03:00
  • 52e18d01ee
    Merge pull request #4679 from MidnightCommander/4678_usqfs_missing_files Yury V. Zaytsev 2025-03-29 07:42:24 +01:00
  • 4aa2036040 Ticket #4678: usqfs parser ignored first 4 lines of the file listing #4679 Yury V. Zaytsev 2025-03-28 15:28:23 +01:00
  • f55ef44d3e maint: add FUNDING.yml with my username Yury V. Zaytsev 2025-03-25 15:52:10 +01:00
  • da3edeb508 maint: add coding style reference to the PR template Yury V. Zaytsev 2025-03-25 14:11:22 +01:00
  • 5542a467a8 maint: add workflow to remove state labels from closed issues Yury V. Zaytsev 2025-03-25 13:35:40 +01:00
  • 1543739dc9 Merge branch '4674_charsets' Andrew Borodin 2025-03-24 21:13:08 +03:00
  • f0c0ccf664 Fix indentation. Andrew Borodin 2025-03-22 20:02:59 +03:00
  • e72fed63e2 Rename m4.include/{mc-i18n.m4 => mc-encoding.m4}. Andrew Borodin 2025-03-22 12:16:32 +03:00
  • 0b68ecfffb Ticket #4674: remove --enable-charset/--disable-charset configuration option. Andrew Borodin 2025-03-22 10:38:41 +03:00
  • c7def7ee77 maint: add /review and /approve commands Yury V. Zaytsev 2025-03-22 18:12:19 +01:00
  • 6a66843986 Merge branch '4637_reload_panels' Andrew Borodin 2025-03-22 09:16:29 +03:00
  • f80dc2ba2b Ticket #4637: panels not refreshed after editing file with internal editor. Andrew Borodin 2025-03-21 19:46:29 +03:00
  • 420ee0217e
    Merge pull request #4671 from MidnightCommander/4670_sftp_error_known_hosts Yury V. Zaytsev 2025-03-21 17:46:24 +01:00
  • c19a8098a6 Ticket #4670: sftpfs - customize error message #4671 Yury V. Zaytsev 2025-03-20 11:15:20 +01:00
  • a6915ce086
    Merge pull request #4672 from ossilator/issue-template Yury V. Zaytsev 2025-03-21 08:43:09 +01:00
  • 59749d62db maint: issue template - update feature request template #4672 Yury V. Zaytsev 2025-03-21 07:55:54 +01:00
  • 42ca504eb3 maint: issue template - move descriptions to placeholders for readability Yury V. Zaytsev 2025-03-21 07:47:24 +01:00
  • a3a10290f1 maint: issue templates - optimize bug template Oswald Buddenhagen 2025-03-20 13:11:34 +01:00
  • c15fefafd0 mc-i18n.m4: subst ENCODING_ISO8859. 4668_cp866_printable Andrew Borodin 2025-03-15 19:55:18 +03:00
  • 1f215deb63 Ticket #4668: mcedit: some characters are shon as non-printable Andrew Borodin 2025-03-15 20:11:28 +03:00
  • eb4afb3a71 doc: remove obsolete comments from skins Yury V. Zaytsev 2025-03-15 14:42:16 +01:00
  • 5228d21854 doc: fix homepage, mirrors and issues URLs in the manuals Yury V. Zaytsev 2025-03-15 14:09:21 +01:00
  • 581d5a3ace maint: update PO translations from Transifex Yury V. Zaytsev 2025-03-15 13:58:48 +01:00
  • f46de79373 doc: fix wrong translation string containing raw URL Yury V. Zaytsev 2025-03-15 13:31:40 +01:00
  • ed5d7975ba maint: update hints translations from Transifex Yury V. Zaytsev 2025-03-15 13:16:12 +01:00
  • 747bb53190 Update po/*.po files. Yury V. Zaytsev 2025-03-15 12:47:29 +01:00
  • f2c885017c buildsys: fix po/Makevars to use data from configure.ac Yury V. Zaytsev 2025-03-15 12:38:54 +01:00
  • 2ab19b6452 buildsys: use package name and URL as defined in configure script Yury V. Zaytsev 2025-03-15 12:25:19 +01:00
  • 4fe53bd00f doc: fix project URLs in the repository Yury V. Zaytsev 2025-03-15 12:28:21 +01:00
  • e0201dbdba doc: remove outdated release process documentation Yury V. Zaytsev 2025-03-15 11:45:31 +01:00
  • 378442b9f2
    Merge pull request #4667 from MidnightCommander/4665_search_display_charset Yury V. Zaytsev 2025-03-15 11:14:55 +01:00
  • 6fcf792784 tests: fix edit_replace_cmd test when charsets are disabled #4667 Yury V. Zaytsev 2025-03-14 08:15:33 +01:00
  • 1336422dca tests: share fixtures between tests in src Yury V. Zaytsev 2025-03-14 07:51:06 +01:00
  • 7488fc5acb tests: add test to check usermenu locale-dependent regex matching Yury V. Zaytsev 2025-03-14 07:34:27 +01:00
  • 666f6b5fc5 Ticket #4665: use display charset to match patterns in mc config files Yury V. Zaytsev 2025-03-12 18:27:54 +01:00
  • 997ab6eb14 doc: update old FAQ from Trac and fix mistakes Yury V. Zaytsev 2025-03-14 17:42:50 +01:00
  • e61000d398 maint: fix asymmetric markdown syntax in issue template Yury V. Zaytsev 2025-03-14 07:52:03 +01:00
  • 4b07c49815 maint: add mention of backtrace when reporting issues Yury V. Zaytsev 2025-03-14 07:24:22 +01:00
  • 4fca991d4a
    Merge pull request #4666 from MidnightCommander/feature/render-man-pages Yury V. Zaytsev 2025-03-14 07:19:20 +01:00
  • de15f8264b maint: speed up dependency installation on Fedora #4666 Yury V. Zaytsev 2025-03-13 13:16:04 +01:00
  • 4fda913fcc maint: stop accumulating cruft in sources index repository Yury V. Zaytsev 2025-03-13 13:04:25 +01:00
  • 5a8d586523 maint: render manual pages and upload to sources site Yury V. Zaytsev 2025-03-13 08:57:07 +01:00
  • a318fe2615 maint: import stylesheet from mandoc-1.14.6 Yury V. Zaytsev 2025-03-13 08:23:43 +01:00
  • d043344deb maint: rewrite doctest in Python to add new linting rules Yury V. Zaytsev 2025-03-13 12:34:50 +01:00
  • 57b95aa0f8 doc: remove wrongly escaped exclamation mark (\!) Yury V. Zaytsev 2025-03-13 12:17:09 +01:00
  • d9b8e80665 doc: fix wrongly escaped quote introducing a comment (\") Yury V. Zaytsev 2025-03-13 12:27:27 +01:00
  • 25bbcb2d92 doc: fix unescaped dashes (-) in man pages Yury V. Zaytsev 2025-03-13 12:04:33 +01:00
  • 801fbadc37 doc: fix manpages by removing \\ and \. sequences Yury V. Zaytsev 2025-03-13 10:31:13 +01:00
  • c0ba284a0a Merge branch '4664_use_statvfs' Andrew Borodin 2025-03-12 21:57:35 +03:00
  • df89c2ca59 buildsys: move conditions to m4 file for easier syncronization Yury V. Zaytsev 2025-03-11 10:46:44 +01:00
  • 578364589f Ticket #4664: clarify USE_STATVFS definition. Andrew Borodin 2025-03-09 14:48:01 +03:00
  • 7be7b0dffa Change indentation of preprocessor directives. Andrew Borodin 2025-03-08 08:28:11 +03:00
  • 92c19b8953
    Merge pull request #4663 from krobelus/kitty-protocol-subshell-switch-key Yury V. Zaytsev 2025-03-08 11:37:54 +01:00
  • 87a6a142e7 subshell: tell fish that we actually support the kitty keyboard protocol now #4663 Johannes Altmanninger 2025-03-05 20:49:25 +01:00
  • 931e1d6943 Recognize kitty keyboard protocol ctrl-o despite caps_lock/num_lock Johannes Altmanninger 2025-03-05 11:12:01 +01:00
  • d10b138a07 const-correct strip_ctrl_codes Johannes Altmanninger 2025-03-05 11:12:01 +01:00
  • 27c3da7b81 Test for stripping control codes Johannes Altmanninger 2025-03-05 11:12:01 +01:00
  • ac39813030 Extract escape-sequence parsing logic into new module Johannes Altmanninger 2025-03-05 13:24:35 +01:00
  • bcc807457b maint: make it possible to PR labeler manually Yury V. Zaytsev 2025-03-06 19:37:18 +01:00
  • b3b2cee342 maint: fix issue labeler by properly parsing json output Yury V. Zaytsev 2025-03-06 19:31:36 +01:00
  • 4143e57745 maint: make it possible to run issue labeler manually Yury V. Zaytsev 2025-03-06 19:15:05 +01:00
  • f47634bd24 Merge branch '4633_cleanup' Yury V. Zaytsev 2025-03-06 19:16:07 +01:00
  • 185186e823 Update po/*.po files. Andrew Borodin 2025-03-06 20:57:49 +03:00
  • 1cf6b58147 tests: remove empty fixtures from suites Yury V. Zaytsev 2025-03-06 07:33:17 +01:00
  • ad38784a30 tests: remove unneeded includes Yury V. Zaytsev 2025-03-06 07:21:39 +01:00
  • f1d30d2342 vfs: torrent - fix date/time handling Oleg Broytman 2025-02-16 18:06:58 +03:00
  • 6168e665ab (panel_lines): fix typo. Andrew Borodin 2025-02-15 12:08:20 +03:00
  • 5212aa83e7 tests/src/editor: rename test data file. Andrew Borodin 2025-02-08 14:12:25 +03:00
  • a17cb611a9 (init_subshell_child): join, constify and mark as unused chdir return value Yury V. Zaytsev 2025-02-06 12:22:36 +01:00
  • 217c12ba2e (init_subshell_precmd): switch from stack to heap allocation to avoid buffer size issues Yury V. Zaytsev 2025-02-06 09:42:35 +01:00
  • 10fdbf908c (main): clarify last wd saving, join assignment and declaration, constify Yury V. Zaytsev 2025-02-06 09:30:20 +01:00