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

Add id argument to column format callback function

github.com/vifm/vifm - 3f1453035b8a1530a3923102f7486a76f4b012da authored over 12 years ago
Use column_view module in move_to_list_pos()

github.com/vifm/vifm - ed8b15cf1fe3e58895f763db2123626109527694 authored over 12 years ago
Move some code out of vifm.c

Move view initialization to filelist.c.
Move some utility functions to filelist.c and utils/path.c.

github.com/vifm/vifm - 68ca5c13355401b2ed260504c776385dd53167d7 authored over 12 years ago
Add column_view.c unit

github.com/vifm/vifm - 2392326d5d578f2bf4c617797acfde7ef875490d authored over 12 years ago
Merge branch 'fix-press-return-msg-on-osx'

github.com/vifm/vifm - 9f02e9d32506b754d71716ea4ea877e4033667a4 authored over 12 years ago
Fix "Press return..." message on OSX

Because of missing include directive and no implicit inclusion of
"sys/wait" on OSX. And because...

github.com/vifm/vifm - 0cd1fce28378a455fa680b524b954125d4928d48 authored over 12 years ago
Merge branch 'fix-ctrl-h-mapping'

github.com/vifm/vifm - 73d1b31cf18f247cf51822b4aa48ac74859b7544 authored over 12 years ago
Fix mapping of <c-h>

The code of <c-h> was 08, when it has special value in curses
library.

Thanks to Stéphane.

github.com/vifm/vifm - 5767e502efc13720078b12207b7ac4ae0c7d7897 authored over 12 years ago
Merge branch 'add-statusbar-messages-for-menus'

github.com/vifm/vifm - 0788d4b0c8c1bec92e3c46d769a183905343f089 authored over 12 years ago
Add status bar messages for external commands

For :apropos, :find and :locate.

github.com/vifm/vifm - 965396ff0d2eca624a0855debdcdcbd72c31ca67 authored over 12 years ago
Change status bar message for :grep command

github.com/vifm/vifm - dabcfc2df3ff8e88a4cb421ab7691af1c65562cc authored over 12 years ago
Restore tests compilability

Need to specify `-l pthread` explicitly after an upgrade.

github.com/vifm/vifm - f0538dd28214f6f14e02e0bbbadbcb6c82cc5314 authored over 12 years ago
Merge branch 'fix-bookmark-empty-filename'

github.com/vifm/vifm - 31ffa2a626d7a50b6e79ced477809ad7c2375bc0 authored over 12 years ago
Fix empty filenames in the :marks menu

The :mark command handler didn't check for loading stage and used
to behave as if user typed the...

github.com/vifm/vifm - 4441238137949616e5c87de26c5ac77056e76e0b authored over 12 years ago
Merge branch 'fix-last-fixes'

github.com/vifm/vifm - 973d9a2750108e4e7086e7ba7644bc3b46e97564 authored over 12 years ago
Restore order of window redraw

Panes should be redrawn first.

github.com/vifm/vifm - 7a6e066535e420d373f1dc69e4b0529773c1681a authored over 12 years ago
Don't check directory changes with multiline sb

github.com/vifm/vifm - d439793046ed8fcee6960f4f048708fd3f054d01 authored over 12 years ago
Force updating of view after putting all files

github.com/vifm/vifm - 1bc4991d9ce016635816910984642e6e2a33fad6 authored over 12 years ago
Fix conflicting name display in prompt

github.com/vifm/vifm - b321ef500302043e193ddad7d51d253d552ab434 authored over 12 years ago
Merge branch 'fix-overwriting-related-issues'

github.com/vifm/vifm - 77051fe71d53138a2300d29e5c7d204465bfe44d authored over 12 years ago
#SF3537517. Fix file overwriting issue.

github.com/vifm/vifm - 40cbe4f489c745a945a3231df4c40180bb34eb6e authored over 12 years ago
Fixed artifacts at the bottom shrinking status bar

Now bottom is redrawn on status bar update. The actual redrawing is
performed only once on doupd...

github.com/vifm/vifm - 16b7c6ba6467c77fbdb749c1547a5259138e67e8 authored over 12 years ago
Fix partial redraw of status line after moving it

After expanding one line status bar to several lines.

The issue was that file lists were update...

github.com/vifm/vifm - f80764ac871fe254cfed42707862fa8ac8f3f7b2 authored over 12 years ago
Merge branch 'fix-dir-list-update'

github.com/vifm/vifm - 9957782f848ed6428817700286eb3afaeffacded authored over 12 years ago
Fix dir content update on command chains in maps

Was able to reproduce by:
- :mkdir in the first pane
- switching to another pane
- running :n...

github.com/vifm/vifm - 11bf232cb9b2dcbab57ba59b26ba7c059bb8fe7f authored over 12 years ago
Merge branch 'expand-macros-for-usercmds'

github.com/vifm/vifm - 8e16f82a11df4ef9bab575df3efd83f3ca921424 authored over 12 years ago
Make sevaral lines in tree.c more accurate

Use variable instead or recalculations in a loop.
Use until_first() function from str.c.

github.com/vifm/vifm - 6c133b2826d5b0f6c44c5dc4ae2fb6a3b70ba146 authored over 12 years ago
Remove unused fields of dir_entry_t

Also restore readability of cmdline.c tests and it's own for
tests.

github.com/vifm/vifm - 738188edf2e314f5780f57f600db166e5fdf745e authored over 12 years ago
Use char_is_one_of() instead of strchr()

This is safer and also increases readability.

Additionally replace some of string magic constan...

github.com/vifm/vifm - 3287d2d0598bc85b0cf4fd394a1d3b2b1562f0e6 authored over 12 years ago
Simplify a couple of calls to expand_macros()

github.com/vifm/vifm - 63e520db2be423ab58d99f3581f983e6f75f57bd authored over 12 years ago
Fix calling of expand_macros() with empty string

github.com/vifm/vifm - 125bf0072359100f4b634d38b0bca12444d962c9 authored over 12 years ago
Expand macros for user defined commands

This is handy at least for me in the following scenario:
- extern script named "extract"
- com...

github.com/vifm/vifm - b743ef46f063a8334cc5c750f35f3911d72b494e authored over 12 years ago
Expand macros for user defined commands

This is handy at least for me in the following scenario:
- extern script named "extract"
- com...

github.com/vifm/vifm.vim - 255222718047bbdb9f49a7c40db3b750be739476 authored over 12 years ago
Merge branch 'fix-hist-saving'

github.com/vifm/vifm - 4b02c55d8036fe8daec47d6e6f2dd26083354d20 authored over 12 years ago
Fix for segfault fix

Fixes small issue with saving view history, which was added by
the 0ab86dd commit.

github.com/vifm/vifm - 027f7f6cbee942c58a7ee89b894179fdc843eb76 authored over 12 years ago
Merge branch 'program-find'

github.com/vifm/vifm - 8d08ce77699b271c5809b6df83d66b9ee704e429 authored over 12 years ago
Remove unused test defines from cmdline.h

github.com/vifm/vifm - 0da1feb16ac2ee0d80725318784d89ecaf9c26fd authored over 12 years ago
Make fuse mounts work after the last changes

github.com/vifm/vifm - a738acc9accdfe45cde13f385dfad67e624b90fa authored over 12 years ago
Escape pipe character during :file completion

github.com/vifm/vifm - 9b6d442aebacfba05c466f498746e99a238aab2e authored over 12 years ago
Better searching of executables in PATH on Windows

Try to add .exe, .com, etc. extensions.

github.com/vifm/vifm - e7d98fa9518be6018fff164faaec77e7ac59c0d3 authored over 12 years ago
Use first of associated programs that exists

Try the rest of the programs for an association when the default
isn't found.

Requested by Alej...

github.com/vifm/vifm - 4e4db60aea896eca0337e6a34ecaf662e78c5889 authored over 12 years ago
Allow paths in :file[x]type command to be quoted

For Windows paths that contain spaces.

github.com/vifm/vifm - 3310472c8645a98a99bd898125e30cb68c72b886 authored over 12 years ago
Use first of associated programs that exists

Try the rest of the programs for an association when the default
isn't found.

Requested by Alej...

github.com/vifm/vifm.vim - ae12671b5018a7310cc6d63d3f02b3c5934b5d65 authored over 12 years ago
Allow paths in :file[x]type command to be quoted

For Windows paths that contain spaces.

github.com/vifm/vifm.vim - 4ad311040c79dda51720f75d3cac8290dc341253 authored over 12 years ago
Merge branch 'fix-one-arg-segfault'

github.com/vifm/vifm - b50b8451f479ca64cb2f346b7bab00e5af1f0aec authored over 12 years ago
Fix segfault on `vifm foo`

I'll write integration tests soon. I promise.

github.com/vifm/vifm - 0ab86dd10971dd59cd9a6bd7eb268e6ebfd5d712 authored over 12 years ago
Merge branch 'add-ctrl-w-HJKL-keys'

github.com/vifm/vifm - ef8feabbe2dd22eaaa944ebc0ebe904e7ae835d1 authored over 12 years ago
Make Ctrl-W H/J/K/L keys work in view mode

github.com/vifm/vifm - 5c22967be986ac672c5281d1b4a0906a341e5a40 authored over 12 years ago
Small fixes for quickview and explore modes

github.com/vifm/vifm - 048a58e5d2dddf2cbc2672b141f80519cdf107dc authored over 12 years ago
Add Ctrl-W H/J/K/L normal mode keys

github.com/vifm/vifm - 4f84b534a668df602ff09168c68b09cf2848ca20 authored over 12 years ago
Add Ctrl-W H/J/K/L normal mode keys

github.com/vifm/vifm.vim - 0919f198f797f5f26f91895fb5d94a4a242a5163 authored over 12 years ago
Use UpdateType enumeration for update_screen()

github.com/vifm/vifm - ac5a072931e368530555cb63c15a056f1bb1efe5 authored over 12 years ago
Use postponed redraw for ctrl-w x and splits

github.com/vifm/vifm - 68816ec18bab7ffd0f12286b97eb6c1de8db0255 authored over 12 years ago
Postpone redraw in redraw_view() if possible

Until modes_post() will be executed.

github.com/vifm/vifm - c512368835472f8a171bac3fdc09babd4323d891 authored over 12 years ago
Rename scroll_view() to redraw_view()

github.com/vifm/vifm - a7fe1d3b7c6956709ecaa78dbcd0d2a65f80b119 authored over 12 years ago
Use an enumeration for postponed updates

github.com/vifm/vifm - cea9f1750bd814275b426d403722cd418aaf2239 authored over 12 years ago
Use redraw_view() function more

github.com/vifm/vifm - b3318e75285c142cda6645cf51a877d92a0ff504 authored over 12 years ago
Add and use redraw_current_view() function

github.com/vifm/vifm - 3d6e733dff5183142d362daff5b7bd518fe165f9 authored over 12 years ago
Remove redundant calls of move_to_list_pos()

These are calls that follow load_saving_pos() call.

github.com/vifm/vifm - 77e60b2660aea5799cc9fc25b1dddab1f81f882c authored over 12 years ago
Rename redraw_window() to update_screen()

github.com/vifm/vifm - 4987537ce8949746bbd5318c0745ec91c12bf134 authored over 12 years ago
Merge branch 'release-0.7.3a'

github.com/vifm/vifm - 6b62491bea7db8b778f2b4cc08555f504128bc58 authored over 12 years ago
Version v0.7.3a

github.com/vifm/vifm - 22bfb96932b166e5d13d66aa07760ddb9c9ae335 authored over 12 years ago
Version v0.7.3a

github.com/vifm/vifm.vim - b8ae5dc6ac62ece705d77f029a12624296cca35f authored over 12 years ago
Update date in the README file

github.com/vifm/vifm - 657c9d88849ea10158ecb1757582f42f4a91b08d authored over 12 years ago
Merge branch 'pass-alias-range'

github.com/vifm/vifm - 251abb7c7c44d5e6822534559c6c279768fc8b50 authored over 12 years ago
Pass range given to alias to an aliased command

So now after :command cp :copy %a
:%cp => :%copy %a
instead of
:%cp => :copy %a

github.com/vifm/vifm - c134bbe0c5d934e6f66ee92e1195c3e2afaba374 authored over 12 years ago
Pass range given to alias to an aliased command

So now after :command cp :copy %a
:%cp => :%copy %a
instead of
:%cp => :copy %a

github.com/vifm/vifm.vim - 8b3c42b8ae7a7994b129d3fab8a340f67d1b4f44 authored over 12 years ago
Merge branch 'fix-vmode-sel-on-search'

github.com/vifm/vifm - b3ecd0a1e75b8d849e431d4ac1af23c9778037c6 authored over 12 years ago
Correct number of sel files in vmode after n and N

github.com/vifm/vifm - 4d95c5563ba5135aede2c3d979d83bf98c6621c6 authored over 12 years ago
Faster redrawing of statusbar with "-- VISUAL --"

After "Press Enter message".
The order of `curr_stats.save_msg = 0;` and `clean_status_bar();`
m...

github.com/vifm/vifm - b2bffd4f397ceabd95b71ce8515fde06fbc66777 authored over 12 years ago
Fix incsearch update on Ctrl-<x> keys in prompt

Ctrl-u Ctrl-w Alt-d Delete

github.com/vifm/vifm - df9cba811b72f9d865624abcab53c008f362a89f authored over 12 years ago
Fix search repeat in visual mode

E.g. vN<esc>vn didn't work correctly, because number of search
matches wasn't reset on leaving v...

github.com/vifm/vifm - 5e71b5a1dc6bb6a5ea7c1de0447989bd6acd8759 authored over 12 years ago
#SF3536660. Fix selection on search in vmode

Only when 'incsearch' is off.
And selection on n and N keys regardless of 'incsearch' state.
Tha...

github.com/vifm/vifm - a6d2a11e48ee296d2f1a197709048adb74800b0e authored over 12 years ago
Merge branch 'fix-startup-pos-and-view'

github.com/vifm/vifm - f4606d3ad64f6a1ef6284c98595d98a38b8b97ec authored over 12 years ago
Draw quickview on startup only once

github.com/vifm/vifm - 286ec63f1b81497bdac0d02e600a406eef9b20b2 authored over 12 years ago
Fixed startup cursor position of other view

If quickview was opened on exit too.

github.com/vifm/vifm - 17d3b0266ca7cee534692c784494ee9e5b8e964b authored over 12 years ago
Merge branch 'optimize-file-filtering'

github.com/vifm/vifm - ab6df771a04d25f483b5618577546f227e6024bf authored over 12 years ago
Make file filtering work faster

This matters when directory contains several thousands files.

This commit also fixes restoring ...

github.com/vifm/vifm - 98135fc367ee65b59db2006a15de4db72a390418 authored over 12 years ago
Merge branch 'fix-map-foo-mem-leak'

github.com/vifm/vifm - f01e276b6fc22bdf94a98f4db0244e50de550544 authored over 12 years ago
Fix memory leak on `:[ncv]map foo`

github.com/vifm/vifm - 282f1863716367fd2215e92992d0f0364ff0dd0b authored over 12 years ago
Merge branch 'dont-reload-on-redraw'

github.com/vifm/vifm - b952b76225186941a89343983ec3673b38a6b31c authored over 12 years ago
Faster setting of 'sort' 'sortorder' 'sortnumbers'

This is achieved by resorting file list without reloading it.
In vifmrc only, because during ses...

github.com/vifm/vifm - b50ad4225ee8b19d510da39c2ddf3b8b550b775c authored over 12 years ago
Use SPLIT enumeration more

Instead of boolean (int) flag "is vertical split".

github.com/vifm/vifm - b3545d2bdd97a4a4b56cf788577d003fbcaf30e8 authored over 12 years ago
Faster Ctrl-W <key> commands

Don't reload file listd, just redraw them.

github.com/vifm/vifm - 3f39aec62e54627accfdb6ff3ec2ddaef90f0cd7 authored over 12 years ago
Faster redraw on terminal resizing

Don't reload file lists, just redraw them.

github.com/vifm/vifm - fac2a80b6556cdd146250344ab166270a4528e77 authored over 12 years ago
Add reload argument to redraw_window() function

To control what to do with file lists: reload or redraw.

github.com/vifm/vifm - 0b7a772ce93b00ae5fbe3c00ffcf585e913edf57 authored over 12 years ago
Faster Ctrl-W x

Don't reload file lists, just redraw them.

github.com/vifm/vifm - 7ba7af9f9ff9ab43aecdda7d57465dd504fca4d2 authored over 12 years ago
Less blinking of title in one panel mode

Just check that only one panel is shown and don't update the
hidden one.

github.com/vifm/vifm - 0c5884d4bcbc18fe5f1f679ceede29841c80e201 authored over 12 years ago
Less blinking on on list redraw in one panel mode

Just add the check that we are in this mode.

github.com/vifm/vifm - e75e5356be6a7512d60d4467d17586d3a2540ead authored over 12 years ago
Merge branch 'fix-gv-and-parent-dir'

github.com/vifm/vifm - 4bbc7aef76a1fa7d8ade71e2523c089919e7b38a authored over 12 years ago
Fix visual selection of the 1st file in the root

Wasn't OK, because of special case for ../ directory in non-root.

github.com/vifm/vifm - 6afd0dfb6e203ce583addff8cf0beec9a141fdb4 authored over 12 years ago
#SF3535121. Fix selection of ../ directory on gv

The check for ../ was simply absent.
Thanks to ranousse.

github.com/vifm/vifm - 64e9c584139a21b3db34035f83fe115cdacf500a authored over 12 years ago
Add erase_selection() function to filelist.c

And use it in visual.c to reduce code duplication.

github.com/vifm/vifm - 53d1ba6d88bcad6c432c2e82d647e95d61c93ae6 authored over 12 years ago
Merge branch 'check-int-options-value'

github.com/vifm/vifm - 063daa72a4088e5a413c25f08cad6d93c500b3d2 authored over 12 years ago
Use max(0, x) on 'scrolloff'=x

This worked correctly, just wasn't obvious that negative values
are ignored.

github.com/vifm/vifm - 6b76f096f742711bd2290a7164d607c16c687e9b authored over 12 years ago
Add checks for correct value of 'timeoutlen'

Before big negative value hanged vifm.

github.com/vifm/vifm - 466e273bd88ee54861966a32de610cf2997df24e authored over 12 years ago
Reset value of 'lines' to real number of lines

Before it wasn't updated after reading real number of lines of
the terminal after resizing.

github.com/vifm/vifm - 990ff1835912c094c11caff9c64c842658c20774 authored over 12 years ago
Reset value of 'columns' to real number of columns

Before it wasn't updated after reading real number of columns of
the terminal after resizing.

github.com/vifm/vifm - f51f3795e02d08f86c81ac05e7a121a85b567d8b authored over 12 years ago
Add checks for correct value of 'tabstop' option

Used to allow setting of zero and negative values, the first one
caused floating point exception.

github.com/vifm/vifm - e2967ba348fb33fab68d32d7ec62241bb038a5ec authored over 12 years ago
Merge branch 'spaces-in-set'

github.com/vifm/vifm - f07e9018f9471a5045574627460c31ff9993db8a authored over 12 years ago