Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use EvInfoBar instead of GeditMessageAreaCarlos Garcia Campos2009-09-189-731/+64
| | | | Fixes bug #592785
* 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
| | | | It was actually broken since commit 0e064f5e.
* [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
| | | | It allows open an already loaded document in an EvWindow
* [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
| | | | | | | EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.
* Remove zoom-invalid signal from EvViewCarlos Garcia Campos2009-09-155-171/+49
| | | | | | | | | It was used by EvView when sizing mode was best-fit or fit-width to request the window for its content size. This is not needed at all, since we already call size_allocate on parent class. GtkScrolledWindow takes into account the shadow type and scrollbars visibility in its size_allocate method, so we can just take the allocation returned to calculate the zoom in case of best-fit or fit-width.
* [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
|
*