Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-0910-412/+612
| | | | | | | | | Dynamic page data (page surfaces and selections) that depend on current scale/rotation, keep in EvPixbufCache with the current cache approach. Static page data (links, annots, images, text and forms) that don't depend on current scale/rotation, have been moved to EvPageCache and they are never removed from the cache. Fixes bgo#602405.
* [libview] Don't try to show/hide annot windows the first time page range changesCarlos Garcia Campos2009-12-081-2/+2
|
* Use EvPage instead of a render context to get the selection mapCarlos Garcia Campos2009-12-084-10/+10
| | | | | Selection map doesn't depend on scale/rotation so only the page is needed.
* Remove leftover EvPageCacheCarlos Garcia Campos2009-12-082-4/+0
|
* [Bug 603857] Typo in EV_RENDER_CONTEXTGustavo Carneiro2009-12-061-1/+1
|
* [libview] Remove unimplemented method ev_job_is_cancelled()Carlos Garcia Campos2009-12-051-1/+0
| | | | Fixes bgo#603858.
* Updated Hebrew translationYair Hershkovitz2009-12-051-2/+3
|
* Updated Norwegian bokmål translation.Kjartan Maraas2009-12-041-193/+176
|
* Update Simplified Chinese translation.Aron Xu2009-12-041-17/+17
|
* [libview] Improve size_request functionsCarlos Garcia Campos2009-12-011-48/+54
| | | | Some of the code is only required depending on the sizing mode.
* [libview] Remove unneeded redundant codeCarlos Garcia Campos2009-12-011-21/+2
|
* [NEWS] Add info about bgo#602742 to 2.29.3 newsCarlos Garcia Campos2009-12-011-0/+2
|
* Updated Slovenian translationMatej Urbančič2009-11-301-166/+174
|
* [release] 2.29.3Carlos Garcia Campos2009-11-302-1/+32
|
* [libview] Queue a redraw instead of a resize when inverted colors changesCarlos Garcia Campos2009-11-301-1/+1
|
* [libview] Fix infinite loop when scrollbar visibility changes in fit-with modeCarlos Garcia Campos2009-11-301-13/+57
|
* Added LowGerman translationNils-Christoph Fiedler2009-11-301-0/+1
|
* Added LowGerman translationNils-Christoph Fiedler2009-11-301-0/+1461
|
* Updating Estonian translationIvar Smolin2009-11-301-2/+8
|
* Update Simplified Chinese translation.Tao Wei2009-11-301-176/+191
|
* Updated Hebrew translationYaron Shahrabani2009-11-291-581/+519
|
* Updated Spanish translationJorge González2009-11-291-143/+149
|
* [shell] Get rotation directly from the model when updating window iconCarlos Garcia Campos2009-11-291-5/+6
|
* [shell] Add tooltip text for inverted colors actionCarlos Garcia Campos2009-11-291-1/+2
|
* Add option for displaying with inverted-colorsJuanjo Marín2009-11-293-3/+42
| | | | Fixes bgo#321823.
* [shell] Update window icon too when the inverted colors option is activeCarlos Garcia Campos2009-11-291-0/+21
|
* [shell] Invert colors of thumbnails when inverted colors option is activeCarlos Garcia Campos2009-11-291-6/+33
| | | | See bgo#321823.
*