Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* 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-011-1/+1
* Cr 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-03-311-5/+6
* Remove pixbuf backend for nowJonathan Blandford2005-03-311-17/+58
* merge evince-threads branchMarco Pesenti Gritti2005-03-231-149/+193
* 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-241-99/+72
* Give translators more flexibility with ngettext plural handling.Tommi Vainikainen2005-02-231-1/+6
* Fixup selection offset calculationMarco Pesenti Gritti2005-02-211-26/+72
* Do not try to best fit if the view is not realizedMarco Pesenti Gritti2005-02-211-1/+1
* Change the fullscreen toolbar to always be in the popup window. ThatJonathan Blandford2005-02-181-1/+5
* Automatically hide the fullscreen button. Patch by Kristian HøgsbergMarco Pesenti Gritti2005-02-161-10/+47
* get rid of the black flash.Jonathan Blandford2005-02-161-0/+2
* New function to canonicalize sizing/painting a border.Jonathan Blandford2005-02-161-59/+120
* add parameters providing allocation width and height without scrollbarsMartin Kretzschmar2005-02-151-9/+32
* Fix compilation on non-gcc platformsMarco Pesenti Gritti2005-02-091-2/+2
* Solve more refs issues.Marco Pesenti Gritti2005-02-071-0/+2
* Add debugging helpersMarco Pesenti Gritti2005-02-071-0/+4
* Add another check for find interfaceMarco Pesenti Gritti2005-02-041-1/+4
* Clamp page number, dont try to move to not existant pages.Marco Pesenti Gritti2005-02-041-1/+7
* Fix several bugs with findMarco Pesenti Gritti2005-02-041-7/+13
* New file with some random thoughts.Jonathan Blandford2005-02-021-2/+5
* Support eps and check document supports find before drawing highlightingsMarco Pesenti Gritti2005-02-011-1/+3
* Scroll at the top of the page when changing pageMarco Pesenti Gritti2005-01-301-0/+3
* Do not redraw unnecessarilyMarco Pesenti Gritti2005-01-301-2/+2
* Yay! find works now... Now to find bugs...Marco Pesenti Gritti2005-01-301-25/+34
* More work on find implementation, mostly there nowMarco Pesenti Gritti2005-01-301-41/+178
* Enanche the find interface to be really able to do multi page find.Marco Pesenti Gritti2005-01-291-139/+26
* Kill session historyMarco Pesenti Gritti2005-01-271-122/+0
* ignore page offset here, to make search results independent of it,Stephane LOEUILLET2005-01-231-2/+9
* Make selection work in any directionMarco Pesenti Gritti2005-01-211-8/+7
* make the bg color darker.Jonathan Blandford2005-01-201-1/+1
* (set_document_page): handle paper size changes when the pageMartin Kretzschmar2005-01-201-0/+11
* (set_document_page): unset has_selection when the page changes.Martin Kretzschmar2005-01-201-0/+1
* Use normal style color for the widget background and draw a black boxMarco Pesenti Gritti2005-01-201-34/+17
* forgot thisMarco Pesenti Gritti2005-01-201-3/+9
* Show a wait cursor while the page is renderingMarco Pesenti Gritti2005-01-201-19/+36
* Ensure thumbnails selection, toolbar page control and current page are inMarco Pesenti Gritti2005-01-201-6/+7
* Fix bugs in the links implementation and change cursor when hovering aMarco Pesenti Gritti2005-01-181-5/+43
* new functions to help with implementation of sensitivity code FixDave Malcolm2005-01-141-0/+34
* View status message support, use it to show the links. Needs work...Marco Pesenti Gritti2005-01-131-41/+179
* Add support for document linksMarco Pesenti Gritti2005-01-131-6/+34
* Implement history dropdownsMarco Pesenti Gritti2005-01-111-9/+27
* Fix several history bugsMarco Pesenti Gritti2005-01-111-8/+13
* Rename bookmark to link, and use "Index" for the sidebar panel.Marco Pesenti Gritti2005-01-101-12/+12
* Initial history implementation. Needs work.Marco Pesenti Gritti2005-01-091-4/+87
* (ev_view_set_document): don't connect to "found" unless the documentMartin Kretzschmar2005-01-081-4/+5
* Cleanup and add select all.Marco Pesenti Gritti2005-01-071-0/+20
* Implement Edit->CopyMarco Pesenti Gritti2005-01-051-0/+13