Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-30 | [displays] Change panel name to Displays | infirit | 1 | -2/+2 | |
Monitors aren't the only use of this panel. Projectors and tablet screens don't involve monitors at all. Based on gnome-control-center commit: e8b52610496818a214cf8b12d955cc4fca40f085 From: William Jon McCann <[email protected]> | |||||
2014-11-30 | Adapt to changed signal from screen-changed to changed | infirit | 1 | -1/+1 | |
2014-11-30 | Update for renamed mate_rr_output_info functions | infirit | 1 | -24/+24 | |
mate_rr_output_info_get_connected -> mate_rr_output_info_is_connected mate_rr_output_info_get_active -> mate_rr_output_info_is_active | |||||
2014-11-30 | Adapt to MateDesktop API changes | infirit | 1 | -217/+226 | |
MateRRScreen, MateRRConfig and MateRROutputInfo (formerly MateOutputInfo) have turned into opaque GObjects. Use accessors for modifying them, and allocate/free them as GObjects. Based on gnome-control-center commit: 3eb3ca4506624fb537c55796d1397eb5f9b8da4b From: Giovanni Campagna <[email protected]> | |||||
2014-11-30 | Adapt to API changes in MateRRScreen | infirit | 1 | -3/+3 | |
gnome_rr_screen_new does not accept a callback anymore, we need to use the "screen-changed" signal Based on gnome-control-center commit: 66e8e903be8ad25fe3b1386d1fbda75359959e97 From: Giovanni Campagna <[email protected]> | |||||
2014-11-28 | don't leak memory | Monsta | 3 | -1/+15 | |
2014-11-28 | use guint for signals array | monsta | 1 | -1/+1 | |
2014-11-28 | zero-init signals array | monsta | 2 | -2/+2 | |
2014-11-27 | Gtk3: size-request signal is no more, use correct api | Denis Gorodnichev | 1 | -1/+8 | |
2014-11-27 | Revert "Gtk3: size-request signal is no more, use correct api" | infirit | 1 | -8/+1 | |
This reverts commit 06a00876a690711437d30f7183595734298cd603. | |||||
2014-11-27 | correctly destory enum_group | Denis Gorodnichev | 1 | -2/+2 | |
2014-11-27 | Gtk3: size-request signal is no more, use correct api | infirit | 1 | -1/+8 | |
2014-11-07 | Gtk3: Require mate-desktop 1.9.3 | infirit | 1 | -1/+2 | |
2014-11-05 | gtk3: fix display properties dialog rendering | Denis Gorodnichev | 2 | -10/+77 | |
2014-10-24 | Update NEWSmate-control-center-1.9.0 | Stefano Karapetsas | 1 | -1/+3 | |
2014-10-23 | Sync translations with transifex | mate-i18n | 8 | -159/+163 | |
2014-10-17 | windows: Initialize mouse focus checkbox | Mike Mueller | 1 | -0/+2 | |
Was showing unchecked, even if the mouse focus setting was set to 'sloppy'. | |||||
2014-10-06 | Drop some glib compat checks. | infirit | 2 | -7/+1 | |
2014-10-03 | Use Caja GSettings schema optionally | Balló György | 4 | -42/+33 | |
This makes Caja dependency optional. Disable desktop font setting if no Caja present. Closes https://github.com/mate-desktop/mate-control-center/pull/119 | |||||
2014-10-01 | Make sure we require marco 1.9.1 for the name change | infirit | 1 | -1/+1 | |
2014-09-23 | Update Marco WM name | Stefano Karapetsas | 1 | -1/+1 | |
After https://github.com/mate-desktop/marco/commit/cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a | |||||
2014-08-27 | Merge pull request #116 from ivancekg/pull-requests | Stefano Karapetsas | 1 | -0/+1 | |
remove-segfault-when-more-custom-keybindings-configured | |||||
2014-08-21 | Merge pull request #114 from NiceandGently/master | Stefano Karapetsas | 1 | -4/+0 | |
fix for glib2-2.41.2 | |||||
2014-08-11 | remove-segfault-when-more-custom-keybindings-configured | ABtrack | 1 | -0/+1 | |
2014-07-20 | fix for glib2-2.41.2 | raveit65 | 1 | -4/+0 | |
otherwise mate-mouse-properties doesn't start anymore taken from https://git.gnome.org/browse/gnome-control-center/commit/?id=8251128055c28a8054f41d050ea0a0266a96b72a | |||||
2014-07-11 | Sync translations with transifex | mate-i18n | 15 | -633/+643 | |
2014-07-08 | Merge pull request #112 from Gymnasiast/master | Stefano Karapetsas | 1 | -1/+1 | |
Changed left window button layout to usual layout | |||||
2014-07-08 | Changed left window button layout to usual layout | Gymnasiast | 1 | -1/+1 | |
Most (if not all) DEs that have their window button on the left use the order close, minimise, maximise and no menu. This pull request brings MATE in line with that standard layout. | |||||
2014-07-01 | keybindings: GTK3 improvements | Stefano Karapetsas | 2 | -2/+12 | |
2014-06-06 | Add remaining man pages, closes #46 | infirit | 13 | -1/+562 | |
2014-06-06 | Move all manpages into thier own man directory | infirit | 9 | -11/+14 | |
2014-06-06 | Several man pages have grammar errors, fixes #101 | infirit | 3 | -6/+6 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-06-06 | Add main category to mate-theme-installer.desktop, fixes #103 | infirit | 1 | -1/+1 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-06-06 | Add keywords to dot desktop files, close #102. | infirit | 13 | -0/+13 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-05-27 | Remove deprecated call to g_thread_init | infirit | 1 | -1/+0 | |
2014-05-27 | Replace GtkObject with GObject also for gtk2 | infirit | 2 | -19/+0 | |
2014-05-27 | Cleanup GTK_CHECK_VERSION and unify where possible | infirit | 9 | -52/+4 | |
gdk_display_get_default | since 2.2 gdk_x11_display_get_xdisplay | since 2.2 gdk_drag_context_list_targets | since 2.22 gdk_x11_window_foreign_new_for_display | since 2.24 gdk_drawable_get_screen | since 2.24 gtk_widget_hide | always | |||||
2014-05-23 | Use g_spawn_async for gtk+-2 and gtk+-3 | infirit | 1 | -7/+0 | |
2014-05-23 | Replace deprecated g_format_size_for_display with g_format_size | infirit | 1 | -1/+1 | |
2014-05-20 | Drop support for glib < 2.36 | infirit | 8 | -48/+2 | |
2014-05-16 | default-applications: Fix word and spreadsheet editors lists | Stefano Karapetsas | 1 | -2/+2 | |
https://github.com/mate-desktop/mate-control-center/commit/097271c479a329cdc53cb0be03e1d8b819344624#commitcomment-6347305 | |||||
2014-05-16 | default-applications: Remove unused variables | Stefano Karapetsas | 1 | -49/+0 | |
2014-05-16 | default-applications: Add support for office applications | Stefano Karapetsas | 3 | -2/+286 | |
2014-05-16 | default-applications: Simplify ui file | Stefano Karapetsas | 1 | -624/+13 | |
2014-05-11 | Rename libslab to libmate-slab | Mike Gabriel | 13 | -46/+46 | |
https://github.com/mate-desktop/mate-control-center/issues/100 This is to avoid package name and version conflicts with libslab0 / libslab0a which existed in Debian until squeeze. MATE components (currently only gnome-main-menu) depending on libmate-slab0 have to be patch accordingly. | |||||
2014-05-11 | Sync translations with transifex | mate-i18n | 1 | -17/+22 | |
2014-05-02 | Remove autogenerated files | Stefano Karapetsas | 2 | -179/+0 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/99 | |||||
2014-04-30 | Update vwndor_url in policy file | infirit | 1 | -1/+1 | |
2014-04-27 | Add support for metacity-theme-2.xml | Stefano Karapetsas | 3 | -5/+34 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/92 | |||||
2014-04-26 | libslab: GTK3 fixes | Stefano Karapetsas | 2 | -8/+13 | |