Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove zoom-invalid signal from EvViewCarlos Garcia Campos2009-09-151-83/+48
| | | | | | | | | 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-151-28/+47
|
* [libview] Move get_max_width/height from EvPageCache to EvViewCarlos Garcia Campos2009-09-151-9/+23
|
* [libview] Move get_dual_even_left from EvPageCache to EvViewCarlos Garcia Campos2009-09-151-6/+14
|
*