Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for avail. EvWindows when quiting to handle the finalize better,Jonathan Blandford2005-08-261-6/+15
* Redo rotation (again). prepare for 0.4.0Jonathan Blandford2005-08-255-36/+96
* Fix orientation in the postscript documentMarco Pesenti Gritti2005-08-241-1/+2
* Adapt to the new poppler rotation API. Fix text maps on landscapeMarco Pesenti Gritti2005-08-231-2/+1
* get the correct region when selecting in modes other than continuous.Jonathan Blandford2005-08-201-4/+17
* remove redundant g_warnings.Jonathan Blandford2005-08-201-2/+0
* Don't include autogenerated file ev-application-service.h intoNickolay V. Shmyrev2005-08-191-1/+0
* Fix sed expression for FreeBSD. Thanks to Joe Marcus ClarkNickolay V. Shmyrev2005-08-181-3/+14
* Update for 0.3.4Marco Pesenti Gritti2005-08-172-12/+4
* Fix build warnings and compilation with dbus 0.35.2Nickolay V. Shmyrev2005-08-162-6/+3
* Return focus back to view on escape. Fix for bug 313295.Nickolay V. Shmyrev2005-08-161-0/+1
* Correct conversion from uri to displayable string. Fix for bug 313296.Nickolay V. Shmyrev2005-08-161-18/+21
* Release 0.3.3. Remove pdf icon.Jonathan Blandford2005-08-161-2/+2
* HIG fixes: add a couple missing mnemonics to menu items, use titleDennis Cranston2005-08-151-5/+5
* * shell/ev-metadata-manager.c: (ev_metadata_manager_init): *Jonathan Blandford2005-08-154-13/+61
* Fix for bug Bug 311838: Seach backward requires several clicks to find word.Nickolay V. Shmyrev2005-08-121-12/+27
* Point to the correct function in constructor of the activate_label signalCrispin Flowerday2005-08-111-1/+1
* Make thread safe.Jonathan Blandford2005-08-092-5/+5
* Don't update page range if we are scrolling to some documentNickolay V. Shmyrev2005-08-071-0/+3
* Reverse rotation/scale when getting max page width, fix drawing in dual mode.Nickolay V. Shmyrev2005-08-071-2/+2
* reverse rotation/page when getting the area for select_all.Jonathan Blandford2005-08-071-1/+2
* Change selection color on focus in and focus out events. Also, poppler nowKristian Høgsberg2005-08-064-25/+46
* Clean up selection to be much smoother!Jonathan Blandford2005-08-068-52/+418
* Disable save and print respect to lockdown gconf keysNickolay V. Shmyrev2005-08-031-1/+13
* Copy-paste g_file_set_contents to keep compatibility with gtk 2.6Nickolay V. Shmyrev2005-08-033-1/+227
* Persist the print settings. Fixes bug #311578.Christian Persch2005-07-311-2/+51
* at Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-07-304-5/+28
* Handle n_pages == 0, fixes #310306.Jonathan Blandford2005-07-302-3/+3
* Account rotation in doc_rect_to_view_rect. Ensure rotation doesnt go outMarco Pesenti Gritti2005-07-291-8/+48
* *** empty log message ***Marco Pesenti Gritti2005-07-291-16/+13
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-299-103/+70
* Make the page cache aware of page orientation.Marco Pesenti Gritti2005-07-293-80/+155
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-299-80/+101
* Patch by Nickolay V. Shmyrev to fix find flickeringMarco Pesenti Gritti2005-07-291-0/+2
* add paper_width, paper_height, and duplex parameters to ::begin.Martin Kretzschmar2005-07-271-3/+4
* (using_pdf_printer): new function.Martin Kretzschmar2005-07-251-2/+31
* Bug #311280Martin Kretzschmar2005-07-241-6/+34