<feed xmlns='http://www.w3.org/2005/Atom'>
<title>marco/src/ui/tile-preview.c, branch focus-modal-dialogs</title>
<subtitle>MATE default window manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/'/>
<entry>
<title>Remove multiple empty lines</title>
<updated>2020-08-04T14:39:25+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-08-04T13:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=37e4d38ca3a61eb843d80732a26f29668352433d'/>
<id>37e4d38ca3a61eb843d80732a26f29668352433d</id>
<content type='text'>
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
</pre>
</div>
</content>
</entry>
<entry>
<title>theme: replace mutter/metacity with marco</title>
<updated>2018-08-28T22:48:24+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-08-28T22:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=5418b4087150a0b72fa86a8fdea706e66dc908d2'/>
<id>5418b4087150a0b72fa86a8fdea706e66dc908d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support HiDPI window decorations</title>
<updated>2018-03-22T10:37:10+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@vkareh.net</email>
</author>
<published>2018-03-21T19:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=f6e3326a361afcbdec9aeff018b786bf4e346fea'/>
<id>f6e3326a361afcbdec9aeff018b786bf4e346fea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid deprecated gdk_display_get_screen</title>
<updated>2017-07-29T00:10:08+00:00</updated>
<author>
<name>ZenWalker</name>
<email>scow@riseup.net</email>
</author>
<published>2017-07-29T00:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=ed1a6302c87c6070bbec549ec36c5b56c12a6564'/>
<id>ed1a6302c87c6070bbec549ec36c5b56c12a6564</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tile-preview: avoid a deprecation warning</title>
<updated>2017-04-23T09:25:13+00:00</updated>
<author>
<name>Alberts Muktupāvels</name>
<email>alberts.muktupavels@gmail.com</email>
</author>
<published>2017-04-23T07:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=e48528e58dbebbe94ea05a78946615b2378e5fd2'/>
<id>e48528e58dbebbe94ea05a78946615b2378e5fd2</id>
<content type='text'>
Taken from:
https://git.gnome.org/browse/metacity/commit/?id=3380502
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from:
https://git.gnome.org/browse/metacity/commit/?id=3380502
</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-10-15T12:39:12+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-10-15T12:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=40e26ed6d0e9ef84522ad0723f630bd7d796beec'/>
<id>40e26ed6d0e9ef84522ad0723f630bd7d796beec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK+3: Get values from GtkStyleContext states properly</title>
<updated>2016-02-28T09:38:41+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-02-28T09:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=b4d2708dbae8708fe4e50b2fb4d823c20d9d829a'/>
<id>b4d2708dbae8708fe4e50b2fb4d823c20d9d829a</id>
<content type='text'>
this avoids warnings like this:
Warning of Windowmanagement:Log level 16: State 4 for context 0x55988f9ad950
doesn't match state 128 set via gtk_style_context_set_state ()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this avoids warnings like this:
Warning of Windowmanagement:Log level 16: State 4 for context 0x55988f9ad950
doesn't match state 128 set via gtk_style_context_set_state ()
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk3: draw 1px tile border</title>
<updated>2015-09-18T15:57:02+00:00</updated>
<author>
<name>Denis Gorodnichev</name>
<email>denis.gorodnichev@gmail.com</email>
</author>
<published>2015-09-18T15:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=77e1f5059cea5d0cf027086d9536f207ca95ccda'/>
<id>77e1f5059cea5d0cf027086d9536f207ca95ccda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tile-preview: Small cleanup</title>
<updated>2015-09-16T11:54:53+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-16T11:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=e12e55167107adaa0b45decdb2f57cf7c870d2aa'/>
<id>e12e55167107adaa0b45decdb2f57cf7c870d2aa</id>
<content type='text'>
* GDK_DISPLAY_XDISPLAY and gdk_display_get_default are in Gtk2
* Get window from GdkEvent
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* GDK_DISPLAY_XDISPLAY and gdk_display_get_default are in Gtk2
* Get window from GdkEvent
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #164 from dnk/tile_preview_glitch</title>
<updated>2015-06-10T17:22:32+00:00</updated>
<author>
<name>Martin Wimpress</name>
<email>code@flexion.org</email>
</author>
<published>2015-06-10T17:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/marco/commit/?id=6c5d2c56bccfd9c681e9a5bbeeafe815b93bb8f8'/>
<id>6c5d2c56bccfd9c681e9a5bbeeafe815b93bb8f8</id>
<content type='text'>
tile preview: invalidate window before showing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tile preview: invalidate window before showing</pre>
</div>
</content>
</entry>
</feed>
