Simplify vflist_get_formatted()
[geeqie.git] / src / utilops.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-08-08 Omari StephensRenames variables to avoid conflicting with C++ keywords.
2022-07-21 Colin ClarkGTK2 no longer supported
2021-07-17 Klaus EthgenMergin several old merge requests
2021-05-23 Colin ClarkFix #777: Slow deduplication
2021-05-05 Colin ClarkConvert TODOs and FIXMEs to Doxygen style
2020-12-17 Andreas Rönnquist Fix #836: Fix building on GTK2 again, adding #ifdefs...
2020-12-16 Andreas RönnquistFix building on GTK2 again, adding #ifdefs for gtk_labe...
2020-12-15 Andreas RönnquistFix #834: Use gtk_label_set_[x,y]align instead of gtk_m...
2020-12-14 Andreas RönnquistUse gtk_label_set_[x,y]align instead of gtk_misc_set_al...
2020-11-28 Colin ClarkRef #137: Copy to both clipboards
2020-07-07 Colin ClarkFix minor coding errors
2020-03-21 Colin ClarkFix #737: Don't create new folder without confirmation
2020-02-02 Colin ClarkAddl fix #741: Crash when creating new dir with same...
2020-02-02 Colin ClarkFix #741: Crash when creating new dir with same name...
2019-02-05 Klaus EthgenMerge merge requests 641, 638, 630 and 627
2018-11-03 Colin ClarkFix #437: Delete to standard Trash directory
2018-06-07 Colin ClarkOption to change default button for copy/move dialogs
2018-04-11 Colin ClarkModify copy/move dialogs
2017-12-08 Colin ClarkDialogs with thumbnails do not resize correctly
2017-11-09 Colin ClarkFix #520: copy path inserts quotes around path
2017-11-08 Colin ClarkFix #137: "Copy path" problem (or may be feature)
2017-11-04 Klaus EthgenRevert Copy path breakage patch
2017-11-04 Colin ClarkFix #137: "Copy path" problem (or may be feature)
2017-09-23 Colin ClarkBug fix: Failed editor call blocks further actions
2017-09-17 Klaus EthgenFix the implicit-fallthrough stuff in code
2017-09-06 Colin ClarkShow destination in Copy/Move dialog
2017-09-06 cclarkFix #508: Copy and Move windows scale incorrectly
2017-07-08 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-07-08 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2017-06-17 Colin ClarkFix #280: Set defaults for Auto Rename
2017-03-15 Tomasz GolinskiFix #147: Alternative format for sidecar extension
2016-12-04 Klaus EthgenMerge image animation
2016-12-03 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2016-12-03 Klaus EthgenTree view fix
2016-12-03 Klaus EthgenMerging two changes from Colin
2016-07-20 Colin ClarkCopyMoveRename
2016-05-24 Klaus EthgenUpdate copyright in all files
2016-04-13 Colin ClarkIssue #332 Rename function can delete files
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 MoninTrim trailing white spaces.
2012-08-30 Laurent MoninClear few more warnings, unused variables mostly.
2012-08-18 Vladimir Nadvornikdropped support for gtk < 2.20
2012-08-16 Andreas MetzlerFix typo "writting" (instead of "writing").
2012-08-16 Laurent MoninRevert "Fix typo "writting" (instead of "writing")."
2012-08-16 Andreas MetzlerFix typo "writting" (instead of "writing").
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-10-29 Klaus EthgenMerge branch 'ke' into ke-lua
2011-10-29 Klaus EthgenMerge branch 'master' into ke
2011-10-04 Vladimir Nadvornikrename file_data_new_simple to file_data_new_group...
2010-02-27 Laurent MoninAllow scrollview to grow when generic dialog is resized...
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2010-02-14 Vladimir Nadvornikfixed reference count
2009-09-07 Vladimir Nadvornikstart_editor_from_filelist_full fixes
2009-08-28 Vladimir Nadvornikimproved printing of selection
2009-08-25 Vladimir Nadvornikwrite metadata before another opeation
2009-06-30 Klaus EthgenRevert "Add pgettext for some ambiguous strings"
2009-06-20 Vladimir Nadvornikfixed leak in file_util_* functions
2009-06-19 Vladimir Nadvornikrun external commands from current directory even with...
2009-06-17 Vladimir Nadvornikmade file_util_start_editor_from_file consider also...
2009-06-08 Vladimir Nadvornikunify code paths for New directory
2009-06-03 Vladimir Nadvornikregroup sidecar files when an operation on partial...
2009-06-02 Vladimir Nadvornikchanged selection behavior as requested at
2009-05-31 Vladimir Nadvornikdo not block the files sent to external editors like...
2009-05-07 Vladimir Nadvorniklimit metadata details dialog size
2009-05-02 Vladimir Nadvornikforce the metadata dialog if it was triggered by the...
2009-05-01 Vladimir Nadvornikallow external editors without parameters, as long...
2009-04-28 Vladimir Nadvornikcompilation fixes for older glib and gtk
2009-04-25 Vladimir Nadvornikadded more info to the details dialog
2009-04-24 Vladimir Nadvornikadded details dialog for other operations too
2009-04-24 Vladimir Nadvornikadded possibility to exclude individual files
2009-04-23 Vladimir Nadvornikfixed writting metadata behavior at exit
2009-04-23 Vladimir Nadvornikadded an image to the file details dialog
2009-04-23 Vladimir Nadvornikdifferentiate between "Cancel" and "Discard changes"
2009-04-21 Laurent MoninFix up few warnings (especially on 64bits platforms).
2009-04-21 Vladimir Nadvornikadded possibility to show modifiied metadata before...
2009-04-10 Klaus EthgenAdd pgettext for some ambiguous strings
2009-04-06 Laurent MoninFix up event source ids type: gint -> guint.
2009-03-16 Laurent Moningint -> gboolean where applicable.
2009-03-08 Laurent MoninIntroduce EditorFlags type, cleanup.
2009-03-08 Laurent MoninAdd helper macros EDITOR_ERRORS() and EDITOR_ERRORS_BUT...
2009-03-01 Laurent MoninWhen g_new0() is used, drop redundant initializations...
2009-02-07 Vladimir Nadvornikforce at least one idle call before writting metadata
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-02-01 Vladimir Nadvornikread external editors from .desktop files
2009-01-02 Vladimir Nadvornikadded done callback to utilops
2008-12-26 Vladimir Nadvornikimproved sidecar writting
2008-12-25 Vladimir Nadvornikperform internal commands in idle call
2008-12-21 Vladimir Nadvornikmost of the metadata options now works
2008-12-20 Vladimir Nadvornikuse the workflow in utilops.c for metadata approving...
2008-11-23 Laurent MoninRename wmsubclass and name to role, which corresponds...
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-10-05 Vladimir Nadvornikfixed confirm_delete option
2008-08-26 Laurent MoninFor the sake of consistency, use glib basic types every...
2008-08-25 Laurent MoninWhitespaces cleanup.
next