summaryrefslogtreecommitdiff
path: root/libmate-desktop
AgeCommit message (Expand)AuthorFilesLines
2014-11-28Turn GnomeRRConfig and GnomeOutputInfo into GObjectsinfirit9-710/+1077
2014-11-28rr: unset primary on displays that are offinfirit1-1/+3
2014-11-28rr: add api for ensuring a primary display is set in configinfirit2-0/+65
2014-11-28Add support for GObjectIntrospectioninfirit8-30/+183
2014-11-28Turn MateRRScreen into a GObjectinfirit4-132/+310
2014-11-28changed checking for NULL a bitMonsta1-1/+6
2014-11-28avoid dereferencing NULL pointerMonsta1-4/+2
2014-11-28don't leak memorymonsta1-2/+6
2014-11-28va_start should be paired with va_endmonsta2-0/+4
2014-11-07gtk3: rgba rr-labeler apiDenis Gorodnichev2-1/+62
2014-11-07gtk3: append missing includeDenis Gorodnichev1-0/+1
2014-11-07mate_desktop_gtk_style_get_light_color and mate_desktop_gtk_style_get_dark_colorDenis Gorodnichev2-0/+260
2014-07-12libmate-desktop: Remove some compatibility with glib < 2.32Stefano Karapetsas1-17/+0
2014-07-02mate-color-select: Add copy buttonStefano Karapetsas1-2/+15
2014-07-01Use palette in MateColorButtonStefano Karapetsas1-0/+2
2014-06-26MateColorSelection: Use colors from GTK3 paletteStefano Karapetsas1-34/+6
2014-06-26libmate-desktop: Fix Since: occurrences in comments copied from Gtk+Stefano Karapetsas3-17/+17
2014-06-26MateColorButton: Add function to get/set rgba color for GTK3Stefano Karapetsas2-0/+56
2014-06-25Merge pull request #114 from dnk/focus_chainStefano Karapetsas1-0/+1
2014-06-23Use G_{BEGIN,END}_DECLS instead of #ifdef __cplusplus in header files and mak...Michal Ratajsky10-36/+20
2014-06-21Remove unneeded includesMichal Ratajsky1-3/+0
2014-06-21Improve commentsMichal Ratajsky2-3/+3
2014-06-21Correctly support GDK2 and GDK3 without a deprecation warningMichal Ratajsky1-0/+5
2014-06-21Make mate_gdk_spawn_command_line_on_screen available on GTK2Michal Ratajsky2-4/+0
2014-06-21Add missing includesMichal Ratajsky1-0/+2
2014-06-21Remove trailing spacesMichal Ratajsky1-4/+4
2014-06-05Replace GtkObject with GObject also for gtk2infirit1-35/+0
2014-06-05Use GDK_WINDOW_XID to get xid for both Gtk+ versionsinfirit1-5/+1
2014-06-05Drop support for Glib < 2.36infirit1-99/+0
2014-06-05GDK_KEY_* was introduced in Gtk+ 2.22infirit2-30/+22
2014-05-20forbid to switch focus between labelsDenis Gorodnichev1-0/+1
2014-05-19Merge pull request #113 from dnk/may_be_uninitializedStefano Karapetsas1-3/+6
2014-05-19gtk2: warning: cr may be uninitializedDenis Gorodnichev1-3/+6
2014-05-11MateColorSelectionDialog: Allow to use header bar with GTK 3.12Stefano Karapetsas2-0/+21
2014-05-04Fix gdk_cursor_unref deprecationStefano Karapetsas2-0/+9
2014-05-04libmate-desktop: Add GTK3 support to MateColorButtonStefano Karapetsas6-59/+254
2014-05-04libmate-desktop: Update test to use MateColorButtonStefano Karapetsas1-7/+26
2014-05-04libmate-desktop: Add MateColorButton dialogStefano Karapetsas7-1/+4347
2014-05-04Fix unused var warningStefano Karapetsas1-2/+2
2014-05-04Fix g_settings_list_schemas deprecationStefano Karapetsas1-1/+14
2014-04-26libmate-desktop: Set dconf as private in pkgconfig fileStefano Karapetsas1-1/+2
2014-04-24Use bigger logo image in about dialog, if available in icon themeStefano Karapetsas1-0/+28
2014-04-24Fix label wrap with GTK3 in about dialogStefano Karapetsas1-0/+3
2014-04-23libmate-desktop: Make credits dialog a bit bigger in MateAboutDialogStefano Karapetsas1-1/+1
2014-04-23libmate-desktop: Add i18n in MateAboutDialogStefano Karapetsas2-2/+5
2014-04-23libmate-desktop: Add MateAboutDialog classStefano Karapetsas3-0/+2391
2014-04-23Add mate_gsettings_is_valid_keyname function from mate-panelStefano Karapetsas2-0/+70
2014-04-23Add more GSettings common functionsStefano Karapetsas2-3/+82
2014-04-21mate-dconf: Add void where neededStefano Karapetsas2-2/+2
2014-03-07Revert "gtk3: GdkRGBA support"Stefano Karapetsas8-499/+20