308 Commits (112e1237b7dd913de8ad212ca3ecafadcdbe6ea6)

Author SHA1 Message Date
Pino Toscano b7328d7234 add an handy DocumentViewport::isValid() and use it where possible instead of doing checks manually 19 years ago
André Wöbbeking 77f96ebfe2 added missing OKULAR_EXPORT 19 years ago
Pino Toscano dff36b98f8 simplify RegularAreaRect by avoiding the usage of pointers, as they don't give benefits anyway. 19 years ago
Pino Toscano 6db5e75a00 this should be better 19 years ago
Pino Toscano 52266d71b6 apidox fixes 20 years ago
Pino Toscano 7d275a6390 Improved the text selection by using and ad-hoc function that takes care of adding or merging a new shape to the area, so the simply() at the end is no more needed. 20 years ago
Pino Toscano 0fa0609e1f properly delete the regular areas of a RegularArea<> when it stores pointers to areas. no more memory leaks for RegularArea<>, yay! 20 years ago
Pino Toscano 8d8ae89b1d valgrind is right, don't use invalid iterators 20 years ago
Pino Toscano 9320c82cd7 it seems it needs to be exported... 20 years ago
David Faure 2fcc54be2b pedantic 20 years ago
Tobias Koenig f83cb1c60a Finished API cleanup of Annotation by moving all private members 20 years ago
Pino Toscano 7895f693ae missing Encoding 20 years ago
Tobias Koenig 6f9d0df5cd Further annotation API cleanup 20 years ago
Pino Toscano babbeea1e0 SVN_SILENT 20 years ago
Tobias Koenig a9f58440df First large commit for the Annotation API cleanup 20 years ago
Tobias Koenig 60ef83b026 Moved dummy implementation of DocumentObserver in observer.cpp, 20 years ago
Tobias Koenig 9e0ccabb58 API cleanup 20 years ago
Albert Astals Cid 579644c631 forwardport r609253 and while at it fix broke pixmaprequest call 20 years ago
Pino Toscano 5e50a35683 less includes in the headers 20 years ago
Tobias Koenig 57139e3192 API cleanup (utils.h), renamed getDpiX -> dpiX() and getDpiY -> dpiY() 20 years ago
Tobias Koenig 9969547b0c * observer API cleanup 20 years ago
Tobias Koenig d2f9f04494 API cleanup 20 years ago
Tobias Koenig fc13c09b3e Added documentation and some code cleanup 20 years ago
Tobias Koenig 25f836351f API cleanup 20 years ago
Tobias Koenig 1cea7cb777 Fix the bug that ink annotations are not visible on startup. 20 years ago
Pino Toscano 4c17c58fc2 better remove the search points (with the iterators) first 20 years ago
Pino Toscano 97f9f895ed There is nothing to find text into if the text page has no text. 20 years ago
Albert Astals Cid 4a46c9a140 contains is evil as makes you search twice 20 years ago
Pino Toscano 5ce4b0674e Make okular able to copy the text selection to the clipboard (finally!). 20 years ago
Tobias Koenig 0302929b04 Add support of transformation (rotation) of TextPages 20 years ago
Tobias Koenig 486ca7bd03 SVN_SILENT make it utf-8 clean 20 years ago
Tobias Koenig 81fb3a383b Further cleanup of Page API: 20 years ago
Tobias Koenig 471c71d256 Cleaned up the API of TextEntity and TextPage, ready for release ;) 20 years ago
Tobias Koenig 4848631daf Renamed all the Page::getXyz() methods to Page::xyz() to be konsistent 20 years ago
Tobias Koenig 14d6515b16 Changed the enum SearchDir to SearchDirection and use less strange 20 years ago
Tobias Koenig a844f01f0e SVN_SILENT warning-- 20 years ago
Tobias Koenig a7b04cb92b Replaced 20 years ago
Pino Toscano 2f1aa08ac6 move the annotation boundary calculation to AnnotationUtils 20 years ago
Pino Toscano f950e3e172 const iterators can be used here, too 20 years ago
Albert Astals Cid b10d00e4ae virtual filesystems always return true for at end, so the memory was not beign correctly calculated 20 years ago
Albert Astals Cid 7dacbf93fd use the constant accessors so that we don't get dettach on the containers we don't want to get 20 years ago
Albert Astals Cid ac1c0b75bc const_iterator is your friend :-) 20 years ago
Tobias Koenig a490cc0cd7 Add the following functionality: 20 years ago
Albert Astals Cid 9099fbecf7 Some krazy fixes 20 years ago
Pino Toscano abb20bfe6c black can be a valid color, so don't discard it when saving 20 years ago
Pino Toscano bd1880e42d less use of pointers; more const's 20 years ago
Pino Toscano c57405db8c slightly improve the performances of RegularArea::simplify() 20 years ago
Pino Toscano 2cbf32906d check that the target file exists 20 years ago
Pino Toscano 7c2aac01d5 #include not needed 20 years ago
Pino Toscano 274469dae8 Almost complete support for inverse search within okular. 20 years ago