summaryrefslogtreecommitdiff
path: root/libmate-desktop
AgeCommit message (Collapse)AuthorFilesLines
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-19Merge pull request #113 from dnk/may_be_uninitializedStefano Karapetsas1-3/+6
gtk2: warning: cr may be uninitialized
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
Code taken from GTK 2.24 source and renamed for MATE This will allow to use traditional color selection with GTK2 and GTK3
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
Closes https://github.com/mate-desktop/mate-desktop/issues/108
2014-04-24Use bigger logo image in about dialog, if available in icon themeStefano Karapetsas1-0/+28
Code taken from GTK3 about dialog
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
This will allow MATE applications to use traditional About dialogs with GTK 3 (unfortunately completely different starting from GTK 3.12). This is just a fork of GtkAboutDialog of GTK 2.24, adapted to work with GTK 3 too.
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
This reverts commit e95d24559060365eb4fee8154ad82434bf3c8a0a.
2014-03-07Revert "gtk3: mate_bg_create*thumbnail should return GdkPixbuf*"Stefano Karapetsas2-12/+35
This reverts commit 0eef05307bd0c2acb5c780b8f85a239ca810625d.
2014-02-28gtk3: mate_bg_create*thumbnail should return GdkPixbuf*Denis Gorodnichev2-35/+12
this functions are used at mate-control-center
2014-02-27gtk3: GdkRGBA supportDenis Gorodnichev8-20/+499
2014-02-17libmate-desktop: Use same if in mate-desktop-utilsStefano Karapetsas1-3/+1
2014-02-17Fix mate_gdk_spawn_command_line_on_screenDenis Gorodnichev1-6/+4
2014-02-04Fix mate_gdk_spawn_command_line_on_screenStefano Karapetsas1-2/+2
2013-12-12Use GTK_API_VERSION in mate-desktop-2.0-uninstall.pc.ininfirit1-1/+1
2013-10-31Add MATE_DESKTOP_CHECK_VERSION functionStefano Karapetsas3-1/+87
2013-08-05Fix mate_gdk_spawn_command_line_on_screenStefano Karapetsas1-2/+2
2013-08-02Add replacement for gdk_spawn_command_line_on_screenStefano Karapetsas2-0/+52
gdk_spawn_command_line_on_screen is removed in GTK3, and require some code to be replaced, so we are going to use a common function to replace it in MATE source code to have GTK3 support
2013-07-31Fix includesStefano Karapetsas2-2/+2
2013-07-24Fix includesStefano Karapetsas1-2/+2
2013-07-24libmate-desktop: Fix include pathStefano Karapetsas1-1/+1
2013-07-24Add utilities for GSettingsStefano Karapetsas3-0/+95
2013-07-24Fix typo in previous commitStefano Karapetsas1-1/+1
2013-07-24Add utilities for dconfStefano Karapetsas4-2/+215
2013-07-24Move include files and remove old libmate and libmateui foldersStefano Karapetsas21-34/+27
2013-07-23Fix pkgconfig file for GTK3 supportStefano Karapetsas1-1/+1
2013-07-16Fix gtk3 deprecationStefano Karapetsas1-0/+4
2013-06-28GTK3 compatibility.Laszlo Boros2-0/+8
2013-02-21Add check if default MATE background exists before to use itStefano Karapetsas1-2/+13
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/39