summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Use Unicode in translatable stringsPiotr Drąg2016-12-131-2/+2
* Don't call gdk_threads_init()Lars Uebernickel2014-01-111-1/+0
* Update FSF addressFelix Riemann2014-01-071-3/+3
* Remove unneeded xmp_terminate callFelix Riemann2013-10-061-7/+0
* Delay display initialization to avoid losing event timestampJohn Hiesey2013-10-061-53/+1
* Refactored eog jobs system.Javier Sánchez2013-06-101-2/+2
* Raise librsvg dependency to 2.36.2Felix Riemann2012-09-071-7/+0
* My @gnu.org email doesn't work anymore; fix it with @gnome.org that works.Federico Mena Quintero2012-08-291-1/+1
* EogApplication: Make most members privateFelix Riemann2012-08-121-1/+2
* Fix warnings due to deprecations in librsvg-2.35Felix Riemann2012-02-291-2/+7
* Remove usage of g_thread_initFelix Riemann2012-02-081-3/+0
* Replace deprecated GtkRCStyle usage with a GtkCssProviderFelix Riemann2011-12-141-2/+19
* Don't lock GDK around g_application_run()Ryan Lortie2011-11-021-4/+0
* Allow reusing an existing window for another image from the commandlineMichael Wünsch2011-10-071-0/+5
* Changed user visible strings to use generic app name.Tiffany Antopolski2011-09-051-2/+2
* Port EogApplication to GtkApplicationClaudio Saavedra2011-06-111-106/+10
* Add the necessary machinery to generate the introspection data from eogClaudio Saavedra2011-01-031-0/+6
* Port the plugin system to use libpeasClaudio Saavedra2011-01-031-3/+0
* Don't hardcode GConf as GSettings backendFelix Riemann2010-07-281-2/+0
* Request a dark theme variantFlorian Müllner2010-07-211-0/+6
* Rename "Image Collection" to "Image Gallery"Felix Riemann2010-06-131-4/+4
* [GSettings] Use the gconf GSettings backendFelix Riemann2010-06-061-0/+2
* Remove unneeded gconf-client.h includeFelix Riemann2010-06-031-1/+0
* Render SVGs using librsvg when filtering is enabledHiroyuki Ikezoe2010-04-181-0/+6
* Add --version command line parameterFelix Riemann2010-04-171-0/+13
* Miscellaneous string fixesPhilip Withnall2010-01-021-2/+2
* Send option parsing errors to stderr instead of stdoutFelix Riemann2009-05-011-1/+1
* Remove unneeded explicit gtk_init callFelix Riemann2009-05-011-3/+2
* Update to latest toolbareditor from libegg.Felix Riemann2009-02-191-22/+22
* Simplify error message.Felix Riemann2009-01-091-3/+8
* Drop libgnomeui dependency. Remove session handling code that didFelix Riemann2009-01-091-16/+19
* Handle accelerator storage on our own without using libgnomeui. Let theFelix Riemann2009-01-091-2/+0
* Change variable name to something that should be less prone to produceFelix Riemann2008-11-141-3/+4
* Fix some build warnings. Bug #537488.Cosimo Cecchi2008-06-101-3/+3
* improve new --new-instance option description.Lucas Rocha2008-03-211-1/+1
* Add a --new-instance command line parameter. Fixes bug #523173.Claudio Saavedra2008-03-211-1/+7
* wrap gtk_main() between gdk_threads_enter() and gdk_threads_leave() inLucas Rocha2008-03-031-0/+4
* Many functions and variables declarations fixes, courtesy of sparse.Claudio Saavedra2008-02-291-3/+3
* new style definition for image collection horizontal scrollbars.Lucas Rocha2007-09-031-2/+4
* Install app specific icons into correct directory. Install the scalableFelix Riemann2007-08-011-0/+4
* Optional XMP metadata support. Fixes bug #451101 (Hubert Figuiere).Lucas Rocha2007-07-181-0/+10
* Added Python support in the plugin system.Lucas Rocha2007-07-041-1/+1
* Plugin system in place and activated now. Here we go!Lucas Rocha2007-05-141-0/+4
* Moving new code base do trunk.Lucas Almeida Rocha2007-03-171-0/+216
* Removed all files in these long dead directories.Jens Finke2002-01-201-86/+0
* Updated to use GConf's new error type (GError)Jeffrey Stedfast2000-09-101-6/+6
* Last night's preparations for 0.4 - FedericoFederico Mena Quintero2000-08-161-2/+2
* Removed global prefs variable.Arik Devens2000-07-111-1/+0
* Fixes from Arik - FedericoFederico Mena Quintero2000-06-271-7/+6
* Early GConf stuff... reads preferences from database and updates ui... need t...Arik Devens2000-06-211-0/+11