Simplify vflist_get_formatted()
[geeqie.git] / src / view_file.h
2022-10-05 Omari StephensMerge pull request #1038 from xsdg/hyphen-filenames.3
2022-10-01 Omari StephensReplaces underscores with hyphens in code filenames...
2021-07-17 Klaus EthgenMergin several old merge requests
2021-01-15 Colin ClarkFix #822: The image rotation keys ([ and ]) affect...
2020-10-11 Colin ClarkRef #761: Severe stall/hang at start-up
2019-08-09 Colin ClarkMerge branch 'master' of git://geeqie.org/geeqie
2019-08-09 Colin ClarkFix #705: Toolbar status class filter
2019-02-05 Klaus EthgenMerge merge requests 641, 638, 630 and 627
2018-10-06 Klaus EthgenMerge merge requests for completeness
2018-10-06 Colin ClarkFix #637: Remove unused function vf_index_is_selected
2018-10-06 Daniel MuellerRemove unused function vf_index_is_selected
2018-08-15 Colin ClarkFix #624: Filter files by shell or regular expression...
2018-06-18 Colin ClarkShow star rating in files pane
2018-06-18 Colin ClarkRead metadata in the idle loop
2017-02-15 Klaus EthgenMerge remote-tracking branch 'github_caclark_geeqie...
2017-01-08 Omari StephensMerge pull request #452 from xsdg/werror
2017-01-04 Omari StephensFix GCC and Clang compile warnings.
2016-05-24 Klaus EthgenUpdate copyright in all files
2012-10-02 Klaus EthgenMerge branch 'master' into ke-lua
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-09-28 Vladimir Nadvornikconsider sidecars in layout_image popup menu
2009-06-06 Vladimir Nadvornikadded mark filter to menu - now it is possible to assig...
2009-05-14 Laurent MoninMerge common thumb code from view_file_list and view_fi...
2009-04-02 Laurent MoninForce thumbnails refreshing when thumbnails dimensions...
2009-03-31 Vladimir Nadvornikimproved next/prev operation on sidecar files
2009-03-16 Laurent Moningint -> gboolean where applicable. The end (ouf!).
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-08-17 Laurent MoninSimplify things related to ViewFileInfoList * and ViewF...
2008-08-16 Vladimir Nadvornikimplemented marks filter
2008-06-09 Vladimir Nadvornikmoved notification to view_file.c
2008-06-05 Vladimir Nadvornikuse new notification in vficon
2008-06-03 Vladimir Nadvornikreplaced directory path with FileData* dir_fd
2008-05-22 Laurent MoninFix signed vs unsigned warnings.
2008-05-14 Laurent MoninMake vf_pop_menu_*_cb static.
2008-05-13 Laurent MoninMerge vflist_pop_menu() and vficon_pop_menu() into...
2008-05-13 Laurent MoninMove VFICON_INFO() and VFLIST_INFO() macros to view_file.h
2008-05-12 Laurent MoninAdd some wrapper functions for not yet common code.
2008-05-11 Laurent MoninMove a part of pop up menu common code to view_file...
2008-05-11 Laurent MoninIntroduce vf_pop_menu_file_list() as a wrapper to
2008-05-11 Laurent MoninUse vf_* functions where possible.
2008-05-11 Laurent MoninDrop unused layout_list_get_path() and vf*_index_get_pa...
2008-05-07 Laurent MoninAdd a way to invert the current selection.
2008-05-04 Laurent MoninDrop unused vficon_select_by_path() and vflist_select_b...
2008-05-04 Laurent MoninPrepare switch to ViewFile (unused yet).
2008-05-03 Laurent MoninAdd function prototypes (yet unused).
2008-05-03 Laurent MoninReplace Layout icon_view field by more generic file_vie...
2008-05-03 Laurent MoninPrepare merging of some parts of view_file_list and...