Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Fixes invalid read, see bug #466401.Justin Blanchard2007-08-141-3/+10
* Use g_get_user_special_dir when available instead of xdg_user_dir_lookup.Carlos Garcia Campos2007-08-111-2/+24
* Do not use cairo_rectangle and cairo_clip since we are not usingCarlos Garcia Campos2007-08-051-20/+14
* Plugged memory leak.Hiroyuki Ikezoe2007-07-311-2/+6
* Fix a headers problem with ev-linkCarlos Garcia Campos2007-07-304-4/+75
* Do not hide sidebar in fullscreen mode. Fixes bug #396535.Carlos Garcia Campos2007-07-301-4/+2
* Fix compile warnings.Carlos Garcia Campos2007-07-293-5/+14
* Use g_timeout_add_seconds instead of g_timeout_add when available.Carlos Garcia Campos2007-07-293-7/+32
* Set horizontal scrollbar policy to AUTOMATIC instead of NEVER. WorkaroundCarlos Garcia Campos2007-07-291-1/+5
* Add page_ready callback to main loop with high priority and hold aCarlos Garcia Campos2007-07-291-1/+4
* Allow printing multiple pages per sheet. Fixes bug #395573.Carlos Garcia Campos2007-07-293-0/+14
* Check for NULL, fixes bug #460862.Nickolay V. Shmyrev2007-07-291-3/+4
* s/gtk/gdkNickolay V. Shmyrev2007-07-291-2/+2
* Fixes bug #437681 - blocks while enumerating printers.Christian Persch2007-07-291-50/+65
* Don't use deprecated gtk+ function. See bug #460909.Christian Persch2007-07-291-16/+7
* Do not use display before initializing it. Remove compile warnings.Carlos Garcia Campos2007-07-272-10/+12
* Unix-like hjkl bindings added. See bug #458111.Cosimo Cecchi2007-07-271-0/+9
* Reorganizes utility functions.Johannes Buchner2007-07-276-71/+101
* Add page_ready signal to notify that page is ready as soon as possibleCarlos Garcia Campos2007-07-263-52/+129
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-263-60/+55
* Give priority to forms over text to set the cursor.Carlos Garcia Campos2007-07-251-2/+2
* Use IBEAM cursor for text form fields and NORMAL cursor for read onlyCarlos Garcia Campos2007-07-242-48/+18
* Update region for current selected items also for checkbox buttons, sinceCarlos Garcia Campos2007-07-201-26/+18
* Fix build with current poppler cvs head.Carlos Garcia Campos2007-07-191-4/+2
* Fix build with gtk+ >= 2.11.5 due to gtktooltips deprecation. Fixes bugCarlos Garcia Campos2007-07-111-0/+16
* Fix a crash when closing whith a form widget visible.Carlos Garcia Campos2007-07-091-1/+7
* Update also the region of the current selected button when clicking onCarlos Garcia Campos2007-07-091-11/+51
* Redraw only form field region instead of the whole page when reloading aCarlos Garcia Campos2007-07-093-39/+104
* Fix selection of first item in list form fields.Carlos Garcia Campos2007-07-091-7/+7
* Some refactoring to avoid duplicated code.Carlos Garcia Campos2007-07-091-96/+53
* Merge evince-forms branch.Carlos Garcia Campos2007-07-087-80/+711
* Adds a nice icon to page action during toolbar editing. See bug #452872.Jaap Haitsma2007-07-021-0/+1
* 2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ruNickolay V. Shmyrev2007-07-021-2/+2
* Do not connect selection changed signal more than once. Fixes bug #349433.Carlos Garcia Campos2007-07-011-8/+16
* Do not change sidebar chrome flag when pressing F9 key in presentationCarlos Garcia Campos2007-06-291-1/+4
* Fixes program description translation issue. Bug #450148.Gabor Kelemen2007-06-221-0/+1
* Do not change current page when returning from black/white mode inCesar Fernandez2007-06-211-0/+14
* Clear gtk print job when job has finished. Fixes bug #447612.Carlos Garcia Campos2007-06-171-0/+5
* Add preview button to print dialog. Fixes bug #445419.Carlos Garcia Campos2007-06-171-22/+50
* Draw only visible region.Carlos Garcia Campos2007-06-141-1/+7
* Redraw view every time we have a new surface. Fixes bug #443587.Carlos Garcia Campos2007-06-131-1/+4
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-135-155/+179
* Fix memory leak.Carlos Garcia Campos2007-06-121-6/+4
* Show loading text centered. Fixes bug #433061Carlos Garcia Campos2007-06-121-1/+1
* Remove a mutex in the main thread that blocks the UI in heavy documents.Carlos Garcia Campos2007-06-091-14/+9
* Set points_set to TRUE so that selections don't disappear after a zoomCarlos Garcia Campos2007-06-091-0/+1
* Zoom icon artwork. See bug #444795.Michael Monreal2007-06-063-1/+3
* Remove extraneous function (Closes: #444386)Bastien Nocera2007-06-051-11/+0
* Simplify the timeout, no need for modified anymoreBastien Nocera2007-06-051-15/+4
* Adapted patch from Arjan van de Ven (arjan@linux.intel.com) to avoid theBastien Nocera2007-06-051-10/+37