Simplify vflist_get_formatted()
[geeqie.git] / src / main.h
2024-04-07 Arkadiy IllarionovMove keyboard_scroll_calc() to layout-util
2024-04-06 Arkadiy IllarionovRemove unused key_press_cb() declaration
2024-02-19 Arkadiy IllarionovFix include-what-you-use warnings
2024-02-13 Arkadiy IllarionovCleanup main.h header
2024-02-10 Arkadiy IllarionovInclude backward.h where it is actually used
2023-12-03 Colin ClarkOpen With feature
2023-10-02 Colin ClarkChange the character used in text to indicate a symboli...
2023-10-01 Arkadiy IllarionovReplace gtk_widget_render_icon with gtk_icon_theme_load...
2023-09-19 Colin ClarkSimplify some icons
2023-09-18 Colin ClarkUpdate icons and include dark theme versions
2023-09-16 Colin ClarkReplace file filter icon with a standard icon
2023-08-13 Arkadiy IllarionovUse more standard icons
2023-08-10 Arkadiy IllarionovRemove deprecated GtkArrow
2023-07-29 Arkadiy IllarionovRemove deprecated GTK_STOCK_DIALOG_*
2023-07-29 Tomasz GolinskiPR #1139: Remove some of deprecated GTK stuff
2023-07-25 Arkadiy IllarionovRemove UNUSED macro
2023-06-30 Colin ClarkUpdate AppImage notification
2023-06-27 Colin ClarkConvert search-and-run window to GtkBuilder .ui file
2023-06-11 Rosen Penevclang-tify: remove void
2023-04-21 Colin ClarkAuto-generate list of authors and translators
2023-03-18 Colin ClarkExtended stack trace
2023-03-03 Colin ClarkUse GResource for icon files
2023-02-20 Colin ClarkFix #1061: meson fails to detect strverscmp
2022-12-05 Colin ClarkAppImage version update notification
2022-10-05 Omari StephensReflects .c->.cc file renames across Geeqie.
2022-07-21 Colin ClarkGTK2 no longer supported
2022-07-17 Colin ClarkChange configuration system from Autotools to Meson
2022-02-09 Dan Fandrich Fix #941: Update links from http: to https: where possible
2022-01-11 Colin ClarkRevise timezone function
2021-09-17 Colin ClarkAddl fix #299: File Compression and Archiving
2021-08-21 Colin ClarkAdditional option on cache maintenance page
2021-08-04 Colin ClarkFix #872: Geometry of Icon pane not being saved
2021-07-17 Klaus EthgenMergin several old merge requests
2021-06-13 Colin ClarkCreate AppImages
2020-03-22 Colin ClarkFix #751: Allow to make layouts persistent and selectable
2019-06-17 Colin ClarkImplement downloadable timezone database
2019-02-05 Klaus EthgenMerge merge requests 649, 647 and 651
2018-11-27 Dave LambertTell Git to ignore .desktop files globally
2018-06-22 Colin ClarkAddl fix #323: Rating system
2018-06-18 Colin ClarkRead metadata in the idle loop
2018-06-03 Colin ClarkShow rating as star characters
2018-05-16 Colin ClarkFix #597: Help file search
2018-04-25 Colin ClarkLocal time - UTC offset and daylight saving correction
2018-01-01 Klaus EthgenMailinglist
2017-08-08 Colin ClarkUpdate secondary user documentation
2016-05-24 Klaus EthgenUpdate copyright in all files
2015-09-18 Klaus EthgenChanging reference to sourceforge
2012-10-02 Klaus EthgenMerge branch 'master' into ke-lua
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-04-22 Klaus EthgenFix the windowsize
2010-12-23 Klaus EthgenMerge branch 'ke' into ke-lua
2010-12-23 Klaus EthgenFix the windowsize
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-05-07 Vladimir Nadvornikenabled XDG directory layout
2009-04-28 Vladimir Nadvornikcompilation fixes for older glib and gtk
2009-04-04 Vladimir Nadvornikdropped read_buffer options - they don't have any signi...
2009-04-02 Laurent MoninForce thumbnails refreshing when thumbnails dimensions...
2009-03-27 Vladimir Nadvornikadded simple desktop file editor
2009-03-20 Vladimir Nadvornikadded function to reload external editors at any time
2009-03-06 Vladimir Nadvornikuse standard GtkHPaned for sidebar width
2009-02-22 Vladimir Nadvornikconfig file format changed to XML
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-02-01 Vladimir Nadvornikread external editors from .desktop files
2009-01-11 Vladimir Nadvornikshow symlinks in filelist
2008-11-23 Laurent MoninDrop useless wmclass stuff. Gtk will take care of it...
2008-11-15 Laurent MoninImplement preliminary support for XDG Base Directory...
2008-11-15 Laurent MoninUse functions to return directories instead of constants.
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-09-01 Laurent MoninRemove redundant debug.h inclusion.
2008-08-31 Laurent MoninMove miscellaneous functions to their own files (new...
2008-07-15 Laurent MoninUse a specific enum for image.zoom_mode values (ZoomMod...
2008-06-05 Laurent MoninCompare paths using utf8_collate_key() since paths...
2008-06-03 Laurent MoninReplace hardcoded collection filename extension by...
2008-05-30 Laurent MoninMake utf8_validate_or_convert() to always allocate...
2008-05-23 Laurent MoninTry to load a system-wide rc file if any, before per...
2008-05-22 Laurent MoninMake shell command and its option rc file options inste...
2008-05-21 Laurent MoninReplace hardcoded "/" by G_DIR_SEPARATOR_S where applic...
2008-05-19 Petr Ostadalconfigure.in was rewritten:
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-13 Laurent MoninExpand tilde with file: and view: remote parameters.
2008-05-13 Laurent MoninMove some functions from main.[ch] to new window.[ch].
2008-05-12 Laurent MoninRename bar_exif_validate_text() to utf8_validate_or_con...
2008-05-10 Laurent MoninFix display of collection in overlay info.
2008-05-03 Laurent MoninChange the prefix of formatted exif tags to a more...
2008-04-24 Laurent MoninMove get_exec_time() to debug.{c,h}.
2008-04-24 Laurent MoninMove options stuff to options.{c,h} and remove globals.c
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 MoninDisplay file and line along debug messages for any...
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-22 Laurent MoninSave state and width of exif, info and sort panels...
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-18 Laurent MoninAdd zoom ratio display to OSD in fullscreen mode.
2008-04-18 Laurent MoninAdd two new options to control image read buffer at...
2008-04-16 Vladimir Nadvornikin debug mode print time information on selected events
2008-04-12 Laurent MoninRename file sorting options.
next