Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* Save last uri in file chooser dialog. Fix for the bug #327950.Nickolay V. Shmyrev2006-01-211-1/+6
* Dual mode places even pages to the left. Fix for the bug #309393.Nickolay V. Shmyrev2006-01-071-5/+8
* Clamp page recieved from metadata in valid values. Fix for the bugNickolay V. Shmyrev2006-01-061-3/+4
* Don't add pixbuf mime types if pixbuf backend is disabled.Nickolay V. Shmyrev2006-01-061-64/+51
* Two page scrolling with Space and PageUp in dual mode. Second fix for theNickolay V. Shmyrev2006-01-061-2/+2
* Make print dialog non-modal. Fix for the bug #325622.Nickolay V. Shmyrev2006-01-041-95/+115
* Setting saving behaviour fixes.Nickolay V. Shmyrev2006-01-041-358/+207
* Remember if last window was maximized. Fix for the bug #323797.Nickolay V. Shmyrev2005-12-291-1/+1
* Update context menu for internal links. Fix for the bug #325066Nickolay V. Shmyrev2005-12-271-10/+37
* Fix memory managementNickolay V. Shmyrev2005-12-251-1/+4
* Update NEWS and require poppler 0.5.0.Nickolay V. Shmyrev2005-12-251-0/+92
* Fix typo that was hiding toolbar.Nickolay V. Shmyrev2005-12-251-1/+1
* Add shortcut for "save a copy" menu entry. Fix for the bug #324582.Nickolay V. Shmyrev2005-12-201-1/+2
* Enter as shortcut key for next page. Fix for the bug #321394.Nickolay V. Shmyrev2005-11-271-0/+6
* Save last document settings and reuse them for new documents.Nickolay V. Shmyrev2005-11-141-76/+61
* Fix double free that cause crash.Nickolay V. Shmyrev2005-10-301-1/+0
* Fixed warnings on reload and probably crash reason.Nickolay V. Shmyrev2005-10-111-1/+1
* Add control+keypad bindings to zoom.Nickolay V. Shmyrev2005-10-021-0/+7
* URL-escape link before passing it to gnome_vfs_url_show.Christian Persch2005-09-271-6/+16
* Disable copy action when there isn't text selected.Carlos Garcia Campos2005-09-271-2/+19
* *** empty log message ***Marco Pesenti Gritti2005-09-261-2/+2
* Implement launch links. Delegate external link opening to the window.Marco Pesenti Gritti2005-09-261-0/+55
* Do not use modes for link, we need to calculate size ad hoc. Still notMarco Pesenti Gritti2005-09-241-9/+0
* Implement FIT_HEIGHT mode (only for links). Implement FITH linksMarco Pesenti Gritti2005-09-241-1/+12
* Refactor window title building while fixing it for password documents.Marco Pesenti Gritti2005-09-241-1/+3
* Add a function to retrieve window list and share it where necessary.Marco Pesenti Gritti2005-09-231-13/+5
* Return 0 results when search is not in progress.Marco Pesenti Gritti2005-09-191-2/+3
* Move page next/previous functions from page chace to view and change it toMarco Pesenti Gritti2005-09-191-2/+2
* Show the index by default when there is oneMarco Pesenti Gritti2005-09-191-34/+47
* Make close button in toolbar editor default.Nickolay V. Shmyrev2005-09-171-0/+1
* Remove a bunch of strings that was used only by the statusbar.Marco Pesenti Gritti2005-09-161-52/+26
* Factor out and cleanup window title codeMarco Pesenti Gritti2005-09-161-66/+16
* Make dialog transient so it doesnt block other windowsMarco Pesenti Gritti2005-09-161-2/+12
* Increase timeout to hide full screen popup. Bug 316123.Wouter Bolsterlee2005-09-131-1/+3
* Allow the user to override document restrictions. Fix for bug 305818.Nickolay V. Shmyrev2005-09-131-6/+12
* Fix multihead behaviour of fullscreen toolbar popup. Fixes bug #315451.Christian Persch2005-09-131-5/+37
* Support for gnome-keyring for encrypted PDF's.Nickolay V. Shmyrev2005-09-131-9/+6
* leak fix: unref fullscreen_timeout_source before clearing itChristopher Aillon2005-09-081-2/+8
* null check uri before setting and getting metadataMarco Pesenti Gritti2005-09-081-12/+32
* Add a signal for link activation.Marco Pesenti Gritti2005-09-081-1/+11
* Remove the statusbar. This regress loading feedback, need to check withMarco Pesenti Gritti2005-09-051-158/+3
* HIG fixes, thanks to Dennis CranstonNickolay V. Shmyrev2005-09-021-2/+2
* Make file pickers not modal and refactor code someMarco Pesenti Gritti2005-09-021-63/+52
* Add a current page property and allow to get/set itMarco Pesenti Gritti2005-09-021-1/+45
* Persist size/visibility of sidebar per documentMarco Pesenti Gritti2005-09-021-68/+45
* Plug some memory leaksHiroyuki Ikezoe2005-08-311-0/+7
* Add 'timestamp' argument to ev_application_open_window andRyan Lortie2005-08-261-3/+3
* Check for avail. EvWindows when quiting to handle the finalize better,Jonathan Blandford2005-08-261-6/+15
* Redo rotation (again). prepare for 0.4.0Jonathan Blandford2005-08-251-19/+20
* Fix build warnings and compilation with dbus 0.35.2Nickolay V. Shmyrev2005-08-161-0/+1