summaryrefslogtreecommitdiff
path: root/libwnck
Commit message (Expand)AuthorAgeFilesLines
* pager: add wnck_pager_set_workspace_sizewip/muktupavels/pagerAlberts Muktupāvels2021-05-012-59/+26
* pager: reduce initial workspace_sizeAlberts Muktupāvels2021-05-011-1/+1
* pager: more negative size fixesAlberts Muktupāvels2021-04-281-2/+2
* pager: don't return negative sizeAlberts Muktupāvels2021-04-281-2/+2
* pager: Add scroll mode WNCK_PAGER_SCROLL_NONEAndre Miranda2021-02-182-1/+5
* pager: Add missing version informationAndre Miranda2021-02-182-0/+4
* tasklist: Fix leaking PangoFontDescriptionTomas Bzatek2020-07-291-0/+1
* build: Remove autotools supportMarco Trevisan (Treviño)2020-03-251-200/+0
* pager: Add wnck_pager_set_scroll_modeSimon Steinbeiss2019-09-103-65/+145
* xutils: use WnckScreen instead of X11 ScreenAlberts Muktupāvels2019-09-104-140/+161
* class-group: add WnckScreen to private structAlberts Muktupāvels2019-09-103-3/+9
* tasklist: avoid deprecated g_get_current_timeAlberts Muktupāvels2019-08-191-9/+4
* class-group: add a weak reference callback to windowAlberts Muktupāvels2019-08-121-0/+16
* tasklist: Add signals for enter and leave notify eventsVictor Kareh2019-04-301-0/+105
* meson, libwnck: Don't use absolute path for headers subdirMarco Trevisan (Treviño)2019-04-301-3/+2
* meson, libwnck: Add mapfile as link_dependsMarco Trevisan (Treviño)2019-04-301-0/+1
* 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
* meson: use options name matching GNOME standardsMarco Trevisan (Treviño)2018-11-071-3/+3
* meson, libwnck: reuse dependency to generate progsMarco Trevisan (Treviño)2018-11-071-3/+3
* 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-061-12/+15
* meson: add support for building with the cool stuffMarco Trevisan (Treviño)2018-11-062-0/+181
* 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
* don't use the deprecated g_type_class_add_privateAlberts Muktupāvels2018-06-279-45/+18
* wnckprop: avoid deprecated functionsAlberts Muktupāvels2018-01-101-5/+13
* xutils: avoid deprecated functionsAlberts Muktupāvels2018-01-101-5/+19
* util: allow setting the same client type againSebastian Geiger2018-01-091-2/+7
* Promote single precision floats to doublesEmmanuele Bassi2017-11-111-6/+7
* window: ensure that ALL_WORKSPACES has the X11 expected valueMarco Trevisan (Treviño)2017-07-271-1/+1
* fix locale dirAlberts Muktupāvels2017-07-221-1/+1
* 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
* bump version to 3.24.0Alberts Muktupāvels2017-05-052-4/+4
* window: avoid signed / unsigned warningAlberts Muktupāvels2017-05-051-1/+1
* screen: avoid deprecated gdk_display_get_screenAlberts Muktupāvels2017-05-051-1/+4
* 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
* 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
* 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