Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-28 | rr: unset primary on displays that are off | infirit | 1 | -1/+3 | |
Based on gnome-desktop commit: 4dd5a30269d71bbe1da884a849db2290df5544c9 From: William Jon McCann <[email protected]> | |||||
2014-11-28 | rr: add api for ensuring a primary display is set in config | infirit | 2 | -0/+65 | |
Based on gnome-desktop commit: f632805c549053a548877785e3e624b1fe687f23 From: William Jon McCann <[email protected]> | |||||
2014-11-28 | Add support for GObjectIntrospection | infirit | 9 | -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-28 | Turn MateRRScreen into a GObject | infirit | 4 | -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-28 | changed checking for NULL a bit | Monsta | 1 | -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-28 | avoid dereferencing NULL pointer | Monsta | 1 | -4/+2 | |
Closes https://github.com/mate-desktop/mate-desktop/pull/145 | |||||
2014-11-28 | don't leak memory | monsta | 1 | -2/+6 | |
Closes https://github.com/mate-desktop/mate-desktop/pull/138 | |||||
2014-11-28 | va_start should be paired with va_end | monsta | 2 | -0/+4 | |
Closes https://github.com/mate-desktop/mate-desktop/pull/137 | |||||
2014-11-19 | Sync translations with transifex | mate-i18n | 2 | -201/+202 | |
2014-11-10 | Update NEWSmate-desktop-1.9.3 | Stefano Karapetsas | 1 | -0/+4 | |
2014-11-07 | gtk3: rgba rr-labeler api | Denis Gorodnichev | 2 | -1/+62 | |
2014-11-07 | gtk3: append missing include | Denis Gorodnichev | 1 | -0/+1 | |
2014-11-07 | mate_desktop_gtk_style_get_light_color and mate_desktop_gtk_style_get_dark_color | Denis Gorodnichev | 2 | -0/+260 | |
2014-11-05 | Sync translations with transifex | mate-i18n | 8 | -209/+211 | |
2014-11-05 | mate-about: Add MATE Slackware maintainers | Stefano Karapetsas | 1 | -0/+2 | |
2014-11-05 | mate-about: Add Google Summer of Code students | Stefano Karapetsas | 1 | -0/+5 | |
2014-11-04 | lockdown: Move disable-log-out key here from mate-panel | infirit | 1 | -0/+5 | |
To be used in more places like mate-session. | |||||
2014-11-03 | Also remove from EXTRA_DIST | infirit | 2 | -2/+1 | |
2014-11-03 | We toggle in mate-settings-daemon now. | infirit | 4 | -92/+2 | |
2014-10-28 | Update gtk-dialogs-use-header key default to false | infirit | 1 | -1/+1 | |
To stay as close to the Gtk+2 UI as possible. | |||||
2014-10-28 | Bump version to 1.9.3 | infirit | 1 | -1/+1 | |
2014-10-28 | configure gtk settings gtk-dialogs-use-header and gtk-enable-animations | Denis Gorodnichev | 1 | -0/+10 | |
2014-10-13 | mpaste: fix case when title is None | infirit | 1 | -1/+1 | |
2014-10-13 | mpaste: Truncate title to max 30 character | infirit | 1 | -1/+2 | |
2014-10-13 | mpaste: add proxy support | infirit | 1 | -0/+35 | |
2014-10-13 | mpaste: Rewrite for new paste website | infirit | 1 | -40/+118 | |
2014-10-08 | Change mate-about's program icon to official MATE desktop icon | Nachanon Vetjasit | 2 | -3/+3 | |
Closes https://github.com/mate-desktop/mate-desktop/issues/132 | |||||
2014-10-02 | Sync translations with transifexmate-desktop-1.9.2 | mate-i18n | 2 | -146/+147 | |
2014-09-21 | Sync translations with transifex | mate-i18n | 12 | -470/+1705 | |
2014-08-03 | Sync translations with transifex | mate-i18n | 7 | -214/+218 | |
2014-07-13 | Sync translations with transifex | mate-i18n | 1 | -24/+24 | |
2014-07-12 | libmate-desktop: Remove some compatibility with glib < 2.32 | Stefano Karapetsas | 1 | -17/+0 | |
2014-07-12 | Bump version to 1.9.2 | Stefano Karapetsas | 2 | -1/+5 | |
2014-07-12 | Add first version of org.mate.debug GSettings schema | Stefano Karapetsas | 2 | -0/+20 | |
It will allows users to enable in easy way debug for MATE packages | |||||
2014-07-11 | Sync translations with transifex | mate-i18n | 7 | -301/+306 | |
2014-07-02 | mate-color-select: Copy button available with GTK3 too | Stefano Karapetsas | 1 | -5/+0 | |
2014-07-02 | mate-color-select: Add copy button | Stefano Karapetsas | 2 | -2/+44 | |
2014-07-01 | tools: Fix for make distcheckmate-desktop-1.9.1 | Stefano Karapetsas | 1 | -0/+3 | |
2014-07-01 | Use palette in MateColorButton | Stefano Karapetsas | 1 | -0/+2 | |
2014-06-27 | Revert "Bump version to 1.9.2" | Stefano Karapetsas | 1 | -1/+1 | |
This reverts commit bb11134952ddf57146f5e15f613819f5ce8b2ae8. | |||||
2014-06-27 | Bump version to 1.9.2 | infirit | 1 | -1/+1 | |
We need a version to check against for MateColorSelectionDialog. | |||||
2014-06-26 | MateColorSelection: Use colors from GTK3 palette | Stefano Karapetsas | 2 | -34/+8 | |
2014-06-26 | libmate-desktop: Fix Since: occurrences in comments copied from Gtk+ | Stefano Karapetsas | 3 | -17/+17 | |
2014-06-26 | MateColorButton: Add function to get/set rgba color for GTK3 | Stefano Karapetsas | 2 | -0/+56 | |
2014-06-25 | Sync translations with transifex | mate-i18n | 20 | -962/+973 | |
2014-06-25 | Merge pull request #114 from dnk/focus_chain | Stefano Karapetsas | 1 | -0/+1 | |
forbid to switch focus between labels | |||||
2014-06-23 | Use G_{BEGIN,END}_DECLS instead of #ifdef __cplusplus in header files and ↵ | Michal Ratajsky | 10 | -36/+20 | |
make sure to include glib.h for these macros | |||||
2014-06-21 | Remove unneeded includes | Michal Ratajsky | 1 | -3/+0 | |
2014-06-21 | Improve comments | Michal Ratajsky | 2 | -3/+3 | |
2014-06-21 | Correctly support GDK2 and GDK3 without a deprecation warning | Michal Ratajsky | 1 | -0/+5 | |