Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bugCarlos Garcia Campos2009-01-241-42/+22
* shell/ev-sidebar-links.cHiroyuki Ikezoe2009-01-208-19/+19
* Fix for a minor code typo.Michal Vaner2009-01-181-3/+3
* Bug 558084 – simplify drag data handlingChristian Persch2009-01-182-25/+25
* Move EvView specific code to a libeviview library so that it can beCarlos Garcia Campos2009-01-1819-12406/+2
* Remove dest, mode and search_string from EvJobLoad since they are notCarlos Garcia Campos2009-01-183-36/+40
* Make the whole EvWindow the destination of a drag and drop operation.Carlos Garcia Campos2009-01-182-45/+46
* Add missing brakets around the percentage in progress messages. See bugCarlos Garcia Campos2009-01-161-2/+2
* Do no use gdk_x11_* when not available. Based on patch by Hib Eris, seeCarlos Garcia Campos2009-01-161-0/+10
* Include gdkx only for dbus support. See bug #339172.Hib Eris2009-01-161-1/+1
* Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug #567785.Tomeu Vizoso2009-01-162-1/+6
* Use brakets around the percentage in progress messages. See bug #567910.Carlos Garcia Campos2009-01-161-4/+4
* Fix typo in error message. See bug #567910.Carlos Garcia Campos2009-01-161-1/+1
* Fix mnemonic conflict. Fixes bug #567937.Carlos Garcia Campos2009-01-161-1/+1
* Show progress information when loading/saving remote files. Fixes bugCarlos Garcia Campos2008-12-301-28/+345
* Fix saving images to remote locations.Carlos Garcia Campos2008-12-301-1/+1
* Remember page setup options too. Paper size is globally remembered whileCarlos Garcia Campos2008-12-293-79/+283
* Fallback to EV_FILE_FORMAT_PS when file_format is not defined.Carlos Garcia Campos2008-12-291-1/+1
* Show a confirmation dialog when there are pending print jobs while closingCarlos Garcia Campos2008-12-282-27/+149
* Show progress information when printing. Fixes bug #482770.Carlos Garcia Campos2008-12-273-80/+474
* Add EvProgressMessageArea derived from EvMessageArea to show progressCarlos Garcia Campos2008-12-275-12/+296
* First step of the printing system rework. EvJobPrint has been replaced byCarlos Garcia Campos2008-12-276-649/+1261
* Fix memory leaks.Carlos Garcia Campos2008-12-271-0/+3
* Only jump the the location of the find result for the first match whenCarlos Garcia Campos2008-12-191-0/+1
* Add document URI to properties page. Fixes bug #555376.Carlos Garcia Campos2008-12-033-1/+5
* Removed RemovedCarlos Garcia Campos2008-12-031-29/+41
* RemovedCarlos Garcia Campos2008-12-018-499/+509
* Add support for reloading remote documents. Fixes bug #555399.Carlos Garcia Campos2008-11-291-7/+112
* Make sure find_result is never < 0 which causes a crash while searching.Carlos Garcia Campos2008-11-231-1/+1
* Fixes crash on fast scrolling with simultaneous text selection.Marek Kašík2008-11-181-2/+9
* Fixes assertion fail on selecting text. See bug #561393.Marek Kašík2008-11-182-7/+6
* Add layers support.Carlos Garcia Campos2008-11-158-50/+653
* Add eye icon from gimp to hide/show layers.Carlos Garcia Campos2008-11-152-0/+2
* Fix build with GTK+ < 2.14Carlos Garcia Campos2008-11-051-0/+4
* Move the egg_set_desktop_file() call to main and removeCarlos Garcia Campos2008-11-022-4/+3
* Do not use popup dialogs to show error messages anymore, use the messageCarlos Garcia Campos2008-11-011-54/+17
* Use a message format (with printf()-style) in ev_window_error_message andCarlos Garcia Campos2008-11-011-37/+45
* Change ev_window_error_message and ev_window_warning_message to receive aCarlos Garcia Campos2008-11-011-17/+17
* Use gtk_show_uri() when availale to display help contents.Carlos Garcia Campos2008-11-011-0/+19
* Removed shell/ev-view-private.hCarlos Garcia Campos2008-10-3110-384/+2
* Bug 558064 – build with single includesChristian Persch2008-10-273-3/+3
* Bug 558066 – format not a string literal and no format argumentsChristian Persch2008-10-271-1/+1
* Cancel the animation without scheduling transition start and proceed toNickolay V. Shmyrev2008-10-231-9/+25
* Disable toggle function of F5 when in presentation mode. Patch by DaveCarlos Garcia Campos2008-10-171-2/+0
* Instead of using only one loading icon for thumbnails based on the size ofCarlos Garcia Campos2008-10-171-36/+66
* Fix memory leak.Carlos Garcia Campos2008-10-171-0/+5
* Removes bad prefixes from window title. Patch by Robin SoneforsNickolay V. Shmyrev2008-10-131-6/+23
* Do not consider mailto links as http uris. Fixes bug #555801.Carlos Garcia Campos2008-10-121-1/+2
* Fix memory leak. Fixes bug #555134.Carlos Garcia Campos2008-10-061-0/+3
* Emit the job finished signal when the job is handled before the page_readyCarlos Garcia Campos2008-10-041-0/+1