<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/cut-n-paste, branch v1.25.0</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>update submodule</title>
<updated>2020-06-22T21:48:30+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2020-06-22T21:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=df2104e625c9ad8fd65334ee6347d5c0cf147691'/>
<id>df2104e625c9ad8fd65334ee6347d5c0cf147691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use git submodule for cut-n-paste/smclient</title>
<updated>2020-06-07T16:11:33+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2020-04-29T04:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=8e63669a379981a8e3df8fedd5c903bb85b526a1'/>
<id>8e63669a379981a8e3df8fedd5c903bb85b526a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid redundant redeclarations</title>
<updated>2019-11-28T00:03:04+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-11-11T08:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=0fc51a2c8daff96ed2535ed318dc4d737b34845c'/>
<id>0fc51a2c8daff96ed2535ed318dc4d737b34845c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove 'synctex' internally, work with external library instead</title>
<updated>2019-09-08T21:29:36+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-31T19:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=fe6a85533ba08ec7ea3f4cee139e10c76363288a'/>
<id>fe6a85533ba08ec7ea3f4cee139e10c76363288a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove -Wunused-but-set-variable warning</title>
<updated>2019-09-05T23:17:18+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-09-05T18:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=edd3661daf0c834881c59531bb52b42351b5afd2'/>
<id>edd3661daf0c834881c59531bb52b42351b5afd2</id>
<content type='text'>
ephy-zoom-control.c:274:20: warning: variable ‘tool_item_class’ set but not used [-Wunused-but-set-variable]
  274 |  GtkToolItemClass *tool_item_class;
      |                    ^~~~~~~~~~~~~~~
--
ev-window.c:1390:10: warning: variable ‘page’ set but not used [-Wunused-but-set-variable]
 1390 |  gint    page, n_pages;
      |          ^~~~
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ephy-zoom-control.c:274:20: warning: variable ‘tool_item_class’ set but not used [-Wunused-but-set-variable]
  274 |  GtkToolItemClass *tool_item_class;
      |                    ^~~~~~~~~~~~~~~
--
ev-window.c:1390:10: warning: variable ‘page’ set but not used [-Wunused-but-set-variable]
 1390 |  gint    page, n_pages;
      |          ^~~~
</pre>
</div>
</content>
</entry>
<entry>
<title>End the va_list before returning from _synctex_merge_strings</title>
<updated>2019-08-29T10:00:35+00:00</updated>
<author>
<name>Quipyowert2</name>
<email>Quipyowert2@users.noreply.github.com</email>
</author>
<published>2019-08-22T09:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ee113966bc8feb912c1003b262f99eb07894aeed'/>
<id>ee113966bc8feb912c1003b262f99eb07894aeed</id>
<content type='text'>
This adds a va_end() call to _synctex_merge_strings in two places
where it would return without ending the va_list first.

https://github.com/jlaurens/synctex/commit/44b860175da10d08830b551f59592e548fe19718
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a va_end() call to _synctex_merge_strings in two places
where it would return without ending the va_list first.

https://github.com/jlaurens/synctex/commit/44b860175da10d08830b551f59592e548fe19718
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Use synctex system library if available</title>
<updated>2019-08-29T10:00:35+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-22T08:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f1c1bbd843ab9ec47aa56782901d749bf895068f'/>
<id>f1c1bbd843ab9ec47aa56782901d749bf895068f</id>
<content type='text'>
based on https://gitlab.gnome.org/GNOME/evince/commit/9edaca5b7b35bbbeeecfaf8d9291a4c092d8be91
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on https://gitlab.gnome.org/GNOME/evince/commit/9edaca5b7b35bbbeeecfaf8d9291a4c092d8be91
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove synctex warning</title>
<updated>2019-08-29T10:00:35+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-21T21:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=4bc59d4a716b3ab271bb15adf4b9b5dd6961a4a2'/>
<id>4bc59d4a716b3ab271bb15adf4b9b5dd6961a4a2</id>
<content type='text'>
To compile TeX with SyncTeX:

$ pdflatex -synctex=1 file.tex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To compile TeX with SyncTeX:

$ pdflatex -synctex=1 file.tex
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump synctex to 1.21</title>
<updated>2019-08-29T10:00:35+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-21T21:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=6061cf30d7a351d7214ee074e4530fb8b9d4e94c'/>
<id>6061cf30d7a351d7214ee074e4530fb8b9d4e94c</id>
<content type='text'>
  $ cd cut-n-paste/synctex
  $ rm synctex_*
  $ ./update-synctex-from-TL.sh

Test on Fedora:

  1. Install required packages
     $ sudo dnf install texlive-scheme-basic texlive-lipsum -y

  2. Build a pdf with synctex enabled
     $ cat &lt;&lt;EOF &gt;&gt; file.tex
\documentclass[12pt]{report}
\usepackage{lipsum}
\begin{document}
\chapter{Introduction}
\lipsum[2-4]
\end{document}
EOF
     $ pdflatex -synctex=1 file.tex

   3. Open file.pdf using atril

   4. Search any text string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  $ cd cut-n-paste/synctex
  $ rm synctex_*
  $ ./update-synctex-from-TL.sh

Test on Fedora:

  1. Install required packages
     $ sudo dnf install texlive-scheme-basic texlive-lipsum -y

  2. Build a pdf with synctex enabled
     $ cat &lt;&lt;EOF &gt;&gt; file.tex
\documentclass[12pt]{report}
\usepackage{lipsum}
\begin{document}
\chapter{Introduction}
\lipsum[2-4]
\end{document}
EOF
     $ pdflatex -synctex=1 file.tex

   3. Open file.pdf using atril

   4. Search any text string
</pre>
</div>
</content>
</entry>
<entry>
<title>egg-editable-toolbar: avoid 'g_type_class_add_private'</title>
<updated>2019-08-16T20:52:43+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-10T23:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e236bb2accc0474b599b786a98f879a808088812'/>
<id>e236bb2accc0474b599b786a98f879a808088812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
