Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Beginnings of clipboard support. Incomplete but primary sort of work.Marco Pesenti Gritti2005-01-051-9/+98
* Nicer rubberband drawing, from GtkIconView.Marco Pesenti Gritti2005-01-051-7/+47
* Queue a resize when zoom changesMarco Pesenti Gritti2005-01-051-1/+1
* Change the layout to match clarkbw design.Marco Pesenti Gritti2005-01-041-29/+30
* Grab focus on the view when clicking itMarco Pesenti Gritti2005-01-021-2/+7
* Add key bindings to the view. Now if the focus would work right...Marco Pesenti Gritti2005-01-021-2/+89
* Fix mouse wheel scrollingMarco Pesenti Gritti2005-01-011-1/+1
* Add a changed event that is emitted when the page content changes. This isMarco Pesenti Gritti2004-12-311-3/+12
* hook up potentially-questionable "find results status text" feature -Havoc Pennington2004-12-231-2/+110
* make search find stuff on other pages, sort of (only returns one result onHavoc Pennington2004-12-231-15/+33
* display an error if the document doesn't support find (better ideas?)Havoc Pennington2004-12-231-0/+1
* *** empty log message ***Marco Pesenti Gritti2004-12-221-1/+1
* because get_page_size() returns the scaled page size, we need to calculateMark McLoughlin2004-12-221-3/+3
* add zooming.Mark McLoughlin2004-12-221-0/+85
* connect to "found" signal (expose_bin_window): draw find highlightsHavoc Pennington2004-12-221-3/+65
* Add a few more toolbar items.Owen Taylor2004-12-221-0/+41
* Redo size handling.Owen Taylor2004-12-221-4/+21
* Hook things up a bit, it works! (sort of)Owen Taylor2004-12-221-4/+16
* Start of content-area widget.Owen Taylor2004-12-221-0/+422