Mercurial > geeqie
graph
-
Make ishidden() static to filedata.c and rename it is_hidden_file().2009-03-12, by zas_
-
gint -> gboolean and tidy up.2009-03-12, by zas_
-
added a dialog for editing keyword tree2009-03-12, by nadvornik
-
Use gboolean where applicable, for the sake of consistency.2009-03-12, by zas_
-
Code cleanup.2009-03-11, by zas_
-
Fix bug when adding a new collection through sort manager. Tidy up.2009-03-11, by zas_
-
Tidy up.2009-03-11, by zas_
-
Use gboolean pseudo type where applicable.2009-03-11, by zas_
-
Remove useless functions.2009-03-11, by zas_
-
added a popup menu in keyword tree2009-03-11, by nadvornik
-
Use dynamic allocation for editor key passed to various callbacks.2009-03-11, by zas_
-
fixed saving of file_view_type2009-03-10, by nadvornik
-
Remove now useless element.2009-03-10, by zas_
-
Remove the toggle on advanced exif window menu item.2009-03-10, by zas_
-
Add missing g_key_file_free() call.2009-03-09, by zas_
-
Fix editor_command_path_parse().2009-03-09, by zas_
-
Introduce EditorFlags type, cleanup.2009-03-08, by zas_
-
save and restore the keyword tree2009-03-08, by nadvornik
-
fixed crash with certain layout configurations2009-03-08, by nadvornik
-
Cleanup and minor fixes.2009-03-08, by zas_
-
Advanced exif window: make all columns sortable and resizable.2009-03-08, by zas_
-
Fix up editor execution.2009-03-08, by zas_
-
Display icons in edit contextual menu.2009-03-08, by zas_
-
dnd fixes2009-03-08, by nadvornik
-
dnd fixes2009-03-08, by nadvornik
-
allow dropping of multiple keywords2009-03-08, by nadvornik
-
show a label instead of the default drag icon2009-03-08, by nadvornik
-
dnd in keywords tree2009-03-08, by nadvornik
-
implemented keywords editor as described at2009-03-07, by nadvornik
-
French translation was updated.2009-03-07, by zas_
-
Use a common function bar_pane_expander_title() to set expanders title widget.2009-03-07, by zas_
-
simplified bar interface2009-03-06, by nadvornik
-
enable wrap mode in comment pane2009-03-06, by nadvornik
-
use standard GtkHPaned for sidebar width2009-03-06, by nadvornik
-
do not crash if an exif entry is deleted during editing2009-03-05, by nadvornik
-
added popup menu to the exif pane2009-03-05, by nadvornik
-
indicate that the exif pane is empty2009-03-04, by nadvornik
-
prepared exif pane for popup menu2009-03-04, by nadvornik
-
dnd from advanced exif window to exif pane2009-03-04, by nadvornik
-
Display pixel coordinates and rgb - patch by Ruben Stein2009-03-04, by nadvornik
-
reorder exif pane entries with drag and drop2009-03-03, by nadvornik
-
overlay now survives image split2009-03-02, by nadvornik
-
Random tidy up.2009-03-02, by zas_
-
Fix memleak in previous patch.2009-03-02, by zas_
-
Update POTFILES.in and french translation.2009-03-01, by zas_
-
make the exif pane grow-only - this reduces sidebar jumping2009-03-01, by nadvornik
-
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.2009-03-01, by zas_
-
Clarify colorspace determination (exif 2.2/2.21).2009-03-01, by zas_
-
Improve file checks using is_readable_file().2009-03-01, by zas_
-
Only attempt to read exif if the file is readable.2009-03-01, by zas_
-
Introduce is_readable_file() which test if file exists, is regular and readable.2009-03-01, by zas_
-
image_select(), image_set_selectable(): tidy up.2009-03-01, by zas_
-
Indentation fixes.2009-03-01, by zas_
-
image_post_process_color(): remove exif parameter, just extract it when needed.2009-03-01, by zas_
-
Add an ellipse when the file name is truncated.2009-03-01, by zas_
-
dropped ExifUIList2009-03-01, by nadvornik
-
do not use separate list of entries, rely on vbox2009-03-01, by nadvornik
-
fixed possible crash2009-03-01, by nadvornik
-
rewritten exif pane to support arbitrary number of entries2009-02-28, by nadvornik
-
max value -> value. Shorter.2009-02-28, by zas_
-
Add missing space between while and first parenthesis.2009-02-28, by zas_
-
Add missing space between switch and first parenthesis.2009-02-28, by zas_
-
Prevent Gtk assertion failures when no icon is set.2009-02-28, by zas_
-
show histogram label in the title2009-02-28, by nadvornik
-
give the panes more control over expander title2009-02-28, by nadvornik
-
load icons for external editors2009-02-28, by nadvornik
-
fixed bar_histogram headers2009-02-28, by nadvornik
-
Minor simplification and cleanup.2009-02-28, by zas_
-
image_change_complete(): reduce code redundancy and implify.2009-02-28, by zas_
-
fixed overlay configuration2009-02-28, by nadvornik
-
save and restore toolbar configuration2009-02-28, by nadvornik
-
create toolbar from ui_manager2009-02-28, by nadvornik
-
Fix up color profiles menu: mark empty entries (but not NULL) as inactive.2009-02-27, by zas_
-
compute histmap in idle callback and only if the histogram is expanded2009-02-27, by nadvornik
-
Add a tooltip showing current histogram state on bar histogram.2009-02-26, by zas_
-
Add .bak and .mo extensions to svn:ignore.2009-02-26, by zas_
-
quoted_value is no longer needed2009-02-26, by nadvornik
-
Silent a minor warning.2009-02-25, by zas_
-
correctly save and restore overlay string2009-02-25, by nadvornik
-
Save bar pane histogram state to rc file.2009-02-25, by zas_
-
reuse original utility_box (image + sidebars) on layout change (switch2009-02-25, by nadvornik
-
fixed filter initialization2009-02-25, by nadvornik
-
improved bar_sort configuration2009-02-24, by nadvornik
-
fixed --fullscreen option together with enabled bar2009-02-24, by nadvornik
-
simplified and improved bar configuration2009-02-24, by nadvornik
-
Enclose macro parameters names with _ to differentiate them from variable names.2009-02-24, by zas_
-
Since READ_*() macros are now exported, do not hide2009-02-24, by zas_
-
simplified config writing2009-02-23, by nadvornik
-
enabled commandline again2009-02-23, by nadvornik
-
Introduce helpers histogram_toggle_channel() and histogram_toggle_mode().2009-02-23, by zas_
-
Set svn:ignore on Makefile and Makefile.in.2009-02-22, by zas_
-
Fix and simplify histogram code, drop histogram based on mean value.2009-02-22, by zas_
-
config file format changed to XML2009-02-22, by nadvornik
-
Attempt to simplify and fix histrogram code.2009-02-22, by zas_
-
Glibification again.2009-02-21, by zas_
-
French translation was updated.2009-02-21, by zas_
-
Glibification.2009-02-21, by zas_
-
Move grid color setting to histogram_new().2009-02-21, by zas_
-
Add grid to bar histogram, simplify the code and draw horizontal lines too.2009-02-21, by zas_
-
Fix bug 2599857: file list sort order was wrong in many cases.2009-02-19, by zas_
-
fixed compiler warning2009-02-16, by nadvornik
-
hopefully fixed a freeze on solaris2009-02-16, by nadvornik
-
added histogram pane2009-02-15, by nadvornik
-
fixed histogram drawing2009-02-15, by nadvornik
-
Remove redundant line of code.2009-02-15, by zas_
-
Fix up few compilation warnings.2009-02-15, by zas_
-
histogram caching2009-02-15, by nadvornik
-
separated "normal" and advanced exif, "Normal" exif is now in the2009-02-15, by nadvornik
-
droped Preferences dialog, sidebar should replace it completely2009-02-14, by nadvornik
-
replaced bar_info with an universal bar, restored the original2009-02-14, by nadvornik
-
force at least one idle call before writting metadata2009-02-07, by nadvornik
-
use metadata_read_* functions where possible2009-02-07, by nadvornik
-
Start with "Fit to window" in "Leave Zoom at previous setting" mode2009-02-06, by nadvornik
-
do not switch to the next image on mouse click in split mode2009-02-06, by nadvornik
-
improved labels of some menu items2009-02-06, by nadvornik
-
Add year 2009 to copyright info everywhere.2009-02-04, by zas_
-
Fix up the copyright years info.2009-02-04, by zas_
-
Update README header.2009-02-04, by zas_
-
Do not show geeqie itself in editors menus.2009-02-04, by zas_
-
do not translate already translated texts from desktop files2009-02-03, by nadvornik
-
Reorder fields a bit and make flags field unsigned.2009-02-03, by zas_
-
improved placing of external commands in menu2009-02-02, by nadvornik
-
test TryExec,2009-02-01, by nadvornik
-
fixed switch from single to split image2009-02-01, by nadvornik
-
read external editors from .desktop files2009-02-01, by nadvornik
-
Sort the list alphabetically and remove an empty line.2009-01-29, by zas_
-
switched to po/LINGUAS, see http://live.gnome.org/GnomeGoals/PoLinguas2009-01-29, by nadvornik
-
gint -> gboolean.2009-01-29, by zas_
-
added SIGBUS handler2009-01-29, by nadvornik
-
fixed compilation with lirc2009-01-26, by nadvornik
-
Move -Wall before -Wno-* options for them to have any effect.2009-01-26, by zas_
-
Keep -O0 over -O2 as requested by Vladimir.2009-01-26, by zas_
-
added the original COPYING file from GQview - we can't rely on autogen.sh2009-01-25, by nadvornik
-
updated ChangeLog from svn log2009-01-25, by nadvornik
-
fixed gthread detection2009-01-25, by nadvornik
-
do not ignore newly created sidecars2009-01-25, by nadvornik
-
adjusted marks spacing to align them with the marks filter2009-01-24, by nadvornik
-
Fix incorrect translation.2009-01-24, by zas_
-
fixed restoring of OSD at layout_image_full_screen_stop2009-01-24, by nadvornik
-
fixed glib warning2009-01-24, by nadvornik
-
updated version string2009-01-24, by nadvornik
-
Silent two compilation warnings.2009-01-24, by zas_
-
French translation was updated.2009-01-24, by zas_
-
fixed possible crash2009-01-23, by nadvornik
-
enable threads by default2009-01-21, by nadvornik
-
compilation fixes for older exiv22009-01-21, by nadvornik
-
improved metadata preferences2009-01-20, by nadvornik
-
fixed possible segfault2009-01-20, by nadvornik
-
show symlinks in filelist2009-01-11, by nadvornik
-
fixed includes2009-01-11, by nadvornik
-
added a status bar button for writting metadata immediately2009-01-11, by nadvornik
-
metadata write mode (direct or sidecar) made configurable for each file2009-01-11, by nadvornik
-
simplified metadata interface, dropped metadata_read,2009-01-10, by nadvornik
-
French translation was updated.2009-01-04, by zas_
-
Silent warnings.2009-01-03, by zas_
-
write keywords and comments with separate functions2009-01-03, by nadvornik
-
fixed updating of selection after deleting the last image from the list2009-01-02, by nadvornik
-
do not enter a directory after rename2009-01-02, by nadvornik
-
added done callback to utilops2009-01-02, by nadvornik
-
fixed view_dir notification2009-01-02, by nadvornik
-
sidecar files grouping was made case-insensitive2009-01-02, by nadvornik
-
fixed writting of legacy metadata2008-12-27, by nadvornik
-
optimized get_mark_func2008-12-26, by nadvornik
-
remove cached entries on all changes2008-12-26, by nadvornik
-
fixed previous change2008-12-26, by nadvornik
-
improved sidecar writting2008-12-26, by nadvornik
-
implemented a possibility to connect keywords with marks2008-12-25, by nadvornik
-
low-level keyword-to-mark functionality2008-12-25, by nadvornik
-
perform internal commands in idle call2008-12-25, by nadvornik
-
allow writing of empty keywords/comment2008-12-23, by nadvornik
-
added change notification to bar_info.c2008-12-23, by nadvornik
-
improved buffering and notifications2008-12-23, by nadvornik
-
write changes immediately, the necessary buffering is done on lower2008-12-23, by nadvornik
-
file class made configurable in preferences2008-12-22, by nadvornik
-
French translation was updated.2008-12-22, by zas_
-
write metadata after timeout, image change or dir change2008-12-22, by nadvornik
-
show metadata options in preferences dialog2008-12-22, by nadvornik
-
fixed safe delete2008-12-21, by nadvornik
-
most of the metadata options now works2008-12-21, by nadvornik
-
fixed new options2008-12-21, by nadvornik
-
French translation was updated.2008-12-21, by zas_
-
added options for metadata - not yet used2008-12-20, by nadvornik
-
Fix two minor compilation warnings.2008-12-20, by zas_
-
use the workflow in utilops.c for metadata approving and writting2008-12-20, by nadvornik
-
queue metadata and write them in an idle callback2008-12-16, by nadvornik
-
prepared infrastructure for delayed metadata writting - refreshing2008-12-15, by nadvornik
-
French translation was updated.2008-12-09, by zas_
-
Cosmetic fix.2008-12-08, by zas_
-
handle the case when io.open() fails2008-12-07, by nadvornik
-
disabled the "unused parameter" warnings, they are harmless and nobody2008-12-06, by nadvornik
-
Rename few variables to make the code more readable.2008-12-02, by zas_
-
keyword_list_find() -> find_string_in_list(), return gboolean.2008-11-30, by zas_
-
Rename most comment_*() functions to more appropriate metadata_*().2008-11-30, by zas_
-
Do not hardcode exif formatted prefix.2008-11-27, by zas_
-
Fix up sign-related warning.2008-11-27, by zas_
-
Fix up unsigned expression always true warning.2008-11-27, by zas_
-
Resync .h with .c declarations.2008-11-27, by zas_
-
Fix up pointer signedness warnings.2008-11-27, by zas_
-
Fix up not a prototype warning.2008-11-27, by zas_
-
Remove unused variable.2008-11-27, by zas_
-
Fix up deprecated function and not a prototype warnings.2008-11-27, by zas_
-
Handle return values better to silent some warnings.2008-11-26, by zas_
-
Print a message if chown() or chmod() fail.2008-11-26, by zas_
-
Fix up format vs type warning.2008-11-26, by zas_
-
Move comments/keywords read and write stuff to new metadata.{c,h}.2008-11-25, by zas_
-
Fix up unsigned expression always true/false warnings.2008-11-25, by zas_
-
Tidy up.2008-11-22, by zas_
-
Use common code for layout_image_setup_split_none() too.2008-11-22, by zas_
-
layout_image_setup_split_*(): simplify code.2008-11-22, by zas_
-
Force font weight and style to normal for keys.2008-11-20, by zas_
-
Fix up yet unmarked keys.2008-11-20, by zas_
-
Fix compilation warnings.2008-11-20, by zas_
-
Fix up some missing html code.2008-11-20, by zas_
-
More keys.2008-11-19, by zas_
-
Fix text wrongly marked as key.2008-11-19, by zas_
-
Mark keyboard keys with a span and make them look like a key through css style.2008-11-19, by zas_
-
Replace [Control] by shorter and more common [Ctrl].2008-11-19, by zas_
-
Unify [Shift] and [Control] notation.2008-11-19, by zas_
-
Update documentation.2008-11-19, by zas_
-
Fix up links and various enhancements.2008-11-17, by zas_
-
Remove colored background in headings for printable version.2008-11-17, by zas_
-
Add specific css for print media(has to be improved).2008-11-16, by zas_
-
Implement preliminary support for XDG Base Directory Specification.2008-11-15, by zas_
-
Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().2008-11-15, by zas_
-
fixed usage of deprecated functions - patch by Omari Stephens2008-11-15, by nadvornik
-
Rename check_for_home_path() to mkdir_if_not_exists().2008-11-15, by zas_
-
Use functions to return directories instead of constants.2008-11-15, by zas_
-
Fix up Makefile.am: add missing files and do not install template.html.2008-11-14, by zas_
-
Fix a cut'n'paste error.2008-11-12, by zas_
-
Add some information about the pan view.2008-11-12, by zas_
-
Add a note about splitted view.2008-11-12, by zas_
-
Add Connected zoom and Split menu items.2008-11-12, by zas_
-
Add missing s...2008-11-11, by zas_
-
Minor fixes.2008-11-11, by zas_
-
Give a new style to menus.2008-11-11, by zas_
-
Fix missing parts.2008-11-11, by zas_
-
Update main window menus description to match current Geeqie.2008-11-11, by zas_
-
Drop dots.2008-11-11, by zas_
-
Update exif pane documentation a bit.2008-11-11, by zas_
-
Add Properties Options page.2008-11-11, by zas_
-
Advanced options documentation is now almost in sync with current geeqie.2008-11-11, by zas_
-
More updates to advanced options documentation. Not yet finished.2008-11-11, by zas_
-
Page cleanup and fixed. Remove obsolete note.2008-11-10, by zas_
-
Add missing link.2008-11-10, by zas_
-
Let subsection menus match index style.2008-11-10, by zas_
-
Cosmetic changes in image search and find duplicates shortcuts tables.2008-11-10, by zas_
-
Tidy up.2008-11-10, by zas_
-
Move from xhtml transitional to xhtml strict.2008-11-10, by zas_
-
Minor cleanup.2008-11-10, by zas_
-
Tidy up and minor fixes.2008-11-10, by zas_
-
Notes cleanup and minor stylistic fixes.2008-11-10, by zas_
-
Various fixes and cleanup.2008-11-10, by zas_
-
Fix up some errors.2008-11-10, by zas_
-
Fix up unvalid xhtml.2008-11-10, by zas_
-
Fix up a broken link.2008-11-10, by zas_
-
Beautify the manual.2008-11-10, by zas_
-
Reformat more pages.2008-11-10, by zas_
-
Reformat remaining options pages.2008-11-10, by zas_
-
Reformatting: notes, advanced options page and more.2008-11-10, by zas_
-
Reformatting.2008-11-09, by zas_
-
Reformat and cleanup.2008-11-09, by zas_
-
More cleanup of tables.2008-11-09, by zas_
-
Cleanup some tables.2008-11-09, by zas_
-
Drop most old css classes.2008-11-09, by zas_
-
Move dialog descriptions to definitions lists, first step.2008-11-09, by zas_
-
Index cleanup.2008-11-09, by zas_
-
Move menu descriptions to definitions lists.2008-11-09, by zas_
-
Re-introduce Geeqie User Manual footer.2008-11-08, by zas_
-
Simplify bottom navigation table.2008-11-08, by zas_
-
Use col tags with id in top and bottom navigation tables.2008-11-08, by zas_
-
Add a generic spacer at the bottom of the page, remove now unused css classes.2008-11-08, by zas_
-
Add two css classes navtop and navbottom and remove unused ones.2008-11-08, by zas_
-
Add style.css to list of files to install.2008-11-08, by zas_
-
Move css styles to an external stylesheet.2008-11-08, by zas_
-
Remove reference to numbered section.2008-11-06, by zas_
-
Remove references to numbered sections.2008-11-06, by zas_
-
Simplify the table.2008-11-06, by zas_
-
Do not install doc/Makefile*. Reported and fixed by Krzysztof Kotlenga.2008-10-27, by zas_
-
Use h2/h3 tags where appropriate.2008-10-26, by zas_
-
Fixed doc/Makefile.am according to renamed doc files.2008-10-26, by bruclik
-
Keyboard table cleanup attempt. Need more work.2008-10-25, by zas_
-
Move menus to unordered lists - step 2.2008-10-25, by zas_
-
Move menus to unordered lists - step 1.2008-10-25, by zas_
-
Align Previous to the left, drop useless col tags.2008-10-25, by zas_
-
Fix page titles.2008-10-25, by zas_
-
Drop chapters numbers from h1 title, and reformat top title a bit.2008-10-25, by zas_
-
Update legal notice and copyright to mention The Geeqie Team.2008-10-23, by zas_
-
Fix a cut and paste error when implementing the comment search (Klaus2008-10-20, by nadvornik
-
fixed failed assertion in exif_free2008-10-20, by nadvornik
-
create xmp sidecar when needed2008-10-18, by nadvornik
-
simple synchronization XMP <-> Exif, IPTC2008-10-18, by nadvornik
-
infrastructure for preprocessing of metadata2008-10-18, by nadvornik
-
fixed bar_exif separator2008-10-18, by nadvornik
-
reordered advanced exif columns2008-10-18, by nadvornik
-
no need to validate description, it is in utf82008-10-18, by nadvornik
-
improved custom exif look:2008-10-17, by nadvornik
-
follow Exiv2 SVN changes2008-10-14, by nadvornik
-
French translation was updated.2008-10-12, by zas_
-
Better handling of accels map file writing errors.2008-10-12, by zas_
-
added option to use exif thumbnails2008-10-11, by nadvornik
-
French translation was updated.2008-10-07, by zas_
-
Implement the search for image comment - patch by Klaus Ethgen2008-10-07, by nadvornik
-
Fixed degree symbol encoding2008-10-07, by nadvornik
-
Adding a vim modeline to all files - patch by Klaus Ethgen2008-10-07, by nadvornik
-
fixed confirm_delete option2008-10-05, by nadvornik
-
fixed charset of exiv2 strings in non-utf8 locales2008-10-04, by nadvornik
-
Add support for GPSInfo - patch by Klaus Ethgen2008-10-01, by nadvornik
-
The comment section in the meta file is the last section. However it do2008-09-29, by nadvornik
-
fixes executable right of images2008-09-29, by nadvornik
-
enlarge the dupe window - patch by Klaus Ethgen2008-09-29, by nadvornik
-
updated preview loader to work with current svn version of libexiv22008-09-27, by nadvornik
-
use SHIFT for connected scroll and zoom2008-09-10, by nadvornik
-
reverted buggy part of rev. 1138 - it made the filelist jump2008-09-09, by nadvornik
-
added possibility to redraw only the parts of image that are already2008-09-08, by nadvornik
-
Fix a compiler warning regarding argument type.2008-09-08, by zas_
-
Replaced gtk depreceated code.2008-09-07, by bruclik
-
Shorten config_window_apply() a bit, reduce code redunancy.2008-09-07, by zas_
-
Update translations stats.2008-09-04, by zas_
-
French translation was updated.2008-09-04, by zas_
-
Allow all Preferences pages to scroll vertically. Reduce code redundancy.2008-09-04, by zas_
-
Allow to change image.scroll_reset_method in Preferences > Image.2008-09-04, by zas_
-
fixed various problems with preserving viewport on image change,2008-09-04, by nadvornik
-
load thumbnails with lower priority2008-09-03, by nadvornik
-
Improve debug messages.2008-09-03, by zas_
-
adjusted default options2008-09-03, by nadvornik
-
adjusted redraw priority relative to icon drawing2008-09-03, by nadvornik
-
dropped IMAGE_THROTTLE_LARGER_IMAGES code2008-09-03, by nadvornik
-
fixed handling of broken images2008-09-03, by nadvornik
-
improved pixbuf draw priority control2008-09-01, by nadvornik
-
Use a constant for minimal window size. Set it to 32 for all dialogs.2008-09-01, by zas_
-
Remove redundant debug.h inclusion.2008-09-01, by zas_
-
fixed read ahead callback2008-08-31, by nadvornik
-
fixed error handling in image loader2008-08-31, by nadvornik
-
fixed possible endless loop2008-08-31, by nadvornik
-
Move quoted_value() and escquote_value() to misc.[ch].2008-08-31, by zas_
-
Move miscellaneous functions to their own files (new misc.[ch]).2008-08-31, by zas_
-
use GThreadPool2008-08-31, by nadvornik
-
improved thread support in image loader2008-08-31, by nadvornik
-
Move save/load_options() to options.[ch].2008-08-31, by zas_
-
Move sync_options_with_current_state() call to save_options().2008-08-31, by zas_
-
Move some code to new functions, to simplify main().2008-08-31, by zas_
-
Fix two minor compilation warnings.2008-08-31, by zas_
-
run image loader in separate thread2008-08-30, by nadvornik
-
prepared image loader code for threads2008-08-30, by nadvornik
-
Allow to override documentation paths through options:2008-08-30, by zas_
-
converted image loader to a GObject and use signals for notification2008-08-29, by nadvornik
-
do not access image_loader directly2008-08-29, by nadvornik
-
added new raw preview interface for legacy exif2008-08-29, by nadvornik
-
fixed thumbnail loader for the new raw preview interface2008-08-29, by nadvornik
-
use mmaped files image loader2008-08-28, by nadvornik
-
Silent warnings about unused functions when lcms is not used.2008-08-28, by zas_
-
Comment out unused functions.2008-08-27, by zas_
-
Silent a compiler warning.2008-08-27, by zas_
-
const gpointer -> gconstpointer.2008-08-27, by zas_
-
Use gpointer instead of void *.2008-08-26, by zas_
-
Consistency: type * instead of type*.2008-08-26, by zas_
-
For the sake of consistency, use glib basic types everywhere.2008-08-26, by zas_
-
Indentation fixes.2008-08-26, by zas_
-
Fixed segfault when is run inside directory with non valid uft-8 image2008-08-26, by bruclik
-
Fixed calling "Image search" function in a directory without image.2008-08-26, by bruclik
-
correctly maintain selection during iconlist refresh2008-08-25, by nadvornik
-
Whitespaces cleanup.2008-08-25, by zas_
-
Fixed segfaulting when alter image in directory without images.2008-08-25, by bruclik
-
removed unused code2008-08-25, by nadvornik
-
Typo fixes.2008-08-24, by zas_
-
Slight code redundancy reduction.2008-08-24, by zas_
-
Drop redundant variable affectation.2008-08-24, by zas_
-
Fix untranslated messages. French translation and POTFILES.in were updated.2008-08-24, by zas_
-
French translation was updated.2008-08-24, by zas_
-
Mark forgotten string for translation.2008-08-24, by zas_
-
Only display status if there is at least one file in the file list.2008-08-23, by zas_
-
Remove unneeded type casting.2008-08-23, by zas_
-
fixed vd_refresh2008-08-23, by nadvornik
-
French translation was updated.2008-08-22, by zas_
-
Typo fix: vf -> vd2008-08-21, by zas_
-
Indentation fix.2008-08-21, by zas_
-
Do not return values of void functions. Reported by Jeffery Small.2008-08-20, by zas_
-
update the FileData structure when a new folder is created2008-08-20, by nadvornik
-
improved refresh in view_dir_list2008-08-19, by nadvornik
-
set fallback pixbuf in case of missing file2008-08-19, by nadvornik
-
fixed possible segfault2008-08-19, by nadvornik
-
removed code for maintaining filelist position, gtk_tree_view itself handles it2008-08-17, by nadvornik
-
French translation was updated.2008-08-17, by zas_
-
Move variable declaration at start of block.2008-08-17, by zas_
-
marks in iconview made clickable2008-08-16, by nadvornik
-
keep files with non-zero marks in memory2008-08-16, by nadvornik
-
implemented marks filter2008-08-16, by nadvornik
-
Fix double escaping of image overlay text.2008-08-16, by zas_
-
added keyboard map generator2008-08-13, by nadvornik
-
a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=5476692008-08-13, by nadvornik
-
fixed crash with float file list and geeqie --blank2008-08-12, by nadvornik
-
fixed crash in geeqie --blank2008-08-11, by nadvornik
-
fixed setting visible entry in view_dir_tree2008-08-11, by nadvornik
-
updated ChangeLog from svn log2008-07-30, by nadvornik
-
Move declarations at the beginning of blocks.2008-07-28, by zas_
-
Optimize tests even more using last changes.2008-07-28, by zas_
-
do not free unallocated exif data2008-07-28, by nadvornik
-
Cache strcmp() result.2008-07-28, by zas_
-
Optimize redundant tests.2008-07-28, by zas_
-
Move dest_dir variable to inner block.2008-07-28, by zas_
-
Reduce code redundancy and minor typo fixes.2008-07-28, by zas_
-
French translation was updated.2008-07-28, by zas_
-
Typo fix.2008-07-28, by zas_
-
abort file operations when the file list is empty2008-07-27, by nadvornik
-
remember path entered in file dialog2008-07-27, by nadvornik
-
speed-up of directory notification on deleting large number of files2008-07-27, by nadvornik
-
added "Symlink" as an example of "filter" command2008-07-27, by nadvornik
-
improved updating of view_dir_tree2008-07-27, by nadvornik
-
fixed deleting of non-empty folder2008-07-27, by nadvornik
-
fixed spec file2008-07-26, by nadvornik
-
fixed invalid warning on running editors2008-07-26, by nadvornik
-
updated version string2008-07-26, by nadvornik
-
dropped references to OpenOffice.org as suggested at2008-07-26, by nadvornik
-
string cleanup2008-07-26, by nadvornik
-
removed unused messages.desc_dlist2008-07-26, by nadvornik
-
fixed new folder command2008-07-26, by nadvornik
-
fixed renaming of directories2008-07-26, by nadvornik
-
warn about changed file extensions2008-07-26, by nadvornik
-
added icon for changes without warnings2008-07-26, by nadvornik
-
allow only existing folders in destination dialog2008-07-26, by nadvornik
-
clean up - checks are handled elsewhere2008-07-26, by nadvornik
-
more checks for file operations2008-07-26, by nadvornik
-
improved error reporting2008-07-25, by nadvornik
-
Minor tidy up and optimization.2008-07-25, by zas_
-
Set GIO channels to binary encoding.2008-07-24, by zas_
-
separated debugging log and debug CFLAGS2008-07-24, by nadvornik
-
indicate check warnings and errors in delete and rename dialogs2008-07-23, by nadvornik
-
removed file_data_add_change_info2008-07-23, by nadvornik
-
Minor tidy up.2008-07-23, by zas_
-
Tidy up.2008-07-23, by zas_
-
Use g_strconcat() instead of g_strdup_printf("%s%s", ...).2008-07-23, by zas_
-
Simplify parse_out_relatives().2008-07-23, by zas_
-
Tidy up.2008-07-23, by zas_
-
Fix missing newline at end of file.2008-07-23, by zas_
-
do not create duplicate FileData entries2008-07-22, by nadvornik
-
basic infrastructure for early error and dangerous operations checking2008-07-22, by nadvornik
-
clean up fd->change on error2008-07-22, by nadvornik
-
remove items from file_data_planned_change_hash when the operation is2008-07-22, by nadvornik
-
fixed stop button in editor dialog2008-07-22, by nadvornik
-
delete file_data_planned_change_hash when it is not used2008-07-22, by nadvornik
-
fixed2008-07-21, by nadvornik
-
file_util_rename_dir should not return anything2008-07-21, by nadvornik
-
added notification handler to view_dir2008-07-21, by nadvornik
-
French translation was updated.2008-07-21, by zas_
-
Update POTFILES.in.2008-07-20, by zas_
-
Move uri_*() functions to separate files: uri_utils.[ch]2008-07-20, by zas_
-
periodic testing of changed files can be now disabled2008-07-20, by nadvornik
-
Move history_list_*() functions to separate files:2008-07-20, by zas_
-
implemented "create directory" command2008-07-20, by nadvornik
-
fixed file copy/move dialog2008-07-20, by nadvornik
-
fixed the case when a renamed file is detected by directory scanning2008-07-20, by nadvornik
-
Optimize history_list_add_to_key() a bit.2008-07-20, by zas_
-
fixed previous checkin2008-07-20, by nadvornik
-
implemented directory rename and delete operations2008-07-20, by nadvornik
-
Move out test outside the loop.2008-07-20, by zas_
-
Tidy up.2008-07-19, by zas_
-
Fix missing newline at end of file.2008-07-19, by zas_
-
increase reference count before sending notification in file_data_new2008-07-19, by nadvornik
-
fixed test for changed files in cache2008-07-18, by nadvornik
-
Introduce image_loader_set_done_func().2008-07-18, by zas_
-
reload changed images2008-07-17, by nadvornik
-
Move code from image_osd_update_cb() to separate functions.2008-07-15, by zas_
-
Tidy up and code redundancy reduction.2008-07-15, by zas_
-
Use a specific enum for image.zoom_mode values (ZoomMode) and2008-07-15, by zas_
-
Improve ways to specify html browser (used for help, see bug 2015099).2008-07-13, by zas_
-
Apply debian-specific patch to launch help browser (bug 2015099).2008-07-13, by zas_
-
Fix a segfault occuring when opening some collection files.2008-07-13, by zas_
-
Prevent segfault in certain conditions when displaying debug message.2008-07-05, by zas_
-
French translation was updated.2008-07-04, by zas_
-
Optimize a bit when connected zoom and scrolling are unset,2008-07-04, by zas_
-
refresh thumbnails on file change2008-07-03, by nadvornik
-
set fallback thumbnail pixbuf only if the loading really fails2008-07-03, by nadvornik
-
Fix missing references for the current directory in pan folder stuff.2008-07-03, by zas_
-
Increase debugging info in file_data_ref() and file_data_unref().2008-07-03, by zas_
-
Optimize file_cache_get() by only moving element to front if needed2008-07-02, by zas_
-
fixed division by zero in pixbuf_renderer_get_scroll_center2008-06-30, by nadvornik
-
Merge thumb_loader_save_to_cache() and thumb_loader_mark_failure()2008-06-29, by zas_
-
layout_image_drag_cb(): optimize when connected scrolling is unset.2008-06-28, by zas_
-
Reduce number of parameters (mostly unused), just pass the event pointer.2008-06-28, by zas_
-
Fix warning:2008-06-28, by zas_
-
do not read keywords and comment between exif_read_fd and exif_free_fd2008-06-27, by nadvornik
-
added pixbuf_fallback function2008-06-27, by nadvornik
-
fixed crash in entering fullscreen during loading2008-06-27, by nadvornik
-
osd_template_insert(): optimize and simplify using flags.2008-06-27, by zas_
-
Use flags for pr_zoom_*() functions.2008-06-26, by zas_
-
Use stricter types for image options.2008-06-26, by zas_
-
Use flags instead of int parameters for pixbuf_renderer_overlay_add().2008-06-26, by zas_
-
Only define ExifOrientationType if GQ_BUILD is not defined since2008-06-26, by zas_
-
Tidy up.2008-06-25, by zas_
-
French translation was updated.2008-06-25, by zas_
-
optimized marks drawing2008-06-22, by nadvornik
-
show marks in iconview2008-06-22, by nadvornik
-
show sidecars in icon view2008-06-22, by nadvornik
-
fixed in-place renaming2008-06-22, by nadvornik
-
added possibility to disable grouping of selected files2008-06-22, by nadvornik
-
cache size made configurable2008-06-21, by nadvornik
-
measure pixbuf cache size in bytes2008-06-21, by nadvornik
-
simple cache for loaded pixbufs2008-06-21, by nadvornik
-
renamed fd->pixbuf to fd->thumb_pixbuf2008-06-21, by nadvornik
-
implemented generic FileData cache2008-06-18, by nadvornik
-
more robust thumbs progress bar2008-06-17, by nadvornik
-
do not allocate new buffer for thumbnails with correct orientation2008-06-17, by nadvornik
-
fixed memory leak2008-06-16, by nadvornik
-
another try to free layout at exit2008-06-16, by nadvornik
-
rotate thumbnails by exif2008-06-15, by nadvornik
-
use FileData in thumb_loader2008-06-15, by nadvornik
-
use GtkSizeGroup to control initial size of split images2008-06-14, by nadvornik
-
preserve image center on refresh2008-06-14, by nadvornik
-
use multiline description in vflist with large thumbnails2008-06-14, by nadvornik
-
join name and sidecars to one string2008-06-14, by nadvornik
-
optimized vflist_setup_iter_recursive2008-06-14, by nadvornik
-
iconlist_refresh optimization2008-06-14, by nadvornik
-
fixed iconview update after deletion of selected image2008-06-14, by nadvornik
-
Silent unused variable warning.2008-06-14, by zas_
-
optimized vflist_setup_iter2008-06-13, by nadvornik
-
French translation was updated.2008-06-13, by zas_
-
Revert patches 759 and 760.2008-06-13, by zas_
-
Optionnally display directory's date in list view.2008-06-13, by zas_
-
load_options_from():2008-06-12, by zas_
-
Add a comment about relative positions of image overlay in the rc file.2008-06-12, by zas_
-
Allow to set image overlay info position through options:2008-06-12, by zas_
-
Move some functions from image.[ch] to image-overlay.c and make them static:2008-06-12, by zas_
-
reverted changes in layout_close made in rev. 890 and 9012008-06-12, by nadvornik
-
fixed vdtree_sort_cb2008-06-10, by nadvornik
-
fixed segfault in vd_rename_cb2008-06-10, by nadvornik
-
dropped vficon_sync, use vficon_refresh everywhere2008-06-10, by nadvornik
-
collection_from_dnd_data(): simplify and optimize.2008-06-10, by zas_
-
collection_info_list_to_dnd_data(): simplify and optimize.2008-06-10, by zas_
-
moved notification to view_file.c2008-06-09, by nadvornik
-
run idle function just once2008-06-09, by nadvornik
-
use vficon_refresh for updating2008-06-09, by nadvornik
-
handle deletion of selected files2008-06-09, by nadvornik
-
optimized vficon_refresh_real2008-06-09, by nadvornik
-
Minor fixes and add a note about variable declaration.2008-06-09, by zas_
-
Use unsigned type for marks since it is used as a bitfield.2008-06-09, by zas_
-
fixed saving options on exit2008-06-09, by nadvornik
-
Tidy up: add/remove white lines, minor code changes.2008-06-08, by zas_
-
improved vficon_populate2008-06-08, by nadvornik
-
vficon_sync speed-up2008-06-08, by nadvornik
-
better check for notify type2008-06-08, by nadvornik
-
fixed switching thumbnails in listview on and off - bug 19848252008-06-08, by nadvornik
-
various refresh and notification fixes2008-06-07, by nadvornik
-
various notification improvements2008-06-07, by nadvornik
-
use the new notification for collections2008-06-07, by nadvornik
-
Display Lirc state in config log.2008-06-07, by zas_
-
use new notification in img-view2008-06-07, by nadvornik
-
use new notification in layout and layout_image2008-06-07, by nadvornik
-
used new notification in search.c2008-06-07, by nadvornik
-
used new notification in dupe.c2008-06-07, by nadvornik
-
used new notification in cache_maint2008-06-06, by nadvornik
-
added NotifyType2008-06-06, by nadvornik
-
realtime file monitor2008-06-06, by nadvornik
-
zero-lenght path must be allowed for now2008-06-06, by nadvornik
-
French translation was updated.2008-06-06, by zas_
-
Fix "No newline at end of file" warning.2008-06-05, by zas_
-
use new notification in vficon2008-06-05, by nadvornik
-
Compare paths using utf8_collate_key() since paths are utf8-encoded.2008-06-05, by zas_
-
Use uft8_collate_key() to sort utf8 strings.2008-06-05, by zas_
-
new notification system (used only in vflist for now)2008-06-04, by nadvornik
-
replaced directory path with FileData* dir_fd2008-06-03, by nadvornik
-
Allow to modify the aspect of Geeqie through the use of a2008-06-03, by zas_
-
Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).2008-06-03, by zas_
-
Drop initialization to NULL since filelist_read() will take care of it.2008-06-03, by zas_
-
filelist_read_real(): optimize and clean up.2008-06-03, by zas_
-
Reduce indentation level.2008-06-03, by zas_
-
Reduce indentation level.2008-06-03, by zas_
-
collection_table_find_data_by_coord(): tidy up.2008-06-03, by zas_
-
vflist_maint(): only allocate memory and compare strings if needed.2008-06-03, by zas_
-
layout_real_renamed(), layout_real_removed(), layout_real_moved():2008-06-03, by zas_
-
do not change original FileData on copy2008-05-31, by nadvornik
-
replaced vflist_maint functions by vflist_refresh - it allows to follow2008-05-31, by nadvornik
-
vflist_populate_view: better handle selected files that are renamed or deleted2008-05-30, by nadvornik
-
fixed thumb index (thumbnails are shown again)2008-05-30, by nadvornik
-
simplified vflist_populate_view2008-05-30, by nadvornik
-
Use functions to set editors name and command and ensure they are2008-05-30, by zas_
-
Make utf8_validate_or_convert() to always allocate a new string.2008-05-30, by zas_
-
Check for existing editor command using is_valid_editor_command().2008-05-30, by zas_
-
Preserve properties window width and height during session even when2008-05-29, by zas_
-
Save properties window width and height to rc file and restore2008-05-29, by zas_
-
improved infrastructure for tracing changes, optimized vflist_populate_view2008-05-28, by nadvornik
-
measure time of filelist update2008-05-27, by nadvornik
-
another fix in notification2008-05-27, by nadvornik
-
Fix histogram grid - patch by Uwe Ohse2008-05-26, by nadvornik
-
use fputs instead of printf - patch by Uwe Ohse2008-05-26, by nadvornik
-
fixed bug in notification code2008-05-26, by nadvornik
-
Tidy up: indentation fixes, typo fixes, ...2008-05-25, by zas_
-
Typo fix.2008-05-25, by zas_
-
Typo fix.2008-05-25, by zas_
-
bar_sort_set_filter_cb(): filter_idx was set as uint so get it as uint.2008-05-25, by zas_
-
rewritten utilops.h:2008-05-24, by nadvornik
-
Allow to escape star characters in the template string with a \.2008-05-24, by zas_
-
improved filedata interface2008-05-24, by nadvornik
-
Fix display of libpthread detection.2008-05-23, by zas_
-
Silent few warnings that appeared when using --disable-exiv2 configure option.2008-05-23, by zas_
-
French translation was updated.2008-05-23, by zas_
-
Use the same label for toolbar buttons tooltip than in main menu.2008-05-23, by zas_
-
Add -Wstrict-prototypes to gcc options only in developer mode2008-05-23, by zas_
-
Try to load a system-wide rc file if any, before per-user rc file.2008-05-23, by zas_
-
Pass ConfOptions * to save_options() and load_options().2008-05-22, by zas_
-
Move code from save_options() to new save_options_to() which takes2008-05-22, by zas_
-
Move code from exit_program_final() to new sync_options_with_current_state().2008-05-22, by zas_
-
Separate path building code from options loading code.2008-05-22, by zas_
-
Make shell command and its option rc file options instead of hardcoded strings.2008-05-22, by zas_
-
Fix signed vs unsigned warnings.2008-05-22, by zas_
-
Comment out unused static function extension_truncate().2008-05-22, by zas_
-
Fix up some types, make some signed vs unsigned warnings quiet.2008-05-22, by zas_
-
Modify set_default_image_overlay_template_string() to accept the pointer to2008-05-22, by zas_
-
French translation was updated.2008-05-22, by zas_
-
Introduce an helper function that returns the name of an editor.2008-05-22, by zas_
-
Use a struct to handle editor's properties.2008-05-22, by zas_
-
Make stricter match for option's names consisting of a prefix and a number.2008-05-21, by zas_
-
Replace hardcoded "/" by G_DIR_SEPARATOR_S where applicable.2008-05-21, by zas_
-
Use g_build_filename().2008-05-21, by zas_
-
Use G_DIR_SEPARATOR where applicable.2008-05-21, by zas_
-
Use G_DIR_SEPARATOR_S where applicable.2008-05-21, by zas_
-
Use g_build_filename() and G_DIR_SEPARATOR_S.2008-05-21, by zas_
-
Use g_build_filename() instead of g_strconcat().2008-05-21, by zas_
-
tab_completion_do(): use g_build_filename(), G_DIR_SEPARATOR, G_DIR_SEPARATOR_S.2008-05-21, by zas_
-
tab_completion_popup_cb(): use g_build_filename() and simplify code.2008-05-21, by zas_
-
Use expand_tilde() instead of simple concatenation, it allows correct expansion2008-05-21, by zas_
-
Use g_build_filename().2008-05-21, by zas_
-
thumb_std_cache_path(): use g_build_filename() and simplify.2008-05-21, by zas_
-
Use g_build_filename().2008-05-21, by zas_
-
Use g_build_filename() where applicable.2008-05-21, by zas_
-
Use g_build_filename() instead of g_strconcat().2008-05-21, by zas_
-
Use g_build_filename() and get rid of "root dir fix".2008-05-21, by zas_
-
Use g_build_filename().2008-05-21, by zas_
-
Disable unused code:2008-05-21, by zas_
-
Build path using g_build_filename() then calculate its length.2008-05-20, by zas_
-
Use G_DIR_SEPARATOR_S instead of hardcoded "/".2008-05-20, by zas_
-
Use g_build_filename().2008-05-20, by zas_
-
Use size_t instead of gint, it silents a signed vs unsigned warning.2008-05-20, by zas_
-
Use g_build_filename() instead of g_strconcat().2008-05-20, by zas_
-
Drop concat_dir_and_file() and use g_build_filename() instead.2008-05-20, by zas_
-
Use G_DIR_SEPARATOR instead of '/' where applicable.2008-05-20, by zas_
-
Use g_build_filename() to build paths.2008-05-20, by zas_
-
Do not use glib posix wrappers since they were introduced in 2.62008-05-20, by zas_
-
Use access() instead of g_access() which is only available in 2.8.2008-05-20, by zas_
-
Use utf-8 charset instead of iso-8859-1.2008-05-20, by zas_
-
updated ru.po by Alexandre Prokoudine2008-05-20, by nadvornik
-
French translation was updated.2008-05-20, by zas_
-
Sort out log_printf() vs printf_term() mix up.2008-05-20, by zas_
-
Use print_term() instead of printf(), since it handles charset conversion2008-05-20, by zas_
-
Remove C-specific gcc options from CXXFLAGS.2008-05-19, by zas_
-
Fix some incomplete initialization warnings.2008-05-19, by zas_
-
depreceated -> deprecated2008-05-19, by zas_
-
Typo fixes.2008-05-19, by zas_
-
Create auxdir if needed.2008-05-19, by zas_
-
Fix spurious end of line introduced in revision 780.2008-05-19, by zas_
-
configure.in was rewritten:2008-05-19, by bruclik
-
Updated CODING (GPL header, macros, svn change-log, ...).2008-05-19, by bruclik
-
Save order of Properties dialog tabs to rc file.2008-05-18, by zas_
-
Cleanup and code redundancy reduction.2008-05-18, by zas_
-
Memorize text to display in the log window when the window is2008-05-18, by zas_
-
Do not create log window more than once.2008-05-18, by zas_
-
Fix formatted.SubjectDistance appearing twice in exif bar configuration.2008-05-17, by zas_
-
Update POTFILES.in.2008-05-17, by zas_
-
fixed exiv2 version test2008-05-16, by nadvornik
-
get processed values from exiv22008-05-16, by nadvornik
-
Fix redundant application name in window titles.2008-05-16, by zas_
-
French translation was updated.2008-05-16, by zas_
-
Do not use printf() directly but use new wrapper function log_printf() instead.2008-05-16, by zas_
-
Drop include "debug.h".2008-05-16, by zas_
-
Include debug.h from main.h since debug macros may be used anywhere in the code.2008-05-16, by zas_
-
Improve editor commands error display:2008-05-16, by zas_
-
Improve editors a bit:2008-05-16, by zas_
-
The Encoding key is now deprecated by the FreeDesktop standard and all2008-05-14, by zas_
-
Patch #1963690 was applied.2008-05-14, by zas_
-
Simplify thumb_std_maint_moved(), since g_list_append knows2008-05-14, by zas_
-
Simplify collect_manager_add_action(), since g_list_append knows2008-05-14, by zas_
-
Merge vflist_row_by_path() into vflist_index_by_path().2008-05-14, by zas_
-
Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt.2008-05-14, by zas_
-
Make vf_pop_menu_*_cb static.2008-05-14, by zas_
-
French translation fixes.2008-05-13, by zas_
-
Resync POTFILES.in and *.po, update french translation and2008-05-13, by zas_
-
Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().2008-05-13, by zas_
-
Move VFICON_INFO() and VFLIST_INFO() macros to view_file.h2008-05-13, by zas_
-
vficon_pop_menu(): drop "gint active" parameter, use stored click_id instead.2008-05-13, by zas_
-
vflist_pop_menu(): drop FileData * parameter, use stored click_fd instead.2008-05-13, by zas_
-
Fix last patch, only set vf->clicked_mark for a valid mark.2008-05-13, by zas_
-
Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field2008-05-13, by zas_
-
Expand tilde with file: and view: remote parameters.2008-05-13, by zas_
-
Display a message when invalid remote options are used.2008-05-13, by zas_
-
Comparing tag id is not sufficient, check the tag name too.2008-05-13, by zas_
-
Move all remote stuff from main.c to remote.[ch].2008-05-13, by zas_
-
Move some functions from main.[ch] to new window.[ch].2008-05-13, by zas_
-
Ensure that we end with UTF8 encoded comment and keywords.2008-05-13, by zas_
-
Reading of Iptc.Application2.Keywords should now be fixed.2008-05-12, by zas_
-
bar_exif_validate_text(): use computed length and cleanup.2008-05-12, by zas_
-
Extract and append keywords from Iptc.Application2.Keywords tags.2008-05-12, by zas_
-
When an option was successfully read, just continue to next line.2008-05-12, by zas_
-
Minor formatting fix in rc file header.2008-05-12, by zas_
-
Rework read_*_option():2008-05-12, by zas_
-
Rename option image_overlay.common.enabled to image_overlay.common.state2008-05-12, by zas_
-
Add some wrapper functions for not yet common code.2008-05-12, by zas_
-
Move a part of pop up menu common code to view_file.[ch].2008-05-11, by zas_
-
Introduce vf_pop_menu_file_list() as a wrapper to2008-05-11, by zas_
-
Use vf_* functions where possible.2008-05-11, by zas_
-
Drop unused layout_list_get_path() and vf*_index_get_path().2008-05-11, by zas_
-
French translation was updated.2008-05-11, by zas_
-
An option to save and restore the last path used was added.2008-05-11, by zas_
-
Rename options:2008-05-11, by zas_
-
Fix help window title.2008-05-11, by zas_
-
Use computed string length.2008-05-11, by zas_
-
Slightly increase help window's default width.2008-05-11, by zas_
-
Add an help button to OSD info configuration in Preferences dialog.2008-05-11, by zas_
-
Partially update main README.2008-05-11, by zas_
-
Change translations statistics formatting to match the style2008-05-11, by zas_
-
Fix display of collection in overlay info.2008-05-10, by zas_
-
image_osd_get() now returns OsdShowFlags.2008-05-10, by zas_
-
Display a simple grid with histogram.2008-05-10, by zas_
-
Initialize to correct value (OSD_SHOW_NOTHING instead of FALSE).2008-05-10, by zas_
-
Save full OSD state to rc file and restore it on startup.2008-05-10, by zas_
-
image_osd_info_render(): if there's no fd, just return.2008-05-09, by zas_
-
Move overlay histogram stuff from ImageWindow to OverlayStateData.2008-05-09, by zas_
-
Introduce image_get_osd_data() and image_set_osd_data().2008-05-09, by zas_
-
image_osd_get() and image_osd_set() now uses flags.2008-05-09, by zas_
-
image_osd_histogram_chan_toggle(), image_osd_histogram_log_toggle():2008-05-09, by zas_
-
Preserve last histogram modes.2008-05-09, by zas_
-
Update CODING and HACKING files, and add po/README file for translators.2008-05-09, by zas_
-
Make lirc_cleanup() and lirc_input_callback() static.2008-05-09, by zas_
-
Use function(void) instead of function() for declaring functions which2008-05-09, by zas_
-
In the search results view, hide dimensions column instead of2008-05-08, by zas_
-
Reset thumbnail column to NULL when hidden.2008-05-08, by zas_
-
search_status_update(): slightly reduce code redundancy.2008-05-08, by zas_
-
Use g_ascii_strncasecmp() instead of strncasecmp() where applicable.2008-05-08, by zas_
-
Use g_ascii_strcasecmp() instead of strcasecmp() where ascii-only strings2008-05-08, by zas_
-
Replace deprecated functions by their counterparts:2008-05-07, by zas_
-
Resync po files.2008-05-07, by zas_
-
Add a way to invert the current selection.2008-05-07, by zas_
-
Tidy up.2008-05-06, by zas_
-
French translation was updated.2008-05-06, by zas_
-
Add trash.c.2008-05-06, by zas_
-
moved safe delete functions to separate file2008-05-06, by nadvornik
-
use some of the new functions in filedata.c2008-05-06, by nadvornik
-
Allow the user to append or replace comments for a group of selected files.2008-05-06, by zas_
-
Use a dedicated option to enable keywords and comment saving as XMP tags2008-05-06, by zas_
-
comment_xmp_read(), comment_xmp_write(): cleanup and improve readibility.2008-05-06, by zas_
-
French translation was updated, various fixes.2008-05-05, by zas_
-
Belarusian translation was updated. Thanks to Pavel Piatruk.2008-05-05, by zas_
-
started implementation of API for sidecar files2008-05-05, by nadvornik
-
Update POTFILES.in (filelist.c -> filedata.c).2008-05-05, by zas_
-
Modify regen_potfiles.sh to generate a patch instead of2008-05-05, by zas_
-
added .gqv to known file types2008-05-05, by nadvornik
-
split filelist.c to filefilter.c and filedata.c2008-05-05, by nadvornik
-
Revert wrong patch rev 676.2008-05-05, by zas_
-
Add an helper script to regenerate POTFILES.in file.2008-05-05, by zas_
-
Revert patch 675, and correctly fix gtk assertion failure.2008-05-05, by zas_
-
Fix two memory leaks.2008-05-05, by zas_
-
Fix Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed2008-05-05, by zas_
-
vficon_release_cb(): use switch() and cleanup.2008-05-04, by zas_
-
Minor tidyup.2008-05-04, by zas_
-
Drop unused vficon_select_by_path() and vflist_select_by_path().2008-05-04, by zas_
-
Minor cleanup.2008-05-04, by zas_
-
dropped path_list functions, use filelist functions everywhere2008-05-04, by nadvornik
-
Remove unused functions:2008-05-04, by zas_
-
Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.2008-05-04, by zas_
-
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.2008-05-04, by zas_
-
Prepare switch to ViewFile (unused yet).2008-05-04, by zas_
-
Shorten Edit menu labels, dropping "in ". It will ease2008-05-04, by zas_
-
Do not show Copy, Move, Rename, Delete, New Folder external commands2008-05-04, by zas_
-
Use GQ_EDITOR_GENERIC_SLOTS instead of hardcoded value.2008-05-04, by zas_
-
exif_get_description_by_key(): check for "formatted." prefix, and optimize.2008-05-03, by zas_
-
exif_get_formatted_by_key(): skip prefix when comparing.2008-05-03, by zas_
-
Change the prefix of formatted exif tags to a more explicit "formatted." prefix2008-05-03, by zas_
-
Fix a bug occuring when using certain actions on a collection2008-05-03, by zas_
-
Move marks-related fields from _ViewFileInfoList to _ViewFile, since2008-05-03, by zas_
-
Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList2008-05-03, by zas_
-
Rename thumbs_fd to thumbs_filedata in ViewFileIcon struct to match2008-05-03, by zas_
-
Remove useless thumbs_list from ViewFileIcon.2008-05-03, by zas_
-
Add function prototypes (yet unused).2008-05-03, by zas_
-
Drop redundant vflist_thumbs_set() introduced in revision 649,2008-05-03, by zas_
-
Remove redundant prototype.2008-05-03, by zas_
-
Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).2008-05-03, by zas_
-
Replace Layout icon_view field by more generic file_view_type.2008-05-03, by zas_
-
Set thumbs_enabled through new function vflist_thumbs_set() instead2008-05-03, by zas_
-
Prepare merging of some parts of view_file_list and view_file_icon and2008-05-03, by zas_
-
Change default positions of dividers since width of the main menu2008-05-03, by zas_
-
Make exif_rational_to_double() and exif_get_rational_as_double() static.2008-05-02, by zas_
-
info_notebook_reordered_cb(): do not call info_tabs_sync(), it causes exif2008-05-02, by zas_
-
Fix a Pango warning related to UTF8 when displaying internationalized2008-05-02, by zas_
-
exif_get_description_by_key(): tidy up.2008-05-02, by zas_
-
Add a pointer to the build function in the formatted exif tags struct2008-05-02, by zas_
-
Indentation fix.2008-05-02, by zas_
-
Remove unused checksum_simple() function.2008-05-02, by zas_
-
Simplify remove_extension_from_path().2008-05-02, by zas_
-
remove_level_from_path() was simplified.2008-05-02, by zas_
-
Move variable declaration and affectation near where it is used.2008-05-02, by zas_
-
Replace GQView by Geeqie.2008-05-02, by zas_
-
Use sizeof() instead of hardcoded buffer sizes.2008-05-01, by zas_
-
cache_sim_write_similarity(): cleanup and simplification.2008-05-01, by zas_
-
Use secure_save stuff to write .sim files.2008-05-01, by zas_
-
save_options(): minor code simplification.2008-05-01, by zas_
-
Add a wrapper to fwrite().2008-05-01, by zas_
-
Typo fix.2008-05-01, by zas_
-
Indentation fixes.2008-05-01, by zas_
-
Simplify and optimize extension_find_dot().2008-05-01, by zas_
-
fixed a memory leak2008-04-29, by nadvornik
-
cleanup: use image_get_image_size2008-04-29, by nadvornik
-
fixed connected zoom and scroll that didn't work in some cases2008-04-29, by nadvornik
-
fix warning cast from pointer to integer of different size (when an integer is2008-04-27, by bruclik
-
Added LIRC patch written by Matteo Beniamino2008-04-27, by nadvornik
-
Fix number of directory views, bug introduced in revision 617.2008-04-25, by zas_
-
fixed dragging multiple files from file list2008-04-25, by nadvornik
-
Add a line about variable and function names.2008-04-25, by zas_
-
Document the Geeqie coding style.2008-04-25, by zas_
-
Handle the case of reduction of the number of view directory types.2008-04-25, by zas_
-
Allow to copy the path of a directory to clipboard from directory views.2008-04-24, by zas_
-
Do not allow to add anything but directories to sort bar in2008-04-24, by zas_
-
Add missing spaces around equal sign.2008-04-24, by zas_
-
Cleanup exif_get_formatted_by_key().2008-04-24, by zas_
-
Add missing space.2008-04-24, by zas_
-
6 for() vs 201 for (): winner is for ().2008-04-24, by zas_
-
Convert the minority of while() to while ().2008-04-24, by zas_
-
Use only one secure_fprintf() call instead of two.2008-04-24, by zas_
-
Use sizeof().2008-04-24, by zas_
-
Indentation fix.2008-04-24, by zas_
-
Display file_data debug messages only at level 2.2008-04-24, by zas_
-
Move get_exec_time() to debug.{c,h}.2008-04-24, by zas_
-
Move options stuff to options.{c,h} and remove globals.c2008-04-24, by zas_
-
Move debug macros from main.h to new debug.h.2008-04-24, by zas_
-
Handle the newline in DEBUG_N() macro instead of adding one2008-04-24, by zas_
-
French translation was updated.2008-04-23, by zas_
-
Fix image overlay displayed only on second "I" press in layout view.2008-04-23, by zas_
-
Display file and line along debug messages for any debug level but level 1.2008-04-23, by zas_
-
Fix Gtk-CRITICAL **: gtk_entry_set_text: assertion `GTK_IS_ENTRY (entry)' failed2008-04-23, by zas_
-
clear the buffer before loading of an image2008-04-23, by nadvornik
-
Use menu_item_add_stock_sensitive() and menu_item_add_sensitive().2008-04-23, by zas_
-
Update to contributors list.2008-04-23, by zas_
-
Allow the copy of file paths to clipboard.2008-04-23, by zas_
-
fixed a bug in opening files with non-utf8 locales in exiv2.cc2008-04-23, by nadvornik
-
Introduce macros to display debug messages.2008-04-23, by zas_
-
Honor Control and Shift keys while drag'n'droping files2008-04-23, by zas_
-
Only display message if in debug mode.2008-04-23, by zas_
-
Fix adding a selection to a collection with no window open2008-04-23, by zas_
-
Save sort manager state to rc file.2008-04-22, by zas_
-
Remove unused function bar_info_size_request().2008-04-22, by zas_
-
Save state and width of exif, info and sort panels to rc file.2008-04-22, by zas_
-
updated ChangeLog from svn log2008-04-22, by nadvornik
-
fixed version string ;)2008-04-22, by nadvornik
-
updated version number2008-04-22, by nadvornik
-
fixed reading of signed rational type with Exiv22008-04-22, by nadvornik
-
fixed instalation of doc files2008-04-22, by nadvornik
-
Correctly escape data before using pango_layout_set_markup().2008-04-22, by zas_
-
Use image_osd_toggle() in layout_menu_overlay_cb().2008-04-22, by zas_
-
Make histogram depends on image window not layout window.2008-04-22, by zas_
-
Ensure Properties dialog is displayed above fullscreen window.2008-04-22, by zas_
-
Indicate bugs and feature requests trackers, remove obsolete stuff.2008-04-21, by zas_
-
Lowercased name.2008-04-21, by zas_
-
. -> dot2008-04-21, by zas_
-
updated copyright in source files2008-04-21, by nadvornik
-
Properly initialize image_overlay options.2008-04-21, by zas_
-
Few more fixes to french translation.2008-04-21, by zas_
-
Add some macros to handle rc file compatibility issues related to2008-04-21, by zas_
-
Minor french translation fix.2008-04-21, by zas_
-
French translation was updated.2008-04-21, by zas_
-
Replace fullscreen.info and fullscreen.show_info options by:2008-04-21, by zas_
-
fixed another "gqview" occurence2008-04-21, by nadvornik
-
updated NEWS, README and other documentation files2008-04-21, by nadvornik
-
renamed no.po to nb.po2008-04-21, by nadvornik
-
Fix a segfault occuring when pressing 'i' for overlay info2008-04-21, by zas_
-
histogram_draw(): tidy up.2008-04-21, by zas_
-
histogram_read(): speed up calculations by 20%.2008-04-21, by zas_
-
French translation was updated.2008-04-21, by zas_
-
Add compat.c to POTFILES2008-04-21, by zas_
-
Allow the user to set the drag'n drop icon size through2008-04-21, by zas_
-
Add a replacement for gtk_radio_action_set_current_value() which2008-04-20, by zas_
-
French translation was updated.2008-04-20, by zas_
-
Add number mnemonics to image view editors submenu.2008-04-20, by zas_
-
Prefix editor entries in the main menu with numbers.2008-04-20, by zas_
-
Add missing shortcuts.2008-04-20, by zas_
-
fixed color profile code for older versions of exiv22008-04-20, by nadvornik
-
Mark slideshow toggle state in the menu.2008-04-20, by zas_
-
Fix a typo introduced by revision 521.2008-04-20, by zas_
-
read color profiles from jpeg also with Exiv22008-04-20, by nadvornik
-
Use explicit names for mouse buttons instead of numbers.2008-04-20, by zas_
-
Fix a typo: unoffical -> unofficial2008-04-20, by zas_
-
Effectively drop empty newlines at end of files (missing from rev 535)2008-04-20, by zas_
-
comment_file_read(): rewrite the parser, drop leading and trailing newlines2008-04-20, by zas_
-
Minor cleanup and code redundancy reduction.2008-04-20, by zas_
-
editor_command_one(): tidy up.2008-04-20, by zas_
-
Big whitespaces cleanup:2008-04-20, by zas_
-
Allow the user to change open_recent_list_maxsize option through2008-04-20, by zas_
-
rm as external delete command is too dangerous, even for testing2008-04-20, by nadvornik
-
Add a way to restore original state in Adjust menu.2008-04-20, by zas_
-
added fColorProfile pseudo-tag with detailed information2008-04-20, by nadvornik
-
Fix the case "orientation from FileData, color profile from exif".2008-04-20, by zas_
-
Rename inappropriate folder_size to folder.2008-04-19, by zas_
-
Use sizeof() for buffer size where appropriate.2008-04-19, by zas_
-
Keep image orientation set by the user during the session.2008-04-19, by zas_
-
Save Show Marks state to rc file and display current state in menu.2008-04-19, by zas_
-
fixed max. number of profiles2008-04-19, by nadvornik
-
Sort options.2008-04-19, by zas_
-
fixed color profile index2008-04-19, by nadvornik
-
Let toggle marks with numeric keypad.2008-04-19, by zas_
-
I have finally found how to add alternative hotkeys2008-04-19, by nadvornik
-
Accept keywords composed by two words ("Todo" = "A faire" in french).2008-04-19, by zas_
-
show the AdobeRGB profile in the menu, indicate input profile from image2008-04-19, by nadvornik
-
file_dat_unref: display number of references as well of path (debug only).2008-04-19, by zas_
-
first support for AdobeRGB colorspace2008-04-19, by nadvornik
-
French translation fixes.2008-04-19, by zas_
-
French translation fixes and updates.2008-04-19, by zas_
-
Add missing _().2008-04-19, by zas_
-
Add the possibility to update only one translation file using,2008-04-19, by zas_
-
Cleanup last patch:2008-04-19, by zas_
-
improved spec file2008-04-19, by nadvornik
-
Fix directory view popup menu to display a View As submenu2008-04-19, by zas_
-
gimp-remote has no -n option.2008-04-18, by zas_
-
Add zoom ratio display to OSD in fullscreen mode.2008-04-18, by zas_
-
partially fixed reading embedded color profiles with exiv22008-04-18, by nadvornik
-
Add two new options to control image read buffer at runtime.2008-04-18, by zas_
-
Display elapsed time since previous get_exec_time() call (debug only).2008-04-18, by zas_
-
Remove forgotten debug printf().2008-04-18, by zas_
-
Fix OSD display when fullscreen info string is empty.2008-04-18, by zas_
-
replace inner loops with memcpy2008-04-18, by nadvornik
-
Explode pr_tile_mirror() in three optimized functions:2008-04-18, by zas_
-
Rename vd_drop_update() to vd_dnd_drop_update().2008-04-18, by zas_
-
Drop 3 useless #define.2008-04-18, by zas_
-
Fix forgotten vd->pf affectation.2008-04-18, by zas_
-
Explode pr_tile_rotate_90() in two functions:2008-04-18, by zas_
-
Introduce printf_term() macro and use it.2008-04-18, by zas_
-
Add a shortcut key for List (L) and change the one for Tree (T),2008-04-17, by zas_
-
Add some wrappers in view_dir.c and simplify even more.2008-04-17, by zas_
-
Fix a bug introduced in revision 489.2008-04-17, by zas_
-
Reduce code redundancy with the introduction of a new2008-04-17, by zas_
-
image post-processing (rotation and color management) moved to2008-04-17, by nadvornik
-
Merge vd(list|tree)_release_cb() in vd_release_cb().2008-04-17, by zas_
-
Merge few more functions to view_dir.c.2008-04-17, by zas_
-
Move common menu position callback to view_dir.c.2008-04-17, by zas_
-
Merge dirlist/dirview dnd code.2008-04-17, by zas_
-
Regenerate translations files and update french translation.2008-04-16, by zas_
-
Fix new folder feature in dirlist mode, it was broken by revision 481.2008-04-16, by zas_
-
Fix a crash introduced in revision 477.2008-04-16, by zas_
-
Fix two errors made in revision 473.2008-04-16, by zas_
-
Merge few more vdlist/vdtree functions.2008-04-16, by zas_
-
Make directory view popup menu common and move it to view_dir.{c,h}.2008-04-16, by zas_
-
fixed compiler warnings2008-04-16, by nadvornik
-
in debug mode print time information on selected events2008-04-16, by nadvornik
-
Clean up and simplify.2008-04-16, by zas_
-
Merge parts of view_dir_list/tree constructors/destructors to2008-04-16, by zas_
-
Move some dnd common code from view_dir_list.c and view_dir_tree.c2008-04-16, by zas_
-
Rename vdt occurences to vd.2008-04-16, by zas_
-
Rename vdl occurences to vd.2008-04-16, by zas_
-
Introduce a new struct ViewDir to handle directory views common2008-04-16, by zas_
-
Indicate --debug[=level] in usage display.2008-04-15, by zas_
-
Parse command line for --debug option as soon as possible and allow2008-04-15, by zas_
-
Cleanup read/write of image.zoom_mode option.2008-04-15, by zas_
-
Read show_icon_names only once.2008-04-15, by zas_
-
Rename l_conf to layout_order and make it more local.2008-04-15, by zas_
-
Fix a bug that was here since a long time, buf has nothing2008-04-15, by zas_
-
Add a new option in Preferences > Filtering to allow the2008-04-15, by zas_
-
Add and use few new macros in rc file writing code.2008-04-15, by zas_
-
this might fix the freezes on freebsd, solaris, etc.2008-04-15, by nadvornik
-
save file_class to config file2008-04-15, by nadvornik
-
Exit fullscreen mode when Properties is displayed.2008-04-15, by zas_
-
New Go to directory view feature that permits to find and display the directory2008-04-15, by zas_
-
Move layout.order default init to setup_default_options().2008-04-14, by zas_
-
collection_load(): use booleans and always count failures (for debug).2008-04-14, by zas_
-
collection_load(): improve headers parsing.2008-04-14, by zas_
-
collection_load(): fix typo (missing #) made in rev 453.2008-04-14, by zas_
-
collection_load(): accept whitespaces at start of lines.2008-04-14, by zas_
-
collection_load(): increase verbosity in debug mode.2008-04-14, by zas_
-
collection_load(): replace official by limit_failures (and2008-04-14, by zas_
-
Increase collection_load() buffer size and do not activate2008-04-14, by zas_
-
Merge collection_load_only_geometry() into collection_load().2008-04-14, by zas_
-
Use flags for collection_load*().2008-04-14, by zas_
-
Apply exif display config (Never/If set/Always) to pan view too.2008-04-13, by zas_
-
Rename show_dot_files to show_hidden_files.2008-04-13, by zas_
-
Let toggle the visibility of hidden files from directories list2008-04-13, by zas_
-
Add a button to reset fullscreen info string to default value.2008-04-13, by zas_
-
Fix a typo, READ_CHAR() must use value_all.2008-04-13, by zas_
-
Use convenient macros to read options, it will ensure options2008-04-13, by zas_
-
Simplify read_*_option() stuff by passing pointer to option value.2008-04-13, by zas_
-
Partly rewrite option parser to accept whitespaces at start2008-04-12, by zas_
-
exif_* -> exif.display.*2008-04-12, by zas_
-
Add a note in the rc file about special editor slots.2008-04-12, by zas_
-
sidecar_ext -> sidecar.ext2008-04-12, by zas_
-
Unify names of options between variables and rc file.2008-04-12, by zas_
-
Use tree_descend_subdirs everywhere.2008-04-12, by zas_
-
Use startup_path_enable everywhere.2008-04-12, by zas_
-
Rename recent_list_max/open_recent_max to open_recent_list_maxsize.2008-04-12, by zas_
-
Rename dupe_custom_threshold option to duplicates_similarity_threshold.2008-04-12, by zas_
-
Move safe_delete* and in place rename options to file_ops2008-04-12, by zas_
-
Rename option thumbnails.enabled to layout.show_thumbnails as it makes2008-04-12, by zas_
-
Rename user_specified_window_background and window_background_color2008-04-12, by zas_
-
Rename window options (moved to layout) and re-order rc file.2008-04-12, by zas_
-
Fix bad image option name in the rc file.2008-04-12, by zas_
-
Fix display bug when using "Limit image size when autofitting" option.2008-04-12, by zas_
-
Beautify rc file, adding sub-sections titles.2008-04-12, by zas_
-
Rename image-related options.2008-04-12, by zas_
-
Rename thumbnails related options.2008-04-12, by zas_
-
Rename file filtering options.2008-04-12, by zas_
-
Drop unused stuff.2008-04-12, by zas_
-
Rename collection options.2008-04-12, by zas_
-
Rename file sorting options.2008-04-12, by zas_
-
Re-order and try to group options.2008-04-12, by zas_
-
Rename color profile options.2008-04-12, by zas_
-
Rename slideshow options.2008-04-12, by zas_
-
Only display defined exif tags by default.2008-04-12, by zas_
-
Drop redundant code.2008-04-12, by zas_
-
Add Exif.Photo.ColorSpace tag in Preferences > Properties > Exif.2008-04-12, by zas_
-
Rationalize fullscreen options naming.2008-04-11, by zas_
-
options_c -> c_options2008-04-11, by zas_
-
Move more options to ConfOptions.2008-04-11, by zas_
-
Move file_sort_case_sensitive to ConfOptions.2008-04-11, by zas_
-
Add a new struct ConfOptions to handle options.2008-04-11, by zas_
-
Make thumbnail standard fail directory after current application2008-04-11, by zas_
-
Define drag and drop target string in dnd.h.2008-04-11, by zas_
-
Use secure save in history_list_save().2008-04-11, by zas_
-
Use secure save in comment_file_write().2008-04-11, by zas_
-
Secure save now unlinks temporary file on error by default.2008-04-11, by zas_
-
Use secure save feature when saving collections.2008-04-11, by zas_
-
Preserve permissions of the destination file when using secure save.2008-04-11, by zas_
-
Revert part of the previous patch, let the caller take care2008-04-11, by zas_
-
Use path_from_utf8() on the passed filename.2008-04-11, by zas_
-
ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,2008-04-11, by zas_
-
Move secure save code to its own files: secure_save.{c,h}.2008-04-11, by zas_
-
Add missing #ifdef/#endif.2008-04-11, by zas_
-
Ensure that gcc flag -Wall is set.2008-04-11, by zas_
-
Silent some gcc warnings.2008-04-11, by zas_
-
Prevent multiple insertion of the same file in a collection.2008-04-11, by zas_
-
Only display these messages if debug mode is enabled.2008-04-11, by zas_
-
fixed dates in pan-calendar2008-04-10, by nadvornik
-
Fix fCamera even more.2008-04-10, by zas_
-
Do not display ... if not truncated.2008-04-10, by zas_
-
Add the possibility to truncate overlay infos displayed:2008-04-10, by zas_
-
Fix broken remove_common_prefix(), fCamera didn't display model as it should.2008-04-10, by zas_
-
Resync .po files. French translation was updated (100% made).2008-04-09, by zas_
-
Add 3 missing files to POTFILES.in.2008-04-09, by zas_
-
Simple helper script to display translation statistics.2008-04-09, by zas_
-
Fix a typo: "while fluorescent" -> "white fluorescent"2008-04-09, by zas_
-
Resync .po files. Update french translation.2008-04-09, by zas_
-
fixed crash in pan_calendar2008-04-09, by nadvornik
-
improved histogram drawing2008-04-09, by nadvornik
-
Simplify and unify gtk_window creation with the help of2008-04-09, by zas_
-
Replace occurences of Geeqie / geeqie by constants defined in main.h.2008-04-09, by zas_
-
int -> gint2008-04-08, by zas_
-
Make xmp debug info only appears when debug >= 2.2008-04-08, by zas_
-
Enable image rotation depending on EXIF by default.2008-04-08, by zas_
-
Fix missing header files inclusions.2008-04-08, by zas_
-
GQVIEW_* -> GQ_*2008-04-08, by zas_
-
GQVIEW_H -> MAIN_H2008-04-08, by zas_
-
gqview.h -> main.h2008-04-08, by zas_
-
Remove obsolete prototype.2008-04-08, by zas_
-
gqview_remote -> remote_connection2008-04-08, by zas_
-
exit_gqview() renamed to exit_program().2008-04-08, by zas_
-
Add support for some Samsung raw files (.pef).2008-04-08, by zas_
-
Implement secure rc file saving.2008-04-08, by zas_
-
fixed histogram label2008-04-08, by nadvornik
-
Fix the "continuous display" of tooltips in the collection view2008-04-08, by zas_
-
reworked the histogram patch by Uwe Ohse, most of the code is in2008-04-08, by nadvornik
-
fixed file delete notification in view_file_icon2008-04-08, by nadvornik
-
gtk_notebook_set_tab_reorderable() is only available sinc gtk+ 2.10.2008-04-08, by zas_
-
Move active variable affectation after the test.2008-04-08, by zas_
-
Simplify layout_color_name_parse() using g_strdelimit().2008-04-08, by zas_
-
Tidy up, whitespaces and indentation fix.2008-04-08, by zas_
-
Remove dependency on GTK 2.12, reported by John Vodden and Vladimir2008-04-08, by zas_
-
Add the possibility to print file names with path.2008-04-07, by zas_
-
Fix a segfault on fullscreen file deletion reported by Frédéric Mantegazza.2008-04-07, by zas_
-
Add the possibility to match duplicates on the name but ignoring the case.2008-04-07, by zas_
-
Display marks in overlay info only if at least one is set.2008-04-07, by zas_
-
Mark all exif labels as translatable.2008-04-06, by zas_
-
Mark strings as translatable.2008-04-06, by zas_
-
Improve remove_trailing_slash() so it allocates no more than2008-04-05, by zas_
-
Comment out unused code.2008-04-05, by zas_
-
Change default exif order a bit to move up common and useful2008-04-04, by zas_
-
Re-add "What to show in properties dialog:" label before the table.2008-04-04, by zas_
-
Rename exif preferences tab to "Properties", and name the2008-04-04, by zas_
-
Fix a segfault occuring when enabling debug mode.2008-04-04, by zas_
-
Make the wmclass value unique among the code by defining2008-04-03, by zas_
-
Initialize variables, clearing a gcc warning.2008-04-03, by zas_
-
Add missing prototype to header file.2008-04-03, by zas_
-
Add few missing prototypes to header file.2008-04-03, by zas_
-
Drop a bunch of unused variables.2008-04-03, by zas_
-
Add missing #include.2008-04-03, by zas_
-
Remove unused variables.2008-04-03, by zas_
-
Add missing prototype.2008-04-03, by zas_
-
Drop 3 unused variables and comment out 2 unused functions.2008-04-03, by zas_
-
Add parenthesis around affection to clear a gcc warning.2008-04-03, by zas_
-
Fix a signedness warning.2008-04-03, by zas_
-
Main configuration file was renamed from gqviewrc to geeqierc.2008-04-03, by zas_
-
Fix a segfault occuring when using --without-exiv2 and2008-04-03, by zas_
-
Fix missing bit of previous patch.2008-04-03, by zas_
-
Fix two more gcc warnings related to function declarations.2008-04-03, by zas_
-
Remove two unused variables declarations, and add a missing #include.2008-04-03, by zas_
-
Drop unused variable.2008-04-03, by zas_
-
Add missing return at the end of editor_command_next_start().2008-04-03, by zas_
-
Drop unused variable.2008-04-03, by zas_
-
Make collect_manager_process_action() static.2008-04-03, by zas_
-
Fix typos in functions names: file_list -> filelist.2008-04-03, by zas_
-
Remove unused variable declarations.2008-04-03, by zas_
-
Fix missing header include (filelist.h).2008-04-03, by zas_
-
Remove unused variables declarations.2008-04-03, by zas_
-
Move tabs code from config_window_create() to new smaller functions.2008-04-03, by zas_
-
Use more generic names for some cache manager callback functions.2008-04-03, by zas_
-
Replace some occurences of gqview by Geeqie.2008-04-03, by zas_
-
Add a debug level spinner at the end of Preferences > Advanced.2008-04-03, by zas_
-
Fix and simplify thumbnails size combo box related code.2008-04-03, by zas_
-
Make the preferences window resizeable, and try to improve2008-04-03, by zas_
-
Tidy up. Fix indentation and missing whitespaces.2008-04-03, by zas_
-
Setting no limit size to trash directory is now possible using zero as value.2008-04-03, by zas_
-
various exif improvements based on patch by Uwe Ohse2008-04-02, by nadvornik
-
Make properties tabs reorderable through drag'n drop.2008-04-02, by zas_
-
Honor selection while fullscreen navigation.2008-04-02, by zas_
-
use quoted_value everywhere2008-03-31, by nadvornik
-
Indentation and white lines minor fixes.2008-03-31, by zas_
-
Move strlen() calls outside the while loop.2008-03-30, by zas_
-
Comment out forgotten debugging code.2008-03-30, by zas_
-
Fix two minor compilation warnings.2008-03-30, by zas_
-
differentiate among normal image, raw image and metadata2008-03-30, by nadvornik
-
Make the zoom increment spinner more precise, step is now 0.1 instead of 1.2008-03-30, by zas_
-
Improve escaping and quoting of strings saved in rc files.2008-03-29, by zas_
-
configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN2008-03-29, by nadvornik
-
set user-defined color as image background - patch by Laurent MONIN2008-03-29, by nadvornik
-
fixed color management initialization2008-03-29, by nadvornik
-
README fixes2008-03-26, by nadvornik
-
updated README files2008-03-26, by nadvornik
-
improved xmp vs. legacy metadata handling2008-03-26, by nadvornik
-
fixed crashes with --debug2008-03-24, by nadvornik
-
added all possible raw extensions that I could find2008-03-24, by nadvornik
-
improved support for older exiv2 versions2008-03-24, by nadvornik
-
exiv2 version checks2008-03-24, by nadvornik
-
more renames2008-03-24, by nadvornik
-
changed logo2008-03-24, by nadvornik
-
more renames2008-03-24, by nadvornik
-
rename GQview -> Geeqie over the code2008-03-23, by nadvornik
-
renamed to geeqie2008-03-23, by nadvornik
-
raw related fixes2008-03-22, by nadvornik
-
overview of supported raw formats2008-03-22, by nadvornik
-
configure --without-exiv22008-03-22, by nadvornik
-
crw preview support with exiv22008-03-22, by nadvornik
-
whitelist of files that can have an xmp sidecar, sample external command2008-03-16, by nadvornik
-
fixed reading sidecar extensions from config file2008-03-16, by nadvornik
-
write comment and keywords to xmp, sidecars are used if exist2008-03-16, by nadvornik
-
write support in Exiv2 wrapper; for now only string values2008-03-15, by nadvornik
-
a hack to read raw previews with exiv2 0.16, however it should be fixed2008-02-24, by nadvornik
-
read also iptc and xmp2008-02-15, by nadvornik
-
more exiv2 fixes2008-02-14, by nadvornik
-
more exiv2 fixes2008-02-14, by nadvornik
-
more exiv2 fixes2008-02-13, by nadvornik
-
unified tag names between exiv2 and internal rxif parser2008-02-13, by nadvornik
-
more exiv2 fixes2008-02-13, by nadvornik
-
and first version that actually shows some exif data (see advanced view)2008-02-13, by nadvornik
-
first exiv2 support that does not crash immediately2008-02-13, by nadvornik
-
started exiv2 integration2008-02-13, by nadvornik
-
simplified exif.h, moved implementation-specific stuff to exif-int.h2008-02-13, by nadvornik
-
do not show frame for full-window images2008-02-11, by nadvornik
-
improved drawing of image frames2008-02-11, by nadvornik
-
updated TODO list2008-01-26, by nadvornik
-
debug messages cleanup2008-01-20, by nadvornik
-
added file with release notes and TODO2008-01-16, by nadvornik
-
basic sidecar files configuration via preferences dialog2007-12-23, by nadvornik
-
fixed loading thumbnails for sidecar files2007-12-23, by nadvornik
-
fixed vflist_find_row and vflist_sort_set to work correctly with sidecar2007-12-23, by nadvornik
-
fixed filelist refresh2007-12-22, by nadvornik
-
preserve marks setting on layout change2007-12-22, by nadvornik
-
basic support for marks in view_file_icon.c2007-12-22, by nadvornik
-
update FileData on file change2007-12-20, by nadvornik
-
<num> toggles mark num2007-12-20, by nadvornik
-
created menu "Select" with selection and marks operations2007-12-20, by nadvornik
-
complete set of boolean operation with marks -2007-12-19, by nadvornik
-
use accels also in fullscreen mode2007-12-18, by nadvornik
-
moved some actions to menu and accels2007-12-17, by nadvornik
-
removed unused variable2007-12-17, by nadvornik
-
fixed in-place rename2007-12-16, by nadvornik
-
better integration of split image functions into menu2007-12-15, by nadvornik
-
show active marks in image overlay2007-12-14, by nadvornik
-
fixed image focus2007-12-09, by nadvornik
-
fixed copying zoom an scroll values from the original image on splitting2007-12-09, by nadvornik
-
do not hilight selected image in SPLIT_NONE2007-12-09, by nadvornik
-
improved drawing of frame around selected image2007-12-09, by nadvornik
-
more operations with file marks2007-11-25, by nadvornik
-
marks: fixes and cleanup2007-11-24, by nadvornik
-
improved directory scanning a bit2007-11-22, by nadvornik
-
added possibility to specify prefered file type for external commands2007-11-21, by nadvornik
-
prevent duplicate sidecar files; code cleanup2007-11-21, by nadvornik
-
fixed grouping sidecar files and made it configurable via config file2007-11-20, by nadvornik
-
fixed preloading images in file list2007-10-22, by nadvornik
-
improved FileDataChangeInfo structure, check for another file operation in progress2007-10-08, by nadvornik
-
display sidecar files (jpeg + raw) using gtk_tree_store2007-10-02, by nadvornik
-
use FileData even for sidecar file list2007-10-01, by nadvornik
-
editors.c was almost completely rewritten:2007-09-30, by nadvornik
-
display sidecar extensions in filelist2007-09-12, by nadvornik
-
replaced gchar* path with FileData *fd2007-09-11, by nadvornik
-
started support for sidecar files like xmp, raw+jpeg etc.2007-08-23, by nadvornik
-
more external commands2007-08-20, by nadvornik
-
improved external delete command2007-08-16, by nadvornik
-
started implementation of external commands; external Delete should work2007-08-15, by nadvornik
-
compilation fix2007-07-20, by bruclik
-
First implementation of marks for all photos.2007-07-13, by bruclik
-
relative scroll is working; some cleanup2007-07-12, by nadvornik
-
connected zoom2007-07-11, by nadvornik
-
started relative scroll, keep scroll position2007-07-11, by nadvornik
-
improved connected scroll and active image switching2007-07-10, by nadvornik
-
implemented split windows2007-06-29, by nadvornik
-
Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net>2007-01-17, by gqview
-
Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net>2006-12-03, by gqview
-
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>2006-12-03, by gqview
-
Sat Dec 2 20:15:22 2006 John Ellis <johne@verizon.net>2006-12-03, by gqview
-
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>2006-12-02, by gqview
-
Fri Dec 1 14:27:55 2006 John Ellis <johne@verizon.net>2006-12-01, by gqview
-
fix whitespace2006-11-30, by gqview
-
Thu Nov 30 09:55:42 2006 John Ellis <johne@verizon.net>2006-11-30, by gqview
-
Wed Nov 29 22:53:03 2006 John Ellis <johne@verizon.net>2006-11-30, by gqview
-
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>2006-11-29, by gqview
-
Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net>2006-11-28, by gqview
-
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>2006-11-28, by gqview
-
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>2006-11-27, by gqview
-
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>2006-11-25, by gqview
-
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>2006-11-18, by gqview
-
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>2006-11-15, by gqview
-
Tue Nov 14 15:36:14 2006 John Ellis <johne@verizon.net>2006-11-14, by gqview
-
Fri Nov 10 18:11:54 2006 John Ellis <johne@verizon.net>2006-11-10, by gqview
-
Fri Nov 10 16:11:28 2006 John Ellis <johne@verizon.net>2006-11-10, by gqview
-
fix comments2006-11-10, by gqview
-
Thu Nov 9 20:27:47 2006 John Ellis <johne@verizon.net>2006-11-10, by gqview
-
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>2006-11-09, by gqview
-
Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>2006-11-08, by gqview
-
Wed Nov 8 11:36:58 2006 John Ellis <johne@verizon.net>2006-11-08, by gqview
-
Tue Nov 7 19:54:44 2006 John Ellis <johne@verizon.net>2006-11-08, by gqview
-
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>2006-11-07, by gqview
-
Mon Nov 6 20:53:22 2006 John Ellis <johne@verizon.net>2006-11-07, by gqview
-
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>2006-11-04, by gqview
-
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>2006-11-04, by gqview
-
Fri Nov 3 21:15:40 2006 John Ellis <johne@verizon.net>2006-11-04, by gqview
-
fix ChangeLog typo2006-11-03, by gqview
-
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>2006-11-03, by gqview
-
Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>2006-11-02, by gqview
-
Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net>2006-11-02, by gqview
-
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>2006-11-02, by gqview
-
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>2006-11-01, by gqview
-
Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>2006-10-31, by gqview
-
Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>2006-10-28, by gqview
-
Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>2006-10-28, by gqview
-
Wed Oct 25 15:17:38 2006 John Ellis <johne@verizon.net>2006-10-25, by gqview
-
Mon Oct 23 05:34:29 2006 John Ellis <johne@verizon.net>2006-10-23, by gqview
-
Fri Oct 20 09:20:10 2006 John Ellis <johne@verizon.net>2006-10-20, by gqview
-
Fri Oct 20 08:00:08 2006 John Ellis <johne@verizon.net>2006-10-20, by gqview
-
ChangeLog fix2006-10-19, by gqview
-
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>2006-10-19, by gqview
-
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>2006-10-19, by gqview
-
Thu Oct 19 07:42:38 2006 John Ellis <johne@verizon.net>2006-10-19, by gqview
-
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>2006-10-19, by gqview
-
Sun Oct 15 12:36:06 2006 John Ellis <johne@verizon.net>2006-10-15, by gqview
-
Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>2006-10-15, by gqview
-
Sun Oct 15 04:03:41 2006 John Ellis <johne@verizon.net>2006-10-15, by gqview
-
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>2006-10-15, by gqview
-
Sat Oct 14 09:38:08 2006 John Ellis <johne@verizon.net>2006-10-14, by gqview
-
Sat Oct 14 08:26:38 2006 John Ellis <johne@verizon.net>2006-10-14, by gqview
-
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>2006-10-14, by gqview
-
Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net>2006-10-14, by gqview
-
Fri Oct 13 12:18:01 2006 John Ellis <johne@verizon.net>2006-10-13, by gqview
-
Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>2006-10-13, by gqview
-
Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net>2006-10-13, by gqview
-
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>2006-10-13, by gqview
-
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>2006-09-01, by gqview
-
Mon Aug 15 18:27:38 2005 John Ellis <johne@verizon.net>2005-08-15, by gqview
-
Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>2005-08-15, by gqview
-
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>2005-08-15, by gqview
-
Thu Jun 16 01:21:43 2005 John Ellis <johne@verizon.net>2005-06-16, by gqview
-
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>2005-06-14, by gqview
-
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>2005-06-13, by gqview
-
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>2005-06-12, by gqview
-
Sat Jun 11 01:06:49 2005 John Ellis <johne@verizon.net>2005-06-11, by gqview
-
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>2005-06-11, by gqview
-
Fri Jun 10 02:19:26 2005 John Ellis <johne@verizon.net>2005-06-10, by gqview
-
Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net>2005-06-10, by gqview
-
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>2005-06-10, by gqview
-
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>2005-06-07, by gqview
-
Sun Jun 5 03:05:39 2005 John Ellis <johne@verizon.net>2005-06-05, by gqview
-
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>2005-06-05, by gqview
-
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>2005-06-04, by gqview
-
Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net>2005-06-04, by gqview
-
Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net>2005-06-03, by gqview
-
Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net>2005-06-03, by gqview
-
Thu May 26 22:14:53 2005 John Ellis <johne@verizon.net>2005-05-27, by gqview
-
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>2005-05-26, by gqview
-
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>2005-05-18, by gqview
-
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>2005-05-16, by gqview
-
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>2005-05-14, by gqview
-
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>2005-04-27, by gqview
-
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>2005-04-16, by gqview
-
Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>2005-04-14, by gqview
-
Thu Apr 14 04:49:57 2005 John Ellis <johne@verizon.net>2005-04-14, by gqview
-
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>2005-04-13, by gqview
-
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>2005-04-12, by gqview
-
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>2005-04-08, by gqview
-
Thu Apr 7 08:42:54 2005 John Ellis <johne@verizon.net>2005-04-07, by gqview
-
Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net>2005-04-06, by gqview
-
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>2005-04-06, by gqview
-
Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net>2005-04-05, by gqview
-
Mon Apr 4 12:07:05 2005 John Ellis <johne@verizon.net>2005-04-04, by gqview
-
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>2005-04-03, by gqview
-
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>2005-04-02, by gqview
-
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>2005-04-02, by gqview
-
Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net>2005-03-29, by gqview
-
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>2005-03-26, by gqview
-
Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>2005-03-23, by gqview
-
##### Note: GQview CVS on sourceforge is not always up to date, please use #####2005-03-19, by gqview
-
remove extra newline2005-03-05, by gqview
-
##### Note: GQview CVS on sourceforge is not always up to date, please use #####2005-03-05, by gqview
-
##### Note: GQview CVS on sourceforge is not always up to date, please use #####2005-03-05, by gqview
-
add ignore2005-03-05, by gqview
-
##### Note: GQview CVS on sourceforge is not always up to date, please use #####2005-03-05, by gqview
-
##### Note: GQview CVS on sourceforge is not always up to date, please use #####2005-03-03, by gqview
-
store sourceforge CVS notice in CVS2005-03-03, by gqview
-
##### Note: GQview CVS on sourceforge is not always up to date, please use #####2005-03-03, by gqview
-
##### Note: GQview CVS on sourceforge is not always up to date, please use #####2005-03-03, by gqview
-
##### Note: GQview CVS on sourceforge is not always up to date, please use #####2005-03-02, by gqview
-
##### Note: GQview CVS on sourceforge is not always up to date, please use #####2005-03-01, by gqview
-
########2005-03-01, by gqview
-
########2005-02-27, by gqview
-
Sync to GQview 1.5.9 release.2005-02-26, by gqview
-
Sync to GQview 1.5.9 release.2005-02-26, by gqview
-
really break configure2000-09-19, by gqview
-
hmm, server pipe broke.2000-09-19, by gqview
-
Broke the configure script on purpose,2000-09-19, by gqview
-
Syncing to 0.8.12000-04-15, by gqview
-
0.8.02000-04-13, by gqview
-
More po.2000-04-13, by gqview
-
Initial revision2000-04-03, by gqview
-
New repository initialized by cvs2svn.2000-04-03, by unknown