Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
Commit message (Collapse)AuthorAgeFilesLines
* [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.
*