summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 3.24.0wip/warnings3Alberts Muktupāvels2017-04-293-6/+6
|
* window: avoid signed / unsigned warningAlberts Muktupāvels2017-04-291-1/+1
|
* screen: avoid deprecated gdk_display_get_screenAlberts Muktupāvels2017-04-281-1/+4
| | | | GTK+ does not support multiple screens!
* screen: fix signed / unsigned warningsAlberts Muktupāvels2017-04-281-4/+4
|
* xutils: fix signed / unsigned warningsAlberts Muktupāvels2017-04-281-4/+4
|
* pager: avoid deprecated gtk_style_context_set_backgroundAlberts Muktupāvels2017-04-281-2/+4
|
* tasklist: avoid deprecated gtk_style_context_get_background_colorAlberts Muktupāvels2017-04-281-6/+3
|
* tasklist: fix 'comparison between signed and unsigned integer' warningsAlberts Muktupāvels2017-04-281-4/+4
|
* xutils: fix 'comparison between signed and unsigned integer' warningsAlberts Muktupāvels2017-04-281-3/+3
|
* util: fix 'comparison between signed and unsigned integer' warningAlberts Muktupāvels2017-04-281-1/+1
|
* util: avoid deprecated gtk_widget_override_fontAlberts Muktupāvels2017-04-285-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.
* 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
|
* avoid deprecated GtkImageMenuItemAlberts Muktupāvels2017-04-266-126/+312
|
* update git.mk to latest versionAlberts Muktupāvels2017-04-261-39/+192
|
* util: fix few 'comparison between signed and unsigned integer' warningsAlberts Muktupāvels2017-04-261-2/+2
|
* test-pager: avoid shadowing existing variableAlberts Muktupāvels2017-04-261-2/+2
|
* selector: avoid warningAlberts Muktupāvels2017-04-261-1/+1
|
* pager: avoid deprecated gdk_screen_get_numberAlberts Muktupāvels2017-04-261-1/+1
|
* tasklist: avoid deprecated gdk_screen_get_numberAlberts Muktupāvels2017-04-261-1/+1
|
* selector: avoid deprecated gdk_screen_get_numberAlberts Muktupāvels2017-04-261-1/+1
|
* Add an option to disable the tasklist scroll eventMoritz Bruder2017-04-263-0/+48
| | | | | | | | | | | | This commit is a minor and optional enhancement of the WnckTasklist widget. It allows to disable scrolling of the tasklist. By default scrolling on the tasklist is enabled. The behavior might be configured by calling wnck_tasklist_set_scroll_enabled. https://bugzilla.gnome.org/show_bug.cgi?id=402528
* Add wrap-on-scroll option for WnckPager widgetMoritz Bruder2017-04-263-26/+105
| | | | | | | | | | | | | | | This commit is a minor and optional enhancement of the WnckPager widget. It allows to scroll over the borders of workspace boundaries. This behavior, which is disabled by default, might be enabled with wnck_pager_set_wrap_on_scroll. When activated, a scroll event which would otherwise do nothing, i.e. over the border, will now scroll from the first to the last workspace and from the last to the first. With this option disabled the behavior is exactly the same as before. https://bugzilla.gnome.org/show_bug.cgi?id=780490
* Update Kazakh translationBaurzhan Muftakhidinov2017-03-121-373/+348
|
* Update Basque languageInaki Larranaga Murgoitio2017-03-071-2/+2
|
* Update Polish translationPiotr Drąg2016-12-151-43/+43
|
* utils: add a warning if no X11 is foundMarco Trevisan (Treviño)2016-11-281-1/+5
|
* screen: Check for Wayland displayOlivier Crête2016-11-282-4/+12
| | | | | | | The current code doesn't check hard enough and segfaults when starting d-feet. https://bugzilla.gnome.org/show_bug.cgi?id=775116