Remove commented out code.
[geeqie.git] / src / layout_image.c
2012-08-30 Laurent MoninRemove commented out code.
2012-08-30 Laurent MoninDrop 2 unused variables.
2012-08-21 Vladimir Nadvornikfixed scroll of fullscreen image
2012-08-20 Vladimir Nadvornikimplemented presentation mode
2012-08-18 Vladimir Nadvornikdropped support for gtk < 2.20
2012-08-13 Vladimir Nadvornikfixed dnd
2012-08-13 Vladimir Nadvornikuse cairo for drawing
2012-08-13 Vladimir Nadvornikuse accessor functions
2012-07-31 Vladimir Nadvornikupdated version and copyright notice
2012-07-29 Vladimir Nadvornikupdate statusbar after changing active image
2012-05-14 Klaus EthgenMerge remote-tracking branch 'origin/toer'
2011-09-30 Vladimir Nadvornikalways check for sidecars by readdir
2011-09-27 Vladimir Nadvornikremoved 'swap' entry from menu
2011-09-27 Vladimir Nadvorniktype of source stereo image made adjustable from menu
2011-09-27 Vladimir Nadvornikchange stereo mode from menu
2010-02-16 Vladimir Nadvornikadded 2010 to copyright text
2009-09-28 Vladimir Nadvornikconsider sidecars in layout_image popup menu
2009-07-24 Vladimir Nadvornikdo not try to reload deleted image
2009-07-21 Vladimir Nadvornikfixed destroying of menu data
2009-06-21 Vladimir Nadvornikfixed jumping of filelist on focus_in event
2009-06-07 Vladimir Nadvornikdo not show wide frame in single image mode
2009-06-04 Vladimir Nadvornikuse layout_set_fd() for changing images from a slideshow
2009-06-04 Laurent MoninAdd an option to Image preferences to restrict custom...
2009-05-02 Vladimir Nadvornikimproved pixel info, changed the menu entry from "Hide...
2009-04-25 Vladimir Nadvornikseparated Orientation and Grayscale functions
2009-04-13 Vladimir Nadvornikshow color management status on statusbar
2009-04-13 Vladimir Nadvorniksupport X11 screen profile
2009-04-13 Vladimir Nadvornikmoved color profiles from statusbar to View menu
2009-04-04 Vladimir Nadvornikdropped show_copy_path option
2009-03-31 Vladimir Nadvornikimproved debug messages
2009-03-30 Laurent MoninFixed bug where pixel/color information at x=0 coordina...
2009-03-28 Vladimir Nadvornikactive image follows keyboard focus
2009-03-14 Laurent MoninUse gboolean where applicable, minor cleanup and indent...
2009-03-14 Vladimir Nadvornikimproved notification system
2009-03-14 Laurent MoninMore gboolean and tidy up.
2009-03-08 Laurent MoninIn various Edit context menus, only display editors...
2009-03-06 Vladimir Nadvornikuse standard GtkHPaned for sidebar width
2009-03-04 Laurent Moninlayout_status_update_pixel_cb(): cleanup and optimizati...
2009-03-04 Vladimir NadvornikDisplay pixel coordinates and rgb - patch by Ruben...
2009-03-02 Vladimir Nadvornikoverlay now survives image split
2009-02-28 Laurent MoninAdd missing space between switch and first parenthesis.
2009-02-28 Vladimir Nadvornikfixed overlay configuration
2009-02-24 Vladimir Nadvorniksimplified and improved bar configuration
2009-02-22 Vladimir Nadvornikconfig file format changed to XML
2009-02-14 Vladimir Nadvornikdroped Preferences dialog, sidebar should replace it...
2009-02-06 Vladimir Nadvornikdo not switch to the next image on mouse click in split...
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-02-01 Vladimir Nadvornikfixed switch from single to split image
2009-02-01 Vladimir Nadvornikread external editors from .desktop files
2009-01-29 Laurent Moningint -> gboolean.
2009-01-24 Vladimir Nadvornikfixed restoring of OSD at layout_image_full_screen_stop
2008-12-21 Vladimir Nadvornikmost of the metadata options now works
2008-11-22 Laurent MoninUse the last selected images for the splitted views...
2008-11-22 Laurent MoninWhen more than one image is selected, Split Horizontal...
2008-11-22 Laurent MoninTidy up.
2008-11-22 Laurent MoninUse common code for layout_image_setup_split_none(...
2008-11-22 Laurent Moninlayout_image_setup_split_*(): simplify code.
2008-11-22 Laurent Moninlayout_image_setup_split_*(): move common code to a...
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-09-10 Vladimir Nadvornikuse SHIFT for connected scroll and zoom
2008-09-07 Petr OstadalReplaced gtk depreceated code.
2008-09-04 Vladimir Nadvornikfixed various problems with preserving viewport on...
2008-08-31 Laurent MoninMove miscellaneous functions to their own files (new...
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-08-25 Vladimir Nadvornikremoved unused code
2008-07-20 Laurent MoninMove uri_*() functions to separate files: uri_utils...
2008-07-17 Vladimir Nadvornikreload changed images
2008-07-15 Laurent MoninUse a specific enum for image.zoom_mode values (ZoomMod...
2008-07-04 Laurent MoninOptimize a bit when connected zoom and scrolling are...
2008-06-28 Laurent Moninlayout_image_drag_cb(): optimize when connected scrolli...
2008-06-28 Laurent MoninReduce number of parameters (mostly unused), just pass...
2008-06-14 Vladimir Nadvornikuse GtkSizeGroup to control initial size of split images
2008-06-14 Vladimir Nadvornikpreserve image center on refresh
2008-06-08 Vladimir Nadvornikbetter check for notify type
2008-06-07 Vladimir Nadvornikuse new notification in layout and layout_image
2008-06-03 Vladimir Nadvornikreplaced directory path with FileData* dir_fd
2008-05-24 Vladimir Nadvornikrewritten utilops.h:
2008-05-22 Laurent MoninFix signed vs unsigned warnings.
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-10 Laurent Moninimage_osd_get() now returns OsdShowFlags.
2008-05-09 Laurent Moninimage_osd_get() and image_osd_set() now uses flags.
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-04-29 Vladimir Nadvornikfixed connected zoom and scroll that didn't work in...
2008-04-27 Petr Ostadalfix warning cast from pointer to integer of different...
2008-04-24 Laurent MoninAdd missing spaces around equal sign.
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 MoninAllow the copy of file paths to clipboard.
2008-04-23 Laurent MoninIntroduce macros to display debug messages.
2008-04-23 Laurent MoninOnly display message if in debug mode.
2008-04-22 Laurent MoninUse image_osd_toggle() in layout_menu_overlay_cb().
2008-04-22 Laurent MoninMerge view_overlay_toggle() and layout_image_overlay_to...
2008-04-22 Laurent MoninEnsure Properties dialog is displayed above fullscreen...
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-19 Vladimir Nadvornikshow the AdobeRGB profile in the menu, indicate input...
2008-04-15 Laurent MoninExit fullscreen mode when Properties is displayed.
next