- 31 Dec, 2012 2 commits
-
-
Albert Astals Cid authored
Now that the pdf generator does not incorrectly delete the pixmaps on a config change we need to repaint the viewports in case there has been a inverted color change or something similar
-
Albert Astals Cid authored
-
- 28 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 26 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 24 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 23 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 22 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 20 Dec, 2012 1 commit
-
-
Albert Astals Cid authored
Bad, Albert, Bad! BUGS: 311983
-
- 17 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 16 Dec, 2012 5 commits
-
-
Albert Astals Cid authored
-
Fabio D'Urso authored
So that it's easier to select thin horizontal/vertical lines
-
Fabio D'Urso authored
-
Fabio D'Urso authored
In other words, this patch makes it impossible to draw annotations outside the page boundaries.
-
Albert Astals Cid authored
REVIEW: 107726 BUGS: 310572 (cherry picked from commit 1ef69293)
-
- 14 Dec, 2012 1 commit
-
-
Albert Astals Cid authored
-
- 13 Dec, 2012 2 commits
-
-
Albert Astals Cid authored
-
Fabio D'Urso authored
BUG: 311601
-
- 12 Dec, 2012 10 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
This ports a change we made to the forward search 4 years ago... 7183c172 for more reference BUGS: 311232 FIXED-IN: 4.9.5
-
Fabio D'Urso authored
-
Mailson Menezes authored
normalizedRect is null if the requested page is not visible BUG: 311238
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Fabio D'Urso authored
This patch also prevents the popup window from being opened on double-click and the annotation tooltip from being shown.
-
Tobias Koenig authored
Widget annotations are not meant to behave like "regular" annotations. In particular, they must not be listed in the review panel or when the user right-clicks on form fields.
-
Fabio D'Urso authored
-
Fabio D'Urso authored
That block of code is already surrounded by an outer #ifdef HAVE_POPPLER_0_20
-
- 08 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 04 Dec, 2012 1 commit
-
-
Script Kiddy authored
-
- 01 Dec, 2012 2 commits
-
-
Fabio D'Urso authored
- Removed useless document->supportsTiles() check in setupBaseActions() setupBaseActions() is called only once, before a document is opened, therefore supportsTiles() always returns false - Show the 400% entry even when tiled rendering is not available, so that the last entry always corresponds to the maximum allowed zoom level (i.e. 1600% or 400% according to whether tiled rendering is available or not)
-
Fabio D'Urso authored
-
- 30 Nov, 2012 3 commits
-
-
Fabio D'Urso authored
SlotDoFileDirty tries to reload the file at regular intervals. This patch fixes it so that it can actually reopen the file even if it is not ready at the first timer shot. BUG: 310531
-
Albert Astals Cid authored
-
Script Kiddy authored
-
- 27 Nov, 2012 6 commits
-
-
Fabio D'Urso authored
-
Fabio D'Urso authored
-
Albert Astals Cid authored
Conflicts: VERSION core/version.h
-
Albert Astals Cid authored
-
Luigi Toscano authored
-
Luigi Toscano authored
This patch attempts to restore the functionalities broken by some changes (maybe the text column selection code, it was broken also in 4.7). Text search and text selection work (almost) properly again. It uses a bit of heuristics to identify the end of a word and merge the boxes which enclose each character of a word (so that char_x.right==char_{x+1}.left). It also tries to recognize if there is a newline ("after_space") after that a space is found. BUG: 302004 REVIEW: 107429 FIXED-IN: 4.9.4
-