687 Commits (3400e8aee65ef77eccebd2b7a8d4a65428b55010)

Author SHA1 Message Date
Tobias Koenig 563ad0458e Extend Document::processAction() to handle RenditionActions 14 years ago
Mailson Menezes b87d0f6c5b Fix bug where outdated requests were used on tiles manager 14 years ago
Bogdan Cristea 7ce6990098 Separate settings in core and non core 14 years ago
Albert Astals Cid ea08b46308 Remove code i did not want to commit 14 years ago
Albert Astals Cid ed02ecfb60 Remove the disable threading option 14 years ago
Albert Astals Cid 385933205a Change code so there is no a return inside three ifs 14 years ago
Albert Astals Cid 4befd95ef8 sendGeneratorRequest -> sendGeneratorPixmapRequest 14 years ago
Mailson Menezes ca89ffe96c Avoid making unnecessary requests 14 years ago
Albert Astals Cid d917fe1e12 Unify the forward and backward search methods 14 years ago
Tobias Koenig d3e0dadcac Introduce notifyCurrentPageChanged callback DocumentObserver interface 14 years ago
Mailson Menezes fe9d9118a2 Adjust normalized rect upon tiles manager creation 14 years ago
Mailson Menezes 96f325896e Keep track of visible region even when not using tiles 14 years ago
Mailson Menezes 1bfe8610c9 Do not evict visible tiles 14 years ago
Mailson Menezes 66500e05b8 Check the incoming PixmapRequest before using it 14 years ago
Mailson Menezes 11b848cad9 Only use tiles if the generator supports it 14 years ago
Mailson Menezes 851a503e81 Move tiles manager to a private header 14 years ago
Mailson Menezes 401c3f7e5d Add rotation support to tiles manager 14 years ago
Mailson Menezes 3d630fbb2a Remove unused tiles 14 years ago
Mailson Menezes 032f03a0e8 Track memory usage of tiles 14 years ago
Mailson Menezes 9c09eb938e Use tiles only when it's necessary 14 years ago
Fabio D'Urso b78aa89d12 Before preloading pixmaps check that they fit in cache 14 years ago
Fabio D'Urso 36108c509e Refactoring of cleanupPixmapMemory 14 years ago
Fabio D'Urso 37bb875c30 Clean pixmap cache in order of descreasing distance from current viewport 14 years ago
Fabio D'Urso 569c9b84ce Before preloading pixmaps check that they fit in cache 14 years ago
Fabio D'Urso 00afec8617 Refactoring of cleanupPixmapMemory 14 years ago
Fabio D'Urso 1feb549d3d Clean pixmap cache in order of descreasing distance from current viewport 14 years ago
Mailson Menezes 48d105672f Use NormalizedRect instead of VisiblePageRect on PixmapRequest 14 years ago
Albert Astals Cid cd8485c7bc Make the freeSwap out param optional 14 years ago
Fabio D'Urso 3c2d2e1b7a Better memory limit tuning in greedy mode to avoid triggering the OOM if swap is full 14 years ago
Albert Astals Cid 0e01e11717 Do not update the last update time on failure 14 years ago
Albert Astals Cid fb5a178311 Fix underflwo in memoryToFree found by Fabio 14 years ago
Albert Astals Cid 444e6b7b19 Fix underflow in getFreeMemory() 14 years ago
Albert Astals Cid 791a4ac39e Fix spacing 14 years ago
Albert Astals Cid e7a4e3b392 Remove misleading comment 14 years ago
Fabio D'Urso 939891c9dd Renamed Document::SaveCapability members I added ten minutes ago 14 years ago
Fabio D'Urso 7c3c28fdf6 Fixed unclear text 14 years ago
Fabio D'Urso 23eb083b00 Show a warning if annotations will not be saved to PDF. 14 years ago
Mailson Menezes a405c079f4 Rendered image is at the same size of viewport 14 years ago
Fabio D'Urso 5930478352 Keep original filename when creating a .okular archive from a .okular archive 14 years ago
Fabio D'Urso 9a11294b12 Sort bookmarks from the same page in viewport order 14 years ago
Fabio D'Urso 86c92ffec2 Fixes against causes of annotation data loss + Improved GUI message logic 14 years ago
Mailson Menezes 83282971d8 Render current viewport only 14 years ago
Fabio D'Urso e3f1c388de Ask "Save annotation changes?" if there are unsaved annotations that cannot be saved locally 14 years ago
Fabio D'Urso 04935266d2 Fix wrong text 14 years ago
Fabio D'Urso b3782d82a1 Fallback behavior for documents whose generator provides native annotation editing support without saveAs support 14 years ago
Fabio D'Urso b33d71ef81 Enable edit/removal of external annotations if the generator supports it 14 years ago
Fabio D'Urso 157638f2f9 Added Annotation::BeingMoved flag to avoid refreshing pixmaps while moving annotations 14 years ago
Fabio D'Urso f6fa2a5614 Disable GUI operations on certain types of annotations 14 years ago
Fabio D'Urso ec9f068d77 Added AnnotationProxy to SaveInterface 14 years ago
Fabio D'Urso 07c57bb2ab Dead code removed (PagePrivate::modifyAnnotation) 14 years ago