Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
...
* Implement fitr linksMarco Pesenti Gritti2005-09-241-0/+29
* Do not use modes for link, we need to calculate size ad hoc. Still notMarco Pesenti Gritti2005-09-243-40/+56
* Implement FIT_HEIGHT mode (only for links). Implement FITH linksMarco Pesenti Gritti2005-09-243-3/+72
* Refactor window title building while fixing it for password documents.Marco Pesenti Gritti2005-09-243-77/+86
* Add a function to retrieve window list and share it where necessary.Marco Pesenti Gritti2005-09-233-21/+81
* Fix for bug 316972. Use async gnome-keyring API.Nickolay V. Shmyrev2005-09-221-15/+23
* Remove unused unrealize handler. Add scroll handling toChristian Persch2005-09-221-23/+41
* "marco, maybe we should be crazy and jump right to 6! :)"Marco Pesenti Gritti2005-09-221-1/+1
* Fix window size persistanceMarco Pesenti Gritti2005-09-221-2/+5
* Based on a patch from carlosgc@gnome.org. Mouse buttons switch pages inMarco Pesenti Gritti2005-09-221-7/+19
* Dont cast to int before scalingMarco Pesenti Gritti2005-09-191-7/+7
* Implement FIT and FITH linksMarco Pesenti Gritti2005-09-191-0/+27
* Return 0 results when search is not in progress.Marco Pesenti Gritti2005-09-191-2/+3
* Take all pages in consideration, not just current oneMarco Pesenti Gritti2005-09-191-4/+8
* Move page next/previous functions from page chace to view and change it toMarco Pesenti Gritti2005-09-195-33/+42
* Show the index by default when there is oneMarco Pesenti Gritti2005-09-191-34/+47
* Missing null checkMarco Pesenti Gritti2005-09-191-16/+16
* Allow display of last odd page in dual view. Fix for 316347.Nickolay V. Shmyrev2005-09-171-0/+2
* Make close button in toolbar editor default.Nickolay V. Shmyrev2005-09-171-0/+1
* Mark close button as default. Fix for 316381.Nickolay V. Shmyrev2005-09-171-0/+2
* Remove a bunch of strings that was used only by the statusbar.Marco Pesenti Gritti2005-09-161-52/+26
* When title has a confusing extension, show also the document filenameMarco Pesenti Gritti2005-09-161-5/+43
* Factor out and cleanup window title codeMarco Pesenti Gritti2005-09-164-66/+193
* Make dialog transient so it doesnt block other windowsMarco Pesenti Gritti2005-09-161-2/+12
* Increase timeout to hide full screen popup. Bug 316123.Wouter Bolsterlee2005-09-131-1/+3
* Allow the user to override document restrictions. Fix for bug 305818.Nickolay V. Shmyrev2005-09-131-6/+12
* Fix multihead behaviour of fullscreen toolbar popup. Fixes bug #315451.Christian Persch2005-09-131-5/+37
* Support for gnome-keyring for encrypted PDF's.Nickolay V. Shmyrev2005-09-133-90/+297
* More precise handling of enter_notify/leave_notify. Fix for 315470.Nickolay V. Shmyrev2005-09-111-31/+58
* leak fix: unref fullscreen_timeout_source before clearing itChristopher Aillon2005-09-081-2/+8
* Fix some bugs with xyz links, respect zoomMarco Pesenti Gritti2005-09-081-6/+15
* null check uri before setting and getting metadataMarco Pesenti Gritti2005-09-081-12/+32
* Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.netMarco Pesenti Gritti2005-09-081-2/+2
* Add a signal for link activation.Marco Pesenti Gritti2005-09-087-21/+34
* Use mozilla style vs gtk style, way better for links.Marco Pesenti Gritti2005-09-071-6/+9
* Implement xyz links, still not functional. Links are a total mess, willMarco Pesenti Gritti2005-09-071-1/+58
* Remove the statusbar. This regress loading feedback, need to check withMarco Pesenti Gritti2005-09-054-437/+3
* Delay popup showing. Mirror gtk logic/times.Marco Pesenti Gritti2005-09-051-2/+2
* Simple widget to show tooltips at a custom positionMarco Pesenti Gritti2005-09-031-6/+23
* HIG fixes, thanks to Dennis CranstonNickolay V. Shmyrev2005-09-021-2/+2
* Make file pickers not modal and refactor code someMarco Pesenti Gritti2005-09-021-63/+52
* Add a current page property and allow to get/set itMarco Pesenti Gritti2005-09-023-11/+157
* Persist size/visibility of sidebar per documentMarco Pesenti Gritti2005-09-021-68/+45
* Abbrev)--L1743--C75--54%-----------------------------------------------------...Jonathan Blandford2005-09-021-0/+49
* ev_page_cache_get doesnt return a reference, dont try to unref it.Marco Pesenti Gritti2005-09-011-1/+0
* Fix timestamp parameter with dbus <= 0.33Marco Pesenti Gritti2005-09-011-2/+2
* Plug some memory leaksHiroyuki Ikezoe2005-08-312-0/+11
* Last minute GTK-2.6 fixes. Release 0.4.0Jonathan Blandford2005-08-262-2/+14
* catch another gtk+-2.8ism Make work with gtk+-2.6 Release 0.4.0Jonathan Blandford2005-08-263-2/+60
* Add 'timestamp' argument to ev_application_open_window andRyan Lortie2005-08-265-14/+52