Age | Commit message (Expand) | Author | Files | Lines |
2016-07-27 | Missing coma | rogue-spectre | 1 | -1/+1 |
2016-07-24 | add some missing space | rogue-spectre | 1 | -0/+1 |
2016-07-13 | drop dconf 0.10 compatibility (it's ancient) | monsta | 1 | -12/+0 |
2016-07-13 | drop unused includes | monsta | 1 | -1/+0 |
2016-07-04 | appearance: make theme name centered in GTK+3 too | monsta | 1 | -0/+13 |
2016-07-04 | appearance: place theme name below theme preview in GTK+3 too | monsta | 1 | -1/+1 |
2016-07-04 | appearance: fix indent in some places | monsta | 1 | -27/+25 |
2016-07-02 | GTK+-3 mate-theme-info: port GdkColor to GdkRGBA | raveit65 | 2 | -0/+36 |
2016-07-02 | GTK+-3 appearance-style: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+20 |
2016-07-02 | GTK+-3 mate-wp-xml: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+24 |
2016-07-02 | GTK+3 appearance-desktop: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+42 |
2016-07-02 | GTK+3 mate-wp-item: port GdkColor to GdkRGBA | raveit65 | 2 | -0/+35 |
2016-06-17 | GTK+-3 e-image-chooser: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -2/+6 |
2016-06-17 | GTK+-3 eggcellrenderkeys: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 |
2016-06-17 | GTK+-3 keybinding-properties: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 |
2016-06-17 | GTK+-3 theme-installer: do not use deprecated gdk_threads_{enter/leave} () | raveit65 | 1 | -0/+4 |
2016-05-27 | Change default hinting style of 'Subpixel smoothing' mode to slight | Piotr Jurkiewicz | 1 | -4/+4 |
2016-05-27 | Render hinting samples using ANTIALIAS_RGBA | Piotr Jurkiewicz | 1 | -4/+4 |
2016-05-06 | add style class appearance-window | raveit65 | 1 | -0/+7 |
2016-03-25 | touchpad: fix some accelerators | monsta | 1 | -3/+3 |
2016-03-25 | touchpad: fix alignment of "click emulation" labels | monsta | 1 | -4/+4 |
2016-03-25 | Touchpad settings: Support edge and two-finger scrolling independently | Clement Lefebvre | 2 | -193/+182 |
2016-02-28 | GTK+3 display: Get values from GtkStyleContext states properly | raveit65 | 1 | -4/+13 |
2016-02-04 | [GTK+3] use x/y align functions of GtkLabel in GTK+ >= 3.16 | monsta | 2 | -9/+8 |
2016-02-04 | [GTK+3] don't set x/y align to 0.5 - it's the default value anyway | monsta | 4 | -6/+0 |
2016-02-04 | remove some unused variables | monsta | 1 | -1/+0 |
2016-02-03 | drop "Ubuntu hacks" because Ubuntu dropped that stuff long ago | monsta | 1 | -8/+0 |
2016-01-28 | use offscreen windows for previews | Denis Gorodnichev | 1 | -25/+46 |
2016-01-27 | common: use gtk_icon_theme_load_icon in both GTK+ builds | monsta | 1 | -13/+6 |
2016-01-27 | [GTK+3] common: use gtk_widget_get_preferred_size | monsta | 1 | -6/+10 |
2016-01-27 | common: fix build warnings about incorrect pointer types | monsta | 2 | -6/+6 |
2016-01-26 | GTK3: improve GtkMisc deprecation commit | Wolfgang Ulbrich | 5 | -21/+21 |
2016-01-21 | windows: rename box variable to match its actual orientation | monsta | 1 | -6/+6 |
2016-01-21 | [GTK+3] windows: fix deprecated usage of Gtk{H,V}{Box,Scale} | monsta | 2 | -0/+74 |
2016-01-20 | about-me: use GtkBox instead of GtkVBox in both GTK+ builds | monsta | 2 | -4/+4 |
2016-01-15 | [GTK+3] common: use g_object_unref instead of deprecated function | monsta | 1 | -0/+4 |
2016-01-15 | [GTK+3] keyboard: fix deprecated usage of GtkVBox | monsta | 1 | -0/+4 |
2016-01-15 | [GTK+3] about-me: fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 1 | -1/+29 |
2016-01-15 | [GTK+3] about-me: use g_object_unref instead of deprecated functions | monsta | 2 | -0/+12 |
2016-01-15 | [GTK+3] keybindings: fix deprecated usage of GtkMisc | monsta | 1 | -0/+5 |
2016-01-15 | [GTK+3] common: fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 2 | -1/+33 |
2016-01-15 | [GTK+3] windows: fix deprecated usage of GtkMisc | monsta | 2 | -3/+18 |
2016-01-15 | [GTK+3] appearance: fix deprecated usage of GtkMisc and GtkHBox | monsta | 2 | -3/+33 |
2016-01-15 | [GTK+3] appearance: fix a few deprecations | monsta | 2 | -0/+10 |
2016-01-15 | keyboard: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 1 | -2/+2 |
2016-01-15 | about-me: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 2 | -3/+3 |
2016-01-14 | appearance: remove dead code | monsta | 1 | -24/+0 |
2016-01-14 | appearance: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 4 | -12/+12 |
2016-01-14 | windows: fix warnings about incompatible pointer types | monsta | 1 | -5/+7 |
2016-01-14 | display: less #if's again | monsta | 1 | -19/+32 |