]> www.fi.muni.cz Git - evince.git/history - shell/ev-window.c
Remove the statusbar. This regress loading feedback, need to check with
[evince.git] / shell / ev-window.c
2005-09-05 Marco Pesenti GrittiRemove the statusbar. This regress loading feedback...
2005-09-02 Nickolay V. ShmyrevHIG fixes, thanks to Dennis Cranston
2005-09-02 Marco Pesenti GrittiMake file pickers not modal and refactor code some
2005-09-02 Marco Pesenti GrittiAdd a current page property and allow to get/set it
2005-09-02 Marco Pesenti GrittiPersist size/visibility of sidebar per document
2005-08-31 Hiroyuki IkezoePlug some memory leaks
2005-08-26 Ryan LortieAdd 'timestamp' argument to ev_application_open_window and
2005-08-26 Jonathan BlandfordCheck for avail. EvWindows when quiting to handle the...
2005-08-25 Jonathan BlandfordRedo rotation (again). prepare for 0.4.0
2005-08-16 Nickolay V. ShmyrevFix build warnings and compilation with dbus 0.35.2
2005-08-16 Nickolay V. ShmyrevReturn focus back to view on escape. Fix for bug 313295.
2005-08-16 Nickolay V. ShmyrevCorrect conversion from uri to displayable string....
2005-08-15 Dennis CranstonHIG fixes: add a couple missing mnemonics to menu items...
2005-08-15 Jonathan Blandford* shell/ev-metadata-manager.c: (ev_metadata_manager_ini...
2005-08-06 Jonathan BlandfordClean up selection to be much smoother!
2005-08-03 Nickolay V. ShmyrevDisable save and print respect to lockdown gconf keys
2005-08-03 Nickolay V. ShmyrevCopy-paste g_file_set_contents to keep compatibility...
2005-07-31 Christian PerschPersist the print settings. Fixes bug #311578.
2005-07-30 Jonathan BlandfordHandle n_pages == 0, fixes #310306.
2005-07-25 Martin Kretzschmar(using_pdf_printer): new function.
2005-07-12 Nickolay V. ShmyrevAdd keypad accelerators for zooming. Fix for bug 308128.
2005-07-11 Marco Pesenti GrittiUse F5 as presentation accell
2005-07-11 Marco Pesenti GrittiDo not leak the fullscreen toolbar
2005-07-11 Marco Pesenti GrittiThese has a return value! Fix totally random focus...
2005-07-08 Marco Pesenti GrittiUse common toolbar and recent models for all windows...
2005-07-07 Christian PerschHIGification of toolbar editor dialogue.
2005-07-07 Marco Pesenti GrittiAdd an _init functions that enabled metadata management...
2005-07-07 Marco Pesenti Grittido not unnecessarily save zoom
2005-07-06 Marco Pesenti GrittiThis should solve the circular dep without requiring...
2005-07-06 Marco Pesenti GrittiRemember window position and maximized state
2005-07-06 Christian PerschFix DBUS configure checks.
2005-07-06 Marco Pesenti GrittiAdd support for some more types
2005-07-05 Carlos Garcia CamposMarco Pesenti Gritti <mpg@redhat.com>
2005-07-05 Marco Pesenti GrittiRework document types managing to avoid code duplicatio...
2005-07-04 Matthew S. Wilsondisable File->Print if the document does not implement...
2005-07-04 Marco Pesenti GrittiSplit the properties pages in two different objects...
2005-07-03 Nickolay V. ShmyrevExit from fullscreen mode when switch to presentation...
2005-06-30 Alex DugganFix compilation
2005-06-30 Marco Pesenti GrittiMetadata manager from gedit but modified to use GValue...
2005-06-30 Marco Pesenti GrittiAdd an optional dbus interface (--enable-dbus). Rework...
2005-06-24 Carlos Garcia CamposMake rotate menu entries unsensitive if there is not...
2005-06-23 Nickolay V. ShmyrevMake properties unsensitive if document backend doesn...
2005-06-23 Nickolay V. ShmyrevRename xmalloc to mdvi_malloc to avoid libtool conflict...
2005-06-23 Nickolay V. ShmyrevFix fir bug 308265: Sidebar dissappears coming out...
2005-06-23 Nickolay V. ShmyrevFix for bug 308402 - provide templates in Save dialog
2005-06-19 Nickolay V. ShmyrevRemoved EggRecentViewGtk
2005-06-19 Nickolay V. ShmyrevFix memory leak
2005-06-19 Nickolay V. ShmyrevFix update of zoom control. Bug 308268
2005-06-19 Nickolay V. ShmyrevVarious small fixes, mostly memory leaks. Thanks to...
2005-06-18 Nickolay V. ShmyrevFixed lot's of memory leaks, for example, memory leak...
2005-06-18 Marco Pesenti GrittiRefresh thumbnails when changing orientation. Not fully...
2005-06-18 Nickolay V. ShmyrevShift + PageUp moves 10 Pages. Fix for 306125
2005-06-17 Marco Pesenti GrittiPrefer presentation mode when the document require...
2005-06-17 Marco Pesenti GrittiAdd control-equal for zooming
2005-06-16 Marco Pesenti GrittiAdd a get_orientation api. Improve set_orientation.
2005-06-16 Nickolay V. ShmyrevAutoraise toolbar on GoToPage action and fix keyboard...
2005-06-15 Marco Pesenti GrittiMake it an object, cleanup the code, api to show it...
2005-06-14 Marco Pesenti GrittiAdd orientation api. Currently poppler api is not optim...
2005-06-11 Marco Pesenti GrittiMake fonts model fill incrementally.
2005-06-10 Nickolay V. ShmyrevTransfer remote documents to tmp directory to display...
2005-06-08 Jonathan BlandfordUse a GtkIconView in certain situations. That situation...
2005-06-07 Nickolay V. ShmyrevPageCache and EvJobs are moved from backend to shell...
2005-06-07 Nickolay V. ShmyrevUse document info from page cache instead of document...
2005-06-06 Marco Pesenti GrittiUse a const to return title so that we dont double...
2005-06-05 Nickolay V. Shmyrevsecond part of commit
2005-06-04 Jonathan Blandfordfix compilation.
2005-06-04 Nickolay V. ShmyrevA bit different fix for rounding problem but it has no
2005-06-04 Marco Pesenti GrittiImplement fonts list. Defined out for now, since it...
2005-06-04 Jonathan Blandfordother_page isn't necessarily page + 1.
2005-06-04 Marco Pesenti GrittiRework properties code to take only EvPropertyInfo...
2005-06-03 Marco Pesenti GrittiInitial go at file properties. Patch by Emil Soleyman...
2005-05-29 Jonathan Blandfordmodify the expose handling to get the shadows.
2005-05-22 Nickolay V. ShmyrevFix minor points related to moving best fit up. Introduce
2005-05-22 Nickolay V. ShmyrevSecond part of commit, broken pipe somehow
2005-05-20 Jonathan BlandfordUse gdk_window_scroll instead of gtk_widget_queue_draw...
2005-05-18 Marco Pesenti GrittiMake PgUp/Down behave like Space
2005-05-18 James BowesGive focus to the ev-view, rather than the scrolled_win...
2005-05-18 Jonathan BlandfordMassive code clean up from Nickolay Shmyrev. Keep page...
2005-05-17 Marco Pesenti GrittiGet rid of View->Normal Size, it's just confusing
2005-05-17 Jonathan BlandfordFree the EvDocumentInfo.
2005-05-16 Marco Pesenti GrittiExpose api to print a range (with dialog). Make private...
2005-05-12 Marco Pesenti GrittiUpdate
2005-05-11 Marco Pesenti GrittiUse signals to notify action activation. Hopefully...
2005-05-10 Marco Pesenti GrittiRemove some leftover code from jrb first continous...
2005-05-10 Marco Pesenti GrittiAdd mnemonic for edit toolbar. ctrl+l focus the page...
2005-05-10 Marco Pesenti GrittiPut the toolbar xml in evince own dot dir
2005-05-10 Marco Pesenti GrittiMake the toolbar not removable
2005-05-10 Marco Pesenti GrittiThis is evil... Make space/backspace global accelerator...
2005-05-10 Juerg BilleterSupport printing page range, based on patch by Amaury...
2005-05-10 Marco Pesenti GrittiSet slash action insensitive when appropriate
2005-05-10 Marco Pesenti GrittiCheck for uri correctness/existence
2005-05-09 Juerg BilleterLPD printers use postscript, too
2005-05-09 Marco Pesenti GrittiThe zoom one is actually sort of useful, put it back
2005-05-09 Marco Pesenti GrittiHide page/zoom controls from overflow, they are useless.
2005-05-09 Marco Pesenti Gritti Implement epiphany like toolbar editor. Based...
2005-05-09 Marco Pesenti GrittiSlash -> Find
2005-05-08 Marco Pesenti GrittiChange api to lookup from uri. Do fast lookup first...
2005-05-02 James BowesOutput zoom-control Makefile. build zoom-control subdir.
2005-05-01 Jonathan BlandfordChange the preview cache back to 1. Don't know when...
2005-04-29 Marco Pesenti GrittiUse connect_object rather than explicitly disconnect...
next