Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libmisc
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.
* [build] Remove gitignore files from gitChristian Persch2009-10-251-23/+0
| | | | They're autogenerated now.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+23
| | | | Import git.mk.
* build: Remove unused variable to fix a compiler warningChristian Persch2009-10-201-1/+0
|
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-155-112/+108
| | | | | | | 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-153-63/+66
| | | | The static data about the document is stored now in EvDocument class
* [libmisc] Move EvPageActionWidget implementation to its own classCarlos Garcia Campos2009-09-153-223/+233
| | | | | For some reason it was implemented in EvPageAction class. It includes also some minor improvements and cleanups.
* Add EV_INTLTOOL_EVINCE_BACKEND_RULEChristian Persch2009-08-161-1/+0
| | | | | | Create a rule for the .evince-backend file creation, and use that one instead of hardcoding it in every Makefile.am. Use $(AM_V_GEN) in the rule.
* [build] Add dependency on libdocument/libview for libmiscHib Eris2009-06-051-1/+6
|
* Move stock icons from libmisc to libview and make the API publicCarlos Garcia Campos2009-05-123-181/+1
|
* [build] Fixes distcheckNickolay V. Shmyrev2009-05-031-0/+2
| | | | Fixes distcheck issue with additional include folder.
* Move EvPageAction and EvStockIcons from shell to a new internal libraryCarlos Garcia Campos2009-04-087-0/+1037
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