Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Clamp page number, dont try to move to not existant pages.Marco Pesenti Gritti2005-02-041-3/+3
| | | | | | | | | | 2005-02-04 Marco Pesenti Gritti <marco@gnome.org> * TODO: * shell/ev-view.c: (set_document_page): Clamp page number, dont try to move to not existant pages.
* New file with some random thoughts.Jonathan Blandford2005-02-021-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Feb 2 21:13:11 2005 Jonathan Blandford <jrb@redhat.com> * NOTES: New file with some random thoughts. * TODO: Update. * backend/ev-document-misc.c: (ev_document_misc_get_page_border_size): New function to canonicalize shadow drawing sizes. Possibly goofy. * shell/ev-view.c: (ev_view_size_request), (set_document_page), (ev_view_best_fit), (ev_view_fit_width): * pdf/xpdf/pdf-document.cc: * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size): * ps/ps-document.c: (ps_document_get_page_size): * backend/ev-document-misc.h: * backend/ev-document.c: (ev_document_get_page_size): * backend/ev-document.h: get_page_size now takes a page number parameter. Made all the backends/frontends honor it. * data/evince-ui.xml: Added a multiple-page mode. Uncomment to see. Doesn't work yet. * shell/Makefile.am: * shell/ev-page-view.[ch]: New multi-page view. Really rough. Doesn't do anything yet. * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of [0..n_pages-1] * shell/ev-window.c: (update_action_sensitivity), (ev_window_setup_document), (ev_window_set_page_mode), (ev_window_page_mode_cb), (ev_window_init): Clean up the view-swapping code a bit so we can have multiple views on a document. Add the multi-page view, though it can't be turned on yet.
* added item for desktop icon thumbnailerBryan Clark2005-01-261-0/+1
| | | | | | 2005-01-26 Bryan Clark <clarkbw@cvs.gnome.org> * TODO: added item for desktop icon thumbnailer
* guard against unloaded docs when the title is accessed.Jonathan Blandford2005-01-251-2/+2
| | | | | | | | | | | | | Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com> * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against unloaded docs when the title is accessed. * shell/ev-password-view.[hc]: New widget for displaying password state. * shell/ev-window.[ch]: Refactor password handling code to handle the new view.
* added one more TODO item and a TODONE section :)Bryan Clark2005-01-211-0/+8
| | | | | | 2005-01-21 Bryan Clark <clarkbw@cvs.gnome.org> * TODO: added one more TODO item and a TODONE section :)
* Use shorter labels for some of the toolbars itemsMarco Pesenti Gritti2005-01-211-0/+2
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * TODO: * shell/ev-window.c: (set_short_labels), (ev_window_init): Use shorter labels for some of the toolbars items
* Added TODO items and finished off the first todo itemBryan Clark2005-01-201-1/+13
| | | | | | | | | 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org> * TODO: Added TODO items and finished off the first todo item * AUTHORS: Updated AUTHORS section with piece from gpdf file and reflect current authors
* added cvsignore file for viewer directoryBryan Clark2005-01-171-0/+1
2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org> * viewer/.cvsignore: added cvsignore file for viewer directory * TODO: created TODO document Actually do the adding this time (see 'Case of the Mundays')