Age | Commit message (Expand) | Author | Files | Lines |
2014-01-23 | xrandr: Fix gdk_spawn_command_line_on_screen usage with GTK3 | Stefano Karapetsas | 1 | -0/+5 |
2014-01-06 | Add Middle Click Emulation to mouse manager | infirit | 1 | -0/+65 |
2013-11-08 | INCLUDES -> AM_CPPFLAGS | infirit | 1 | -3/+3 |
2013-09-26 | housekeeping: Support new thumbnails path for newer glib versions | Stefano Karapetsas | 1 | -0/+15 |
2013-08-01 | Replace ghelp: with help: for user-guide | infirit | 1 | -1/+1 |
2013-07-31 | Update libmate-desktop headers to new location | Stefano Karapetsas | 2 | -4/+4 |
2013-07-31 | mouse: Add GTK3 support | Stefano Karapetsas | 1 | -2/+76 |
2013-07-31 | Add GTK3 support in OSD window | Stefano Karapetsas | 3 | -4/+140 |
2013-07-11 | media-keys: Fix terminal GSettings key name | Stefano Karapetsas | 1 | -2/+2 |
2013-05-08 | keyboard: Allow to disable indicators in GSettings | Stefano Karapetsas | 1 | -4/+4 |
2013-04-06 | Init libnotify in mate-settings-daemon, not in plugins | Stefano Karapetsas | 1 | -4/+0 |
2013-03-24 | mpris: Fix copyright holders | Stefano Karapetsas | 2 | -0/+6 |
2013-03-22 | Fixed typo in comment. | Steve Zesch | 1 | -1/+1 |
2013-03-22 | Removed unused variables. | Steve Zesch | 1 | -3/+0 |
2013-03-22 | Add MPRIS plugin | Stefano Karapetsas | 7 | -0/+760 |
2013-03-21 | Remove autogenerated file | Stefano Karapetsas | 1 | -136/+0 |
2013-02-26 | two more fixes for libnotify | Elan Ruusamäe | 2 | -6/+3 |
2013-02-18 | Merge pull request #40 from glensc/libnotify | Stefano Karapetsas | 6 | -30/+27 |
2013-02-18 | Re-added keybindings plugin, migrated to GSettings | Stefano Karapetsas | 9 | -1/+1177 |
2013-02-18 | use libnotify 0.7, not libmatenotify | Elan Ruusamäe | 6 | -30/+27 |
2013-02-09 | background: Fix missing void keyword in real_draw_bg function | Stefano Karapetsas | 1 | -1/+1 |
2013-02-09 | Fix segmentation fault on resolution change | Stefano Karapetsas | 1 | -0/+5 |
2013-01-27 | Fix schema path deprectations and remove unused constant | Brent Hull | 1 | -1/+0 |
2012-12-22 | [mouse] remove deprecated gdk_drawable_get_size & gdk_drawable_get_screen | Jasmine Hassan | 1 | -8/+4 |
2012-12-22 | [keyboard] don't use deprecated gdk_spawn API. | Jasmine Hassan | 1 | -3/+16 |
2012-12-22 | [general] replace deprecations, use GDK X11 API, bump GTK+ to 2.24 | Jasmine Hassan | 2 | -3/+3 |
2012-12-16 | Restore preference for volume step instead of hardcoding it | Brent Hull | 1 | -1/+4 |
2012-12-15 | [keyboard] add g_strv_behead, reduce code & fix filter_xkb_config() | Jasmine Hassan | 1 | -32/+21 |
2012-12-15 | [keyboard] fix g_format_size_for_display deprecation (GLIB 2.30) | Jasmine Hassan | 1 | -0/+5 |
2012-12-15 | [plugins] various small fixes/improvements | Jasmine Hassan | 3 | -40/+34 |
2012-12-15 | [keyboard] Don't cast dialog to GTK_OBJECT on GTK3 | Jasmine Hassan | 1 | -0/+4 |
2012-12-15 | [mouse] Don't switch mouse buttons for XTest devices | Jasmine Hassan | 1 | -0/+1 |
2012-12-15 | [keyboard] Give a name to the keyboard status icon | Jasmine Hassan | 1 | -0/+1 |
2012-12-15 | [datetime] fix deprecated polkit_authority_get(), bump to 0.97 | Jasmine Hassan | 1 | -2/+8 |
2012-12-15 | [all] Silence build by default, and remove unneeded version requirements | Jasmine Hassan | 3 | -5/+5 |
2012-12-15 | [plugins] only link background/xrandr to mate-desktop, not main process | Jasmine Hassan | 2 | -4/+10 |
2012-12-15 | [plugins] Fix some deprecations (GTK2/GTK3) | Jasmine Hassan | 4 | -13/+12 |
2012-12-15 | [mouse] Replace Gdk drawing with Cairo (GTK3) | Jasmine Hassan | 1 | -13/+12 |
2012-12-15 | [housekeeping] Use g_settings_get_mapped, fix paranoid cleanup on shutdown | Jasmine Hassan | 1 | -44/+62 |
2012-12-14 | [housekeeping] Remove GtkObject & gtk_dialog_set_has_separator deprecations | Jasmine Hassan | 3 | -5/+2 |
2012-12-13 | [background] cleanup and refactor, fix several issues | Jasmine Hassan | 1 | -329/+314 |
2012-12-10 | [background] free priv->fade on stop | Jasmine Hassan | 1 | -14/+17 |
2012-12-10 | [background] remove useless _(set|get)_property & _dispose methods | Jasmine Hassan | 1 | -37/+0 |
2012-12-06 | [general] Use g_timeout_add_seconds() where appropriate | Jasmine Hassan | 1 | -1/+1 |
2012-12-06 | [font] remove outdated (disabled by default) plugin & schema | Jasmine Hassan | 9 | -889/+0 |
2012-12-06 | [keyboard] remove horrible xmodmap fallback code | Jasmine Hassan | 6 | -787/+0 |
2012-12-06 | [media-keys] Update volume code (should be copy-paste from mate-media) | Jasmine Hassan | 12 | -109/+137 |
2012-12-06 | [plugins] cleanup macro magic in plugin.h | Jasmine Hassan | 15 | -59/+141 |
2012-12-05 | [xsettings] quick 'n dirty gsettings port review continued | Jasmine Hassan | 1 | -2/+8 |
2012-12-05 | [daemon] quick 'n dirty initial review of gsettings port | Jasmine Hassan | 2 | -2/+0 |