summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-11-08INCLUDES -> AM_CPPFLAGSinfirit1-3/+3
2013-09-26housekeeping: Support new thumbnails path for newer glib versionsStefano Karapetsas1-0/+15
2013-07-11media-keys: Fix terminal GSettings key nameStefano Karapetsas1-2/+2
2013-05-08keyboard: Allow to disable indicators in GSettingsStefano Karapetsas1-4/+4
2013-04-06Init libnotify in mate-settings-daemon, not in pluginsStefano Karapetsas1-4/+0
2013-03-24mpris: Fix copyright holdersStefano Karapetsas2-0/+6
2013-03-22Fixed typo in comment.Steve Zesch1-1/+1
2013-03-22Removed unused variables.Steve Zesch1-3/+0
2013-03-22Add MPRIS pluginStefano Karapetsas7-0/+760
2013-03-21Remove autogenerated fileStefano Karapetsas1-136/+0
2013-02-26two more fixes for libnotifyElan Ruusamäe2-6/+3
2013-02-18Merge pull request #40 from glensc/libnotifyStefano Karapetsas6-30/+27
2013-02-18Re-added keybindings plugin, migrated to GSettingsStefano Karapetsas9-1/+1177
2013-02-18use libnotify 0.7, not libmatenotifyElan Ruusamäe6-30/+27
2013-02-09background: Fix missing void keyword in real_draw_bg functionStefano Karapetsas1-1/+1
2013-02-09Fix segmentation fault on resolution changeStefano Karapetsas1-0/+5
2013-01-27Fix schema path deprectations and remove unused constantBrent Hull1-1/+0
2012-12-22[mouse] remove deprecated gdk_drawable_get_size & gdk_drawable_get_screenJasmine Hassan1-8/+4
2012-12-22[keyboard] don't use deprecated gdk_spawn API.Jasmine Hassan1-3/+16
2012-12-22[general] replace deprecations, use GDK X11 API, bump GTK+ to 2.24Jasmine Hassan2-3/+3
2012-12-16Restore preference for volume step instead of hardcoding itBrent Hull1-1/+4
2012-12-15[keyboard] add g_strv_behead, reduce code & fix filter_xkb_config()Jasmine Hassan1-32/+21
2012-12-15[keyboard] fix g_format_size_for_display deprecation (GLIB 2.30)Jasmine Hassan1-0/+5
2012-12-15[plugins] various small fixes/improvementsJasmine Hassan3-40/+34
2012-12-15[keyboard] Don't cast dialog to GTK_OBJECT on GTK3Jasmine Hassan1-0/+4
2012-12-15[mouse] Don't switch mouse buttons for XTest devicesJasmine Hassan1-0/+1
2012-12-15[keyboard] Give a name to the keyboard status iconJasmine Hassan1-0/+1
2012-12-15[datetime] fix deprecated polkit_authority_get(), bump to 0.97Jasmine Hassan1-2/+8
2012-12-15[all] Silence build by default, and remove unneeded version requirementsJasmine Hassan3-5/+5
2012-12-15[plugins] only link background/xrandr to mate-desktop, not main processJasmine Hassan2-4/+10
2012-12-15[plugins] Fix some deprecations (GTK2/GTK3)Jasmine Hassan4-13/+12
2012-12-15[mouse] Replace Gdk drawing with Cairo (GTK3)Jasmine Hassan1-13/+12
2012-12-15[housekeeping] Use g_settings_get_mapped, fix paranoid cleanup on shutdownJasmine Hassan1-44/+62
2012-12-14[housekeeping] Remove GtkObject & gtk_dialog_set_has_separator deprecationsJasmine Hassan3-5/+2
2012-12-13[background] cleanup and refactor, fix several issuesJasmine Hassan1-329/+314
2012-12-10[background] free priv->fade on stopJasmine Hassan1-14/+17
2012-12-10[background] remove useless _(set|get)_property & _dispose methodsJasmine Hassan1-37/+0
2012-12-06[general] Use g_timeout_add_seconds() where appropriateJasmine Hassan1-1/+1
2012-12-06[font] remove outdated (disabled by default) plugin & schemaJasmine Hassan9-889/+0
2012-12-06[keyboard] remove horrible xmodmap fallback codeJasmine Hassan6-787/+0
2012-12-06[media-keys] Update volume code (should be copy-paste from mate-media)Jasmine Hassan12-109/+137
2012-12-06[plugins] cleanup macro magic in plugin.hJasmine Hassan15-59/+141
2012-12-05[xsettings] quick 'n dirty gsettings port review continuedJasmine Hassan1-2/+8
2012-12-05[daemon] quick 'n dirty initial review of gsettings portJasmine Hassan2-2/+0
2012-12-03[background] Use new MATE_BG_KEY's defines from mate-bg.h, and fade optionJasmine Hassan1-13/+17
2012-12-03Merge pull request #24 from jasmineaura/developStefano Karapetsas1-471/+514
2012-12-03[background] fix XGetWindowProperty long_length & nitems_return paramsJasmine Hassan1-2/+2
2012-12-03[background] Also check if caja is drawing bg when detecting settings changesJasmine Hassan1-2/+5
2012-12-01[background] listen for draw-background/show-desktop-icons changed signalsJasmine Hassan1-1/+15
2012-12-01[background] Don't draw the background if "draw-background" is falseJasmine Hassan1-1/+10