- 05 Nov, 2004 6 commits
-
-
Enrico Ros authored
fixes. Need to find a better place for painting / compositing related stuff. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360780
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360664
-
Enrico Ros authored
options now. Changed some options inside kpdf.kcfg (KConfigXT configuration description). svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360658
-
Enrico Ros authored
blocking after all.. not bad thus). svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360586
-
Enrico Ros authored
recenter. Larger step when zooming with high zoom values. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360570
-
Enrico Ros authored
Minor:update outline too when pixmapChanged(). d->pages moved to d->items and iterators updated accordingly. headMergeBlocks--; svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360557
-
- 03 Nov, 2004 4 commits
-
-
Albert Astals Cid authored
Update xpdf/ with some changes from head svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360216
-
nobody authored
'kpdf_experiments'. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360215
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360211
-
Enrico Ros authored
selection) in favour of a new common selection code that uses internal compositing engine. o Added 'copy GFX' (in addition to the already existant 'copy text') with a popup that asks user wether to copy to clipboard or save the image to a file. (note: maybe a merge between selection tools (text/gfx) is possible). o The Zoom Tool is now a mouse mode, not a zoom mode. o Tuned PageViewMessage class and added tips somewhere. o Reorganized some actions and cleanup in mouse mode related code. o Updated plans (roadmap to HEAD and new things) in TODO. o And.. well, de don't deal with gardening anymore :-) Thanks Michael! CCMAIL: brade@kde.org svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=360144
-
- 01 Nov, 2004 7 commits
-
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359685
-
Albert Astals Cid authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359655
-
Albert Astals Cid authored
Fixes 92204, backporting in a moment svn path=/trunk/kdegraphics/kpdf/; revision=359628
-
Enrico Ros authored
top-left page corner composted incrementally with selection and bg. 3 layers. See screenshot: http://robotics.dei.unipd.it/~koral/KDE/screenshots/kpdf_composting_incremental_overlayalpha.png svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359572
-
Enrico Ros authored
mainly used on selections / editing mode ops) or to use the original rectangle svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359565
-
Enrico Ros authored
QRegion rects subdivision). Fixes 'flicker' in painting without Composting. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359561
-
Enrico Ros authored
CCMAIL: zanettea@dei.unipd.it svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359557
-
- 31 Oct, 2004 9 commits
-
-
Laurent Montel authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359340
-
Laurent Montel authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359337
-
Enrico Ros authored
female vampires now!!! svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359326
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359322
-
Enrico Ros authored
incrementally in the paint loop (if Composting enabled). It's time to get rid of the PageViewOverlay hack and use a common selection/overlay mode in pageView. Don't be afraid,I'm not going to create Yet Another Paint App :-) svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359320
-
Enrico Ros authored
+Debug option in config dialog to toggle paint boundaries. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359276
-
Enrico Ros authored
reimplemented viewportPaintEvent(..). The region seems valid here, so we can do incremental paint for every type of operation. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359251
-
Zack Rusin authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359132
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359130
-
- 30 Oct, 2004 5 commits
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359127
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359121
-
Enrico Ros authored
old contents of this files will happen in pageview*.cpp/.h now. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359115
-
Enrico Ros authored
A small and fast ThumbnailWidget imported into ThumbnailList. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359114
-
Enrico Ros authored
drawing (to support transparency without overlay hacks and blend in notes and other stuff). I'm sure this can be simplified a lot, but I can't see how to cut code now. ThumbnailList still has the old code. Now we have no wasted repaints. Also per-page allocated memory is less. Now we need more repaints, since the viewport gfx looks broken. I hope not to revert this, but find a unique short way to describe composted gfx ops. Note: there is a swith in config to switch between plain and composted rendering engines. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=359096
-
- 29 Oct, 2004 7 commits
-
-
Enrico Ros authored
scrollUp/Down. Little portions of them moved where needed. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358868
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358849
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358845
-
Enrico Ros authored
(way more consistant) Removed duplicate values. Apply settings in Part's slotNewConfig() on the fly. svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358760
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358712
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358711
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358710
-
- 28 Oct, 2004 2 commits
-
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358604
-
Enrico Ros authored
svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=358600
-