<feed xmlns='http://www.w3.org/2005/Atom'>
<title>logdiag/src, branch origin/master</title>
<subtitle>Schematic editor</subtitle>
<id>http://cgit.janouch.name/logdiag/atom?h=origin%2Fmaster</id>
<link rel='self' href='http://cgit.janouch.name/logdiag/atom?h=origin%2Fmaster'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/'/>
<updated>2022-07-25T11:31:32Z</updated>
<entry>
<title>Tidy up GSettings</title>
<updated>2022-07-25T11:31:32Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2022-07-25T11:30:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=9003f36ba25426aa28db505384cc50b426e6505b'/>
<id>urn:sha1:9003f36ba25426aa28db505384cc50b426e6505b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset view position on opening a file</title>
<updated>2021-11-02T10:28:48Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-02T10:28:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=de291ffddb3c92252199dc424d68c2adc84c53f8'/>
<id>urn:sha1:de291ffddb3c92252199dc424d68c2adc84c53f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add all opened files to the recent list</title>
<updated>2021-11-02T10:24:40Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-02T09:56:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=baaca4c58f92115676638599fa50c35b50351f9c'/>
<id>urn:sha1:baaca4c58f92115676638599fa50c35b50351f9c</id>
<content type='text'>
The GTK+ file open/save dialog has already been adding them,
but opening files from the command line would circumvent that path.
</content>
</entry>
<entry>
<title>Use GResources for the UI file and the LICENSE</title>
<updated>2021-11-01T11:20:16Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-11-01T09:53:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=3465557a5b3b09b563fc45d2c3b13f09c4935a34'/>
<id>urn:sha1:3465557a5b3b09b563fc45d2c3b13f09c4935a34</id>
<content type='text'>
 - The About dialog now displays the licence.
 - The main UI file is now integrated into the binary.

The project needed some of its ugly CMake code back.
</content>
</entry>
<entry>
<title>Clean up</title>
<updated>2021-10-28T22:24:12Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-28T22:24:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=ee7be81434bebee566150817fedb600658fc07ed'/>
<id>urn:sha1:ee7be81434bebee566150817fedb600658fc07ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Append ellipsis to the Print menu item</title>
<updated>2021-10-28T18:05:31Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-28T18:05:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=59b5ff7020bfeac6223de468697c3e89ce838950'/>
<id>urn:sha1:59b5ff7020bfeac6223de468697c3e89ce838950</id>
<content type='text'>
It opens a dialog.
</content>
</entry>
<entry>
<title>Fix scaling to fit paper</title>
<updated>2021-10-28T04:14:21Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-28T04:14:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=2bc9fe4f1dca8f5cfe82408961b81b8d9b03e1f1'/>
<id>urn:sha1:2bc9fe4f1dca8f5cfe82408961b81b8d9b03e1f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic print functionality</title>
<updated>2021-10-28T03:57:27Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-25T13:54:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=4f01392de56f44e33a7e0989a340cced73147a5a'/>
<id>urn:sha1:4f01392de56f44e33a7e0989a340cced73147a5a</id>
<content type='text'>
Sadly, the line width depends on the widget's DPI, which seems to
even cause uneven lines on Windows, where virtual printers claim
high DPI.  It might also be an unrelated problem.

Similarly, selected objects are exported highlighted.

Other than that, it works quite well.

Add a manifest to make the print dialog look nice with the older
GTK+ bundle we depend upon.

The RC file could theoretically be scanned for /\s+"([^"]+)"\s*$/,
unescaped, and the results configure_file()-stamped.
</content>
</entry>
<entry>
<title>ld-window-main.c: clean up</title>
<updated>2021-10-28T03:25:57Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-28T03:25:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=6cd6ddbd1c25b9b78aaa0b1690b0ca748e2da810'/>
<id>urn:sha1:6cd6ddbd1c25b9b78aaa0b1690b0ca748e2da810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bind # to toggling the view grid</title>
<updated>2021-10-27T16:38:33Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-27T16:38:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=06e3c9e2808538a2c414ad764d0f5362f35ee7fb'/>
<id>urn:sha1:06e3c9e2808538a2c414ad764d0f5362f35ee7fb</id>
<content type='text'>
As seen in Inkscape.
</content>
</entry>
</feed>
