summaryrefslogtreecommitdiff
path: root/src/eog-print-preview.c
Commit message (Expand)AuthorAgeFilesLines
* EogPrintPreview: Silence -Wswitch-defaultDebarshi Ray2016-03-141-1/+7
* EogPrintPreview: Silence -Wsign-compareDebarshi Ray2016-03-141-2/+4
* EogPrintPreview: Fix possible integer overflowFelix Riemann2016-02-141-93/+3
* Update FSF addressFelix Riemann2014-01-071-3/+3
* EogPrintPreview: Convert to G_DEFINE_TYPE_WITH_PRIVATEFelix Riemann2013-10-041-8/+3
* Fix spelling errors in eogMartin Olsson2012-10-041-1/+1
* Remove deprecated GtkVBox/GtkHBox usageAdrian Zgorzałek2012-02-291-1/+2
* Remove unused variablesRobert Ancell2012-02-171-4/+0
* EogPrintPreview: Avoid unnecessary color parsingFelix Riemann2012-02-161-5/+2
* EogPrintPreview: Draw focus rectangle around image and not the pageFelix Riemann2012-02-151-2/+2
* EogPrintPreview: Replace deprecated Gdk function callsFelix Riemann2012-02-151-9/+10
* Extend print preview to scale with plus and minus from keyboard as wellFelix Riemann2012-01-041-37/+10
* Make it possible to scale the print preview using the scrollwheelClaudio Saavedra2012-01-041-0/+79
* Don't use deprecated gdk_cursor_unref() anymoreFelix Riemann2011-11-301-1/+1
* all: fix build warnings with GCC 4.6Cosimo Cecchi2011-02-041-5/+0
* Make print preview use the "draw"-signal instead of "expose-event"Felix Riemann2010-10-201-11/+7
* Pass a cairo context to gtk_paint_focus()Claudio Saavedra2010-09-281-2/+2
* Update GDK keysym names to be compatible with GTK+-2.90.7Felix Riemann2010-09-101-4/+4
* Use cairo recommended rowstride for the surface in EogPrintPreviewClaudio Saavedra2010-08-121-3/+5
* Make EogPrintPreview GSEAL-compatibleFelix Riemann2010-01-131-26/+24
* Improve compatibility with GSEALed GtkWidgetFelix Riemann2010-01-101-8/+10
* Fix some gtk-doc warnings.Felix Riemann2009-02-031-4/+4
* remove trailing whitespaces.Claudio Saavedra2008-10-271-84/+84
* A few minor API doc cleanups.Felix Riemann2008-10-181-1/+1
* Fixed a typo in a comment. Made the "image-moved" signal documentationClaudio Saavedra2008-05-201-3/+3
* Fix gtk-doc warnings. Make property reference clickable.Felix Riemann2008-05-091-3/+2
* Use the fleur cursor while hovering the image in the preview for betterClaudio Saavedra2008-04-061-2/+11
* Many functions and variables declarations fixes, courtesy of sparse.Claudio Saavedra2008-02-291-2/+2
* Fix a MIN/MAX mix-up. Really closes bug #453151 (Stefan Röllin).Felix Riemann2007-07-241-1/+1
* Do not create the surface each time the image is dragged in the preview.Claudio Saavedra2007-07-201-1/+13
* Store a widget size version of the image to improve responsiveness whenClaudio Saavedra2007-07-201-22/+89
* Moving new code base do trunk.Lucas Almeida Rocha2007-03-171-0/+1137