Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Vifm

Creates Vim among file managers.
Collective - Host: opensource - https://opencollective.com/vifm - Website: https://vifm.info - Code: https://github.com/vifm

Merge branch 'fix-mac-os-compatibility'

github.com/vifm/vifm - f2ad528a80b0993f82e304786f3ef4dbeefce9ac authored almost 13 years ago
Use long flags only with GNU toolchain

github.com/vifm/vifm - 5e7a4ae657b02e4d98df2a917a07425a3f5a9b43 authored almost 13 years ago
Check for Mac OS in configure for _DARWIN_C_SOURCE

Before _DARWIN_C_SOURCE was defined for all systems.

github.com/vifm/vifm - 2aa08a7e1cd759543ff3c6ca535e274356da9163 authored almost 13 years ago
Add background unit initialization

This is needed to prevent pthreads from accessing uninitialized
memory.

github.com/vifm/vifm - 356f3abb773ab14cc3d0309d1eaa2fd27a49af4a authored almost 13 years ago
Fix compilation with -Werror on Mac OS

github.com/vifm/vifm - e68f4624cecce8ccae1882ff42c0ff1072a2efc8 authored almost 13 years ago
Check pkg-config existence in configure script

github.com/vifm/vifm - d8f4c72e602b613eb8ac0619910723b14303fbc1 authored almost 13 years ago
Check version string for emptiness before testing

github.com/vifm/vifm - b8dd4122515fe14c7bff05b70c876827ca2f67d4 authored almost 13 years ago
Redirect stderr for mv in configure to /dev/null

github.com/vifm/vifm - cec710c60b8feec95ec5c0d5a367c60aedee5629 authored almost 13 years ago
Merge branch 'fix-fuse-issues'

github.com/vifm/vifm - dcaee75f601decd97796db2b3971893f84def486 authored almost 13 years ago
Fix selecting files on umounting FUSE_MOUNT2 mount

I know I already did this once, but that was a bad fix, since I
didn't recognize it in the sourc...

github.com/vifm/vifm - b62c5524e9b8e2c6401660cfd805130d40166c21 authored almost 13 years ago
Fix artifacts at the bottom of screen on mountings

Border windows were not updated after printing long status bar
messages.

Bug reported by Ranousse.

github.com/vifm/vifm - f7012710c53bbb636162b9bcafb0724b6ef08778 authored almost 13 years ago
Merge branch 'fix-history-saving'

github.com/vifm/vifm - ae588d69fb4030102547566c1327a6422a7c65c2 authored almost 13 years ago
Minor code enhancements in menus/history_menu.c

github.com/vifm/vifm - f10298b5e95fbe39dc857c6bf9672a85a36e6abf authored almost 13 years ago
Don't save "!!" only for :command history

github.com/vifm/vifm - b9fd9df04dd9087e6a6976332e7ccdbfb1b838bf authored almost 13 years ago
Save last typed but not executed command

In command-line mode (this also includes searches).

github.com/vifm/vifm - 1f980794283ca48bfe49439ed750e3e857fdc720 authored almost 13 years ago
Fix searching in visual mode with 'incsearch' on

github.com/vifm/vifm - bae2eeade4535b23e670ed04dd4a8af4dc279c60 authored almost 13 years ago
Use common search history for n, v and menu modes

This also fixed saving of partially typed search pattern with
'incsearch' turned on.

github.com/vifm/vifm - 7c58b45597a599babee81d548a001d1544b7e596 authored almost 13 years ago
Merge branch 'less-console-blinking'

github.com/vifm/vifm - 90332cb0740cf05ccee387fac2c3d11f08d54f7e authored almost 13 years ago
Fix updating of ruler

Was updated one period after the change.

github.com/vifm/vifm - 480597085ac31b4b624c1facdce10bb2e3a8e740 authored almost 13 years ago
Correct status bar messages about failed search

There was small incorrectness connected with 'wrapscan' option.

github.com/vifm/vifm - c130e6341cef71e85e632d3ac400a03bf2037b8b authored almost 13 years ago
Fix wrong resizing of file info mode

It was quite hard to reproduce, though it should be fixed anyway.

github.com/vifm/vifm - 65af58280e6cd640a612237834c392a40dbc24e8 authored almost 13 years ago
Fix redrawing of window on resize in cmdline mode

github.com/vifm/vifm - f860824afe64d99bd681ce93799159fd34a03d3d authored almost 13 years ago
Consider file info mode as menu like mode

Thus threat it in similar way.

github.com/vifm/vifm - 3133c1c2bb10eeb53d2000a9148af4afb5a11dc7 authored almost 13 years ago
Do not show status bar messages in cmdline mode

User just saw blinking and nothing more. It's still saved in
:messages list.

github.com/vifm/vifm - 33ee53f00196c8dc9b52f75a8594cdb903779506 authored almost 13 years ago
Less blinking on toggling quick view

This is also related to window redrawing.
Seems like three wrefresh(...) calls in a row caused n...

github.com/vifm/vifm - e111b44c30c6c05594cd212a24a52be6e2c00494 authored almost 13 years ago
Do not blink on menu redraw

github.com/vifm/vifm - 5933508aa8fc20e451156e00ecee3f415a40e5a9 authored almost 13 years ago
Add Ctrl-L handling in file info (Ctrl-G) mode

github.com/vifm/vifm - 9301dd96638d08b6aabdf10b833adc148eb4935b authored almost 13 years ago
Less blinking on redrawing whole screen

github.com/vifm/vifm - 90dea652fd653c27153353b9bb5cdda99f8ebe21 authored almost 13 years ago
Don't blink on displaying "Too small term" message

github.com/vifm/vifm - 3a0ef16f6d8d9e51429f077b71decedd25bd19d7 authored almost 13 years ago
Use redraw_menu() function in <c-l> menu handler

github.com/vifm/vifm - 8bb5e599a3b9b139befeeaa50ce6802a09d728a5 authored almost 13 years ago
Don't blink on file change with active quickview

github.com/vifm/vifm - b21b8c1d78a32b8204d3d0ccd0a017e81c90d070 authored almost 13 years ago
Merge branch 'master' of /mnt/data/projects/vifm

github.com/vifm/vifm - 22ad23b723ddfcf2961d6ef1ed59fda31dcb5499 authored almost 13 years ago
Merge branch 'small-win-fixes'

github.com/vifm/vifm - 3441f91adb2eadaf8dce438178884bf9ed8ce428 authored almost 13 years ago
pathcmp() -> stroscmp(), pathncmp() -> strnoscmp()

github.com/vifm/vifm - 1e930e0d765746e5b14ae78a4c8d7789476223bf authored almost 13 years ago
Case insensitive completion of envvars on Windows

github.com/vifm/vifm - 62cd389b9ee989be4dc3703cfd19e5e2ea741917 authored almost 13 years ago
Fix compilation of term_title.c on Windows

github.com/vifm/vifm - 1202f10c91b07a1341a12865a87d53655ae1ee69 authored almost 13 years ago
Merge branch 'fix-sigchld-deadlock'

github.com/vifm/vifm - e6d73d985e3eeb5da1a73bc8f854a661be4b1b02 authored almost 13 years ago
Fix deadlock issue with SIGCHLD

The deadlock was because of calling malloc() function from signal
handler.

github.com/vifm/vifm - 3509ed22877dc8869e41a6558c2d847abad8a727 authored almost 13 years ago
Merge branch 'fix-fuse-mount-with-opts'

github.com/vifm/vifm - daae3339f95e8c3a694cd9719bbf26937da31112 authored almost 13 years ago
Small code improvements in fuse.c

github.com/vifm/vifm - a40cbe440c58f2d6effe0abd53d9c8e2703d472b authored almost 13 years ago
Add notes about FUSE automounts to the help

github.com/vifm/vifm - 63195d662ba952c63b87b9eaae57e862ea04769c authored almost 13 years ago
Add notes about FUSE automounts to the help

github.com/vifm/vifm.vim - d903c1d615f25286bc549eacf84c76b0565cb426 authored almost 13 years ago
Fix double comma substitution in filetypes

github.com/vifm/vifm - 68b27841d71778867c6d974cf48892806f2bfbfb authored almost 13 years ago
Add tests for format_mount_command()

github.com/vifm/vifm - 1d6fd9a31be489e3d042fff5c1c121ad24684367 authored almost 13 years ago
Extract format_mount_command() from fuse_mount()

github.com/vifm/vifm - 6ae8e2f042af55e373caf084fd7f66022d807c58 authored almost 13 years ago
Add logging of FUSE mount/unmount commands

github.com/vifm/vifm - 8ea242315a991274986a3086a88639c2a04b0fb2 authored almost 13 years ago
Merge branch 'fix-compilation-with-gtk'

github.com/vifm/vifm - aa3a4b58f80e1ecfab560a8fcd278462a555adfc authored almost 13 years ago
Fix compilation with GTK

Thanks to Jason Ryan.

github.com/vifm/vifm - e1eadc7227676e841c14ad9318882cd14fd5c080 authored almost 13 years ago
Merge branch 'fix-sbmsg-and-ignore-macro'

github.com/vifm/vifm - 35d50d23fd5fe43200458abd3354ff466890994f authored almost 13 years ago
Fix status bar mssage when using %i

The code was copied from MACRO_STATUS_BAR_OUTPUT with `return 1`,
when it should be `return 0` t...

github.com/vifm/vifm - 7d93489555b7ec69eff5bd8d987a80b09c258557 authored almost 13 years ago
Merge branch 'fix-memory-corrupt-after-restart'

github.com/vifm/vifm - bdae4b6f933216c222d8911d6872e8d660903188 authored almost 13 years ago
Fix memory corruption after :restart in a mapping

The issue happened since keys.c contained some pointers on its
stack that become invalid if clea...

github.com/vifm/vifm - 9cc5f29a3ad28e46bb74bd5a494678fa9a29c216 authored almost 13 years ago
Merge branch 'fix-issues-with-restart'

github.com/vifm/vifm - d9799b644d760626e4b773d38d74b38b5c0c6361 authored almost 13 years ago
Fix reseting of $PATH by variables unit

github.com/vifm/vifm - 064955b738556c02342e646a5c11463d7cc9cfa0 authored almost 13 years ago
#SF3514115. Fix trash elements duplication

In vifminfo file. The check for duplicated elements was absent
so number of duplicates might gro...

github.com/vifm/vifm - 633849d2cf34d888417acf597ad2fd6aaddb2fd3 authored almost 13 years ago
Merge branch 'new-macro-ignore-output'

github.com/vifm/vifm - 10e36ac7947751ca219c5b56074c8b9eaabab2a1 authored almost 13 years ago
Add %i macro to completely ignore command output

github.com/vifm/vifm.vim - ad6da7f0d222f66c466267573e47c68342368284 authored almost 13 years ago
Add %i macro to completely ignore command output

github.com/vifm/vifm - ab903481007df2b992788191b2937e62699af4fe authored almost 13 years ago
Change expand_macros parameters

Use one parameter of type "pointer to an enumeration" to get all
possible variants of special tr...

github.com/vifm/vifm - 291dbebe96ca6c8b7b26158c71d2eb0c944a68b1 authored almost 13 years ago
Update "How can I use SSH with vifm?" FAQ section

github.com/vifm/vifm - a765c14d40670d43f754056bcb07e5b5f2810a12 authored almost 13 years ago
Add a couple of sentences to the FAQ

In "How can I help vifm?" section.

github.com/vifm/vifm - f1a6e80ba465533d55fba1693394b405bfa010cf authored almost 13 years ago
Add and use my_swprintf() function to utils/str.c

It's a wrapper of swprintf() functions to make its differences on
various platforms transparentl...

github.com/vifm/vifm - 8c3aea7bb2960086f98a2e2b5e116dacaaa296b6 authored almost 13 years ago
Merge branch 'socket-issue-fix-second-try'

github.com/vifm/vifm - 15e261fde9cc67b7f20be10aea90a472b77db868 authored almost 13 years ago
Fix possible errors to make IPC work

github.com/vifm/vifm - 5def9bc79c36c2962668f4747ede1016c2066648 authored almost 13 years ago
Try to fix socket issue second time

github.com/vifm/vifm - cdb34cbf90e04b50c1fe22e92de6052b6fe372e0 authored almost 13 years ago
Merge branch 'fix-file-assoc-after-restart'

github.com/vifm/vifm - a2684591713818bfaf27eeadae84e1708243c395 authored almost 13 years ago
Fix directory file associations after :restart

The "[Enter directory] vifm" entry disappeared after running
:restart command.

github.com/vifm/vifm - a74f876cdb4a988a6369953acf549018a114e94d authored almost 13 years ago
Merge branch 'better-work-with-path-env'

github.com/vifm/vifm - b1994bfb016e9d29f5ad9b5666aad1455a0c0603 authored almost 13 years ago
Split PATH into parts only when it changed.

github.com/vifm/vifm - cb59289e2232574ce33455c2b36007740a963dd1 authored almost 13 years ago
Update internal list of path on PATH changes

github.com/vifm/vifm - 05dfd289025863fc5e7bbebe87346966fbeec1fb authored almost 13 years ago
Very small enhancements of PATH code in vifm.c

github.com/vifm/vifm - c41186302ad91c0a6c3ed0a83ac1d05781866f5d authored almost 13 years ago
Remove $VIFM/scripts/** from $PATH for :shell

github.com/vifm/vifm - 58e308c187521f0edd21af47077427e9a1ac41d5 authored almost 13 years ago
Move PATH env variable related code to path_env.c

github.com/vifm/vifm - 9ea9b8ca718414ab0176a9fc321d6c5801253af0 authored almost 13 years ago
Merge branch 'file-size-changes'

github.com/vifm/vifm - 71ff0cd1e695f202bedc9435d8d1e1bf05269e21 authored almost 13 years ago
Don't show precise size if it's less then 1K

github.com/vifm/vifm - 92a9029b932f31d48b8a98a723163d35ddb74c34 authored almost 13 years ago
Fix displaying of cached directory size

Sometimes because of extra slashes in path that weren't treated
correctly in the utils/tree.c un...

github.com/vifm/vifm - 2c5dabf0b799f8e057914f3d6014f9fcbbd0b867 authored almost 13 years ago
Use is_in_string_array() in main()

It's much better than looping through argv manually.

github.com/vifm/vifm - 8fa21d8aedb20a2531f9ec2b7d4c5a62c7216bbb authored almost 13 years ago
Move status initialization to status.c

Used to be in vifm.c and partly in commands.c

github.com/vifm/vifm - 1c8b0ef39954e612a36b272458ffe019fbbb823c authored almost 13 years ago
Use uint64_t instead of unsigned long long

github.com/vifm/vifm - 1b6d2f1d77eab02cabb4e1fec4ca2fa628192d64 authored almost 13 years ago
Improve code in color_scheme.c unit a little

Regard the latest changes in utils/tree.c unit.
Reorder functions.
Reduce code duplication a lit...

github.com/vifm/vifm - 1292ecb17325deedb95607028ad106899097e5b1 authored almost 13 years ago
Update utils/tree.c unit

Use uint64_t as data type.
Add a typedef for tree data item.
Add a typedef for null tree_t value...

github.com/vifm/vifm - f949945d5f6ed13812228c3af68e07082f63dace authored almost 13 years ago
Fix automatic refresh of view on Windows

Sometimes (probably for root directories of FAT drives) Windows
always return zeros as last modi...

github.com/vifm/vifm - 132a22c746744934d436c3cadda468d3121b75fd authored almost 13 years ago
Merge branch 'add-expression-parser'

github.com/vifm/vifm - a96bff2063147914e6500d0c897f28bf2624d3fb authored almost 13 years ago
Add and use strcatch() function

github.com/vifm/vifm - 3f5bb4423adcdb5a1664fd9006a92be862834de5 authored almost 13 years ago
Add engine/parsing.c unit

github.com/vifm/vifm - 063036f8b634d287800c400c50c5d388c06fff86 authored almost 13 years ago
Update seatest

github.com/vifm/vifm - 9239ea69083bc3aa950ecc61f7655383820fbf95 authored almost 13 years ago
Fix handling of '=' after variable names in :unlet

github.com/vifm/vifm - 68e19fed5cb1131a58d15f0bfffba9299533a501 authored almost 13 years ago
Use expressions parser in :let command

github.com/vifm/vifm - f318475ba6df426b19e9bcb0486063f738b8fc47 authored almost 13 years ago
Complete envvars at the right of equal sign

github.com/vifm/vifm - 566ff09c17a873618dbce4f913c6c49641a11f5e authored almost 13 years ago
Use expressions parser in :let command

github.com/vifm/vifm.vim - cb604e1edf101b159ea86aa9e69c1cc65180ae99 authored almost 13 years ago
Merge branch 'fix-odd-error-messages-on-incdec'

github.com/vifm/vifm - 602daf77f67c56a5ff026eaa0418df3cfab72c5a authored almost 13 years ago
Don't store empty messages in :messages list

github.com/vifm/vifm - 8015121a63da08553a6d29ad546cc2b2d0df289f authored almost 13 years ago
Fix counting of lines to display in status bar

At the end of lines list.

github.com/vifm/vifm - 04e0f05e6fc5d0fb4052e4001548ad52a590bd7f authored almost 13 years ago
Fix counting of lines to display in status bar

In the middle of lines list.

github.com/vifm/vifm - 29a5b673f5e02d1931bf13a029e169d1429ab17e authored almost 13 years ago
#SF3519210. Don't show false error messages

While doing Ctrl-X/Ctrl-A.

github.com/vifm/vifm - 8a735ec2bc397ce4c6ed74f0da190d103a6917bf authored almost 13 years ago
Merge branch 'fix-file-command-completion'

github.com/vifm/vifm - 144a4a1e5e5a480641acf01dfbf1dbdaf3c593ef authored almost 13 years ago
Complete :file argument ignoring case on Windows

Didn't experience the problem, but seems like this change is
reasonable.

github.com/vifm/vifm - 390bc643a480a635a58957495cf31fafd9e94219 authored almost 13 years ago
#SF3519161. Complete only command name for :file

github.com/vifm/vifm - 4898e33f600570f641102acc7e5481000dc5dca2 authored almost 13 years ago
Add tests for get_command_name()

github.com/vifm/vifm - 2c2442aed8c24f74b2afaefd37da1e9e3e19462e authored almost 13 years ago
Extract get_command_name() function

github.com/vifm/vifm - f3cac440bd7188c245b06c2a30709fbc86301217 authored almost 13 years ago