Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Move save a copy task to its own job so that it's carried out in a threadCarlos Garcia Campos2007-09-041-0/+16
* Update for release 2.19.92Nickolay V. Shmyrev2007-09-041-12/+19
* Bump requirements to poppler 0.6 and drop all ifdefs used. Double andCarlos Garcia Campos2007-09-031-0/+11
* Make sure not to use the history with documents not supporting links.Carlos Garcia Campos2007-09-031-0/+7
* Restart the search when reloading a document with the find bar visible.Carlos Garcia Campos2007-09-031-0/+7
* Do not jump to the first page when reloading a document from the lastCarlos Garcia Campos2007-09-031-0/+8
* Do not update visibility when changing a chrome flag so that it's possibleCarlos Garcia Campos2007-09-031-0/+14
* Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not supported byCarlos Garcia Campos2007-09-031-0/+7
* Make sure current-page <= end-page in continuous mode. Fixes bug #454950.Carlos Garcia Campos2007-09-031-0/+7
* Ignore outline items without a title. Fixes bug #453913.Carlos Garcia Campos2007-09-031-0/+6
* Use always drag mouse cursor during a drag operation. Fixes bug #470564.Carlos Garcia Campos2007-09-031-0/+8
* Temporarily disable double and triple selections since it depends onCarlos Garcia Campos2007-09-021-0/+11
* Actually fix printing regressions. Remove orientation from EvPrintContextCarlos Garcia Campos2007-09-011-0/+11
* Add support for double and triple click selections.Carlos Garcia Campos2007-08-311-0/+39
* Update for release 2.19.4Nickolay V. Shmyrev2007-08-271-0/+7
* Enables 'find next' when bindbar is hidden. Fixes bug #323817.Justin Blanchard2007-08-271-7/+19
* Create always a portrait cairo surface and rotate when needed forCarlos Garcia Campos2007-08-271-0/+11
* Adjust number of pages per row according to page orientation when printingCarlos Garcia Campos2007-08-251-0/+11
* Reset also cups setting to 1 when printing multiple pages per sheet. FixesCarlos Garcia Campos2007-08-251-0/+7
* Use directly cairo_surface_get_content() when creating a similar surfaceCarlos Garcia Campos2007-08-241-0/+8
* Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when creating pageCarlos Garcia Campos2007-08-231-0/+13
* Also store in page-cache the dimensions of the thumbnails so that they canCarlos Garcia Campos2007-08-171-0/+11
* Fix thumbnails rotation in pdf documents that include embedded thumbnails.Carlos Garcia Campos2007-08-171-0/+8
* Don't use #ifdef in macro expansion. Some compilers don't like that.Jens Granseuer2007-08-151-0/+7
* Fixes memory leak in djvu backend.Justin Blanchard2007-08-151-0/+6
* Icons for a new sizes.Andreas Nilsson2007-08-151-0/+13
* Fixes invalid read, see bug #466401.Justin Blanchard2007-08-141-2/+9
* Fix multihead problems in toolbar editor. Fixes bug #382055.Carlos Garcia Campos2007-08-111-0/+9
* Use g_get_user_special_dir when available instead of xdg_user_dir_lookup.Carlos Garcia Campos2007-08-111-0/+8
* Updated according to request on desktop-devel.Nickolay V. Shmyrev2007-08-101-1/+7
* Do not use cairo_rectangle and cairo_clip since we are not usingCarlos Garcia Campos2007-08-051-0/+8
* Plugged memory leak.Hiroyuki Ikezoe2007-07-311-0/+5
* Binding are a new featureNickolay V. Shmyrev2007-07-301-1/+1
* Release 0.9.3Carlos Garcia Campos2007-07-301-0/+7
* Fix a headers problem with ev-linkCarlos Garcia Campos2007-07-301-0/+18
* Do not hide sidebar in fullscreen mode. Fixes bug #396535.Carlos Garcia Campos2007-07-301-0/+7
* Fix compile warnings.Carlos Garcia Campos2007-07-291-0/+11
* Fix memory leak.Carlos Garcia Campos2007-07-291-0/+7
* Use g_timeout_add_seconds instead of g_timeout_add when available.Carlos Garcia Campos2007-07-291-0/+11
* Set horizontal scrollbar policy to AUTOMATIC instead of NEVER. WorkaroundCarlos Garcia Campos2007-07-291-0/+7
* Add page_ready callback to main loop with high priority and hold aCarlos Garcia Campos2007-07-291-0/+7
* Allow printing multiple pages per sheet. Fixes bug #395573.Carlos Garcia Campos2007-07-291-0/+14
* Check for NULL, fixes bug #460862.Nickolay V. Shmyrev2007-07-291-0/+6
* Fixes bug #437681 - blocks while enumerating printers.Christian Persch2007-07-291-0/+8
* Don't use deprecated gtk+ function. See bug #460909.Christian Persch2007-07-291-1/+7
* Do not use display before initializing it. Remove compile warnings.Carlos Garcia Campos2007-07-271-0/+8
* Unix-like hjkl bindings added. See bug #458111.Cosimo Cecchi2007-07-271-0/+6
* Reorganizes utility functions.Johannes Buchner2007-07-271-8/+23
* Add page_ready signal to notify that page is ready as soon as possibleCarlos Garcia Campos2007-07-261-0/+17
* Use capabilities to know which options should be offered by the printCarlos Garcia Campos2007-07-261-0/+34