Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-page-action.c
Commit message (Expand)AuthorAgeFilesLines
* Patch for case unsensitive page label match by Michael Lee. See bugNickolay V. Shmyrev2008-09-071-0/+4
* More #include cleanups. Again: reordering, single gtk.h includes and otherWouter Bolsterlee2008-08-031-0/+1
* Cleanup many #include statements: reorder so that a generic-to-specificWouter Bolsterlee2008-08-031-8/+7
* Only grab the focus for the current visible proxy widget. Fixes bugCarlos Garcia Campos2008-03-311-1/+3
* Scroll pages in page entry with mouse wheel. Fixes bug #324122. Thanks toNickolay V. Shmyrev2007-12-201-0/+17
* History finally works as expected.Nickolay V. Shmyrev2007-01-281-1/+4
* Remove activate_link signal, not required.Nickolay V. Shmyrev2007-01-281-28/+11
* Check if text inserted in page entry is a valid page number when itCarlos Garcia Campos2006-12-151-6/+23
* Preliminary history implementationNickolay V. Shmyrev2006-11-191-305/+8
* Rework links system, it adds support for remote links now and it makesCarlos Garcia Campos2006-05-021-4/+16
* Fix for the bug #325067 with more intelligent selection of current link inNickolay V. Shmyrev2005-12-281-1/+1
* "marco, maybe we should be crazy and jump right to 6! :)"Marco Pesenti Gritti2005-09-221-1/+1
* Point to the correct function in constructor of the activate_label signalCrispin Flowerday2005-08-111-1/+1
* Unref the completion after setting it to the entryNickolay V. Shmyrev2005-07-041-1/+2
* Fix for Bug 309080: crash on window close.Nickolay V. Shmyrev2005-06-281-2/+3
* Fix memory leakNickolay V. Shmyrev2005-06-191-0/+10
* Fixed lot's of memory leaks, for example, memory leak on reload, describedNickolay V. Shmyrev2005-06-181-1/+10
* Use a GtkIconView in certain situations. That situation is that you'reJonathan Blandford2005-06-081-1/+1
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-071-1/+2
* Set page action entry width depending on labels width. Fix for 305202Nickolay V. Shmyrev2005-05-311-0/+6
* Use signals to notify action activation. Hopefully I did not breakMarco Pesenti Gritti2005-05-111-2/+63
* Update label when connecting proxy. Fix a warning with NULL page_cache.Marco Pesenti Gritti2005-05-101-1/+3
* Add mnemonic for edit toolbar. ctrl+l focus the page entry.Marco Pesenti Gritti2005-05-101-0/+14
* Keep a weak reference on proxy->page_cache so that we dont try toMarco Pesenti Gritti2005-05-101-2/+31
* Use connect_object rather than explicitly disconnect on dispose.Marco Pesenti Gritti2005-04-291-5/+4
* Fix for 173185. Number of pages is simply "of ..." when there is noNickolay V. Shmyrev2005-04-281-1/+5
* Update current page while scrolling in continuous modeNickolay V. Shmyrev2005-04-271-0/+1
* Put back total number of pages as (1 of 1234)Marco Pesenti Gritti2005-04-221-2/+28
* Remove some assertions, documents can have 0 pages. Make initial currentMarco Pesenti Gritti2005-04-161-1/+1
* Fix logic.Jonathan Blandford2005-04-091-2/+3
* Big reworking to make completions work iff we have >= GTK-2.7.0Jonathan Blandford2005-04-081-36/+284
* Changed to use page labels now. Rewrote completely because I didn'tJonathan Blandford2005-04-011-164/+125
* Use an entry for the page control instead of spinbuttonsMarco Pesenti Gritti2005-02-281-33/+68
* use G_DEFINE_TYPE-supplied ev_sidebar_thumbnails_parent_class variable,Martin Kretzschmar2005-01-281-6/+2
* Set the spin button limits correctly.Anders Carlsson2005-01-131-1/+12
* Change the layout to match clarkbw design.Marco Pesenti Gritti2005-01-041-0/+263