summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-28Fix two problems that causes m-s-d to crash at startinfirit1-1/+2
We need to ref outputs when we are copying them in the parser, and we need to avoid confusing i and j, even if they both have dots. Based on gnome-desktop commit: 11880c8bfd7b3f1edde58b8e83e46ebd59a44311 From: Matthias Clasen <[email protected]>
2014-11-28MateRROutputInfo: rename boolean accessorsinfirit3-7/+7
Rename get_connected() to is_connected() and get_active() to is_active(), following the normal convention. Based on gnome-desktop commit: 46d48ab6ec256498d0dd0a5c97c0388381971cbf From: Giovanni Campagna <[email protected]>
2014-11-28Disallow null filenames passed to mate_rr_config_load_filename()infirit1-1/+10
Based on gnome-desktop commit: 7c2e51427fff29f1582eb5ed035f8c7637ea908f From: Federico Mena Quintero <[email protected]>
2014-11-28Make the signal be MateRRScreen::changed, not screen-changed, to match the ↵infirit1-1/+1
vmethod name Based on gnome-desktop commit: cce5c87297ff8c163d4a29e1fc4e7277cbb4705a From: Federico Mena Quintero <[email protected]>
2014-11-28Turn the RANDR version checks into macrosinfirit1-12/+15
This makes them less error-prone to use. Also, fixes the master check for RANDR 1.2 in gnome_rr_screen_initable_init(), which wouldn't handle RANDR versions above 1.x. Based on gnome-desktop commit: 4da0756ef2e42b8040d8043029057b08e85efcec From: Federico Mena Quintero <[email protected]>
2014-11-28Don't export private symbols in the shared libraryinfirit1-0/+1
Based on gnome-desktop commit: 81590ec66ee8507ae61b47d3d93a8685e970a629 From: Emilio Pozuelo Monfort <[email protected]>
2014-11-28Always use gdk_window_get_window_typeinfirit1-6/+2
2014-11-28Turn GnomeRRConfig and GnomeOutputInfo into GObjectsinfirit9-710/+1077
Based on gnome-desktop commits: 1d1f8ef64f404eccb29d384a75939701327e8e77 2c7a2e90fee98ff61e530098bc962a65dec670bc 7436f759bec00d87f597ef0b6945da8fa8969e85 From: Giovanni Campagna <[email protected]> Gnome Bug: https://bugzilla.gnome.org/show_bug.cgi?id=630913
2014-11-28rr: unset primary on displays that are offinfirit1-1/+3
Based on gnome-desktop commit: 4dd5a30269d71bbe1da884a849db2290df5544c9 From: William Jon McCann <[email protected]>
2014-11-28rr: add api for ensuring a primary display is set in configinfirit2-0/+65
Based on gnome-desktop commit: f632805c549053a548877785e3e624b1fe687f23 From: William Jon McCann <[email protected]>
2014-11-28Add support for GObjectIntrospectioninfirit9-30/+184
Turned all GnomeRR structures into boxed types, then added the needed annotations and the Makefile.am bits. Does not yet include API changes, but should bind (awfully) all of libgnome-desktop. Based on gnome commit: cad94246fb5be76482212407a380cd75f9e7b932 url: https://git.gnome.org/browse/gnome-desktop/commit/?id=cad94246fb5be76482212407a380cd75f9e7b932
2014-11-28Turn MateRRScreen into a GObjectinfirit4-132/+310
Rework MateRRScreen so that it is a full GObject, and all its data is moved to MateScreenPrivate. GObject's are more supported when it comes to introspection and bindings, in particular wrt constructors. Therefore, this is a necessary step for useful introspection generation. https://bugzilla.gnome.org/show_bug.cgi?id=630913 Based on gnome commit 4d2a27d55bcf9bb8de170ae6c6540724125aafa3 url: https://git.gnome.org/browse/gnome-desktop/commit/?id=4d2a27d55bcf9bb8de170ae6c6540724125aafa3
2014-11-28changed checking for NULL a bitMonsta1-1/+6
the code below clearly assumes that slide should never be NULL, so the check is now done via g_return_if_fail Closes https://github.com/mate-desktop/mate-desktop/pull/143
2014-11-28avoid dereferencing NULL pointerMonsta1-4/+2
Closes https://github.com/mate-desktop/mate-desktop/pull/145
2014-11-28don't leak memorymonsta1-2/+6
Closes https://github.com/mate-desktop/mate-desktop/pull/138
2014-11-28va_start should be paired with va_endmonsta2-0/+4
Closes https://github.com/mate-desktop/mate-desktop/pull/137
2014-11-19Sync translations with transifexmate-i18n2-201/+202
2014-11-10Update NEWSmate-desktop-1.9.3Stefano Karapetsas1-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-11-05Sync translations with transifexmate-i18n8-209/+211
2014-11-05mate-about: Add MATE Slackware maintainersStefano Karapetsas1-0/+2
2014-11-05mate-about: Add Google Summer of Code studentsStefano Karapetsas1-0/+5
2014-11-04lockdown: Move disable-log-out key here from mate-panelinfirit1-0/+5
To be used in more places like mate-session.
2014-11-03Also remove from EXTRA_DISTinfirit2-2/+1
2014-11-03We toggle in mate-settings-daemon now.infirit4-92/+2
2014-10-28Update gtk-dialogs-use-header key default to falseinfirit1-1/+1
To stay as close to the Gtk+2 UI as possible.
2014-10-28Bump version to 1.9.3infirit1-1/+1
2014-10-28configure gtk settings gtk-dialogs-use-header and gtk-enable-animationsDenis Gorodnichev1-0/+10
2014-10-13mpaste: fix case when title is Noneinfirit1-1/+1
2014-10-13mpaste: Truncate title to max 30 characterinfirit1-1/+2
2014-10-13mpaste: add proxy supportinfirit1-0/+35
2014-10-13mpaste: Rewrite for new paste websiteinfirit1-40/+118
2014-10-08Change mate-about's program icon to official MATE desktop iconNachanon Vetjasit2-3/+3
Closes https://github.com/mate-desktop/mate-desktop/issues/132
2014-10-02Sync translations with transifexmate-desktop-1.9.2mate-i18n2-146/+147
2014-09-21Sync translations with transifexmate-i18n12-470/+1705
2014-08-03Sync translations with transifexmate-i18n7-214/+218
2014-07-13Sync translations with transifexmate-i18n1-24/+24
2014-07-12libmate-desktop: Remove some compatibility with glib < 2.32Stefano Karapetsas1-17/+0
2014-07-12Bump version to 1.9.2Stefano Karapetsas2-1/+5
2014-07-12Add first version of org.mate.debug GSettings schemaStefano Karapetsas2-0/+20
It will allows users to enable in easy way debug for MATE packages
2014-07-11Sync translations with transifexmate-i18n7-301/+306
2014-07-02mate-color-select: Copy button available with GTK3 tooStefano Karapetsas1-5/+0
2014-07-02mate-color-select: Add copy buttonStefano Karapetsas2-2/+44
2014-07-01tools: Fix for make distcheckmate-desktop-1.9.1Stefano Karapetsas1-0/+3
2014-07-01Use palette in MateColorButtonStefano Karapetsas1-0/+2
2014-06-27Revert "Bump version to 1.9.2"Stefano Karapetsas1-1/+1
This reverts commit bb11134952ddf57146f5e15f613819f5ce8b2ae8.
2014-06-27Bump version to 1.9.2infirit1-1/+1
We need a version to check against for MateColorSelectionDialog.
2014-06-26MateColorSelection: Use colors from GTK3 paletteStefano Karapetsas2-34/+8