summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix API docs build without libexifFelix Riemann2015-06-221-2/+0
|
* Make some documented API appear in the docsFelix Riemann2015-05-251-0/+3
|
* Remove all other references to the toolbarJente Hidskes2014-12-172-6/+0
| | | | | | This patch removes all further references to the toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=741050
* Remove private/obsolete API from reference docsFelix Riemann2014-05-112-51/+22
|
* Split eog into executable and private shared libraryFelix Riemann2014-05-111-5/+14
| | | | | This makes the GResource migration cleaner as the resources are logically grouped with the code using them.
* Remove EogDialog helper classFelix Riemann2014-05-031-18/+0
| | | | EogDialog has become obsolete with the switch to GtkBuilder templates.
* EogExifDetails: Rename to EogMetadataDetailsFelix Riemann2013-10-301-1/+1
| | | | | | The widget is not specific to Exif, and is used for XMP as well. https://bugzilla.gnome.org/show_bug.cgi?id=509406
* Update gtk-doc Makefile templateFelix Riemann2013-10-182-15/+32
| | | | | | Should fix an automake warning about deprecated variables. Raise required minimum version for XML parameter. It's probably also been a while since someone tested against gtk-doc 1.9.
* Drop now unneeded TotemScrSaverFelix Riemann2012-10-021-2/+0
| | | | | | It's not needed anymore since GtkApplication does the job now. https://bugzilla.gnome.org/show_bug.cgi?id=684581
* EogScrollView: Add function to check if an event's source if over the imageFelix Riemann2012-04-061-0/+1
| | | | Useful to check if click events are over the image itself.
* Further API doc warning fixesFelix Riemann2011-01-301-0/+3
|
* Remove chapters of dropped plugin classes from API docsFelix Riemann2011-01-301-2/+0
|
* Remove Microtile Array stuff from API docsFelix Riemann2011-01-302-10/+0
| | | | It's not in the build anymore and wasn't public anyway.
* Remove old python binding code and build configurationFelix Riemann2011-01-141-3/+1
| | | | | Although python plugins are not yet supported with the new libpeas-based API, the old binding don't work either and aren't needed any more.
* Add an annotation glossary to the docsClaudio Saavedra2011-01-031-0/+1
|
* gtk-doc janitoringClaudio Saavedra2011-01-032-65/+79
|
* Add a appendix to the main reference documentClaudio Saavedra2010-12-301-64/+75
|
* Improve the API consistency in EogImageSaveInfoClaudio Saavedra2010-12-301-3/+3
| | | | This will make things better for introspection
* Add eog_image_is_file_changed()Claudio Saavedra2010-10-061-0/+1
|
* Add a EogImage::file-changed signalClaudio Saavedra2010-09-131-0/+1
| | | | This is going to be useful to broadcast changes in the underlying file
* Add eog_util_file_is_persistent()Claudio Saavedra2010-09-091-0/+1
| | | | | This method checks whether a file is native and in a non-unmountable location.
* Remove EogMessageArea from the API docsFelix Riemann2010-01-082-25/+0
|
* Remove traces of pre-split interpolation APIFelix Riemann2009-05-231-1/+2
|
* Rework how EogJobs are executedFelix Riemann2009-05-221-6/+1
| | | | | | | Instead of having EogJobQueue detect the specific job type in a big if-cascade, execution is now implemented in the EogJob base class as an abstract function. Special casing the execution is thus not necessary anymore.
* Remove traces of the removed EogPixbufCellRenderer from API docsFelix Riemann2009-05-122-9/+0
|
* Use git.mk for .gitignore generationFelix Riemann2009-05-023-14/+4
| | | | Add Behdad's git.mk script to generate .gitignore files.
* Commit first bunch of .gitignore filesFelix Riemann2009-04-191-0/+14
|
* Separate libxml from other library checks.Felix Riemann2009-01-201-5/+0
| | | | | | | | | | | 2009-01-20 Felix Riemann <friemann@svn.gnome.org> * configure.ac: Separate libxml from other library checks. * cut-n-paste/toolbar-editor/Makefile.am: * doc/reference/Makefile.am: Fix build error with -Wl,--as-needed. Fixes bug #568410. svn path=/trunk/; revision=4963
* Fix incomplete filename in last commit.Felix Riemann2009-01-191-1/+1
| | | | | | | | 2009-01-19 Felix Riemann <friemann@svn.gnome.org> * doc/reference/Makefile.am: Fix incomplete filename in last commit. svn path=/trunk/; revision=4958
* Fix gtk-doc compilation when not compiling with any of libexif or exempi.Felix Riemann2009-01-193-37/+16
| | | | | | | | | | | | | | 2009-01-19 Felix Riemann <friemann@svn.gnome.org> * configure.ac: * doc/reference/Makefile.am: * doc/reference/eog-docs.sgml: * doc/reference/eog-docs.sgml.in: * doc/reference/eog.types: Fix gtk-doc compilation when not compiling with any of libexif or exempi. Fixes bug#557662 (Arun Raghavan). svn path=/trunk/; revision=4957
* Remove section entries for classes that were dropped from the API docs.Felix Riemann2008-12-251-43/+0
| | | | | | | | | 2008-12-25 Felix Riemann <friemann@svn.gnome.org> * doc/reference/eog-sections.txt: Remove section entries for classes that were dropped from the API docs. svn path=/trunk/; revision=4918
* Produce .la-file as well.Felix Riemann2008-12-051-3/+3
| | | | | | | | | | | | | | 2008-12-05 Felix Riemann <friemann@svn.gnome.org> * jpegutils/Makefile.am: Produce .la-file as well. * doc/reference/Makefile.am: * src/Makefile.am: Link to local convenience libs directly instead of using a library search path to avoid linking to wrong libs. Let automake calculate the dependencies list. Remove now unneeded vars. Fixes bug #560073 (Daniel Macks, Felix Riemann). svn path=/trunk/; revision=4894
* Add EogJobCopy to the queue operations.Claudio Saavedra2008-10-262-0/+8
| | | | | | | | | | | | | | | | | | | | 2008-09-29 Claudio Saavedra <csaavedra@igalia.com> * src/eog-job-queue.c: (handle_job), (no_jobs_available_unlocked), (search_for_jobs_unlocked), (eog_job_queue_init), (find_queue), (eog_job_queue_remove_job): Add EogJobCopy to the queue operations. * src/eog-jobs.c: (+eog_job_copy_init), (+eog_job_copy_dispose), (+eog_job_copy_class_init), (+eog_job_copy_new), (+eog_job_copy_progress_callback), (+eog_job_copy_run): New EogJobCopy job, for file copying operations. * src/eog-jobs.h: Add EogJobCopy definitions. * doc/reference/eog-sections.txt: Add methods in EogJobCopy. * doc/reference/eog.types: Add eog_job_copy_get_type(). svn path=/trunk/; revision=4850
* Remove EogModule and EogPythonModule from documentation. It is notClaudio Saavedra2008-09-013-5/+3
| | | | | | | | | | | | | | | 2008-09-01 Claudio Saavedra <csaavedra@igalia.com> * doc/reference/Makefile.am: * doc/reference/eog-docs.sgml: * doc/reference/eog.types: Remove EogModule and EogPythonModule from documentation. It is not supposed to be used by plugin developers and it's breaking the build if python is not installed. Fixes bug #547466 (Tom Parker). svn path=/trunk/; revision=4715
* Make the API docs pass distcheck.Felix Riemann2008-05-121-1/+1
| | | | | | | | 2008-05-12 Felix Riemann <friemann@svn.gnome.org> * doc/reference/Makefile.am: Make the API docs pass distcheck. svn path=/trunk/; revision=4567
* Remove unneeded private elements from documentation.Claudio Saavedra2008-05-101-25/+0
| | | | | | | | | | 2008-05-10 Claudio Saavedra <csaavedra@gnome.org> * doc/reference/eog-sections.txt: Remove unneeded private elements from documentation. svn path=/trunk/; revision=4566
* Add doc to SUBDIRS and --enable-gtk-doc to DISTCHECK_CONFIGURE_FLAGS.Claudio Saavedra2008-04-296-0/+1094
| | | | | | | | | | | | | | | | | | | | | 2008-04-29 Claudio Saavedra <csaavedra@gnome.org> * Makefile.am: Add doc to SUBDIRS and --enable-gtk-doc to DISTCHECK_CONFIGURE_FLAGS. * autogen.sh: Check for gtk-doc. * configure.ac: Add GTK_DOC_CHECK and new generated files to AC_CONFIG_FILES. * doc/Makefile.am: New file. * doc/reference/Makefile.am: Reference documentation. * doc/reference/eog-docs.sgml: * doc/reference/eog-sections.txt: * doc/reference/eog.types: * doc/reference/version.xml.in: Add API reference for plugins developers. Fixes bug #526352. svn path=/trunk/; revision=4555
* Removed doc directory.Lucas Almeida Rocha2007-03-1710-1433/+0
| | | | svn path=/trunk/; revision=3661
* Rename old CVS files to Subversion. Make updates where necessary. UpdateFelix Riemann2007-01-042-0/+0
| | | | | | | | | 2007-01-04 Felix Riemann <friemann@svn.gnome.org> * *.cvsignore, *.svnignore: Rename old CVS files to Subversion. Make updates where necessary. Update svn properties where required. svn path=/trunk/; revision=3419
* eog.glade, doc/C/eog.sgml, libeog/eog-save-as-dialog.c,Jens Finke2004-10-241-5/+5
| | | | | | | | | | | | 2004-10-24 Jens Finke <jens@triq.net> * eog.glade, * doc/C/eog.sgml, * libeog/eog-save-as-dialog.c, * shell/eog-preferences.c, * shell/eog-window.c, * shell/main.c: s/Eye of Gnome/Eye of GNOME Fixes #122544.
* Added ICB file supportThomas Meeks2002-08-071-0/+6
| | | | | | | | 2002-08-07 Thomas Meeks <thomas@imaginator.com> * doc/C/eog.sgml: Added ICB file support * libeog/GNOME_EOG.server.in.in: ditto.
* Uppercase the DOCTYPE and ENTITY stuff.Kjartan Maraas2001-08-122-4/+8
| | | | | | 2001-08-12 Kjartan Maraas <kmaraas@gnome.org> * C/eog.sgml: Uppercase the DOCTYPE and ENTITY stuff.
* 0.5 - FedericoEOG_0_5Federico Mena Quintero2000-09-053-3/+13
|
* Install the stylesheet-images as well.Federico Mena Quintero2000-09-032-1/+11
| | | | | | | 2000-09-03 Federico Mena Quintero <federico@helixcode.com> * C/Makefile.am (install-data-local): Install the stylesheet-images as well.
* Mention that you can drag and drop images into EOG.Federico Mena Quintero2000-09-032-0/+11
| | | | | | 2000-09-03 Federico Mena Quintero <federico@helixcode.com> * C/eog.sgml: Mention that you can drag and drop images into EOG.
* Shut up CVSKjartan Maraas2000-08-292-0/+5
|
* Added a list of supported file formats.Federico Mena Quintero2000-08-242-0/+64
| | | | | | 2000-08-24 Federico Mena Quintero <federico@helixcode.com> * C/eog.sgml: Added a list of supported file formats.
* Fixed the GDP URL, removed the "If you are using GNOME 1.1" thing. ThanksFederico Mena Quintero2000-08-222-5/+10
| | | | | | | 2000-08-22 Federico Mena Quintero <federico@helixcode.com> * C/eog.sgml: Fixed the GDP URL, removed the "If you are using GNOME 1.1" thing. Thanks to Alexander for his suggestions.
* 0.4, at last - FedericoEOG_0_4Federico Mena Quintero2000-08-202-0/+37
|
* User's manual from Eliot Landrum. Modified it to be a <book> instead of anFederico Mena Quintero2000-08-206-0/+1281
2000-08-20 Federico Mena Quintero <federico@helixcode.com> * C/eog.sgml: User's manual from Eliot Landrum. Modified it to be a <book> instead of an <article> and revised it extensively. * C/fig/*: Figures from Eliot and Arik. These figures are of the program, not of those people, you perverts. 2000-08-20 Federico Mena Quintero <federico@helixcode.com> * ChangeLog: Started the ChangeLog here.