Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libmisc/ev-page-action-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* ld] Fix compile warning about unused variableChristian Persch2010-02-031-1/+0
|
* Update page action when entry text changes but not current pageCarlos Garcia Campos2009-12-121-8/+6
| | | | | That happens when user types and invalid page or current page. Fixes bgo#603714.
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-38/+55
| | | | | | | EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.
* Move part of the EvPageCache to EvDocumentCarlos Garcia Campos2009-09-151-29/+38
| | | | The static data about the document is stored now in EvDocument class
* [libmisc] Move EvPageActionWidget implementation to its own classCarlos Garcia Campos2009-09-151-45/+213
| | | | | For some reason it was implemented in EvPageAction class. It includes also some minor improvements and cleanups.
* Move EvPageAction and EvStockIcons from shell to a new internal libraryCarlos Garcia Campos2009-04-081-0/+304
2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * Makefile.am: * po/POTFILES.in: * shell/Makefile.am: * shell/ev-page-action-widget.[ch]: * shell/ev-page-action.[ch]: * shell/ev-stock-icons.[ch]: * shell/ev-application.c: * shell/main.c: * libmisc/Makefile.am: * libmisc/ev-page-action-widget.[ch]: * libmisc/ev-page-action.[ch]: * libmisc/ev-stock-icons.[ch]: Move EvPageAction and EvStockIcons from shell to a new internal library (libevmisc) that will be used by the evince previewer too. svn path=/trunk/; revision=3577