summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* util: allow setting the same client type againSebastian Geiger2018-01-091-2/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=792304
* Update Esperanto translationKristjan SCHMIDT2017-12-241-273/+261
|
* Promote single precision floats to doublesEmmanuele Bassi2017-11-111-6/+7
| | | | | | The AX_COMPILER_FLAGS m4 macro has suddenly gained the extremely unhelpful `-Werror=double-promotion` default compiler flag, thus breaking the build.
* Updated Danish translationAsk Hjorth Larsen2017-11-111-274/+259
|
* Mark broken translations as fuzzy by translators who ignored translation ↵Andre Klapper2017-09-2412-0/+12
| | | | comments
* Release: post-release bump to 3.24.2Marco Trevisan (Treviño)2017-07-271-1/+1
|
* Release: 3.24.13.24.1Marco Trevisan (Treviño)2017-07-271-0/+9
|
* window: ensure that ALL_WORKSPACES has the X11 expected valueMarco Trevisan (Treviño)2017-07-271-1/+1
| | | | | | And cast it explicitly so that we mute warnings https://bugzilla.gnome.org/show_bug.cgi?id=785451
* fix locale dirAlberts Muktupāvels2017-07-222-6/+1
| | | | | | Commit 4feb96726f014270a6ae4f9ed29342ad53462d7f ported libwnck to upstream gettext, but was still using $DATADIRNAME that was no longer substituded with correct directory.
* Release: post-release bump to 3.24.1Marco Trevisan (Treviño)2017-06-291-1/+1
|
* Release: 3.24.03.24.0Marco Trevisan (Treviño)2017-06-291-0/+18
|
* utils: fix compilation warning (thus error) if XRes is missingMarco Trevisan (Treviño)2017-06-291-4/+3
|
* wnck-image-menu-item: fix memory leakAlberts Muktupāvels2017-05-241-0/+16
|
* doc: Remove --nogtkinit because it is no longer acceptedTing-Wei Lan2017-05-221-1/+1
| | | | | | | gtkdoc-scangobj --nogtkinit has been deprecated for a long time, and this option is removed during the conversion to python. https://bugzilla.gnome.org/show_bug.cgi?id=782883
* bump version to 3.24.0Alberts Muktupāvels2017-05-053-6/+6
|
* window: avoid signed / unsigned warningAlberts Muktupāvels2017-05-051-1/+1
|
* screen: avoid deprecated gdk_display_get_screenAlberts Muktupāvels2017-05-051-1/+4
| | | | GTK+ does not support multiple screens!
* screen: fix signed / unsigned warningsAlberts Muktupāvels2017-05-051-4/+4
|
* xutils: fix signed / unsigned warningsAlberts Muktupāvels2017-05-051-4/+4
|
* pager: avoid deprecated gtk_style_context_set_backgroundAlberts Muktupāvels2017-05-051-2/+4
|
* tasklist: avoid deprecated gtk_style_context_get_background_colorAlberts Muktupāvels2017-05-051-6/+3
|
* tasklist: fix 'comparison between signed and unsigned integer' warningsAlberts Muktupāvels2017-05-051-4/+4
|
* xutils: fix 'comparison between signed and unsigned integer' warningsAlberts Muktupāvels2017-05-051-3/+3
|
* util: fix 'comparison between signed and unsigned integer' warningAlberts Muktupāvels2017-05-051-1/+1
|
* util: avoid deprecated gtk_widget_override_fontAlberts Muktupāvels2017-05-055-27/+37
| | | | | | | This introduces new css class - wnck-needs-attention that theme authors can use to style label for windows that needs attention. By default label will be made bold.
* fix builddir != srcdirAlberts Muktupāvels2017-04-301-0/+2
|
* tasklist: fix 'initialization discards ‘const’ qualifier' warningsAlberts Muktupāvels2017-04-281-2/+2
|
* pager: stop using gtk_icon_size_lookup_for_settingsAlberts Muktupāvels2017-04-281-2/+1
| | | | It is deprecated, use the equivalent gtk_icon_size_lookup instead.
* pager: add missing case to switch statementAlberts Muktupāvels2017-04-281-0/+2
|
* pager: don't use deprecated gtk_drag_beginAlberts Muktupāvels2017-04-281-4/+8
|
* tasklist: don't use deprecated GdkScreen APIAlberts Muktupāvels2017-04-281-22/+33
|
* xutils: fix 'G_SIZEOF_LONG is not defined' warningAlberts Muktupāvels2017-04-281-1/+1
|
* selector: avoid a deprecation warningAlberts Muktupāvels2017-04-281-1/+1
|
* window-action-menu: fix 'mixed declarations and code' warningAlberts Muktupāvels2017-04-281-1/+3
|
* pager: fix 'ISO C90 forbids mixed declarations and code' warningAlberts Muktupāvels2017-04-281-11/+13
|
* wnck-urgency-monitor: avoid deprecation warningsAlberts Muktupāvels2017-04-281-1/+9
| | | | | | GtkStatusIcon is deprecated and removed in GTK+ 4. This tool will be removed when libwnck switches to GTK+ or GtkStatusIcon might be replaced with libnotify.
* Update po/MakevarsPiotr Drąg2017-04-271-3/+3
| | | | | This is not a GNU package and the Free Software Foundation has no copyright over it. Also adds MSGID_BUGS_ADDRESS.
* fix 'declaration of xxx shadows a global declaration' warningswip/warningsAlberts Muktupāvels2017-04-272-8/+8
|
* wnckprop: fix 'comparison between signed and unsigned integer' warningAlberts Muktupāvels2017-04-271-2/+2
|
* fix 'declaration of xxx shadows a parameter' warningsAlberts Muktupāvels2017-04-272-5/+5
|
* add missing default case in switch statementsAlberts Muktupāvels2017-04-276-0/+34
|
* update library version infoAlberts Muktupāvels2017-04-271-3/+3
|
* bump GTK+ required version to 3.22.0Alberts Muktupāvels2017-04-271-1/+1
|
* pager: avoid warningwip/muktupavels/modernizeAlberts Muktupāvels2017-04-261-1/+1
|
* use upstream gettextAlberts Muktupāvels2017-04-264-6/+95
|
* update MAINTAINERCLEANFILESAlberts Muktupāvels2017-04-261-12/+8
|
* remove redundant declarationsAlberts Muktupāvels2017-04-267-25/+0
|
* build: don't use gnome-autogen.shAlberts Muktupāvels2017-04-263-19/+45
| | | | https://wiki.gnome.org/Projects/GnomeCommon/Migration
* avoid deprecated gdk_pixbuf_new_from_inlineAlberts Muktupāvels2017-04-266-37/+30
|
* tasklist: avoid deprecated gtk_menu_popupAlberts Muktupāvels2017-04-261-54/+8
|