Simplify vflist_get_formatted()
[geeqie.git] / src / collect.c
2022-10-05 Omari StephensChanges language for Geeqie's source files from C to...
2022-10-05 Omari StephensMerge pull request #1038 from xsdg/hyphen-filenames.3
2022-09-30 Omari StephensUpdates references from using underscore filenames...
2022-07-21 Colin ClarkGTK2 no longer supported
2021-07-17 Klaus EthgenMergin several old merge requests
2021-01-14 freddiiFix #851: fixed spelling mistakes
2021-01-14 freddiifixed spelling mistakes
2020-04-26 Colin ClarkSearch on collection
2019-02-14 Colin ClarkDEBUG_NAME() function for use with GTKInspector
2019-02-05 Klaus EthgenMerge merge requests 641, 638, 630 and 627
2019-02-05 Klaus EthgenMerge merge requests 649, 647 and 651
2019-02-05 Klaus EthgenMerge merge requests 660, 658, 655 and 648
2019-01-04 Colin ClarkAdditional remote commands
2018-11-03 Colin ClarkFix #437: Delete to standard Trash directory
2018-07-07 Colin ClarkCollections changes
2018-01-22 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2018-01-22 Klaus EthgenMerge remote-tracking branches 'github/merge-requests...
2018-01-03 Colin ClarkSort/search on Exif.Photo.DateTimeDigitized
2018-01-03 Colin ClarkSort/search on file class
2018-01-01 Colin ClarkContext-sensitve help
2017-09-17 Klaus EthgenMerge merge-requests/513 - build paths
2017-09-10 Colin ClarkSave Collection window geometry
2017-09-06 cclarkFix #508: Copy and Move windows scale incorrectly
2017-08-20 Colin ClarkChange recent code comments to Doxygen style
2017-08-18 Colin ClarkRight-click menus - collections
2017-08-16 Colin ClarkBug fix: Collection in multiple windows
2017-07-08 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-07-08 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-05-01 Colin ClarkEliminate a FIXME: Collection window position
2017-02-15 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-02-15 Klaus EthgenMerge remote-tracking branch 'github_caclark_geeqie...
2017-02-03 Colin ClarkFix progress bar text
2017-01-04 Colin ClarkRectangular selection
2017-01-02 Colin ClarkRevised Help documentation
2016-05-24 Klaus EthgenUpdate copyright in all files
2016-03-04 Klaus EthgenMerge branch 'sort-by-ctime'
2016-03-04 Klaus EthgenApplying that sort method also to collections
2014-07-20 Klaus EthgenMerge remote-tracking branches 'merge-requests/6' and...
2014-07-20 Klaus EthgenMerge remote-tracking branch 'origin/merge-requests/5'
2012-12-13 Laurent MoninFix crash when loading collection listing inexistent...
2012-10-02 Klaus EthgenMerge branch 'master' into ke-lua
2012-08-30 Laurent MoninTrim trailing white spaces on empty lines.
2012-08-30 Laurent MoninRemove commented out code.
2012-08-30 Laurent MoninDrop useless code (since f94b569b1831c052099295c861f9d3...
2012-08-13 Vladimir Nadvornikchanged GDK_<key> to GDK_KEY_<key>
2012-08-13 Vladimir Nadvornikuse accessor functions
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-06-20 Vladimir Nadvornikfixed leak in file_util_* functions
2009-04-10 Klaus EthgenJust update the internal sort method
2009-04-10 Klaus EthgenImplement random sort method for collections
2009-03-31 Vladimir Nadvornikimproved debug messages
2009-03-14 Vladimir Nadvornikcompletely separated global and layout window options
2009-03-14 Vladimir Nadvornikimproved notification system
2009-03-12 Laurent MoninUse gboolean where applicable, for the sake of consistency.
2009-03-01 Laurent MoninWhen g_new0() is used, drop redundant initializations...
2009-02-28 Laurent MoninAdd missing space between switch and first parenthesis.
2009-02-14 Vladimir Nadvornikdroped Preferences dialog, sidebar should replace it...
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-02-01 Vladimir Nadvornikread external editors from .desktop files
2008-12-21 Vladimir Nadvornikmost of the metadata options now works
2008-11-23 Laurent MoninHide .gqv extension from collection name in collection...
2008-11-23 Laurent MoninDrop useless wmclass stuff. Gtk will take care of it...
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-09-01 Laurent MoninUse a constant for minimal window size. Set it to 32...
2008-08-31 Laurent MoninMove miscellaneous functions to their own files (new...
2008-06-10 Laurent Monincollection_from_dnd_data(): simplify and optimize.
2008-06-10 Laurent Monincollection_info_list_to_dnd_data(): simplify and optimize.
2008-06-08 Vladimir Nadvornikbetter check for notify type
2008-06-07 Vladimir Nadvornikuse the new notification for collections
2008-06-05 Laurent MoninCompare paths using utf8_collate_key() since paths...
2008-06-05 Laurent MoninUse uft8_collate_key() to sort utf8 strings.
2008-05-24 Vladimir Nadvornikrewritten utilops.h:
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR where applicable.
2008-05-16 Laurent MoninDo not use printf() directly but use new wrapper functi...
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-13 Laurent MoninMove some functions from main.[ch] to new window.[ch].
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-04-24 Laurent MoninConvert the minority of while() to while ().
2008-04-24 Laurent MoninRemove whitespace between function name and first paren...
2008-04-24 Laurent MoninRemove whitespace between function name and first paren...
2008-04-24 Laurent MoninMove debug macros from main.h to new debug.h.
2008-04-24 Laurent MoninHandle the newline in DEBUG_N() macro instead of adding one
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-22 Laurent MoninEnsure Properties dialog is displayed above fullscreen...
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-14 Laurent MoninUse flags for collection_load*().
2008-04-12 Laurent MoninRename window options (moved to layout) and re-order...
2008-04-11 Laurent MoninAdd a new struct ConfOptions to handle options.
2008-04-11 Laurent MoninPrevent multiple insertion of the same file in a collec...
2008-04-09 Laurent MoninSimplify and unify gtk_window creation with the help of
2008-04-09 Laurent MoninReplace occurences of Geeqie / geeqie by constants...
2008-04-08 Laurent Moningqview.h -> main.h
2008-04-05 Laurent MoninComment out unused code.
2008-04-03 Laurent MoninMake the wmclass value unique among the code by defining
2008-03-23 Vladimir Nadvornikrename GQview -> Geeqie over the code
2007-09-11 Vladimir Nadvornikreplaced gchar* path with FileData *fd
2006-11-02 John EllisThu Nov 2 17:51:31 2006 John Ellis <johne@verizon...
next