Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Include locale.h to fix buildNickolay V. Shmyrev2005-06-181-2/+0
* Fixed lot's of memory leaks, for example, memory leak on reload, describedNickolay V. Shmyrev2005-06-184-14/+36
* Refresh thumbnails when changing orientation. Not fully working yetMarco Pesenti Gritti2005-06-183-54/+53
* Shift + PageUp moves 10 Pages. Fix for 306125Nickolay V. Shmyrev2005-06-181-1/+34
* s/PDF Version/FormatMarco Pesenti Gritti2005-06-171-6/+1
* Remove unnecessary translationsMarco Pesenti Gritti2005-06-171-2/+2
* Prefer presentation mode when the document require fullscreen.Marco Pesenti Gritti2005-06-171-3/+4
* Add control-equal for zoomingMarco Pesenti Gritti2005-06-171-0/+3
* Add a get_orientation api. Improve set_orientation.Marco Pesenti Gritti2005-06-163-25/+49
* Autoraise toolbar on GoToPage action and fix keyboard accelerators in sidebarNickolay V. Shmyrev2005-06-168-39/+105
* Hide the progress label when finished; bug #307697.Christian Persch2005-06-151-1/+2
* Enable is_open for links, you will need poppler cvsMarco Pesenti Gritti2005-06-151-0/+2
* Expand links when specified by the document. Depend on a poppler apiMarco Pesenti Gritti2005-06-151-15/+32
* Make it an object, cleanup the code, api to show it as transient and toMarco Pesenti Gritti2005-06-153-58/+157
* Implement orientation here tooMarco Pesenti Gritti2005-06-141-1/+5
* Add orientation api. Currently poppler api is not optimal, we need to setMarco Pesenti Gritti2005-06-145-14/+82
* Separate scan and fill so that we can incrementally fill from the mainMarco Pesenti Gritti2005-06-133-41/+47
* Make fonts model fill incrementally.Marco Pesenti Gritti2005-06-116-17/+135
* Transfer remote documents to tmp directory to display them laterNickolay V. Shmyrev2005-06-106-84/+151
* s/GTime*/GTime. Not sure why we was using a pointer at all there!Marco Pesenti Gritti2005-06-101-2/+2
* Use a GtkIconView in certain situations. That situation is that you'reJonathan Blandford2005-06-083-38/+165
* PageCache and EvJobs are moved from backend to shell. Two new jobs toNickolay V. Shmyrev2005-06-0722-156/+2226
* 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