Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Collapse)AuthorAgeFilesLines
* Add invert icon for inverted colors optionJuanjo Marín2009-11-292-1/+3
| | | | Icon borrowed from GIMP. See bgo#321823.
* [libview] Fix rendering issue in dual/continuous modeJosé Aliste2009-11-251-2/+10
| | | | Fixes bgo#602742.
* [libview] Do not resize the window when zoom in/out with CTRL+ScrollCarlos Garcia Campos2009-11-251-3/+2
| | | | Fixes bgo#602798.
* [libview] Keep scroll position when reloadingCarlos Garcia Campos2009-11-231-3/+9
| | | | Fixes bgo#602445.
* Add options to open and save attachment annotations to context menuCarlos Garcia Campos2009-11-171-2/+9
|
* [libview] Handle file attachment annotationsCarlos Garcia Campos2009-11-161-2/+21
| | | | Attachment is opened when annotation is clicked.
* [libview] Make sure view is redrawn as soon as current page is renderedCarlos Garcia Campos2009-11-151-0/+3
| | | | Fixes bgo#601433.
* [libview] Best page calculation only makes sense in continuous modeCarlos Garcia Campos2009-11-141-11/+10
|
* [build] Remove shave leftoverChristian Persch2009-11-061-1/+1
| | | | Use $(LIBTOOL), not $(SHAVE_SAVED_LIBTOOL).
* [build] Remove gitignore files from gitChristian Persch2009-10-251-30/+0
| | | | They're autogenerated now.
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-23/+12
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+30
| | | | Import git.mk.
* [libview] Scroll one screen leaving one line contextCarlos Garcia Campos2009-10-071-1/+75
| | | | See bgo#170871
* [libview] Clear form fields when rotation changesCarlos Garcia Campos2009-09-301-0/+2
| | | | | Fixes a crash when rotating documents with form field widgets active. Fixes bgo#593316.
*