83 Commits (00795e5d73abcde99ae0e42e70bbb77fdd5de0b7)

Author SHA1 Message Date
Albert Astals Cid f51205f3c5 Call m_text->endPage() on KPDFOutputDev::endPage() when generating text 21 years ago
Albert Astals Cid c8a96f9fd2 more generator_png -> generator_kimgio renaming 21 years ago
Albert Astals Cid 9946534b1d generator_png -> generator_kimgio 21 years ago
Albert Astals Cid 2f384e0c2b dcop KURL currentDocument() 21 years ago
Albert Astals Cid 56f6f83fb9 Accept "invalid" viewports when the link is to an external pdf 21 years ago
Albert Astals Cid 1e1eeb8e65 Don't crash on malformed documents that have links to unexistant places, for example in smli_tr-2005-143.pdf link [3] from page 4 does not point anywhere (Acrobat Reader confirms it) 21 years ago
Albert Astals Cid 9f12ab9634 remove warning 21 years ago
Albert Astals Cid d1dd22b280 Implement bare-bones printing for the png generator, leak-- 21 years ago
Albert Astals Cid 08d23c5231 Proof of concept PNG generator, to use if do kpdf foo.png as open only shows pdf, it crashes when doing Search as you type and Presentation does not works but it only has 10 lines of code and it was done to show how "easy" is adding new generators 21 years ago
Albert Astals Cid 0649174a87 Fix bug 101648, thanks a lot for reporting Mikolaj 21 years ago
Albert Astals Cid bdfb693d3e Welcome the fonts dialog, as normal the from xpdf source is our inspiration, this time pdffonts.cc 21 years ago
Albert Astals Cid 742ed0b955 Update changelog and make links use the cool smooth scrolling if nobody says that is bad i think that gives us a wow factor and no configure option is needed 21 years ago
Albert Astals Cid 45d2e302dd Partly implement destXYZ Links (zoom is missing). As destXYZ links say the TopLeft corner of the screen that should be displayed i've changed documentViewport syntax a bit, mainly now it includes a Position pos; that can be Center or TopLeft, everything still uses Centered viewports except that pageview::notifyViewportChanged understands TopLeft and translates it to a Center documentviewport so the smoothscroll and so one still work. 21 years ago
Albert Astals Cid 39f8e14d23 Branchport fuzzy search (google like) and kwallet support for storing passwords from kpdf_annotations branch to HEAD. 21 years ago
Albert Astals Cid 0571097b26 Make what i really said yesterday. 21 years ago
Albert Astals Cid 1eed94c3d6 More on the DRM issue. 21 years ago
Albert Astals Cid 5150b65199 Follow relative links 21 years ago
Albert Astals Cid 34d104a5fb Print to the correct page size 21 years ago
Albert Astals Cid 27c1e8a078 Don't crash on ps renamed to pdf. Change requested by core-devel 21 years ago
Albert Astals Cid 67f4c2b3e7 Please #kde-devel people making beign a pdf hacker more easy, if you don't want drm checking just do 21 years ago
Enrico Ros f04b9739c8 Follow-up to Albert's commit. DRM handling 'the right way'. Forbids 21 years ago
Albert Astals Cid 9352ac5200 Implement isAllowed for the pdf generator, Enrico is implementing the use of it in pageview etc. 21 years ago
Enrico Ros bea47b52e5 Added missing 'viewportchanged' notify for runtime added observers. 21 years ago
Enrico Ros 5341583f17 SHAME ON ME! messed up with cervisia. Undoing my last commit: I supposed to 21 years ago
Enrico Ros a9a312dad7 Opening kdpf_annotations branch. Code changes: 21 years ago
Dirk Mueller f8c1e832f0 fix compile 21 years ago
Enrico Ros d576e28a32 More naming changes. KPDFPage is perfectly in shape now. 21 years ago
Enrico Ros 5b0c32e43f Misc fixes and cleanups and tidy up the code (KPDFPageRect -> ObjectRect). 21 years ago
Enrico Ros 2a3f35acb9 Fixed broken link following (if not in external document). 21 years ago
Albert Astals Cid bc1806e218 - Do not reattach the dcop client 21 years ago
Enrico Ros 519892521f Fix the last CRASH (on search) and fix a memleak before BETA2 tagging. 21 years ago
Enrico Ros 9e73b4235e Fixed type-ahead searches. Reworked search code. Found alternative way to 21 years ago
İsmail Dönmez 6fb7840575 CVS_SILENT Unused variable 21 years ago
Enrico Ros f4b94c016d SEARCH CHANGES: absolutely want to get in those fixes before freeze. 21 years ago
Enrico Ros d1e074058b cleanups and scroll api 21 years ago
Jakub Stachowski 46c06b887d Optimization by André Wöbbeking 21 years ago
Albert Astals Cid 48868bc89d Neither Enrico nor me know why that is here and it causes a bug where last page is not searched so it's probably a copy&paste bug. Remove 21 years ago
Jakub Stachowski 680f1e1d84 Fixed non-latin1 chars in TOC and document properties. 21 years ago
Enrico Ros fd0606adb2 FIX: Delete allocation descriptors when dynamic observers are removed. 21 years ago
Albert Astals Cid 1efaf05d25 Fix mem leaks 21 years ago
Enrico Ros 5f48094e08 History saving/restoring in addition to the current viewport. 21 years ago
Enrico Ros 93c1d3845d Implemented history (implementation is inside Document. actions (2) are in 21 years ago
Enrico Ros e65c7058c3 Added the MiniBar class, a layouted widget that displays current page 21 years ago
Enrico Ros 156dfb22f9 PageView: Fixed crash in preloading within single page mode. Lowered number 21 years ago
Enrico Ros 02ddb10df0 CVS_SILENT disabled debug output on pixmap generation 21 years ago
Enrico Ros 3ba7c53676 Fix preloading. It does real good now. 21 years ago
Enrico Ros 962f891b80 For Users: 21 years ago
Albert Astals Cid c0029ac3f2 Fix small mem leaks 21 years ago
Albert Astals Cid 97847d8081 Make options be "Enable foo" instead of "Disable foo" 21 years ago
Albert Astals Cid 2b8427a55b Add bool KPDFDocument::isOpened() const and use it so that the user can not begin a find-ahead search if no document is loaded 21 years ago