Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Use document info from page cache instead of document itself. fix for crashNickolay V. Shmyrev2005-06-073-5/+4
* Cleanup links job on exitNickolay V. Shmyrev2005-06-061-0/+10
* Use a const to return title so that we dont double free it. Small cleanupMarco Pesenti Gritti2005-06-061-2/+1
* Cleanup the old job when changing documentMarco Pesenti Gritti2005-06-061-1/+8
* second part of commitNickolay V. Shmyrev2005-06-053-3/+7
* More compact EvView layout in documents with different page sizesNickolay V. Shmyrev2005-06-051-123/+91
* fix compilation.Jonathan Blandford2005-06-041-1/+1
* A bit different fix for rounding problem but it has noNickolay V. Shmyrev2005-06-042-6/+8
* Set the column title. Show the dialog only once everything is setup.Marco Pesenti Gritti2005-06-041-0/+1
* Implement fonts list. Defined out for now, since it depends on a not yetMarco Pesenti Gritti2005-06-043-5/+41
* other_page isn't necessarily page + 1.Jonathan Blandford2005-06-042-12/+29
* Labels don't expand when the dialogue is resizedNickolay V. Shmyrev2005-06-041-11/+15
* Rework properties code to take only EvPropertyInfo in the constructor soMarco Pesenti Gritti2005-06-043-115/+119
* Initial go at file properties. Patch by Emil Soleyman-ZomalanMarco Pesenti Gritti2005-06-034-1/+210
* Correctly manage our reference on document. Finally the reload huge leakMarco Pesenti Gritti2005-05-311-34/+19
* Release ref on the pixbuf cache when changing document.Marco Pesenti Gritti2005-05-311-0/+5
* Set page action entry width depending on labels width. Fix for 305202Nickolay V. Shmyrev2005-05-311-0/+6
* Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>. FixMarco Pesenti Gritti2005-05-312-115/+72
* modify the expose handling to get the shadows.Jonathan Blandford2005-05-294-39/+49
* Cleanup tiff configure checks. Fix for bug 305218.Nickolay V. Shmyrev2005-05-242-2/+8
* Fix minor points related to moving best fit up. IntroduceNickolay V. Shmyrev2005-05-222-13/+46
* Second part of commit, broken pipe somehowNickolay V. Shmyrev2005-05-221-0/+9
* Rough TIFF backend.Jonathan Blandford2005-05-222-0/+7
* Remove the locks around get_n_resultsMarco Pesenti Gritti2005-05-211-12/+0
* cast adjustmen->value to (int) before using it. Otherwise, we get off by aJonathan Blandford2005-05-211-9/+8
* Patch from Nickolay V. Shmyrev to reset the adjustment when the modeJonathan Blandford2005-05-211-21/+31
* Fix flickering on resizingNickolay V. Shmyrev2005-05-201-3/+9
* Patch from Nickolay Shmyrev to fix the -p option, #170458Jonathan Blandford2005-05-201-13/+7
* Patch from Nickolay Shmyrev to to scroll to second page on page_changed ifJonathan Blandford2005-05-201-4/+18
* Use gdk_window_scroll instead of gtk_widget_queue_draw. Massive speedupsJonathan Blandford2005-05-203-65/+159
* Make PgUp/Down behave like SpaceMarco Pesenti Gritti2005-05-182-32/+31
* Adapt to new poppler apiMarco Pesenti Gritti2005-05-181-1/+2
* Give focus to the ev-view, rather than the scrolled_window that it's in.James Bowes2005-05-181-2/+2
* Massive code clean up from Nickolay Shmyrev. Keep page offset whenJonathan Blandford2005-05-185-1032/+1163
* Get rid of View->Normal Size, it's just confusingMarco Pesenti Gritti2005-05-173-21/+0
* Free the EvDocumentInfo.Jonathan Blandford2005-05-172-40/+172
* Select first itemMarco Pesenti Gritti2005-05-161-1/+4
* Show the popup menu also on keybindingsMarco Pesenti Gritti2005-05-161-16/+33
* Expose api to print a range (with dialog). Make private _print use it.Marco Pesenti Gritti2005-05-163-7/+106
* make the drop down menu as width as the toggle button.Carlos Garcia Campos2005-05-151-0/+9
* UpdateMarco Pesenti Gritti2005-05-121-3/+37
* Use signals to notify action activation. Hopefully I did not breakMarco Pesenti Gritti2005-05-114-4/+91
* make page size calculation consistent and set it to (int)( width * scale +Jonathan Blandford2005-05-111-4/+6
* Remove some leftover code from jrb first continous attempt. Use the newMarco Pesenti Gritti2005-05-101-47/+5
* 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-103-9/+36
* Put the toolbar xml in evince own dot dirMarco Pesenti Gritti2005-05-102-6/+11
* Make the toolbar not removableMarco Pesenti Gritti2005-05-101-0/+3
* This is evil... Make space/backspace global accelerators but enable themMarco Pesenti Gritti2005-05-107-84/+140
* Keep a weak reference on proxy->page_cache so that we dont try toMarco Pesenti Gritti2005-05-101-2/+31