2009-03-06 |
nadvornik |
use standard GtkHPaned for sidebar width
|
2009-03-06 |
zas_ |
Fix tab completion when entering "/et[TAB]" it was changed to "et", this is fixed.
|
2009-03-05 |
nadvornik |
do not crash if an exif entry is deleted during editing
|
2009-03-05 |
nadvornik |
added popup menu to the exif pane
|
2009-03-04 |
nadvornik |
indicate that the exif pane is empty
|
2009-03-04 |
nadvornik |
prepared exif pane for popup menu
|
2009-03-04 |
zas_ |
layout_status_update_pixel_cb(): cleanup and optimization, drop pango markup in i18n string, use a small function to calculate numbers length, only allocate text when needed.
|
2009-03-04 |
nadvornik |
dnd from advanced exif window to exif pane
|
2009-03-04 |
nadvornik |
Display pixel coordinates and rgb - patch by Ruben Stein
|
2009-03-03 |
nadvornik |
reorder exif pane entries with drag and drop
|
2009-03-02 |
nadvornik |
overlay now survives image split
|
2009-03-02 |
zas_ |
Random tidy up.
|
2009-03-02 |
zas_ |
Fix memleak in previous patch.
|
2009-03-02 |
zas_ |
Add a directory separator at the end of names in tab completion list to indicate directories.
|
2009-03-01 |
zas_ |
Align exif labels vertically (visually better since name is now smaller than value).
|
2009-03-01 |
zas_ |
Update POTFILES.in and french translation.
|
2009-03-01 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
|
2009-03-01 |
nadvornik |
make the exif pane grow-only - this reduces sidebar jumping
|
2009-03-01 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
|
2009-03-01 |
zas_ |
Clarify colorspace determination (exif 2.2/2.21).
|
2009-03-01 |
zas_ |
Enable 'Use profile from image' item of color management menu only if such profile information is available from image.
|
2009-03-01 |
zas_ |
Improve file checks using is_readable_file().
|
2009-03-01 |
zas_ |
Only attempt to read exif if the file is readable.
|
2009-03-01 |
zas_ |
Introduce is_readable_file() which test if file exists, is regular and readable.
|
2009-03-01 |
zas_ |
image_select(), image_set_selectable(): tidy up.
|
2009-03-01 |
zas_ |
Indentation fixes.
|
2009-03-01 |
zas_ |
image_post_process_color(): remove exif parameter, just extract it when needed.
|
2009-03-01 |
zas_ |
Slightly modify access_file() and use it to test profile files existence and read access.
|
2009-03-01 |
zas_ |
Add an ellipse when the file name is truncated.
|
2009-03-01 |
zas_ |
In the side bar, display the filename without the 'Filename:' prefix and makes it centered. Allow to select it for copy'n'paste.
|
2009-03-01 |
nadvornik |
dropped ExifUIList
|
2009-03-01 |
nadvornik |
do not use separate list of entries, rely on vbox
|
2009-03-01 |
nadvornik |
fixed possible crash
|
2009-02-28 |
nadvornik |
rewritten exif pane to support arbitrary number of entries
|
2009-02-28 |
zas_ |
max value -> value. Shorter.
|
2009-02-28 |
zas_ |
Add missing space between while and first parenthesis.
|
2009-02-28 |
zas_ |
Add missing space between switch and first parenthesis.
|
2009-02-28 |
zas_ |
No space between function name and first parenthesis, it eases greping (see CODING).
|
2009-02-28 |
zas_ |
Prevent Gtk assertion failures when no icon is set.
|
2009-02-28 |
nadvornik |
show histogram label in the title
|
2009-02-28 |
nadvornik |
give the panes more control over expander title
|
2009-02-28 |
zas_ |
Color profiles menu: test for file access before allowing to select it as input profile.
|
2009-02-28 |
nadvornik |
load icons for external editors
|
2009-02-28 |
zas_ |
Use g_utf8_casefold() to compare keywords, uppercased/lowercased keywords are now matched against predefined list.
|
2009-02-28 |
nadvornik |
fixed bar_histogram headers
|
2009-02-28 |
zas_ |
Minor simplification and cleanup.
|
2009-02-28 |
zas_ |
image_change_complete(): reduce code redundancy and implify.
|
2009-02-28 |
nadvornik |
fixed overlay configuration
|
2009-02-28 |
nadvornik |
save and restore toolbar configuration
|
2009-02-28 |
nadvornik |
create toolbar from ui_manager
|
2009-02-27 |
zas_ |
Really fix up color profiles options tests. Add an indicator of the embedded color profile when recognized (a * just after sRGB or AdobeRGB compatible).
|
2009-02-27 |
zas_ |
Fix up color profiles menu: mark empty entries (but not NULL) as inactive.
|
2009-02-27 |
nadvornik |
compute histmap in idle callback and only if the histogram is expanded
|
2009-02-26 |
zas_ |
Add a tooltip showing current histogram state on bar histogram.
|
2009-02-26 |
zas_ |
Clean up histogram stuff: options saving/restoring, osd histogram separation, tidy up.
|
2009-02-26 |
zas_ |
Add .bak and .mo extensions to svn:ignore.
|
2009-02-26 |
nadvornik |
quoted_value is no longer needed
|
2009-02-25 |
zas_ |
Silent a minor warning.
|
2009-02-25 |
nadvornik |
correctly save and restore overlay string
|
2009-02-25 |
zas_ |
Save bar pane histogram state to rc file.
|
2009-02-25 |
zas_ |
Fix up bar pane histogram contextual menu: show current state for channel and log mode.
|
2009-02-25 |
nadvornik |
reuse original utility_box (image + sidebars) on layout change (switch
|
2009-02-25 |
nadvornik |
fixed filter initialization
|
2009-02-24 |
nadvornik |
improved bar_sort configuration
|
2009-02-24 |
zas_ |
Add a contextual menu on bar pane histogram allowing to change channels and mode. More work needed.
|
2009-02-24 |
nadvornik |
fixed --fullscreen option together with enabled bar
|
2009-02-24 |
nadvornik |
simplified and improved bar configuration
|
2009-02-24 |
zas_ |
Enclose macro parameters names with _ to differentiate them from variable names.
|
2009-02-24 |
zas_ |
Since READ_*() macros are now exported, do not hide
|
2009-02-23 |
nadvornik |
simplified config writing
|
2009-02-23 |
nadvornik |
enabled commandline again
|
2009-02-23 |
zas_ |
Introduce helpers histogram_toggle_channel() and histogram_toggle_mode().
|
2009-02-22 |
zas_ |
Set svn:ignore on Makefile and Makefile.in.
|
2009-02-22 |
zas_ |
Fix and simplify histogram code, drop histogram based on mean value.
|
2009-02-22 |
nadvornik |
config file format changed to XML
|
2009-02-22 |
zas_ |
Attempt to simplify and fix histrogram code.
|
2009-02-21 |
zas_ |
Glibification again.
|
2009-02-21 |
zas_ |
French translation was updated.
|
2009-02-21 |
zas_ |
Glibification.
|
2009-02-21 |
zas_ |
Move grid color setting to histogram_new().
|
2009-02-21 |
zas_ |
Remove histogram_ prefix from struct _Histogram fields names and rename them more properly.
|
2009-02-21 |
zas_ |
Add grid to bar histogram, simplify the code and draw horizontal lines too.
|
2009-02-19 |
zas_ |
Fix bug 2599857: file list sort order was wrong in many cases.
|
2009-02-16 |
nadvornik |
fixed compiler warning
|
2009-02-16 |
nadvornik |
hopefully fixed a freeze on solaris
|
2009-02-15 |
nadvornik |
added histogram pane
|
2009-02-15 |
nadvornik |
fixed histogram drawing
|
2009-02-15 |
zas_ |
Remove redundant line of code.
|
2009-02-15 |
zas_ |
Fix up few compilation warnings.
|
2009-02-15 |
nadvornik |
histogram caching
|
2009-02-15 |
nadvornik |
separated "normal" and advanced exif, "Normal" exif is now in the
|
2009-02-14 |
nadvornik |
droped Preferences dialog, sidebar should replace it completely
|
2009-02-14 |
nadvornik |
replaced bar_info with an universal bar, restored the original
|
2009-02-09 |
zas_ |
Update ChangeLog using C locale date format, add a script to ease future updates.
|
2009-02-07 |
nadvornik |
force at least one idle call before writting metadata
|
2009-02-07 |
nadvornik |
use metadata_read_* functions where possible
|
2009-02-06 |
nadvornik |
Start with "Fit to window" in "Leave Zoom at previous setting" mode
|
2009-02-06 |
nadvornik |
do not switch to the next image on mouse click in split mode
|
2009-02-06 |
nadvornik |
improved labels of some menu items
|
2009-02-04 |
zas_ |
Add year 2009 to copyright info everywhere.
|
2009-02-04 |
zas_ |
Fix up the copyright years info.
|
2009-02-04 |
zas_ |
Update README header.
|
2009-02-04 |
zas_ |
Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
|
2009-02-04 |
zas_ |
Do not show geeqie itself in editors menus.
|
2009-02-03 |
nadvornik |
do not translate already translated texts from desktop files
|
2009-02-03 |
zas_ |
Add support for NoDisplay (entry is then hidden) and Type (only Application type is valid here) keys.
|
2009-02-03 |
zas_ |
Reorder fields a bit and make flags field unsigned.
|
2009-02-03 |
zas_ |
editor_list_get() now returns a sorted list, this way items appear in the same order in all menus.
|
2009-02-02 |
nadvornik |
improved placing of external commands in menu
|
2009-02-01 |
nadvornik |
test TryExec,
|
2009-02-01 |
nadvornik |
fixed switch from single to split image
|
2009-02-01 |
nadvornik |
read external editors from .desktop files
|
2009-01-29 |
zas_ |
Sort the list alphabetically and remove an empty line.
|
2009-01-29 |
nadvornik |
switched to po/LINGUAS, see http://live.gnome.org/GnomeGoals/PoLinguas
|
2009-01-29 |
zas_ |
gint -> gboolean.
|
2009-01-29 |
zas_ |
Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE mismatch, reported by Christopher Beland.
|
2009-01-29 |
zas_ |
Remove harmful documentation.helpdir and documentation.htmldir options. These paths can still be modified through --with-readmedir and --htmldir configure options. Reported by Christopher Beland.
|
2009-01-29 |
nadvornik |
added SIGBUS handler
|
2009-01-26 |
nadvornik |
fixed compilation with lirc
|
2009-01-26 |
zas_ |
Silent two minor warnings: GtkSelectionData data field is guchar* while g_strndup() wants gchar * as first parameter.
|
2009-01-26 |
zas_ |
Remove --enable-compile-warnings from autogen.sh, it was passed to configure which knows nothing about this option.
|
2009-01-26 |
zas_ |
Move -Wall before -Wno-* options for them to have any effect.
|
2009-01-26 |
zas_ |
Keep -O0 over -O2 as requested by Vladimir.
|
2009-01-26 |
zas_ |
Add -Wformat and -Wformat-security gcc options when --enable-debug-flags is set, move default optimization to -O2 by default (-O0 is only useful for specific debugging purposes).
|
2009-01-26 |
zas_ |
Fix a major bug in utf8_compare(): when case_sensitive is true, s1_t and s2_t were uninitialized, leading to unpredicable results.
|
2009-01-25 |
nadvornik |
added the original COPYING file from GQview - we can't rely on autogen.sh
|
2009-01-25 |
nadvornik |
updated ChangeLog from svn log
|
2009-01-25 |
nadvornik |
fixed gthread detection
|
2009-01-25 |
nadvornik |
do not ignore newly created sidecars
|
2009-01-24 |
nadvornik |
adjusted marks spacing to align them with the marks filter
|
2009-01-24 |
zas_ |
Fix incorrect translation.
|
2009-01-24 |
nadvornik |
fixed restoring of OSD at layout_image_full_screen_stop
|
2009-01-24 |
nadvornik |
fixed glib warning
|
2009-01-24 |
nadvornik |
updated version string
|
2009-01-24 |
zas_ |
Silent two compilation warnings.
|
2009-01-24 |
zas_ |
French translation was updated.
|
2009-01-23 |
nadvornik |
fixed possible crash
|
2009-01-21 |
nadvornik |
enable threads by default
|
2009-01-21 |
nadvornik |
compilation fixes for older exiv2
|
2009-01-20 |
nadvornik |
improved metadata preferences
|
2009-01-20 |
nadvornik |
fixed possible segfault
|
2009-01-11 |
nadvornik |
show symlinks in filelist
|
2009-01-11 |
nadvornik |
fixed includes
|
2009-01-11 |
nadvornik |
added a status bar button for writting metadata immediately
|
2009-01-11 |
nadvornik |
metadata write mode (direct or sidecar) made configurable for each file
|
2009-01-10 |
nadvornik |
simplified metadata interface, dropped metadata_read,
|
2009-01-04 |
zas_ |
When "Remember print settings" is checked, save _all_ settings. Before this patch, text fields, text size, source, layout and image scale properties were not saved.
|
2009-01-04 |
zas_ |
French translation was updated.
|
2009-01-03 |
zas_ |
Silent warnings.
|
2009-01-03 |
nadvornik |
write keywords and comments with separate functions
|
2009-01-02 |
nadvornik |
fixed updating of selection after deleting the last image from the list
|
2009-01-02 |
nadvornik |
do not enter a directory after rename
|
2009-01-02 |
nadvornik |
added done callback to utilops
|
2009-01-02 |
nadvornik |
fixed view_dir notification
|
2009-01-02 |
nadvornik |
sidecar files grouping was made case-insensitive
|
2008-12-27 |
nadvornik |
fixed writting of legacy metadata
|
2008-12-26 |
nadvornik |
optimized get_mark_func
|
2008-12-26 |
nadvornik |
remove cached entries on all changes
|
2008-12-26 |
nadvornik |
fixed previous change
|
2008-12-26 |
nadvornik |
improved sidecar writting
|
2008-12-25 |
nadvornik |
implemented a possibility to connect keywords with marks
|
2008-12-25 |
nadvornik |
low-level keyword-to-mark functionality
|
2008-12-25 |
nadvornik |
perform internal commands in idle call
|
2008-12-23 |
nadvornik |
allow writing of empty keywords/comment
|
2008-12-23 |
nadvornik |
added change notification to bar_info.c
|
2008-12-23 |
nadvornik |
improved buffering and notifications
|
2008-12-23 |
nadvornik |
write changes immediately, the necessary buffering is done on lower
|
2008-12-22 |
nadvornik |
file class made configurable in preferences
|
2008-12-22 |
zas_ |
French translation was updated.
|
2008-12-22 |
nadvornik |
write metadata after timeout, image change or dir change
|
2008-12-22 |
nadvornik |
show metadata options in preferences dialog
|
2008-12-21 |
nadvornik |
fixed safe delete
|
2008-12-21 |
nadvornik |
most of the metadata options now works
|
2008-12-21 |
nadvornik |
fixed new options
|
2008-12-21 |
zas_ |
French translation was updated.
|
2008-12-20 |
nadvornik |
added options for metadata - not yet used
|
2008-12-20 |
zas_ |
Fix two minor compilation warnings.
|
2008-12-20 |
zas_ |
Switch to fullscreen when double clicking on file in icon or list view. Feature request 1966042. The code was there since a long time but disabled, please report any issue.
|
2008-12-20 |
nadvornik |
use the workflow in utilops.c for metadata approving and writting
|
2008-12-16 |
nadvornik |
queue metadata and write them in an idle callback
|
2008-12-15 |
nadvornik |
prepared infrastructure for delayed metadata writting - refreshing
|
2008-12-15 |
zas_ |
Allow to drag keywords on files in list or icon view. Dragged text is appended to keywords list of the destination file.
|
2008-12-09 |
zas_ |
French translation was updated.
|
2008-12-09 |
zas_ |
Allow to invert the current selection in Collection view. A new Selection submenu was added to the contextual menu, Select All and Select None were moved to it, and Invert selection was added.
|
2008-12-08 |
zas_ |
Display error dialog with appropriate message when user is trying to open an invalid collection file.
|
2008-12-08 |
zas_ |
Cosmetic fix.
|
2008-12-07 |
zas_ |
Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name).
|
2008-12-07 |
nadvornik |
handle the case when io.open() fails
|
2008-12-06 |
nadvornik |
disabled the "unused parameter" warnings, they are harmless and nobody
|
2008-12-02 |
zas_ |
Rename few variables to make the code more readable.
|
2008-11-30 |
zas_ |
keyword_list_find() -> find_string_in_list(), return gboolean.
|
2008-11-30 |
zas_ |
metadata_set_keywords() -> metadata_set(). Use gboolean type for boolean parameters.
|
2008-11-30 |
zas_ |
Rename most comment_*() functions to more appropriate metadata_*().
|
2008-11-30 |
zas_ |
File filters cleanup: add .pef .dng and .arw extensions to default sidecar extensions list, add .k25 in Kodak raw extensions, simplify and optimize sidecar_ext_parse().
|
2008-11-27 |
zas_ |
Do not hardcode exif formatted prefix.
|
2008-11-27 |
zas_ |
Fix up sign-related warning.
|
2008-11-27 |
zas_ |
Fix up unsigned expression always true warning.
|
2008-11-27 |
zas_ |
Resync .h with .c declarations.
|
2008-11-27 |
zas_ |
Fix up pointer signedness warnings.
|
2008-11-27 |
zas_ |
Fix up not a prototype warning.
|
2008-11-27 |
zas_ |
Remove unused variable.
|
2008-11-27 |
zas_ |
Fix up deprecated function and not a prototype warnings.
|
2008-11-26 |
zas_ |
Handle return values better to silent some warnings.
|
2008-11-26 |
zas_ |
Print a message if chown() or chmod() fail.
|
2008-11-26 |
zas_ |
Fix up format vs type warning.
|
2008-11-25 |
zas_ |
Move comments/keywords read and write stuff to new metadata.{c,h}.
|
2008-11-25 |
zas_ |
Fix up unsigned expression always true/false warnings.
|
2008-11-23 |
zas_ |
Hide .gqv extension from collection name in collection window title and recent menu list.
|
2008-11-23 |
zas_ |
Rename wmsubclass and name to role, which corresponds better to the purpose of the parameter as it ends to be passed to gtk_window_set_role().
|
2008-11-23 |
zas_ |
Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
|
2008-11-22 |
zas_ |
Use the last selected images for the splitted views. Ie. when 5 images are selected, the last one is displayed, split quad while open images 5,4,3,2. It seems better to me.
|
2008-11-22 |
zas_ |
When more than one image is selected, Split Horizontal, Vertical and Quad will use selected images when initialized.
|
2008-11-22 |
zas_ |
Tidy up.
|
2008-11-22 |
zas_ |
Use common code for layout_image_setup_split_none() too.
|
2008-11-22 |
zas_ |
layout_image_setup_split_*(): simplify code.
|
2008-11-22 |
zas_ |
layout_image_setup_split_*(): move common code to a new function layout_image_setup_split_common().
|
2008-11-22 |
zas_ |
Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
|
2008-11-20 |
zas_ |
Force font weight and style to normal for keys.
|
2008-11-20 |
zas_ |
Fix up yet unmarked keys.
|
2008-11-20 |
zas_ |
Fix compilation warnings.
|
2008-11-20 |
zas_ |
Fix up some missing html code.
|
2008-11-19 |
zas_ |
More keys.
|
2008-11-19 |
zas_ |
Fix text wrongly marked as key.
|
2008-11-19 |
zas_ |
Mark keyboard keys with a span and make them look like a key through css style.
|
2008-11-19 |
zas_ |
Replace [Control] by shorter and more common [Ctrl].
|
2008-11-19 |
zas_ |
Unify [Shift] and [Control] notation.
|
2008-11-19 |
zas_ |
Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
|
2008-11-19 |
zas_ |
Update documentation.
|
2008-11-17 |
zas_ |
Fix up links and various enhancements.
|
2008-11-17 |
zas_ |
Remove colored background in headings for printable version.
|
2008-11-17 |
zas_ |
Change metadata directory to be $XDG_DATA_HOME instead of $XDG_CACHE_HOME as discussed on the ml (obviously it has impact only when XDG support is set). Suggestion by Omari Stephens.
|
2008-11-17 |
zas_ |
Comment out css code that slipped through by cut'n paste error. It may be useful at some time though.
|
2008-11-16 |
zas_ |
Add specific css for print media(has to be improved).
|
2008-11-16 |
zas_ |
Update svn:ignore property: add some files and replace gqview by geeqie where applicable.
|
2008-11-15 |
zas_ |
Implement preliminary support for XDG Base Directory Specification.
|
2008-11-15 |
zas_ |
Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
|
2008-11-15 |
nadvornik |
fixed usage of deprecated functions - patch by Omari Stephens
|
2008-11-15 |
zas_ |
Rename check_for_home_path() to mkdir_if_not_exists().
|
2008-11-15 |
zas_ |
Use functions to return directories instead of constants.
|
2008-11-15 |
zas_ |
Add a wrapper around system() call named runcmd() which allows easier debugging. Improve the code launching the help browser.
|
2008-11-14 |
zas_ |
Fix up Makefile.am: add missing files and do not install template.html.
|
2008-11-12 |
zas_ |
Fix a cut'n'paste error.
|
2008-11-12 |
zas_ |
More precise description of the pan view find feature and a note about ressources eating was added.
|
2008-11-12 |
zas_ |
Add some information about the pan view.
|
2008-11-12 |
zas_ |
Add a note about splitted view.
|
2008-11-12 |
zas_ |
Add Connected zoom and Split menu items.
|
2008-11-11 |
zas_ |
Add missing s...
|
2008-11-11 |
zas_ |
Minor fixes.
|
2008-11-11 |
zas_ |
Give a new style to menus.
|
2008-11-11 |
zas_ |
Fix missing parts.
|
2008-11-11 |
zas_ |
Update main window menus description to match current Geeqie.
|
2008-11-11 |
zas_ |
Drop dots.
|
2008-11-11 |
zas_ |
Update exif pane documentation a bit.
|
2008-11-11 |
zas_ |
Add Properties Options page.
|
2008-11-11 |
zas_ |
Advanced options documentation is now almost in sync with current geeqie.
|
2008-11-11 |
zas_ |
More updates to advanced options documentation. Not yet finished.
|
2008-11-10 |
zas_ |
Page cleanup and fixed. Remove obsolete note.
|
2008-11-10 |
zas_ |
Add missing link.
|
2008-11-10 |
zas_ |
Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
|
2008-11-10 |
zas_ |
Let subsection menus match index style.
|
2008-11-10 |
zas_ |
Cosmetic changes in image search and find duplicates shortcuts tables.
|
2008-11-10 |
zas_ |
Tidy up.
|
2008-11-10 |
zas_ |
Move from xhtml transitional to xhtml strict.
|
2008-11-10 |
zas_ |
Minor cleanup.
|
2008-11-10 |
zas_ |
Tidy up and minor fixes.
|
2008-11-10 |
zas_ |
Notes cleanup and minor stylistic fixes.
|
2008-11-10 |
zas_ |
Various fixes and cleanup.
|
2008-11-10 |
zas_ |
Fix up some errors.
|
2008-11-10 |
zas_ |
Fix up unvalid xhtml.
|
2008-11-10 |
zas_ |
Fix up a broken link.
|
2008-11-10 |
zas_ |
Beautify the manual.
|
2008-11-10 |
zas_ |
Reformat more pages.
|
2008-11-10 |
zas_ |
Reformat remaining options pages.
|
2008-11-10 |
zas_ |
Reformatting: notes, advanced options page and more.
|
2008-11-09 |
zas_ |
Reformatting.
|
2008-11-09 |
zas_ |
Reformat and cleanup.
|
2008-11-09 |
zas_ |
More cleanup of tables.
|
2008-11-09 |
zas_ |
Cleanup some tables.
|
2008-11-09 |
zas_ |
Drop most old css classes.
|
2008-11-09 |
zas_ |
Move dialog descriptions to definitions lists, first step.
|
2008-11-09 |
zas_ |
Index cleanup.
|
2008-11-09 |
zas_ |
Move menu descriptions to definitions lists.
|
2008-11-08 |
zas_ |
Re-introduce Geeqie User Manual footer.
|
2008-11-08 |
zas_ |
Simplify bottom navigation table.
|
2008-11-08 |
zas_ |
Use col tags with id in top and bottom navigation tables.
|
2008-11-08 |
zas_ |
Add a generic spacer at the bottom of the page, remove now unused css classes.
|
2008-11-08 |
zas_ |
Add two css classes navtop and navbottom and remove unused ones.
|
2008-11-08 |
zas_ |
Add style.css to list of files to install.
|
2008-11-08 |
zas_ |
Move css styles to an external stylesheet.
|
2008-11-06 |
zas_ |
Remove reference to numbered section.
|
2008-11-06 |
zas_ |
Remove references to numbered sections.
|
2008-11-06 |
zas_ |
Simplify the table.
|
2008-11-06 |
zas_ |
Previous patch (revision 1185) for the comments-related segfault was incomplete, and as such, it broke keywords in files whose metadata had keywords but no comments.
|
2008-11-04 |
zas_ |
Fix a segfault occuring when searching for comments in a directory where at least one photo doesn't have a comment. The fix modifies comment_read() function to return FALSE when a comment doesn't exist. Patch by Omari Stephens.
|
2008-11-04 |
zas_ |
Do a gtk_init before the parsing of command line arguments to allow gtk specific options. (See http://library.gnome.org/devel/gtk/2.14/gtk-running.html). Patch by Klaus Ethgen.
|
2008-10-27 |
zas_ |
Do not install doc/Makefile*. Reported and fixed by Krzysztof Kotlenga.
|
2008-10-26 |
zas_ |
Use h2/h3 tags where appropriate.
|
2008-10-26 |
bruclik |
Fixed doc/Makefile.am according to renamed doc files.
|
2008-10-25 |
zas_ |
Keyboard table cleanup attempt. Need more work.
|
2008-10-25 |
zas_ |
Move menus to unordered lists - step 2.
|
2008-10-25 |
zas_ |
Move menus to unordered lists - step 1.
|
2008-10-25 |
zas_ |
Align Previous to the left, drop useless col tags.
|
2008-10-25 |
zas_ |
Drop meta CREATED and CHANGED since they will never be updated and svn takes care of versions.
|
2008-10-25 |
zas_ |
Fix page titles.
|
2008-10-25 |
zas_ |
Drop chapters numbers from h1 title, and reformat top title a bit.
|
2008-10-25 |
zas_ |
Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
|
2008-10-23 |
zas_ |
Update legal notice and copyright to mention The Geeqie Team.
|
2008-10-23 |
zas_ |
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
|
2008-10-23 |
zas_ |
Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html
|
2008-10-22 |
zas_ |
Let Create thumbnails start in current directory (fallback to home directory if not available) as requested by Marcin Zajaczkowski (feature request 2166691).
|
2008-10-20 |
nadvornik |
Fix a cut and paste error when implementing the comment search (Klaus
|
2008-10-20 |
nadvornik |
fixed failed assertion in exif_free
|
2008-10-18 |
nadvornik |
create xmp sidecar when needed
|
2008-10-18 |
nadvornik |
simple synchronization XMP <-> Exif, IPTC
|
2008-10-18 |
nadvornik |
infrastructure for preprocessing of metadata
|
2008-10-18 |
nadvornik |
fixed bar_exif separator
|
2008-10-18 |
nadvornik |
reordered advanced exif columns
|
2008-10-18 |
nadvornik |
no need to validate description, it is in utf8
|
2008-10-17 |
nadvornik |
improved custom exif look:
|
2008-10-14 |
nadvornik |
follow Exiv2 SVN changes
|
2008-10-12 |
zas_ |
French translation was updated.
|
2008-10-12 |
zas_ |
Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
|
2008-10-12 |
zas_ |
Better handling of accels map file writing errors.
|
2008-10-11 |
nadvornik |
added option to use exif thumbnails
|
2008-10-07 |
zas_ |
French translation was updated.
|
2008-10-07 |
zas_ |
Fix up few signed vs unsigned warnings: exif_item_get_rational() last parameter is now of guint type.
|
2008-10-07 |
nadvornik |
Implement the search for image comment - patch by Klaus Ethgen
|
2008-10-07 |
nadvornik |
Fixed degree symbol encoding
|
2008-10-07 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
2008-10-05 |
nadvornik |
fixed confirm_delete option
|
2008-10-04 |
nadvornik |
fixed charset of exiv2 strings in non-utf8 locales
|
2008-10-01 |
nadvornik |
Add support for GPSInfo - patch by Klaus Ethgen
|
2008-09-29 |
nadvornik |
The comment section in the meta file is the last section. However it do
|
2008-09-29 |
nadvornik |
fixes executable right of images
|
2008-09-29 |
nadvornik |
enlarge the dupe window - patch by Klaus Ethgen
|
2008-09-27 |
nadvornik |
updated preview loader to work with current svn version of libexiv2
|
2008-09-10 |
nadvornik |
use SHIFT for connected scroll and zoom
|
2008-09-09 |
nadvornik |
reverted buggy part of rev. 1138 - it made the filelist jump
|
2008-09-08 |
nadvornik |
added possibility to redraw only the parts of image that are already
|
2008-09-08 |
zas_ |
Fix a compiler warning regarding argument type.
|
2008-09-07 |
bruclik |
Replaced gtk depreceated code.
|
2008-09-07 |
zas_ |
Shorten config_window_apply() a bit, reduce code redunancy.
|
2008-09-04 |
zas_ |
Update translations stats.
|
2008-09-04 |
zas_ |
French translation was updated.
|
2008-09-04 |
zas_ |
Allow all Preferences pages to scroll vertically. Reduce code redundancy.
|
2008-09-04 |
zas_ |
Allow to change image.scroll_reset_method in Preferences > Image.
|
2008-09-04 |
nadvornik |
fixed various problems with preserving viewport on image change,
|
2008-09-03 |
nadvornik |
load thumbnails with lower priority
|
2008-09-03 |
zas_ |
Improve debug messages.
|
2008-09-03 |
nadvornik |
adjusted default options
|
2008-09-03 |
nadvornik |
adjusted redraw priority relative to icon drawing
|
2008-09-03 |
nadvornik |
dropped IMAGE_THROTTLE_LARGER_IMAGES code
|
2008-09-03 |
nadvornik |
fixed handling of broken images
|
2008-09-01 |
nadvornik |
improved pixbuf draw priority control
|
2008-09-01 |
zas_ |
Use a constant for minimal window size. Set it to 32 for all dialogs.
|
2008-09-01 |
zas_ |
Remove redundant debug.h inclusion.
|
2008-08-31 |
nadvornik |
fixed read ahead callback
|
2008-08-31 |
nadvornik |
fixed error handling in image loader
|
2008-08-31 |
nadvornik |
fixed possible endless loop
|
2008-08-31 |
zas_ |
Add a Save button to Preferences dialog, which allow to save options to file without quitting the application.
|
2008-08-31 |
zas_ |
Move quoted_value() and escquote_value() to misc.[ch].
|
2008-08-31 |
zas_ |
Move miscellaneous functions to their own files (new misc.[ch]).
|
2008-08-31 |
nadvornik |
use GThreadPool
|
2008-08-31 |
nadvornik |
improved thread support in image loader
|
2008-08-31 |
zas_ |
Move save/load_options() to options.[ch].
|
2008-08-31 |
zas_ |
Move sync_options_with_current_state() call to save_options().
|
2008-08-31 |
zas_ |
Move some code to new functions, to simplify main().
|
2008-08-31 |
zas_ |
Fix two minor compilation warnings.
|
2008-08-30 |
nadvornik |
run image loader in separate thread
|
2008-08-30 |
nadvornik |
prepared image loader code for threads
|
2008-08-30 |
zas_ |
Allow to override documentation paths through options:
|
2008-08-29 |
nadvornik |
converted image loader to a GObject and use signals for notification
|
2008-08-29 |
nadvornik |
do not access image_loader directly
|
2008-08-29 |
nadvornik |
added new raw preview interface for legacy exif
|
2008-08-29 |
nadvornik |
fixed thumbnail loader for the new raw preview interface
|
2008-08-28 |
nadvornik |
use mmaped files image loader
|
2008-08-28 |
bruclik |
Removed converting fd->name to utf8 from file_data_set_collate_keys(), because fd->name is utf8.
|
2008-08-28 |
zas_ |
Silent warnings about unused functions when lcms is not used.
|
2008-08-27 |
zas_ |
Comment out unused functions.
|
2008-08-27 |
zas_ |
Silent a compiler warning.
|
2008-08-27 |
zas_ |
const gpointer -> gconstpointer.
|
2008-08-26 |
zas_ |
Use gpointer instead of void *.
|
2008-08-26 |
zas_ |
Consistency: type * instead of type*.
|
2008-08-26 |
zas_ |
For the sake of consistency, use glib basic types everywhere.
|