commit 9c782b18f5dfb1c5f0b61b9fa950944d09c69b68 Author: Marco Trevisan (Treviño) Date: Tue Aug 6 13:01:53 2013 +0200 Doc: don't use g_type_init M doc/Makefile.am M doc/tmpl/window.sgml commit 763bead28ca67a6d77624c20c17343b4b63a260e Author: Marco Trevisan (Treviño) Date: Tue Aug 6 12:38:05 2013 +0200 Xutils: use gdk_flush instead of XSync M libwnck/xutils.c commit 1fd2748f12a0ade314bac82db12bfbfa1ef2f686 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 20:18:26 2013 +0200 WnckPager: try to render frames in windows anyway M libwnck/pager.c commit 428a4505544fdb6403784b4aebb420478f64532c Author: Marco Trevisan (Treviño) Date: Sat Jul 20 20:17:35 2013 +0200 WnckPager: Use style-context to draw the WS name M libwnck/pager.c commit 03fb0b79ecbad2ed890a4f3f58348eea1252c7a5 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 19:54:09 2013 +0200 WnckPager: remove the deprecated usage of GtkSymbolicColor for good The get_dark_color_for_state function is now replaced by the function draw_dark_rectangle that draws a rectangle using darker forground color. M libwnck/pager.c commit e2af99bf1cc11c166b4466f78f9a187762ec4ece Author: Marco Trevisan (Treviño) Date: Sat Jul 20 18:52:46 2013 +0200 WnckPager: some code cleanup M libwnck/pager.c commit 78cedf66a1d3dab3a9e8d8a6822e42f388dd9205 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 18:52:35 2013 +0200 WnckPager: use GtkStypeContext do draw the window, avoid deprecated code M libwnck/pager.c commit e43fcfd1b967bb10d45fd6a8dbc20470b4277cbb Author: Marco Trevisan (Treviño) Date: Sat Jul 20 16:52:05 2013 +0200 WnckSelector: remove unneeded priv parameters initialization to 0 M libwnck/selector.c commit d2164b82ff4af8f34cbc6c900c9ca547fb32e7ea Author: Marco Trevisan (Treviño) Date: Sat Jul 20 16:49:47 2013 +0200 WnckPager: remove unneeded priv parameters initialization to 0 M libwnck/pager.c commit 4fdd986e4a6aa6de64232a237a5c5b7c10e47d7e Author: Marco Trevisan (Treviño) Date: Sat Jul 20 16:47:12 2013 +0200 WnckClassGroup: remove unneeded priv parameters initialization to 0 M libwnck/class-group.c commit e815d4f8bb5282450eee28d2d419c89e2f7a4ea6 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 16:46:28 2013 +0200 WnckApplication: remove unneeded priv parameters initialization to 0 M libwnck/application.c commit 8d9fc7cd189e77d57588388cf2db994e2b829fa8 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 16:45:32 2013 +0200 WnckWorkspace: remove unneeded priv parameters initialization to 0 M libwnck/workspace.c commit f0b975f3a33c60c3704d64627ce9e6726c6c370e Author: Marco Trevisan (Treviño) Date: Sat Jul 20 16:44:39 2013 +0200 WnckScreen: remove unneeded priv parameters initialization to 0 M libwnck/screen.c commit aaff32bf5ea21e74e0dd596436c799c5e1c585b6 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 16:43:27 2013 +0200 WnckWindow: remove unneeded priv parameters initialization to 0 M libwnck/window.c commit 22eb59b4558041434968509f5c96d8c1c0073c9b Author: Marco Trevisan (Treviño) Date: Sat Jul 20 16:40:38 2013 +0200 libwnck: remove dependency on glib-genmarshal, use generic marshaller M configure.ac M libwnck/Makefile.am M libwnck/application.c M libwnck/class-group.c M libwnck/screen.c M libwnck/window.c D libwnck/wnck-marshal.list M libwnck/workspace.c commit 5db5b6be8b26800687350c4dc17045280e20aeb0 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 01:17:15 2013 +0200 WnckTaskList: correctly set requisition parameters for Vertical Mode M libwnck/tasklist.c commit f78bebd42ab6484ccb80aa8304803ab2d68ed8c2 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 01:17:03 2013 +0200 TestTaskList: add option to draw the test in vertical mode M libwnck/test-tasklist.c commit e00bc081eea39e27d8327ab914c788ebab9bd445 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 00:44:57 2013 +0200 WnckTask: no need to initialize priv values to NULL, FALSE or 0 M libwnck/tasklist.c commit 0e0156bb01d7ebca71bb20ee7b6015e12b026bb9 Author: Marco Trevisan (Treviño) Date: Sat Jul 20 00:38:04 2013 +0200 WnckTasklist: no need to initialize priv values to FALSE, NULL or 0 M libwnck/tasklist.c commit 39cb86fe041ad24daa0367a31e9e7f4f876fc521 Author: Josselin Mouette Date: Sat Jul 20 00:19:40 2013 +0200 WnckTaskList: Add API to define task list orientation This allows to build vertical task lists. The patch comes has been originally made by Jean-Luc Porquet while Josselin Mouette has been included it in debian (http://is.gd/nDwsfY) The patch has been cleaned to make the indentation to match the libwnck rules, and properly commented. M libwnck/tasklist.c M libwnck/tasklist.h commit e06622f162813e82fc0363ba2ca2f52e2bd56d21 Author: Marco Trevisan (Treviño) Date: Fri Jul 19 03:05:03 2013 +0200 Selector: get rid of deprecated code M libwnck/selector.c commit 3c403ebe9bf250e5deba86e435929bedf107e417 Author: Marco Trevisan (Treviño) Date: Fri Jul 19 03:04:50 2013 +0200 TaskList: get rid of deprecated code M libwnck/tasklist.c commit 7b915c1a81161eb90d79bcd1aaa3b2b1c45e06df Author: Marco Trevisan (Treviño) Date: Fri Jul 19 03:04:28 2013 +0200 TestTaskList: enable middle-click for closing M libwnck/test-tasklist.c commit b1a5dbaf5bf3e0bbf021e53c8585e54fd7f753ea Author: Stefano Karapetsas Date: Thu Jul 18 17:02:39 2013 +0200 Add option to close windows with mouse middle click on button in tasklist From http://git.mate-desktop.org/libmatewnck/commit/?id=6d3058d https://bugzilla.gnome.org/show_bug.cgi?id=704472 M libwnck/tasklist.c M libwnck/tasklist.h commit 9d6d14da276683ac984a89a165171314fa2dc53a Author: Marco Trevisan (Treviño) Date: Thu Jun 20 13:31:54 2013 +0200 ClassGroup: fix class signal signature M libwnck/class-group.h commit 9e0b7ab4636dd64f192ab5e4b42345de419d7e74 Author: Yuri Myasoedov Date: Sat May 18 22:06:04 2013 +0400 Updated Russian translation M po/ru.po commit fbce78227c6ffca9c1c98bda26e8b9a3e9271caa Author: Andika Triwidada Date: Wed Apr 3 09:45:43 2013 +0700 Updated Indonesian translation M po/id.po commit 603414f748063d4c4aaaa04095fb892cbfc6f07b Author: Krishnababu Krothapalli Date: Mon Mar 25 16:11:46 2013 +0530 Updated Telugu Translations M po/te.po commit aa997c34d6b4e4334687335083ad3b4f0b7f32d8 Author: Shankar Prasad Date: Mon Mar 25 12:29:32 2013 +0530 Updated kn translations M po/kn.po commit 18f7b11b7a8a1e806fe25ab8291d495d5c9a5cf0 Author: Shantha kumar Date: Mon Mar 25 12:17:24 2013 +0530 Tamil Translations Updated M po/ta.po commit 998305978983ad6e3436deb4147f8b035d03f337 Author: Ani Peter Date: Mon Mar 25 10:45:23 2013 +0530 Completed for Malayalam M po/ml.po commit 643a26eddadb5a25c2bef9ea20559eb35a88e0ea Author: ManojKumar Giri Date: Fri Mar 22 19:11:05 2013 +0530 Updated Odia Language along with FUEL implementation M po/or.po commit ba60ba15c27eb4d002ac6c079110fabfe96ec686 Author: Sweta Kothari Date: Fri Mar 22 14:38:53 2013 +0530 Updated gujarati file M po/gu.po commit d43912c5940b1bb7244e424536d3cd14a4cc8ba3 Author: Rajesh Ranjan Date: Fri Mar 22 14:37:23 2013 +0530 hindi translation M po/hi.po commit 89b5848a02602afd451c7756f9b763aa003f3e73 Author: Sandeep Sheshrao Shedmake Date: Wed Mar 20 06:48:53 2013 +0530 Updated Marathi Translations M po/mr.po commit 634817751523c190a22ae5d3f560131ce5e2e647 Author: Joe Hansen Date: Sun Mar 17 16:16:54 2013 +0100 Updated Danish translation M po/da.po commit 6ac98188e36fcb081d6feb27aa0377007fa28522 Author: Nilamdyuti Goswami Date: Fri Mar 15 20:38:57 2013 +0530 Assamese translation updated M po/as.po commit d2862d48b5ac7f3b03b63ec238d261af46510c0a Author: Balázs Úr Date: Fri Mar 15 12:37:43 2013 +0100 Updated Hungarian translation M po/hu.po commit 7b268eee309bd807c8597dcaf8ee50933f49cd28 Author: Theppitak Karoonboonyanan Date: Wed Mar 13 19:50:16 2013 +0700 Updated Thai translation M po/th.po commit 04ce1882c08b0f1ab1a31aff49841c65e3b6861f Author: Matej Urbančič Date: Thu Mar 7 21:42:25 2013 +0100 Updated Slovenian translation M po/sl.po commit d289ba378a1bd1b9424ac9f9163d154f3edd163f Author: Aurimas Černius Date: Sat Mar 2 17:15:05 2013 +0200 Updated Lithuanian translation M po/lt.po commit 3450989f40c6c9f74d8a473da4e38d47c4326bae Author: Мирослав Николић Date: Wed Feb 20 20:30:57 2013 +0100 Updated Serbian translation M po/sr.po M po/sr@latin.po commit 3ffe03bfd57827ebf9c3cab8afa22bb4132cba6c Author: Vincent Untz Date: Sun Feb 17 18:47:37 2013 +0100 misc: Remove myself from maintainers Marco is now the active maintainer :-) M MAINTAINERS M libwnck.doap commit b6ae506080ad899727b2f8aafef19f3352805f93 Author: Marek Černocký Date: Sun Feb 17 12:17:46 2013 +0100 Updated Czech translation M po/cs.po commit 8bff6db44a0c54a62213f0c3f5a0e162b1670517 Author: Daniel Mustieles Date: Mon Feb 11 14:38:47 2013 +0100 Updated Spanish translation M po/es.po commit d48baadaf466776d9f81f3d7ec2055ce76f33d09 Author: Enrico Nicoletto Date: Sun Feb 10 00:19:36 2013 -0200 Updated Brazilian Portuguese translation M po/pt_BR.po commit 95200ded7a930b6ff40b504d596ebbf9cbd6b9ba Author: Marco Trevisan (Treviño) Date: Fri Feb 8 18:39:41 2013 +0100 Release: post-release bump to 3.4.6 M configure.ac