97 Commits (dfce0d1fcd158d62d2536d69c19b151878f2fd9a)

Author SHA1 Message Date
Pino Toscano 4cbfcb582b for now, paint the external annotations as well, as we have no way to know whether the general is able to paint them 19 years ago
Albert Astals Cid 498c0fc0e0 QPixmap::toImage does not always give us QImage::Format_ARGB32_Premultiplied so enforce it 19 years ago
Pino Toscano 6e6eaab798 when drawing a normalized path, use a polygon to draw the path when the path has no filling 19 years ago
Pino Toscano bdcfe1ee03 proper graphics-viewer-document icon 19 years ago
Rafael Fernández López 396bcc107b Code adaptation because of changes on libraries related to revision 719630 19 years ago
Pino Toscano aa4ca4d9b3 always fill the page with the paper color, so page pixmaps with alpha does not cause garbage to be left on the page 19 years ago
David Faure 4f98f7b436 Build - BLITZ_INCLUDES includes the qimageblitz/ subdir already. 19 years ago
Pino Toscano f2b06de9fc don't draw external annotations (the backend told us it draws them) 19 years ago
Pino Toscano 18afc2df79 SVN_SILENT dead code 19 years ago
Pino Toscano de70e1355f when drawing an inline text annotation, instead of manually scaling the 1:1 image to the page (resulting a bit ugly), scale the font drawing when drawing on the image at the zoomed size 19 years ago
Pino Toscano df27f63497 Highlight annotations: do not draw a solid border around them, and take into account the alpha value. 19 years ago
Albert Astals Cid 8d0b9b2832 KImageEffect::flatten -> Blitz::flatten 19 years ago
Albert Astals Cid 3f80eceaae Now (Qt 4.3.1) that QPainter::CompositionMode_Multiply works remove agg2 based code 19 years ago
Aaron J. Seigo a8e576712e kiconloader fixes 19 years ago
Pino Toscano e0274514ff When paiting an empty page (because there are no pixmaps for it), then fill with a color conforming with all the accessibility settings (not just the paper color). 19 years ago
Albert Astals Cid c4f3580d28 commit the code that will replace the AGG based code once QPainter works 19 years ago
Pino Toscano 2577cf1773 convert the busyPixmap from KStaticDeleter to K_GLOBAL_STATIC 19 years ago
Pino Toscano 5f21b15d99 Link -> Action renaming. 19 years ago
Albert Astals Cid 0d47b62715 krazy include order issues 19 years ago
Pino Toscano 95bb597a85 hide the text selection inside the private class of Page 19 years ago
Pino Toscano 229f3cf1de add a private function for the nearest Page pixmap, for the PagePainter usage; 19 years ago
Laurent Montel 34edbef72d Port to new api 19 years ago
Pino Toscano 652787611d make it build with the new kdelibs 19 years ago
Pino Toscano dff36b98f8 simplify RegularAreaRect by avoiding the usage of pointers, as they don't give benefits anyway. 19 years ago
Tobias Koenig 6f9d0df5cd Further annotation API cleanup 20 years ago
Tobias Koenig a9f58440df First large commit for the Annotation API cleanup 20 years ago
Tobias Koenig 57139e3192 API cleanup (utils.h), renamed getDpiX -> dpiX() and getDpiY -> dpiY() 20 years ago
Albert Astals Cid ccbd55a036 don't look twice in the map 20 years ago
Tobias Koenig 893d6a4280 Missed this occurence of inkPaths which lead to a crash/assert... 20 years ago
Tobias Koenig a490cc0cd7 Add the following functionality: 20 years ago
Pino Toscano 0f4884e7fc make the agg drawing routine take into account the opacity value for both pena dn brush color, and paint the ink annotation using also the specified opacity level 20 years ago
Pino Toscano e5e7393e22 the opacity value applies also to the brush color 20 years ago
Pino Toscano 44a69612ef Make okular able to construct and display Geometric (Rectangle/Ellipse) Annotations. 20 years ago
Tobias Koenig 57a240aca8 Replace cropImageOnImage by a simple QImage::copy() 20 years ago
Pino Toscano eb63c03bd5 we can draw inplace text annotation fully transparent, and be sure to use the alpha color when painting them 20 years ago
Tobias Koenig bea71df6e0 * Made image rotation asynchronous 20 years ago
Pino Toscano 08eab9344b fix the drawing of two highlight annotations 20 years ago
Pino Toscano ed84916c0d spell checking 20 years ago
Albert Astals Cid a9a27a9894 remove qt3 support calls 20 years ago
Pino Toscano 42310e184c Restructuring a bit how the text-editor-like selection works: 20 years ago
Tobias Koenig df7d144c10 Moved all classes in core/ into the 'Okular' namespace and removed 20 years ago
Pino Toscano 1773275615 draw the icon of a linked text annotation always with a fixed, regardless of zoming 20 years ago
Dirk Mueller 89bacb77bb compile++ 20 years ago
Pino Toscano a5ee705911 Annotations: 20 years ago
Pino Toscano 2202f9cf3e Annotations: 20 years ago
Albert Astals Cid 5fda8d50b8 did not want to commit that 20 years ago
Albert Astals Cid 4e04b301f1 Almost foget to fordwardport r582561 20 years ago
Pino Toscano 8357b47a8c Annotations: 20 years ago
Pino Toscano 15baef171e Annotations: 20 years ago
Pino Toscano c178ed6392 if we're constructing a polygon (closed), then really set that it is closed instead of closign manually adding the first point to the path 20 years ago