]> www.fi.muni.cz Git - evince.git/history - libview/ev-view.c
libview: clear caches after destroying child widgets.
[evince.git] / libview / ev-view.c
2011-04-25 Marek Kašíklibview: clear caches after destroying child widgets.
2011-03-20 José Alistelibview: Save contents of FormTextFields when they...
2011-03-13 José Alistelibview: remove all widgets from the View when reloadin...
2011-02-21 Carlos Garcia Camposlibview: Make EvView inherit from GtkContainer instead...
2011-01-29 Carlos Garcia Camposlibview: Make sure a11y is initialized before checking...
2010-12-26 Carlos Garcia Camposlibview: Don't use gdk_cursor_unref()
2010-12-26 Carlos Garcia Camposlibview: Use gtk_widget_get_preferred_size() instead...
2010-12-23 Carlos Garcia Camposlibview: Port EvView and EvPixbufCache to GtkStyleContext
2010-11-19 Tiffany AntopolskiMerge branch 'master' into mallard-docs
2010-11-07 Carlos Garcia Camposlibview: Set redraw_on_allocate to FALSE since we handl...
2010-11-07 Matthias Clasenlibview: Remove the use of size_request
2010-11-07 Carlos Garcia Campos[view] Make EvView inherit from GtkFixed and implement...
2010-11-07 Christian Perschlibview: Adapt to GtkScrollable
2010-11-07 Christian Perschlibview: Use has-entry GtkComboBox instead of GtkComboB...
2010-10-09 Carlos Garcia CamposRemove gtk 2 support
2010-09-27 Christian Persch[libview] Remove GtkObject
2010-09-26 Christian Persch[libview] Port to latest rendering-cleanup-next branch
2010-09-26 Christian Persch[libview] Remove paste error
2010-09-26 Christian Persch[libview] Port to rendering-cleanup-next
2010-09-26 Christian Persch[libview] Use changed gdk keysym names
2010-09-15 Carlos Garcia Campos[libview] Don't show an empty tooltip for links that...
2010-09-15 Carlos Garcia Campos[libview] Handle layers state actions
2010-09-13 José Aliste[libview] Remove unused bin_window variable.
2010-09-13 Federico Mena QuinteroMerge branch 'unmessify-my-pdfs' - bgo#627443 - Add...
2010-09-11 Carlos Garcia Campos[libview] Use GdkRegion in gdk_window_invalidate_region...
2010-08-14 Carlos Garcia Campos[libview] Do not jump to link dest when clicking with...
2010-07-20 Carlos Garcia CamposPreliminary support for adding new annotations
2010-07-15 Carlos Garcia Campos[libdocument] Use cairo instead of gdk_draw_rectangle()
2010-07-14 Carlos Garcia Campos[libview] Only set text and text_layout flags in page...
2010-07-12 Carlos Garcia Campos[libview] Use cairo_region_xor() when available
2010-07-12 Carlos Garcia Campos[libview] Add ev_view_focus_annotation() to focus the...
2010-07-12 Carlos Garcia CamposAdd EvMappingList data struct instead of using a GList
2010-07-10 Carlos Garcia Campos[libview] Make sure annot popups never show up outside...
2010-07-08 Carlos Garcia CamposSwitch to GTK+ 3
2010-06-28 Carlos Garcia Campos[libview] Add support for synctex in EvView
2010-06-26 Daniel Garcia[libview] Rename get_page_extents as ev_view_get_page_e...
2010-05-31 Carlos Garcia Campos[libview] Fix build with GSEAL enabled
2010-05-31 Carlos Garcia Campos[libview] Don't pass rotation and scale to pixbuf-cache
2010-05-31 Carlos Garcia CamposUse a dynamic pixbuf cache size based on document page...
2010-05-11 Carlos Garcia Campos[libview] Hide loading window when document is loaded
2010-05-11 Carlos Garcia Campos[libview] Use cairo to draw search results
2010-05-10 Carlos Garcia Campos[libview] Fix most of the GSEAL build issues
2010-05-10 Carlos Garcia Campos[libview] Do nothing in size_allocate when document...
2010-05-10 Carlos Garcia Campos[libview] Take into account scrollbar size to get zoom...
2010-05-10 Carlos Garcia Campos[libview] Keep our own GtkRequisition and use it to...
2010-05-08 Carlos Garcia Campos[libdocument] Use EvPage instead of EvRenderContext...
2010-05-07 Carlos Garcia Campos[libview] Use loading window instead of the loading...
2010-05-04 Juanjo MarínInvert colors of pages when loading in inverted color...
2010-04-13 Carlos Garcia Campos[libview] Make sure there's a new valid page range...
2010-04-13 Carlos Garcia Campos[libview] Do not set loading to FALSE unless we really...
2010-04-05 Arun PersaudUpdate FSF address everywhere.
2010-03-31 Hib ErisReplace GTK_WIDGET_VISIBLE() with gtk_widget_get_visible()
2010-03-31 Hib ErisReplace GTK_WIDGET_REALIZED() with gtk_widget_get_reali...
2010-03-31 Hib ErisReplace GTK_WIDGET_HAS_FOCUS() with gtk_widget_has_focus()
2010-02-21 Carlos Garcia CamposAllow adding actions for more than one item in view...
2010-02-03 Philip WithnallAssorted string fixes
2010-01-11 Carlos Garcia Campos[libview] Make sure new selection region is not empty
2010-01-11 Carlos Garcia Campos[libview] Don't emit selection-changed when selection...
2010-01-11 Carlos Garcia CamposAdd selection-changed signal to EvView to notify that...
2010-01-03 Carlos Garcia Campos[libview] Remove presentation mode code from EvView
2010-01-03 Carlos Garcia Campos[libview] Remove ev_view_page_label_from_dest()
2010-01-03 Carlos Garcia Campos[libview] Move cursor handling stuff to a new file
2009-12-28 Carlos Garcia Campos[libview] Disable text selection in presentation mode
2009-12-21 Carlos Garcia Campos[libview] Initialize view from model when a new model...
2009-12-20 Carlos Garcia Campos[libview] Fix a crash with document that contain no...
2009-12-19 Hib ErisUnref document after unreffing pixbuf_cache.
2009-12-13 Carlos Garcia Campos[libview] Remove props and api from EvView that is...
2009-12-09 Carlos Garcia Campos[libview] Split EvPixbufCache into dynamic and static...
2009-12-08 Carlos Garcia Campos[libview] Don't try to show/hide annot windows the...
2009-12-01 Carlos Garcia Campos[libview] Improve size_request functions
2009-12-01 Carlos Garcia Campos[libview] Remove unneeded redundant code
2009-11-30 Carlos Garcia Campos[libview] Queue a redraw instead of a resize when inver...
2009-11-30 Carlos Garcia Campos[libview] Fix infinite loop when scrollbar visibility...
2009-11-29 Carlos Garcia Campos[libview] Invert colors of pages after rendering when...
2009-11-25 José Aliste[libview] Fix rendering issue in dual/continuous mode
2009-11-25 Carlos Garcia Campos[libview] Do not resize the window when zoom in/out...
2009-11-23 Carlos Garcia Campos[libview] Keep scroll position when reloading
2009-11-17 Carlos Garcia CamposAdd options to open and save attachment annotations...
2009-11-16 Carlos Garcia Campos[libview] Handle file attachment annotations
2009-11-15 Carlos Garcia Campos[libview] Make sure view is redrawn as soon as current...
2009-11-14 Carlos Garcia Campos[libview] Best page calculation only makes sense in...
2009-10-07 Carlos Garcia Campos[libview] Scroll one screen leaving one line context
2009-09-30 Carlos Garcia Campos[libview] Clear form fields when rotation changes
2009-09-24 Carlos Garcia Campos[libview] Don't change current page when rotating docum...
2009-09-24 Carlos Garcia Campos[libview] Fix dest page when jumping to a random page...
2009-09-24 Carlos Garcia Campos[libview] Fix scrollbars position when moving to a...
2009-09-15 Carlos Garcia CamposUse model instead of view to handle continuous, dual...
2009-09-15 Carlos Garcia Campos[libview] Remove ev_view_set_screen_dpi() from EvView
2009-09-15 Carlos Garcia Campos[libview] Update current scroll values when view is...
2009-09-15 Carlos Garcia CamposRemove EvPageCache and use EvDocumentModel instead
2009-09-15 Carlos Garcia CamposRemove zoom-invalid signal from EvView
2009-09-15 Carlos Garcia Campos[libview] Remove ev_page_cache_get_size() from EvPageCache
2009-09-15 Carlos Garcia Campos[libview] Move get_max_width/height from EvPageCache...
2009-09-15 Carlos Garcia Campos[libview] Move get_dual_even_left from EvPageCache...
2009-09-15 Carlos Garcia Campos[libview] Don't pass scale to get_page_y_offset() since...
2009-09-15 Carlos Garcia Campos[libview] Move height_to_page cache from EvPageCache...
2009-09-15 Carlos Garcia Campos[libview] Use ev_document_get_page_size to get document...
2009-09-15 Carlos Garcia CamposMove part of the EvPageCache to EvDocument
2009-08-08 Philip Langdale[libview] Let scroll wheel change page when in non...
2009-07-12 Carlos Garcia Campos[libview] Compute selections on button press for word...
next