<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/libview/ev-document-model.h, branch sign</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>libview: Make page layout a mode</title>
<updated>2017-08-31T11:28:21+00:00</updated>
<author>
<name>William Jon McCann</name>
<email>jmccann@redhat.com</email>
</author>
<published>2013-01-10T17:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=2fb770b3245c3066cd9c556f12793f4ed69ee52d'/>
<id>2fb770b3245c3066cd9c556f12793f4ed69ee52d</id>
<content type='text'>
Instead of having a few different mutually exclusive booleans it
makes sense to have it be a mode with the following options:
automatic, single, dual.

This allows us to have a way to automatically determine if dual page
mode should be used when the window is large enough.

https://bugzilla.gnome.org/show_bug.cgi?id=689468
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=42f6d4b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of having a few different mutually exclusive booleans it
makes sense to have it be a mode with the following options:
automatic, single, dual.

This allows us to have a way to automatically determine if dual page
mode should be used when the window is large enough.

https://bugzilla.gnome.org/show_bug.cgi?id=689468
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=42f6d4b
</pre>
</div>
</content>
</entry>
<entry>
<title>libview: Add new zoom mode that optimizes for readability</title>
<updated>2017-08-31T11:28:21+00:00</updated>
<author>
<name>William Jon McCann</name>
<email>jmccann@redhat.com</email>
</author>
<published>2012-12-29T15:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=3e3b8bad7b5b272e3a535e7b3fe22c04fc722a78'/>
<id>3e3b8bad7b5b272e3a535e7b3fe22c04fc722a78</id>
<content type='text'>
This "Automatic" zoom mode will use fit width when
the window is smaller than 100% of the actual page size
and then use the actual page size up to the point the
window is large enough to hold two entire pages side
by side.

https://bugzilla.gnome.org/show_bug.cgi?id=689468
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=0cad875
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This "Automatic" zoom mode will use fit width when
the window is smaller than 100% of the actual page size
and then use the actual page size up to the point the
window is large enough to hold two entire pages side
by side.

https://bugzilla.gnome.org/show_bug.cgi?id=689468
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=0cad875
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Best Fit mode as Fit Page</title>
<updated>2017-08-31T11:28:21+00:00</updated>
<author>
<name>William Jon McCann</name>
<email>jmccann@redhat.com</email>
</author>
<published>2012-12-29T12:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=36348a35643fb353847ca50c23c4d95a6e91ee1a'/>
<id>36348a35643fb353847ca50c23c4d95a6e91ee1a</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=689468
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=ffd3853
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=689468
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&amp;id=ffd3853
</pre>
</div>
</content>
</entry>
<entry>
<title>libview: Add dual-odd-left property to EvDocumentModel</title>
<updated>2016-06-29T14:23:03+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-24T16:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=71b018f93891bcb414c72d956b4b5601045c5937'/>
<id>71b018f93891bcb414c72d956b4b5601045c5937</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/evince/commit/?id=1346a98
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/evince/commit/?id=1346a98
</pre>
</div>
</content>
</entry>
<entry>
<title>More changes to accomodate webview</title>
<updated>2014-07-01T14:59:05+00:00</updated>
<author>
<name>rootavish</name>
<email>avishkar_gupta@outlook.com</email>
</author>
<published>2014-07-01T14:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e10bf9631652b8533b18a14285db89bd14b4c42e'/>
<id>e10bf9631652b8533b18a14285db89bd14b4c42e</id>
<content type='text'>
- Modified configure.ac to use both webkit2 and webkit1 based on gtk version
- Modified Automake file in help/reference/shell/Makefile.am to compile with gtk-doc
- Modified ev-document-model to support epub-documents.
- Modified ev-window for epub documents.
- Modified jobs so epub pages are not rendered.
- Modified ev-document, although I'm not sure if this is necessary.

Still need to figure out where the web view load uri has to be called to actually load pages, from there the puzzle would be much simpler. Hope to get this done in the week, and pick up the pace now that only six weeks of coding remain before final evaluation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Modified configure.ac to use both webkit2 and webkit1 based on gtk version
- Modified Automake file in help/reference/shell/Makefile.am to compile with gtk-doc
- Modified ev-document-model to support epub-documents.
- Modified ev-window for epub documents.
- Modified jobs so epub pages are not rendered.
- Modified ev-document, although I'm not sure if this is necessary.

Still need to figure out where the web view load uri has to be called to actually load pages, from there the puzzle would be much simpler. Hope to get this done in the week, and pick up the pace now that only six weeks of coding remain before final evaluation.
</pre>
</div>
</content>
</entry>
<entry>
<title>renaming evince to atril</title>
<updated>2011-11-09T21:44:56+00:00</updated>
<author>
<name>Perberos</name>
<email>perberos@gmail.com</email>
</author>
<published>2011-11-09T21:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=da7bb154d27d3b872867223a5df60df8f5fb6e7d'/>
<id>da7bb154d27d3b872867223a5df60df8f5fb6e7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inicial</title>
<updated>2011-11-09T21:17:43+00:00</updated>
<author>
<name>Perberos</name>
<email>perberos@gmail.com</email>
</author>
<published>2011-11-09T21:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f6ce926719943751cf65cacde7fae050593eb2d6'/>
<id>f6ce926719943751cf65cacde7fae050593eb2d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
