- handle color profile and write metadata buttons on statusbar by ui_manager
[geeqie.git] / src / layout.c
2009-05-01 Vladimir Nadvornik- handle color profile and write metadata buttons on...
2009-04-21 Vladimir Nadvornikfixed metadata.confirm_on_dir_change
2009-04-13 Vladimir Nadvornikshow color management status on statusbar
2009-04-13 Vladimir Nadvornikmoved color profiles from statusbar to View menu
2009-04-04 Vladimir Nadvornikadded option that simplifies saving of multi-window...
2009-04-04 Vladimir Nadvornikstartup path options simplified and moved to layout...
2009-04-02 Laurent MoninForce thumbnails refreshing when thumbnails dimensions...
2009-03-31 Vladimir Nadvornikimproved next/prev operation on sidecar files
2009-03-28 Vladimir Nadvornikfixed keyboard focus on start-up
2009-03-28 Vladimir Nadvorniksplit-mode cleanup and improvements
2009-03-21 Vladimir Nadvorniklayout id "_current_" matches the currently active...
2009-03-20 Vladimir Nadvornikdo not re-create ui_manager at layout change
2009-03-20 Vladimir Nadvornikadded possibility to update existing layout window...
2009-03-20 Vladimir Nadvornikbe more verbose on parse errors
2009-03-20 Vladimir Nadvornikadded function to reload external editors at any time
2009-03-19 Vladimir Nadvornikimproved config file formatting
2009-03-15 Laurent Moningint -> gboolean.
2009-03-14 Vladimir Nadvornikcompletely separated global and layout window options
2009-03-14 Laurent MoninUse gboolean where applicable, minor cleanup and indent...
2009-03-14 Laurent MoninMore gboolean and tidy up.
2009-03-11 Laurent MoninUse gboolean pseudo type where applicable.
2009-03-11 Laurent MoninRemove useless functions.
2009-03-10 Vladimir Nadvornikfixed saving of file_view_type
2009-03-08 Vladimir Nadvornikfixed crash with certain layout configurations
2009-03-06 Vladimir Nadvornikuse standard GtkHPaned for sidebar width
2009-03-04 Vladimir NadvornikDisplay pixel coordinates and rgb - patch by Ruben...
2009-03-02 Laurent MoninRandom tidy up.
2009-03-01 Laurent MoninWhen g_new0() is used, drop redundant initializations...
2009-03-01 Laurent MoninEnable 'Use profile from image' item of color managemen...
2009-03-01 Laurent MoninImprove file checks using is_readable_file().
2009-03-01 Laurent MoninSlightly modify access_file() and use it to test profil...
2009-02-28 Laurent MoninColor profiles menu: test for file access before allowi...
2009-02-28 Vladimir Nadvornikfixed overlay configuration
2009-02-28 Vladimir Nadvorniksave and restore toolbar configuration
2009-02-28 Vladimir Nadvornikcreate toolbar from ui_manager
2009-02-27 Laurent MoninReally fix up color profiles options tests. Add an...
2009-02-27 Laurent MoninFix up color profiles menu: mark empty entries (but...
2009-02-25 Vladimir Nadvornikreuse original utility_box (image + sidebars) on layout...
2009-02-24 Vladimir Nadvornikimproved bar_sort configuration
2009-02-24 Vladimir Nadvorniksimplified and improved bar configuration
2009-02-24 Laurent MoninSince READ_*() macros are now exported, do not hide
2009-02-23 Vladimir Nadvorniksimplified config writing
2009-02-23 Vladimir Nadvornikenabled commandline again
2009-02-22 Vladimir Nadvornikconfig file format changed to XML
2009-02-19 Laurent MoninFix bug 2599857: file list sort order was wrong in...
2009-02-15 Laurent MoninRemove redundant line of code.
2009-02-15 Vladimir Nadvornikseparated "normal" and advanced exif, "Normal" exif...
2009-02-14 Vladimir Nadvornikreplaced bar_info with an universal bar, restored the...
2009-02-06 Vladimir NadvornikStart with "Fit to window" in "Leave Zoom at previous...
2009-02-04 Laurent MoninAdd year 2009 to copyright info everywhere.
2009-02-03 Vladimir Nadvornikdo not translate already translated texts from desktop...
2009-01-24 Laurent MoninSilent two compilation warnings.
2009-01-11 Vladimir Nadvornikadded a status bar button for writting metadata immediately
2009-01-02 Vladimir Nadvornikadded done callback to utilops
2008-12-22 Vladimir Nadvornikwrite metadata after timeout, image change or dir change
2008-11-25 Laurent MoninFix up unsigned expression always true/false warnings.
2008-11-23 Laurent MoninDrop useless wmclass stuff. Gtk will take care of it...
2008-11-22 Laurent MoninAdd a back button in the toolbar: it allows to go back...
2008-10-07 Vladimir NadvornikAdding a vim modeline to all files - patch by Klaus...
2008-09-08 Vladimir Nadvornikadded possibility to redraw only the parts of image...
2008-09-07 Petr OstadalReplaced gtk depreceated code.
2008-09-01 Laurent MoninUse a constant for minimal window size. Set it to 32...
2008-08-28 Laurent MoninSilent warnings about unused functions when lcms is...
2008-08-25 Laurent MoninWhitespaces cleanup.
2008-08-23 Laurent MoninOnly display status if there is at least one file in...
2008-08-12 Vladimir Nadvornikfixed crash with float file list and geeqie --blank
2008-08-11 Vladimir Nadvornikfixed crash in geeqie --blank
2008-07-20 Laurent MoninMove history_list_*() functions to separate files:
2008-07-17 Vladimir Nadvornikreload changed images
2008-07-04 Laurent Moninlayout_color_button_press_cb(): tidy up, drop useless...
2008-06-14 Vladimir Nadvornikuse GtkSizeGroup to control initial size of split images
2008-06-12 Vladimir Nadvornikreverted changes in layout_close made in rev. 890 and 901
2008-06-09 Vladimir Nadvornikfixed saving options on exit
2008-06-07 Vladimir Nadvornikuse new notification in layout and layout_image
2008-06-06 Vladimir Nadvornikrealtime file monitor
2008-06-05 Vladimir Nadvornikuse new notification in vficon
2008-06-03 Vladimir Nadvornikreplaced directory path with FileData* dir_fd
2008-06-03 Laurent Moninlayout_real_renamed(), layout_real_removed(), layout_re...
2008-05-22 Laurent MoninFix signed vs unsigned warnings.
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR where applicable.
2008-05-21 Laurent MoninUse G_DIR_SEPARATOR_S where applicable.
2008-05-20 Laurent MoninSort out log_printf() vs printf_term() mix up.
2008-05-16 Laurent MoninInclude debug.h from main.h since debug macros may...
2008-05-13 Laurent MoninMove some functions from main.[ch] to new window.[ch].
2008-05-11 Laurent MoninDrop unused layout_list_get_path() and vf*_index_get_pa...
2008-05-07 Laurent MoninAdd a way to invert the current selection.
2008-05-05 Vladimir Nadvorniksplit filelist.c to filefilter.c and filedata.c
2008-05-05 Laurent MoninRevert patch 675, and correctly fix gtk assertion failure.
2008-05-04 Laurent MoninDrop ViewFileIcon, use ViewFile and ViewFileInfoIcon...
2008-05-04 Laurent MoninDrop ViewFileList, use ViewFile and ViewFileInfoList...
2008-05-03 Laurent MoninDrop redundant vflist_thumbs_set() introduced in revisi...
2008-05-03 Laurent MoninReplace Layout icon_view field by more generic file_vie...
2008-05-03 Laurent MoninSet thumbs_enabled through new function vflist_thumbs_s...
2008-05-03 Laurent MoninChange default positions of dividers since width of...
2008-04-29 Vladimir Nadvornikcleanup: use image_get_image_size
2008-04-27 Vladimir NadvornikAdded LIRC patch written by Matteo Beniamino
2008-04-25 Laurent MoninHandle the case of reduction of the number of view...
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 MoninFix Gtk-CRITICAL **: gtk_entry_set_text: assertion...
next