Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Move library dependencies to components.Nickolay V. Shmyrev2005-04-172-9/+6
* Minor cleanups removing some dead code.Jonathan Blandford2005-04-165-52/+30
* Calculate shadow size only when there is actually a shadow.Marco Pesenti Gritti2005-04-161-3/+6
* Allow setting view spacing, default to 0Marco Pesenti Gritti2005-04-163-11/+32
* Do not draw the border in fulscreenMarco Pesenti Gritti2005-04-163-6/+39
* Rework border calculation, so that I can more easily disable it. CodeMarco Pesenti Gritti2005-04-161-39/+32
* Remove some assertions, documents can have 0 pages. Make initial currentMarco Pesenti Gritti2005-04-162-26/+24
* Remove unused files.Nickolay V. Shmyrev2005-04-156-785/+49
* Rework sizing to deal with documents with not uniform page size.Marco Pesenti Gritti2005-04-151-53/+55
* Make all toolbar items translatableLuca Ferretti2005-04-151-1/+18
* Fix the crash when trying to copy in backends that doesnt support it. WeMarco Pesenti Gritti2005-04-142-2/+13
* Work around the Escape conflict (find bar and unfullscreen)Marco Pesenti Gritti2005-04-121-2/+18
* Fix for bugs 300233,173184,300094. Problems with page index started at 0Nickolay V. Shmyrev2005-04-123-21/+79
* Save accelerators on exit. Fixes bug #172095.Christian Persch2005-04-091-0/+2
* Actually fix the "FIXME: update priority" comment.Jonathan Blandford2005-04-091-1/+1
* Fix logic.Jonathan Blandford2005-04-091-2/+3
* Check that the document supports findMarco Pesenti Gritti2005-04-082-5/+7
* Add Edit->Find NextMarco Pesenti Gritti2005-04-083-1/+41
* Make printing work againMarco Pesenti Gritti2005-04-081-2/+2
* Big reworking to make completions work iff we have >= GTK-2.7.0Jonathan Blandford2005-04-085-39/+376
* Recent files support.Nickolay V. Shmyrev2005-04-075-33/+191
* s/pdf-document/ev-popplerMarco Pesenti Gritti2005-04-061-1/+1
* Fix of by one errors.Kristian Høgsberg2005-04-061-2/+2
* Make searching work again.Kristian Høgsberg2005-04-053-40/+50
* Patch from Alberto Mesas <amesas@gmail.com> to make F1 bring upJonathan Blandford2005-04-034-117/+219
* Fix mismatch in model types, noticed by Martin Kretzschmar.Jonathan Blandford2005-04-011-2/+2
* Implement search based on poppler_page_find_text(). Currently a bit crudeKristian Høgsberg2005-04-011-12/+13
* Changed to use page labels now. Rewrote completely because I didn'tJonathan Blandford2005-04-014-196/+133
* Cr 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-03-314-17/+27
* Remove pixbuf backend for nowJonathan Blandford2005-03-315-49/+140
* merge evince-threads branchMarco Pesenti Gritti2005-03-2312-555/+1064
* Fix the mess we did with thumbnails and 1-basednessMarco Pesenti Gritti2005-03-121-5/+5
* Rework API a bit. Add a border flag and change sizing logic (now the sizeMarco Pesenti Gritti2005-03-071-3/+5
* Use poppler instead of including xpdf source code. Poppler is a fork ofKristian Høgsberg2005-03-011-2/+2
* Clear idle stack before unsetting the documentMarco Pesenti Gritti2005-02-281-5/+5
* expand the selection widget to be always as wide as the sidebarCarlos Garcia Campos2005-02-281-2/+2
* Clear the list store when setting documentMarco Pesenti Gritti2005-02-281-0/+2
* Use an entry for the page control instead of spinbuttonsMarco Pesenti Gritti2005-02-281-33/+68
* Handle title links for real. Gosh, how long has this been broken.Jonathan Blandford2005-02-281-2/+3
* Remove unused header -> fix distcheckMarco Pesenti Gritti2005-02-251-1/+0
* Unescape filename for displayMarco Pesenti Gritti2005-02-251-3/+10
* Make page width the default sizing modePedro Villavicencio2005-02-251-1/+1
* Marco Pesenti Gritti <marco@gnome.org>Carlos Garcia Campos2005-02-252-7/+48
* Add a "Reload" action and menu entryKai Willadsen2005-02-251-0/+21
* Hide the sidebar iff the type doesn't support thumbnailing and indexing.Jonathan Blandford2005-02-251-1/+29
* Update size when switching modeMarco Pesenti Gritti2005-02-241-14/+23
* Fix size toggle buttons behaviorMarco Pesenti Gritti2005-02-241-64/+43
* Do not cache offsets in size_allocate.Marco Pesenti Gritti2005-02-241-29/+46
* Calculate offsets before calling the parent class (which does a redraw)Marco Pesenti Gritti2005-02-241-5/+5
* Separate page/scale notificationsMarco Pesenti Gritti2005-02-243-120/+86