~adamreichold/qpdfview/automatic-decompression

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Adam Reichold
  • Date: 2016-11-26 18:32:17 UTC
  • Revision ID: adam.reichold@t-online.de-20161126183217-nu3aribx86ldhzwp
Refactor render task events so that only one event is sent in the common case, i.e. if a task finishes successfully.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  * Fixed selecting the complete text upon opening a page number dialog.
4
4
  * Fixed computation of tile sub rect w.r.t. non-unit device pixel ratios.
5
5
  * Moved loading of interactive elements out of the main event loop.
 
6
  * Optimize tile rendering event handling by centralizing dispatch.
6
7
  * The results of the current tab are now automatically expanded in the extended search dock.
7
8
  * Added support for external document links to the outline view.
8
9
  * Added triggering SyncTeX reverse search using a keyboard modifier.