Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return focus back to view on escape. Fix for bug 313295.Nickolay V. Shmyrev2005-08-161-0/+1
* Correct conversion from uri to displayable string. Fix for bug 313296.Nickolay V. Shmyrev2005-08-161-18/+21
* HIG fixes: add a couple missing mnemonics to menu items, use titleDennis Cranston2005-08-151-5/+5
* * shell/ev-metadata-manager.c: (ev_metadata_manager_init): *Jonathan Blandford2005-08-151-0/+37
* Clean up selection to be much smoother!Jonathan Blandford2005-08-061-0/+3
* Disable save and print respect to lockdown gconf keysNickolay V. Shmyrev2005-08-031-1/+13
* Copy-paste g_file_set_contents to keep compatibility with gtk 2.6Nickolay V. Shmyrev2005-08-031-1/+6
* Persist the print settings. Fixes bug #311578.Christian Persch2005-07-311-2/+51
* Handle n_pages == 0, fixes #310306.Jonathan Blandford2005-07-301-2/+2
* (using_pdf_printer): new function.Martin Kretzschmar2005-07-251-2/+31
* Add keypad accelerators for zooming. Fix for bug 308128.Nickolay V. Shmyrev2005-07-121-4/+12
* Use F5 as presentation accellMarco Pesenti Gritti2005-07-111-1/+1
* Do not leak the fullscreen toolbarMarco Pesenti Gritti2005-07-111-6/+5