Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-01-14 | display: less #if's | monsta | 1 | -28/+43 |
2016-01-14 | fix unused variables warning in GTK+3 build | monsta | 2 | -4/+3 |
2016-01-14 | mouse: use gdk_error_trap_pop_ignored in GTK+3 build | monsta | 1 | -0/+10 |
2016-01-13 | about-me: remove unused variables and functions | monsta | 2 | -26/+0 |
2016-01-13 | remove a few unused variables | monsta | 2 | -2/+0 |
2016-01-13 | common: fix unused variable warning in GTK+3 build | monsta | 1 | -2/+2 |
2016-01-13 | common: don't return a value from void function (GTK+3 build only) | monsta | 1 | -3/+1 |
2016-01-13 | display: fix implicit declaration warning | monsta | 1 | -0/+1 |
2016-01-06 | window properties: changed accelerator key of "Unselect..." | monsta | 1 | -1/+1 |
2016-01-06 | window properties: make all three window focus modes selectable | Friedrich Herbst | 1 | -12/+40 |
2016-01-02 | about-me: fix one more typo | Monsta | 1 | -1/+1 |
2016-01-02 | about-me: fix typo | Monsta | 2 | -5/+5 |
2015-12-22 | Use GDK convenient function | Roy Zhang | 1 | -7/+7 |
2015-12-07 | about-me: avoid some assertions | monsta | 1 | -6/+4 |
2015-12-07 | about-me: there's no help button | monsta | 1 | -9/+5 |
2015-12-07 | about-me: fix indent a bit | monsta | 1 | -19/+18 |