]> www.fi.muni.cz Git - evince.git/history - backend
Updated German translation.
[evince.git] / backend /
2006-07-10 Bastien NoceraNew backend to support impress slides. Fixes bug #30867.
2006-05-27 Nickolay V. ShmyrevUse consistent quoting style. Fix for the bug #320285.
2006-05-27 Nickolay V. ShmyrevFix page-label command line option. Bug #342070.
2006-05-04 Carlos Garcia CamposAdd support for Named Action links
2006-05-02 Carlos Garcia CamposRework links system, it adds support for remote links...
2006-04-30 Carlos Garcia CamposAllow multiple selection of attachments
2006-04-06 Carlos Garcia CamposDo not load the document twice when there isn't errors
2006-04-04 Carlos Garcia CamposFix a crash when there isn't a default application...
2006-04-03 Nickolay V. ShmyrevFallback even if extension is unknown
2006-04-03 Carlos Garcia CamposAdded missing files.
2006-04-03 Nickolay V. ShmyrevAdd support for PDF attachments. Fixes bug #325143
2006-04-02 Nickolay V. ShmyrevCleanup mime type detection on document load. Fix for...
2006-03-30 Nickolay V. ShmyrevRework factory functions so they are placed now in...
2006-02-24 Nickolay V. ShmyrevClairfy what page the toolbar page number applies to...
2006-01-17 Jani MonosesFix crash when saving pixbuf.
2006-01-06 Nickolay V. ShmyrevDon't add pixbuf mime types if pixbuf backend is disabled.
2005-12-28 Nickolay V. ShmyrevFix for the bug #325067 with more intelligent selection...
2005-12-21 Eduardo LimaIncluded option in configure to make ps backend compila...
2005-12-20 Nickolay V. ShmyrevComics mime types are added to shared-mime-info CVS...
2005-11-14 Nickolay V. ShmyrevSmall build fix
2005-11-14 Nickolay V. ShmyrevNew CBR/CBZ backend for comic books.
2005-09-26 Marco Pesenti GrittiImplement launch links. Delegate external link opening...
2005-09-24 Marco Pesenti GrittiImplement fitr links
2005-09-24 Marco Pesenti GrittiImplement FIT_HEIGHT mode (only for links). Implement...
2005-09-19 Marco Pesenti GrittiImplement FIT and FITH links
2005-09-16 Marco Pesenti GrittiAllow negative doubles in left/top properties
2005-09-08 Marco Pesenti GrittiFix some bugs with xyz links, respect zoom
2005-09-07 Marco Pesenti GrittiImplement xyz links, still not functional. Links are...
2005-08-25 Jonathan BlandfordRedo rotation (again). prepare for 0.4.0
2005-08-24 Marco Pesenti GrittiFix orientation in the postscript document
2005-08-06 Kristian HøgsbergChange selection color on focus in and focus out events...
2005-08-06 Jonathan BlandfordClean up selection to be much smoother!
2005-07-29 Marco Pesenti GrittiUse rotation rather than orientation. It's easier and...
2005-07-29 Marco Pesenti Gritti*** empty log message ***
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-24 Martin KretzschmarBug #311280
2005-07-22 Martin Kretzschmar(mime_type_supported_by_gdk_pixbuf): #ifdef this away...
2005-07-11 Marco Pesenti GrittiAllow to enable/disable the pixbuf backend. Default...
2005-07-08 Marco Pesenti GrittiDo not try to create the object if type is invalid.
2005-07-07 Marco Pesenti GrittiMake frontends depend on just libev. Rework and group...
2005-07-07 Marco Pesenti Gritti*** empty log message ***
2005-07-06 Marco Pesenti GrittiThis should solve the circular dep without requiring...
2005-07-05 Marco Pesenti GrittiRework document types managing to avoid code duplicatio...
2005-07-01 Jonathan BlandfordAdd I-Beam support to EvView. Now we can see where...
2005-06-30 Jonathan BlandfordMassive changes. We now support text selection of pdfs...
2005-06-16 Marco Pesenti GrittiAdd a get_orientation api. Improve set_orientation.
2005-06-15 Marco Pesenti GrittiExpand links when specified by the document. Depend...
2005-06-14 Marco Pesenti GrittiAdd orientation api. Currently poppler api is not optim...
2005-06-13 Marco Pesenti GrittiSeparate scan and fill so that we can incrementally...
2005-06-11 Marco Pesenti GrittiMake fonts model fill incrementally.
2005-06-10 Marco Pesenti Grittis/GTime*/GTime. Not sure why we was using a pointer...
2005-06-07 Nickolay V. ShmyrevPageCache and EvJobs are moved from backend to shell...
2005-06-07 Marco Pesenti GrittiAdd an async renderer interface (method + callback...
2005-06-06 Marco Pesenti GrittiUse a const to return title so that we dont double...
2005-06-05 Nickolay V. ShmyrevMore compact EvView layout in documents with different...
2005-06-04 Marco Pesenti GrittiImplement fonts list. Defined out for now, since it...
2005-06-04 Marco Pesenti GrittiRework properties code to take only EvPropertyInfo...
2005-06-03 Marco Pesenti GrittiInitial go at file properties. Patch by Emil Soleyman...
2005-06-01 Marco Pesenti GrittiPages can be 0 x 0, dont assert on this case
2005-05-31 Nickolay V. ShmyrevSet page action entry width depending on labels width...
2005-05-31 Marco Pesenti GrittiAllow -1 as page value (error)
2005-05-29 Jonathan Blandfordmodify the expose handling to get the shadows.
2005-05-18 Marco Pesenti GrittiAdapt to new poppler api
2005-05-17 Jonathan BlandfordFree the EvDocumentInfo.
2005-05-11 Jonathan Blandfordmake page size calculation consistent and set it to...
2005-05-09 Juerg BilleterCompare page labels even without has_labels set, fixes...
2005-04-28 Nickolay V. ShmyrevFix for 173185. Number of pages is simply "of ..."...
2005-04-24 Jonathan BlandfordFix links for dual/continuous. Also, add a quick fix...
2005-04-23 Jonathan BlandfordAdd Continuous and Dual page modes.
2005-04-22 Jonathan Blandfordactually remove the job.
2005-04-19 Marco Pesenti Grittis/GDate */GDate so we can just use g_free
2005-04-19 Marco Pesenti GrittiRemove get_title from the interface, we can just use...
2005-04-19 Marco Pesenti Gritti*** empty log message ***
2005-04-19 Marco Pesenti GrittiInitial support for document info. Based on jrb patch.
2005-04-16 Nickolay V. ShmyrevSet current page to 0 if document has pages
2005-04-16 Marco Pesenti GrittiRemove some assertions, documents can have 0 pages...
2005-04-15 Marco Pesenti GrittiFix several page size caching bugs
2005-04-14 Marco Pesenti GrittiFix the crash when trying to copy in backends that...
2005-04-12 Nickolay V. ShmyrevFix for bugs 300233,173184,300094. Problems with page...
2005-04-09 Jonathan BlandfordActually fix the "FIXME: update priority" comment.
2005-04-06 Kristian HøgsbergFix of by one errors.
2005-04-05 Kristian HøgsbergMake searching work again.
2005-04-01 Jonathan BlandfordChanged to use page labels now. Rewrote completely...
2005-03-31 Jonathan BlandfordCr 31 13:27:50 2005 Jonathan Blandford <jrb@redhat...
2005-03-31 Jonathan BlandfordRemove pixbuf backend for now
2005-03-23 Marco Pesenti Grittimerge evince-threads branch
2005-03-07 Marco Pesenti GrittiRework API a bit. Add a border flag and change sizing...
2005-02-24 Marco Pesenti GrittiSeparate page/scale notifications
2005-02-16 Jonathan BlandfordNew function to canonicalize sizing/painting a border.
2005-02-04 Marco Pesenti GrittiFix several bugs with find
2005-02-02 Jonathan BlandfordNew file with some random thoughts.
2005-01-30 Marco Pesenti GrittiYay! find works now... Now to find bugs...
2005-01-30 Marco Pesenti GrittiMore work on find implementation, mostly there now
2005-01-29 Marco Pesenti GrittiEnanche the find interface to be really able to do...
2005-01-28 Martin Kretzschmaruse G_DEFINE_TYPE-supplied ev_sidebar_thumbnails_parent...
2005-01-19 Jonathan BlandfordAdd initial support for password-supported dialogs...
2005-01-13 Marco Pesenti GrittiAdd support for document links
2005-01-10 Marco Pesenti GrittiRename bookmark to link, and use "Index" for the sideba...
2005-01-07 Marco Pesenti GrittiAdd a way to open bookmarks
next