Trim trailing white spaces.
[geeqie.git] / src / preferences.c
2012-08-30 Laurent MoninTrim trailing white spaces.
2012-08-30 Laurent MoninClear few more warnings, unused variables mostly.
2012-08-30 Laurent MoninRemove commented out code.
2012-08-18 Vladimir Nadvornikdropped support for gtk < 2.20
2012-08-18 Vladimir Nadvornikadded option for clutter renderer
2012-08-16 Jonathan Woitheexif autorotate for proofs
2012-08-16 Laurent MoninWhitespaces fixes.
2012-08-16 Colin ClarkImplement the scroll to/select row stuff for tree view...
2012-08-16 Laurent MoninAlign "3) Save metadata in Geeqie private directory...
2012-08-16 Laurent MoninSet fixed (but resizeable) width for Description column...
2012-08-16 Andreas MetzlerTypo fix: s/allows to/allows one to/
2012-08-16 Laurent MoninRevert "Typo fix: s/allows to/allows one to/"
2012-08-16 Andreas MetzlerTypo fix: s/allows to/allows one to/
2012-08-13 Vladimir Nadvornikdropped deprecated dither_quality code
2012-08-13 Vladimir Nadvornikuse accessor functions
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-09-27 Vladimir Nadvornikfixed stereo.fixed preferences
2011-09-27 Vladimir Nadvornikadded more anaglyph modes
2011-09-27 Vladimir Nadvornikadded half-size (3dtv) stereo mode
2011-09-27 Vladimir Nadvornikimproved preferences dialog
2011-09-27 Vladimir Nadvornikadded fixed stereo mode
2011-09-27 Vladimir Nadvorniktemporarily disable stereo mode, added more stereo...
2011-09-27 Vladimir Nadvornikstereo mode preferences
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-06-30 Vladimir Nadvornikfixes for a built without Exiv2
2009-06-30 Klaus EthgenRevert "Add pgettext for some ambiguous strings"
2009-06-28 Vladimir Nadvornikcleanup: remove some disabled code
2009-06-24 Vladimir Nadvorniktest if an accelerator can be stored
2009-06-23 Vladimir Nadvornikimproved description string
2009-06-13 Vladimir Nadvornikthe options for custom border color were made independent
2009-06-04 Laurent MoninAdd an option to Image preferences to restrict custom...
2009-06-04 Klaus EthgenOngoing translation
2009-05-31 Vladimir Nadvornikdo not display menus ("FileMenu" etc.) in accelerator...
2009-05-12 Vladimir Nadvornikfixed compilation with older gtk
2009-05-11 Vladimir Nadvornikadded keyboard configuration dialog
2009-05-11 Laurent MoninInclude missing header file.
2009-05-09 Vladimir Nadvornikadded some structure to the metadata preferences dialog
2009-05-07 Vladimir Nadvornikuse "keywords" instead of "tags" in option name, it...
2009-04-26 Vladimir Nadvornikadded an option to write image orientation to the metadata
2009-04-13 Vladimir Nadvorniksupport X11 screen profile
2009-04-11 Klaus EthgenAllow to configure case handling of keywords
2009-04-10 Klaus EthgenAdd pgettext for some ambiguous strings
2009-04-06 Vladimir Nadvornikre-ordered some options, improved descriptions
2009-04-06 Vladimir Nadvornikunconditionally enable fast jpeg thumbnailing
2009-04-05 Vladimir Nadvornikimproved Scroll reset method in preferences dialog
2009-04-04 Vladimir Nadvornikdisabled 2-pass rendering also affect color correction
2009-04-04 Vladimir Nadvornikdropped show_copy_path option
2009-04-04 Vladimir Nadvornikdropped read_buffer options - they don't have any signi...
2009-04-04 Vladimir Nadvornikstartup path options simplified and moved to layout...
2009-04-04 Vladimir Nadvornikmoved options from Advanced tab to other tabs
2009-04-02 Laurent MoninForce thumbnails refreshing when thumbnails dimensions...
2009-03-15 Laurent Moningint -> gboolean.
2009-03-15 Laurent Moningint -> gboolean.
2009-03-14 Vladimir Nadvornikcompletely separated global and layout window options
2009-03-08 Laurent MoninAdd helper macros EDITOR_ERRORS() and EDITOR_ERRORS_BUT...
2009-03-01 Vladimir Nadvornikdropped ExifUIList
2009-02-28 Laurent MoninAdd missing space between switch and first parenthesis.
2009-02-28 Laurent MoninNo space between function name and first parenthesis...
2009-02-28 Vladimir Nadvornikfixed overlay configuration
2009-02-26 Vladimir Nadvornikquoted_value is no longer needed
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-02-01 Vladimir Nadvornikread external editors from .desktop files
2009-01-20 Vladimir Nadvornikimproved metadata preferences
2009-01-11 Vladimir Nadvornikmetadata write mode (direct or sidecar) made configurab...
2009-01-02 Vladimir Nadvorniksidecar files grouping was made case-insensitive
2008-12-22 Vladimir Nadvornikfile class made configurable in preferences
2008-12-22 Vladimir Nadvornikshow metadata options in preferences dialog
2008-12-20 Vladimir Nadvornikadded options for metadata - not yet used
2008-11-27 Laurent MoninFix up sign-related warning.
2008-11-23 Laurent MoninDrop useless wmclass stuff. Gtk will take care of it...
2008-10-11 Vladimir Nadvornikadded option to use exif thumbnails
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-10-04 Vladimir Nadvornikfixed charset of exiv2 strings in non-utf8 locales
2008-09-07 Laurent MoninShorten config_window_apply() a bit, reduce code redunancy.
2008-09-04 Laurent MoninAllow all Preferences pages to scroll vertically. Reduc...
2008-09-04 Laurent MoninAllow to change image.scroll_reset_method in Preference...
2008-08-31 Laurent MoninAdd a Save button to Preferences dialog, which allow...
2008-08-26 Laurent MoninConsistency: type * instead of type*.
2008-08-26 Laurent MoninFor the sake of consistency, use glib basic types every...
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-08-22 Laurent MoninAdd an option named layout.home_path which modifies...
2008-06-21 Vladimir Nadvornikcache size made configurable
2008-06-13 Laurent MoninOptionnally display directory's date in list view.
2008-05-30 Laurent MoninUse functions to set editors name and command and ensur...
2008-05-22 Laurent MoninFix signed vs unsigned warnings.
2008-05-22 Laurent MoninModify set_default_image_overlay_template_string()...
2008-05-22 Laurent MoninUse a struct to handle editor's properties.
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-16 Laurent MoninImprove editor commands error display:
2008-05-13 Laurent MoninMove some functions from main.[ch] to new window.[ch].
2008-05-11 Laurent MoninAn option to save and restore the last path used was...
2008-05-11 Laurent MoninRename options:
2008-05-11 Laurent MoninAdd an help button to OSD info configuration in Prefere...
2008-05-06 Vladimir Nadvornikmoved safe delete functions to separate file
2008-05-06 Laurent MoninUse a dedicated option to enable keywords and comment...
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-05-03 Laurent MoninChange the prefix of formatted exif tags to a more...
2008-04-24 Laurent MoninAdd missing spaces around equal sign.
2008-04-24 Laurent Monin6 for() vs 201 for (): winner is for ().
next