<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/shell/ev-sidebar-annotations.c, branch sign</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>Fix the type for the signal identifier which is gulong</title>
<updated>2022-01-09T13:24:00+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-25T07:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=05dc26a2c8abd952e7b3d46dae719530a546f7d9'/>
<id>05dc26a2c8abd952e7b3d46dae719530a546f7d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-sidebar-annotations: avoid 'g_type_class_add_private'</title>
<updated>2019-08-16T20:40:31+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-09T10:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=5ec170487062ce3f40f08798a53df76562439f77'/>
<id>5ec170487062ce3f40f08798a53df76562439f77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refreshing annotations' sidebar upon deletion</title>
<updated>2017-08-28T14:04:01+00:00</updated>
<author>
<name>Giselle Machado</name>
<email>giselle.mnr@gmail.com</email>
</author>
<published>2014-06-22T16:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=4fc9b355075c0298b0306f43e5b73d136dcdf939'/>
<id>4fc9b355075c0298b0306f43e5b73d136dcdf939</id>
<content type='text'>
When an annotation is deleted, the sidebar needs to
be refreshed so that the annotation is removed from
the list

See item 3 in this comment:
https://bugzilla.gnome.org/show_bug.cgi?id=649044#c33
origin commit:
https://git.gnome.org/browse/evince/commit/?id=13defb2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When an annotation is deleted, the sidebar needs to
be refreshed so that the annotation is removed from
the list

See item 3 in this comment:
https://bugzilla.gnome.org/show_bug.cgi?id=649044#c33
origin commit:
https://git.gnome.org/browse/evince/commit/?id=13defb2
</pre>
</div>
</content>
</entry>
<entry>
<title>annotations-sidebar: Clean up the styling</title>
<updated>2017-08-15T10:45:59+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-08-12T11:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=16c6e46c38655f223f12b36108fa563fc92bdde3'/>
<id>16c6e46c38655f223f12b36108fa563fc92bdde3</id>
<content type='text'>
Not sure why we need a GtkNotebook with a tab dedicated to nothing
but holding a single button. Ditch the notebook and put the add button
at the bottom of the sidebar.

The 'add annontation button' is edited for Atril,
just a GtkStock repacement without using GtkStock ;-)
And we use a GtkButtonBox instead of a GtkToolbar as parent for the
'add button', to be consistent with the other sidebars.

inspired by:
https://github.com/linuxmint/xreader/commit/b8627de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure why we need a GtkNotebook with a tab dedicated to nothing
but holding a single button. Ditch the notebook and put the add button
at the bottom of the sidebar.

The 'add annontation button' is edited for Atril,
just a GtkStock repacement without using GtkStock ;-)
And we use a GtkButtonBox instead of a GtkToolbar as parent for the
'add button', to be consistent with the other sidebars.

inspired by:
https://github.com/linuxmint/xreader/commit/b8627de
</pre>
</div>
</content>
</entry>
<entry>
<title>sidebar-annotations: don't use deprecated gtk_widget_render_icon_pixbuf</title>
<updated>2017-03-06T15:10:06+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-03-03T07:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=285289c2e4d7d625c96d3e683dfdb01b098df373'/>
<id>285289c2e4d7d625c96d3e683dfdb01b098df373</id>
<content type='text'>
 and avoid to use GtkStock
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 and avoid to use GtkStock
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop GTK+2 code and --with-gtk build option</title>
<updated>2016-11-23T15:15:54+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-23T15:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ae5f4711a21508a70d7123dbc0efb610af1289a2'/>
<id>ae5f4711a21508a70d7123dbc0efb610af1289a2</id>
<content type='text'>
and require caja &gt;= 1.17.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and require caja &gt;= 1.17.1
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+-3 ev-sidebar-annotations: replace deprecated gtk_widget_render_icon</title>
<updated>2016-06-24T18:48:20+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-22T20:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f87c11ab0472e8a105c2aaab8ba97886960c141f'/>
<id>f87c11ab0472e8a105c2aaab8ba97886960c141f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not use deprecated GTK_TYPE_VBOX definitions</title>
<updated>2016-06-22T14:13:54+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-22T14:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d4e9df8989ef35e8c8ccaa4ce3b067ca25de71c2'/>
<id>d4e9df8989ef35e8c8ccaa4ce3b067ca25de71c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zero-init all signals arrays</title>
<updated>2014-12-08T20:46:03+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-10-28T14:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=327620edb07c573f7d96719288603058baaf27aa'/>
<id>327620edb07c573f7d96719288603058baaf27aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed incorrect fsf addresses. Closes #12.</title>
<updated>2012-10-09T15:14:35+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2012-10-09T15:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=959919c7e0e6f44165ea854ef8b8f43794ef1640'/>
<id>959919c7e0e6f44165ea854ef8b8f43794ef1640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
