]> www.fi.muni.cz Git - evince.git/history - ps/ps-document.c
Adds a paper size field to the properties dialog. Fixes bug #307315. Patch
[evince.git] / ps / ps-document.c
2006-12-04 Wouter BolsterleeAdds a paper size field to the properties dialog. Fixes...
2006-12-03 Carlos Garcia CamposAllow printing to PDF when suppoted by the backend.
2006-05-27 Nickolay V. ShmyrevUse consistent quoting style. Fix for the bug #320285.
2006-02-16 Nickolay V. ShmyrevAdd checks that are useful in the case of empty ps...
2006-02-12 Nickolay V. ShmyrevRuntime check for gs interpreter. Fix for the bug ...
2005-09-22 Marco Pesenti GrittiFix unstructured documents save and print
2005-08-24 Marco Pesenti GrittiFix orientation in the postscript document
2005-08-23 Marco Pesenti GrittiAdapt to the new poppler rotation API. Fix text maps...
2005-08-17 Carlos Garcia CamposUse g_filename_display_name for displaying filenames...
2005-08-16 Carlos Garcia Camposconvert filename to utf8 when there is an error loading...
2005-08-05 Nickolay V. ShmyrevUse unzipped document when printing. Thanks to Colin...
2005-07-29 Marco Pesenti GrittiUse rotation rather than orientation. It's easier and...
2005-07-29 Marco Pesenti GrittiReally make use of the orientation bit of the render...
2005-07-27 Martin Kretzschmaradd paper_width, paper_height, and duplex parameters...
2005-07-08 Marco Pesenti GrittiDo not leak the target window
2005-06-18 Martin Kretzschmarremove the locale.h include again ;-). And kill the...
2005-06-18 Nickolay V. ShmyrevInclude locale.h to fix build
2005-06-17 Martin Kretzschmarread "Creator:" comment, free creator field if necessary.
2005-06-16 Marco Pesenti GrittiAdd a get_orientation api. Improve set_orientation.
2005-06-14 Marco Pesenti GrittiImplement orientation here too
2005-06-07 Marco Pesenti GrittiBig cleanup of the ps code
2005-06-07 Marco Pesenti GrittiAdd an async renderer interface (method + callback...
2005-06-06 Marco Pesenti GrittiFix warning when loading ps
2005-06-06 Marco Pesenti GrittiFix crash when priting gs error messages.
2005-06-04 Marco Pesenti GrittiRework properties code to take only EvPropertyInfo...
2005-06-02 Marco Pesenti GrittiTry to render even if psscan fails.
2005-06-01 Marco Pesenti GrittiDo not fail on interpreter messages
2005-05-31 Marco Pesenti GrittiForgot to chain it to the parent. Thanks chpe.
2005-05-31 Marco Pesenti GrittiCleanup dispose a bit. Dont leak the whole pixmap.
2005-05-31 Marco Pesenti GrittiFix a double free
2005-05-18 Marco Pesenti GrittiAdapt to new poppler api
2005-04-19 Marco Pesenti GrittiRemove get_title from the interface, we can just use...
2005-04-18 Marco Pesenti GrittiRespect document orientation
2005-04-15 Marco Pesenti GrittiBased on a patch by J�rg Billeter <j@bitron.ch>
2005-04-14 Marco Pesenti GrittiFix the crash when trying to copy in backends that...
2005-04-06 Marco Pesenti GrittiRelease 0.2.0
2005-04-05 Marco Pesenti GrittiFix page size calculation
2005-04-05 Marco Pesenti GrittiMore refactoring to adapt to EvDocument changes
2005-04-05 Marco Pesenti GrittiActually add alpha args
2005-04-05 Kristian HøgsbergMake searching work again.
2005-03-31 Jonathan BlandfordRemove pixbuf backend for now
2005-03-23 Marco Pesenti Grittimerge evince-threads branch
2005-03-08 Marco Pesenti GrittiSome more sanitization of the ps backend. Remove a... EVINCE_0_1_7
2005-03-03 Jens GranseuerMake it C89 compliant
2005-02-28 Marco Pesenti GrittiDisconnect the widget event signal on finalize. Some...
2005-02-28 Marco Pesenti GrittiIf there is no bpixmap create one, even if size is...
2005-02-28 Marco Pesenti GrittiDefault page is 0. Calculate size even when we have...
2005-02-24 Marco Pesenti GrittiSeparate page/scale notifications
2005-02-21 Marco Pesenti Grittips pages are 0 based, convert
2005-02-21 Marco Pesenti GrittiInitialize correct parent class. Set GError on document...
2005-02-09 Marco Pesenti GrittiFix compilation on non-gcc platforms
2005-02-07 Marco Pesenti GrittiLog gs property
2005-02-07 Marco Pesenti GrittiLog gs env var
2005-02-07 Marco Pesenti GrittiSome cleanups, stop the interpreter on finalize
2005-02-07 Marco Pesenti GrittiAdd debugging helpers
2005-02-07 Marco Pesenti GrittiInitialize message_window, this should make ps renderin...
2005-02-02 Jonathan BlandfordNew file with some random thoughts.
2005-01-21 Martin KretzschmarZero page_[xy]_offset.
2005-01-21 Martin Kretzschmaradd page_[xy]_offset fields.
2005-01-21 Martin Kretzschmarstub out missing methods for complete EvDocument implem...
2005-01-13 Marco Pesenti GrittiView status message support, use it to show the links...
2005-01-13 Marco Pesenti GrittiFix page switching on multipage documents
2005-01-13 Jeff Muizelaarimplement get/set properties
2005-01-03 Marco Pesenti GrittiInitial support for document title. Not working yet.
2005-01-01 Marco Pesenti GrittiRename GtkGS to PSDocument