Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libmisc/ev-page-action.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* Replace GTK_WIDGET_MAPPED() with gtk_widget_get_mapped()Carlos Garcia Campos2010-03-311-1/+1
|
* build: Remove unused variable to fix a compiler warningChristian Persch2009-10-201-1/+0
|
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-62/+38
| | | | | | | 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-32/+26
| | | | The static data about the document is stored now in EvDocument class
* [libmisc] Move EvPageActionWidget implementation to its own classCarlos Garcia Campos2009-09-151-160/+14
| | | | | 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/+416
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