Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Fix a crash when loading document with inverted colors enabledCarlos Garcia Campos2010-07-271-3/+3
|
* [build] Rename DATADIR with EVINCEDATADIRHib Eris2010-07-262-2/+2
| | | | | Defining DATADIR conflicts with win32 api (ObjIdl.h), so this define is renamed to EVINCEDATADIR.
* [libview] Correctly compute the position of the annotation windowJose Aliste2010-07-261-2/+2
|
* [libview] Fix position of window annotations when moved by the userCarlos Garcia Campos2010-07-251-8/+6
|
* Preliminary support for adding new annotationsCarlos Garcia Campos2010-07-207-121/+318
| | | | At the moment only Text annotations can be added. See bug #168304.
* [libview] Add ev_page_cache_mark_dirty()Carlos Garcia Campos2010-07-202-3/+22
| | | | | Annotations might be added at runtime, in that case we need to mark cache as dirty to force a new job to get annotations.
* [libdocument] Use cairo instead of gdk_draw_rectangle()Carlos Garcia Campos2010-07-151-1/+1
|
* [libview] Fix formatting issues in ev-view-accessible.cDaniel Garcia2010-07-141-519/+515
| | | | | | * Removing trailing spaces * Changing space tabulation by tabs * Other format changes (remove spaces, braces, etc)
*