Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rename gtk_info_bar_new as ev_info_bar_newCarlos Garcia Campos2009-10-101-1/+1
* [shell] Make sure total_num_bytes > 0 before using it in progress callbacksCarlos Garcia Campos2009-10-071-2/+11
* [shell] Escape uri before showing it in progress areaCarlos Garcia Campos2009-10-071-1/+3
* [utils] Remove escape_uri_for_display() in favor of g_uri_unescape_string()Carlos Garcia Campos2009-10-072-42/+0
* [shell] Use g_uri_unescape_string() instead of our own implementationCarlos Garcia Campos2009-10-072-2/+2
* [shell] Remove progress message area when document download finishesCarlos Garcia Campos2009-10-071-1/+2
* Update Japanese translationShushi Kurose2009-10-071-220/+221
* [shell] Fix a crash due to an uninitialized variableCarlos Garcia Campos2009-10-071-1/+1
* [libview] Scroll one screen leaving one line contextCarlos Garcia Campos2009-10-071-1/+75
* Improve wording on reference docs front pageWouter Bolsterlee2009-10-061-33/+27
* Updated Catalan translationGil Forcada2009-10-021-172/+169
* [libview] Clear form fields when rotation changesCarlos Garcia Campos2009-09-301-0/+2
* Updated Indonesian translationAndika Triwidada2009-09-281-680/+970
* [thumbnails] Remarks the selected thumbnail after rotationJuanjo Marín2009-09-271-0/+2
* Update Japanese translationTakayuki KUSANO2009-09-251-310/+401
* Do not try to recover invalid or unneeded filesCarlos Garcia Campos2009-09-251-45/+85
* [libview] Don't change current page when rotating documents with different pa...Carlos Garcia Campos2009-09-241-0/+2
* [libview] Fix dest page when jumping to a random page and rotation is 270Carlos Garcia Campos2009-09-241-19/+39
* [libview] Fix scrollbars position when moving to a dest in rotated documentsCarlos Garcia Campos2009-09-241-39/+18
* Updated Slovenian translationMatej Urbančič2009-09-221-295/+328
* [build] Add --disable-tests to disable tests during distcheckCarlos Garcia Campos2009-09-222-3/+13
* Update Czech translationMarek Černocký2009-09-211-198/+205
* Updating Assamese translationsAmitakhya Phukan2009-09-211-346/+447
* Updated Czech translation by Jan DrabekPetr Kovar2009-09-201-321/+409
* Fix thumbnails rotation when loading a rotated documentCarlos Garcia Campos2009-09-201-0/+1
* Updated Italian translationFrancesco Marletta2009-09-201-320/+383
* [configure] Rebump GTK+ requirements to 2.14Carlos Garcia Campos2009-09-181-1/+1
* Use EvInfoBar instead of GeditMessageAreaCarlos Garcia Campos2009-09-189-731/+64
* Add GtkInfoBar to cut-n-paste (renamed to avoid conflicts)Carlos Garcia Campos2009-09-185-1/+1370
* Updated Romanian translationLucian Adrian Grijincu2009-09-171-328/+389
* Updated Asturan translationAstur2009-09-161-390/+544
* Added Ukrainian translationMaxim V. Dziumanenko2009-09-161-205/+200
* Use model instead of view to handle continuous, dual-page and fullscreenCarlos Garcia Campos2009-09-152-92/+106
* [libview] Add continuous, dual-page and fullscreen properties to EvDocumentModelCarlos Garcia Campos2009-09-152-1/+127
* [libview] Remove ev_view_set_screen_dpi() from EvViewCarlos Garcia Campos2009-09-153-13/+0
* [shell] Remove unneeded call to ev_view_set_screen_dpi()Carlos Garcia Campos2009-09-151-2/+0
* [shell] Make sure to not open a document on the last pageCarlos Garcia Campos2009-09-151-14/+7
* [shell] Use ev_window_open_document() to open a copy instead of using a symlinkCarlos Garcia Campos2009-09-151-125/+10
* [shell] Add ev_window_open_document()Carlos Garcia Campos2009-09-152-12/+86
* [libview] Update current scroll values when view is realizedCarlos Garcia Campos2009-09-151-0/+2
* [libdocument] Add ev_document_get_uri()Carlos Garcia Campos2009-09-152-0/+17
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-1531-919/+1358
* Remove zoom-invalid signal from EvViewCarlos Garcia Campos2009-09-155-171/+49
* [libview] Remove ev_page_cache_get_size() from EvPageCacheCarlos Garcia Campos2009-09-155-81/+71
* [libview] Move get_max_width/height from EvPageCache to EvViewCarlos Garcia Campos2009-09-153-51/+23
* [libview] Move get_dual_even_left from EvPageCache to EvViewCarlos Garcia Campos2009-09-153-16/+14
* [libview] Don't pass scale to get_page_y_offset() since the current scale is ...Carlos Garcia Campos2009-09-151-9/+8
* [libview] Move height_to_page cache from EvPageCache to EvViewCarlos Garcia Campos2009-09-154-138/+179
* Move ev_page_cache_check_dimensions() to EvDocumentCarlos Garcia Campos2009-09-156-18/+14
* [libview] Use ev_document_get_page_size to get document width/heightCarlos Garcia Campos2009-09-151-109/+100