summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* meson, libwnck: Don't use absolute path for headers subdirMarco Trevisan (Treviño)2019-04-301-3/+2
|
* meson: Use `install_dir` to not install uninstalled .pcMarco Trevisan (Treviño)2019-04-301-6/+4
| | | | Also bump meson dependency as this needs 0.50.0
* meson, libwnck: Add mapfile as link_dependsMarco Trevisan (Treviño)2019-04-301-0/+1
|
* Update Dutch translationNathan Follens2019-02-261-259/+251
|
* Release: 3.31.43.31.4.0Marco Trevisan (Treviño)2019-01-083-2/+14
|
* Update class group icon when window icon was changed. Fixed Issue #135xuzhen2019-01-081-16/+107
|
* wnckprop: Force usage under X11 onlyMarco Trevisan (Treviño)2018-11-231-0/+2
| | | | | wnckprop can be used also in Wayland environments to manage XWayland windows, but in order to do this, we need to force the x11 backend to be used.
* meson: use options name matching GNOME standardsMarco Trevisan (Treviño)2018-11-074-10/+10
|
* meson, docs: pass deprecated-guards without quotesMarco Trevisan (Treviño)2018-11-071-1/+1
| | | | As per recent meson changes, this would not work properly
* meson, docs: use `ignore_headers` stanzaMarco Trevisan (Treviño)2018-11-071-1/+1
|
* meson, libwnck: reuse dependency to generate progsMarco Trevisan (Treviño)2018-11-071-3/+3
| | | | | No need to redefine same includes or args since we've a dep. And make it only dependent on header sources (so that we can generate them)
* Release: 3.31.13.31.1Marco Trevisan (Treviño)2018-11-061-0/+9
|
* meson: use dict for dependency listMarco Trevisan (Treviño)2018-11-061-10/+10
| | | | | It's way easier to read and manage, and since we already depend on newer meson we can safely go with it.
* meson: remove unneeded definitions in meson buildsMarco Trevisan (Treviño)2018-11-062-151/+2
|
* gitlab-ci: also build with mesonMarco Trevisan (Treviño)2018-11-061-22/+42
| | | | | | | | Plus refactor jobs so that we don't have to repeat common commands in both build parts. Get meson from pip as we depend on 0.48.1 which is still not available in latest ubuntu-devel. This can be changed in future.
* meson: use gnome.mkenums_simple for generated typesMarco Trevisan (Treviño)2018-11-061-34/+2
|
* meson: use lib dependency instead of replicating them aroundMarco Trevisan (Treviño)2018-11-062-15/+16
|
* meson, doc: use sgml mode parameterMarco Trevisan (Treviño)2018-11-061-3/+1
|
* meson: add support for building with the cool stuffMarco Trevisan (Treviño)2018-11-067-0/+506
|
* Release: post-release bump to 3.31.1Marco Trevisan (Treviño)2018-11-061-2/+2
|
* Release 3.30.03.30.0Marco Trevisan (Treviño)2018-09-111-0/+17
|
* Release: preparing for 3.30.0Marco Trevisan (Treviño)2018-09-111-2/+2
|
* add .gitlab-ci.ymlAlberts Muktupāvels2018-09-101-0/+32
|
* Merge branch 'wip/muktupavels/warnings' into 'master'Marco Trevisan2018-09-103-174/+51
|\ | | | | | | | | Fix build warnings See merge request GNOME/libwnck!2
| * pager-accessible: modernize codeAlberts Muktupāvels2018-09-091-134/+31
| |
| * workspace-accessible: modernize codeAlberts Muktupāvels2018-09-091-34/+11
| |
| * tasklist: fix cast-function-type warningsAlberts Muktupāvels2018-09-091-6/+9
|/
* Update MSGID_BUGS_ADDRESS in po/MakevarsPiotr Drąg2018-08-161-2/+2
|
* Merge branch 'wip/muktupavels/g-type-class-add-private' into 'master'Marco Trevisan2018-07-039-45/+18
|\ | | | | | | | | don't use the deprecated g_type_class_add_private See merge request GNOME/libwnck!1
| * don't use the deprecated g_type_class_add_privateAlberts Muktupāvels2018-06-279-45/+18
|/
* Update Scottish Gaelic translationGNOME Translation Robot2018-03-021-358/+392
| | | | (cherry picked from commit 92065b06db984939983025c8e3c2805a299b9fa5)
* wnckprop: avoid deprecated functionsAlberts Muktupāvels2018-01-101-5/+13
| | | | https://git.gnome.org/browse/gtk+/commit/?id=176c1046cb1388f70ea257ac15b7ac537d219545
* xutils: avoid deprecated functionsAlberts Muktupāvels2018-01-101-5/+19
| | | | https://git.gnome.org/browse/gtk+/commit/?id=176c1046cb1388f70ea257ac15b7ac537d219545
* 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!