Simplify vflist_get_formatted()
[geeqie.git] / src / ui_bookmark.c
2022-10-05 Omari StephensMerge pull request #1038 from xsdg/hyphen-filenames.3
2022-10-01 Omari StephensReplaces underscores with hyphens in code filenames...
2022-09-30 Omari StephensUpdates references from using underscore filenames...
2022-09-18 Colin ClarkGTK4: gtk_menu_popup() deprecated
2022-09-08 Colin ClarkGTK4: GdkDeviceManager removed from GTK4
2022-08-08 Omari StephensRenames variables to avoid conflicting with C++ keywords.
2022-07-21 Colin ClarkGTK2 no longer supported
2022-07-17 Colin ClarkChange configuration system from Autotools to Meson
2021-11-07 Colin ClarkFix minor coding error
2020-04-06 Zbigniew Jędrzejew... Fix #753: Various cleanups based on gcc warnings
2020-02-18 Colin ClarkFix #752: Allow scroll bookmark window horizontally
2019-02-05 Klaus EthgenMerge merge requests 641, 638, 630 and 627
2018-08-04 Colin ClarkTooltips for bookmarks and shortcuts
2018-01-23 Colin ClarkBug fix: Bookmark DnD
2017-09-17 Klaus EthgenFix the implicit-fallthrough stuff in code
2017-09-06 cclarkFix #508: Copy and Move windows scale incorrectly
2016-12-03 Klaus EthgenMerge remote-tracking branch 'github/merge-requests...
2016-12-03 Klaus EthgenTree view fix
2016-07-15 Klaus EthgenMerge remote-tracking branches #419 and #416
2016-07-13 Colin ClarkBug fix: Crashes with drag-drop in bookmarks
2016-07-05 Colin ClarkFix deprecated - gdk_window_get_pointer
2016-05-24 Klaus EthgenUpdate copyright in all files
2016-04-28 Klaus EthgenMerge merge request 379
2016-04-26 Colin ClarkFix crash on drag and drop from Xfe
2016-04-11 Colin ClarkIssue #329 easier way to get cwd when copying
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 MoninRemove commented out code.
2012-08-20 Vladimir Nadvornikmore gtk3 drawing fixes
2012-08-13 Vladimir Nadvornikfixed dnd
2012-08-13 Vladimir Nadvornikchanged GDK_<key> to GDK_KEY_<key>
2012-08-13 Vladimir Nadvornikuse cairo for drawing
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-03-15 Laurent Moningint -> gboolean.
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
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-07-20 Laurent MoninMove uri_*() functions to separate files: uri_utils...
2008-07-20 Laurent MoninMove history_list_*() functions to separate files:
2008-07-20 Laurent MoninOptimize history_list_add_to_key() a bit.
2008-05-22 Laurent MoninFix signed vs unsigned warnings.
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR_S where applicable.
2008-05-20 Laurent MoninDrop concat_dir_and_file() and use g_build_filename...
2008-05-20 Laurent MoninSort out log_printf() vs printf_term() mix up.
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-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-04-24 Laurent MoninDo not allow to add anything but directories to sort...
2008-04-24 Laurent MoninConvert the minority of while() to while ().
2008-04-24 Laurent MoninUse only one secure_fprintf() call instead of two.
2008-04-24 Laurent MoninUse sizeof().
2008-04-21 Vladimir Nadvornikupdated copyright in source files
2008-04-20 Laurent MoninUse explicit names for mouse buttons instead of numbers.
2008-04-20 Laurent MoninEffectively drop empty newlines at end of files (missin...
2008-04-20 Laurent MoninBig whitespaces cleanup:
2008-04-18 Laurent MoninIntroduce printf_term() macro and use it.
2008-04-11 Laurent MoninUse secure save in history_list_save().
2008-04-08 Laurent Moningqview.h -> main.h
2008-04-03 Laurent MoninMake the wmclass value unique among the code by defining
2007-09-11 Vladimir Nadvornikreplaced gchar* path with FileData *fd
2005-08-15 John EllisMon Aug 15 17:13:57 2005 John Ellis <johne@verizon...
2005-02-26 John EllisSync to GQview 1.5.9 release.