2010-02-16 |
nadvornik |
added 2010 to copyright text
|
2009-09-21 |
nadvornik |
fixed pan-view popup menu
|
2009-07-21 |
nadvornik |
fixed destroying of menu data
|
2009-05-14 |
zas_ |
Fix up unused variables warnings.
|
2009-04-06 |
zas_ |
Fix up event source ids type: gint -> guint.
|
2009-04-04 |
nadvornik |
dropped show_copy_path option
|
2009-03-14 |
zas_ |
More gboolean.
|
2009-03-08 |
zas_ |
In various Edit context menus, only display editors that match the file types in the selection.
|
2009-03-01 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
|
2009-03-01 |
nadvornik |
dropped ExifUIList
|
2009-02-28 |
zas_ |
No space between function name and first parenthesis, it eases greping (see CODING).
|
2009-02-14 |
nadvornik |
droped Preferences dialog, sidebar should replace it completely
|
2009-02-07 |
nadvornik |
use metadata_read_* functions where possible
|
2009-02-04 |
zas_ |
Add year 2009 to copyright info everywhere.
|
2009-02-01 |
nadvornik |
read external editors from .desktop files
|
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-15 |
zas_ |
Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
|
2008-10-07 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
2008-10-04 |
nadvornik |
fixed charset of exiv2 strings in non-utf8 locales
|
2008-09-01 |
zas_ |
Use a constant for minimal window size. Set it to 32 for all dialogs.
|
2008-08-31 |
zas_ |
Move miscellaneous functions to their own files (new misc.[ch]).
|
2008-08-29 |
nadvornik |
converted image loader to a GObject and use signals for notification
|
2008-08-26 |
zas_ |
Use gpointer instead of void *.
|
2008-08-26 |
zas_ |
For the sake of consistency, use glib basic types everywhere.
|
2008-07-20 |
zas_ |
Move uri_*() functions to separate files: uri_utils.[ch]
|
2008-07-20 |
zas_ |
Move history_list_*() functions to separate files:
|
2008-06-27 |
nadvornik |
added pixbuf_fallback function
|
2008-06-18 |
nadvornik |
implemented generic FileData cache
|
2008-06-15 |
nadvornik |
use FileData in thumb_loader
|
2008-06-03 |
nadvornik |
replaced directory path with FileData* dir_fd
|
2008-05-30 |
zas_ |
Make utf8_validate_or_convert() to always allocate a new string.
|
2008-05-24 |
nadvornik |
rewritten utilops.h:
|
2008-05-21 |
zas_ |
Use G_DIR_SEPARATOR where applicable.
|
2008-05-21 |
zas_ |
Use G_DIR_SEPARATOR_S where applicable.
|
2008-05-16 |
zas_ |
Include debug.h from main.h since debug macros may be used anywhere in the code.
|
2008-05-13 |
zas_ |
Move some functions from main.[ch] to new window.[ch].
|
2008-05-12 |
zas_ |
Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
|
2008-04-24 |
zas_ |
Convert the minority of while() to while ().
|
2008-04-24 |
zas_ |
Remove whitespace between function name and first parenthesis for the sake of consistency.
|
2008-04-24 |
zas_ |
Move debug macros from main.h to new debug.h.
|
2008-04-24 |
zas_ |
Handle the newline in DEBUG_N() macro instead of adding one
|
2008-04-23 |
zas_ |
Allow the copy of file paths to clipboard.
|
2008-04-23 |
zas_ |
Introduce macros to display debug messages.
|
2008-04-22 |
zas_ |
Ensure Properties dialog is displayed above fullscreen window.
|
2008-04-21 |
nadvornik |
updated copyright in source files
|
2008-04-20 |
nadvornik |
read color profiles from jpeg also with Exiv2
|
2008-04-20 |
zas_ |
Use explicit names for mouse buttons instead of numbers.
|
2008-04-20 |
zas_ |
Effectively drop empty newlines at end of files (missing from rev 535)
|
2008-04-20 |
zas_ |
Big whitespaces cleanup:
|
2008-04-13 |
zas_ |
Apply exif display config (Never/If set/Always) to pan view too.
|
2008-04-12 |
zas_ |
Rename image-related options.
|
2008-04-12 |
zas_ |
Rename thumbnails related options.
|
2008-04-12 |
zas_ |
Drop redundant code.
|
2008-04-11 |
zas_ |
Add a new struct ConfOptions to handle options.
|
2008-04-09 |
zas_ |
Simplify and unify gtk_window creation with the help of
|
2008-04-09 |
zas_ |
Replace occurences of Geeqie / geeqie by constants defined in main.h.
|
2008-04-08 |
zas_ |
gqview.h -> main.h
|
2008-04-03 |
zas_ |
Make the wmclass value unique among the code by defining
|
2008-04-03 |
zas_ |
Drop a bunch of unused variables.
|
2008-03-23 |
nadvornik |
rename GQview -> Geeqie over the code
|