Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-12-03 | [background] Use new MATE_BG_KEY's defines from mate-bg.h, and fade option | Jasmine Hassan | 1 | -13/+17 |
2012-12-03 | Merge pull request #24 from jasmineaura/develop | Stefano Karapetsas | 1 | -471/+514 |
2012-12-03 | [background] fix XGetWindowProperty long_length & nitems_return params | Jasmine Hassan | 1 | -2/+2 |
2012-12-03 | [background] Also check if caja is drawing bg when detecting settings changes | Jasmine Hassan | 1 | -2/+5 |
2012-12-01 | [background] listen for draw-background/show-desktop-icons changed signals | Jasmine Hassan | 1 | -1/+15 |
2012-12-01 | [background] Don't draw the background if "draw-background" is false | Jasmine Hassan | 1 | -1/+10 |
2012-12-01 | [background] GCC 4.6 warning fixes | Jasmine Hassan | 1 | -40/+24 |
2012-12-01 | [background] stop pending fades if new ones initiated | Jasmine Hassan | 1 | -16/+22 |
2012-12-01 | [background] convert to GDBus (and fix delayed background drawing) | Jasmine Hassan | 1 | -41/+64 |
2012-12-01 | [background] review GSettings, don't rely on Caja as a key component | Jasmine Hassan | 1 | -86/+85 |
2012-11-29 | [background] Adapt to MateBG API changes, and GTK3 rendering-cleanup | Jasmine Hassan | 1 | -12/+20 |
2012-11-29 | [background] fix indentation | Jasmine Hassan | 1 | -444/+441 |
2012-11-24 | really fix CVE2012-5560 | Dan Mashal | 1 | -1/+1 |
2012-11-23 | Fix CVE-2012-5560 | Dan Mashal | 1 | -0/+2 |
2012-10-17 | fix 64bit-portability-issue | Stefano Karapetsas | 1 | -1/+1 |
2012-10-16 | keyboard: fix msd_load_modmap_files | Stefano Karapetsas | 1 | -23/+20 |
2012-10-12 | fix incorrect FSF address | raveit65 | 117 | -140/+140 |
2012-10-01 | migrate to gsettingsmate-settings-daemon-1.5.0 | Stefano Karapetsas | 29 | -2864/+1031 |
2012-09-03 | port msd-housekeeping-manager.c to gsettings | Stefano Karapetsas | 1 | -61/+23 |
2012-08-04 | Revert "Micro-optimization." Wrong branch. | Steve Zesch | 1 | -5/+12 |
2012-08-04 | Micro-optimization. | Steve Zesch | 1 | -12/+5 |
2012-06-22 | fix missing gsd=>msd rename due to pull request | Stefano Karapetsas | 1 | -1/+1 |
2012-06-05 | commenting "changed" callback, related with issue #16 on mate-desktop (https:... | Perberos | 2 | -6/+7 |