Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-06-08 | release 1.15.0v1.15.0 | raveit65 | 2 | -1/+8 | |
2016-06-08 | sync with Transiflex | raveit65 | 20 | -247/+6129 | |
2016-05-27 | Change default hinting style of 'Subpixel smoothing' mode to slight | Piotr Jurkiewicz | 1 | -4/+4 | |
Also render antialiasing samples using HINT_SLIGHT instead HINT_FULL. Change this in order to match change of default hinting style to 'hintslight' introduced in mate-desktop/mate-settings-daemon@f7d59c0353773b5deb4f1d400abd6ebf. Change in mate-settings-daemon was made in order to match new default hinting style settings introduced in fontconfig 2.11.95. | |||||
2016-05-27 | Render hinting samples using ANTIALIAS_RGBA | Piotr Jurkiewicz | 1 | -4/+4 | |
Change this in order to match change of default antialiasing mode to 'rgba' introduced in mate-desktop/mate-settings-daemon@921505df63f9fa55089b519bd8629210. | |||||
2016-05-06 | add style class appearance-window | raveit65 | 1 | -0/+7 | |
2016-04-07 | po: add missing languages to LINGUASv1.14.0 | monsta | 1 | -0/+7 | |
2016-04-06 | release 1.14.0 | raveit65 | 2 | -1/+2 | |
2016-04-06 | Fix Changelog generation | raveit65 | 1 | -14/+10 | |
2016-04-06 | sync with transiflex | raveit65 | 100 | -16330/+16346 | |
2016-04-05 | update NEWS and pack 1.13.x changes into single 1.14.0 entry | monsta | 1 | -17/+12 | |
2016-03-25 | configure.ac: require m-s-d 1.13.1 for build | monsta | 1 | -1/+1 | |
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-03-25 | pre-bump version | raveit65 | 2 | -1/+3 | |
2016-02-28 | GTK+3 display: Get values from GtkStyleContext states properly | raveit65 | 1 | -4/+13 | |
2016-02-21 | release 1.13.2v1.13.2 | Wolfgang Ulbrich | 2 | -1/+4 | |
2016-02-19 | Sync with Transifex | Martin Wimpress | 100 | -6429/+6947 | |
2016-02-04 | [GTK+3] use x/y align functions of GtkLabel in GTK+ >= 3.16 | monsta | 8 | -42/+31 | |
2016-02-04 | [GTK+3] don't set x/y align to 0.5 - it's the default value anyway | monsta | 8 | -15/+0 | |
2016-02-04 | remove some unused variables | monsta | 2 | -3/+1 | |
2016-02-04 | libslab: remove useless function from a class | monsta | 1 | -14/+0 | |
it did nothing, just chained up to parent class | |||||
2016-02-04 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 2 | -1/+7 | |
2016-02-03 | drop "Ubuntu hacks" because Ubuntu dropped that stuff long ago | monsta | 2 | -25/+0 | |
see https://bugs.launchpad.net/bugs/744993 | |||||
2016-01-28 | use offscreen windows for previews | Denis Gorodnichev | 1 | -25/+46 | |
gtk 2.20+ provides offscreen window. use them for previews note by @monsta: commit is patched to leave the current GTK+2 code as is because offscreen windows don't work properly there for some reason... | |||||
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 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-26 | Revert "define max/min version of GLib" | Wolfgang Ulbrich | 1 | -6/+0 | |
This reverts commit 5199f5223d4fcf8ed7978cbe45f8bd841a5c9e39. This produce only a lot of redifine warnings, and nobody cares about | |||||
2016-01-26 | GTK3: improve GtkMisc deprecation commit | Wolfgang Ulbrich | 9 | -36/+36 | |
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 | libslab: use GtkBox instead of GtkVBox in both GTK+ builds | monsta | 11 | -33/+73 | |
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of libslab in both GTK+ builds (due to transition of classes' parents and/or members from GtkVBox to GtkBox) | |||||
2016-01-15 | [GTK+3] libslab: use function from GtkScrollable instead of GtkLayout | monsta | 1 | -1/+8 | |
2016-01-15 | [GTK+3] common: use g_object_unref instead of deprecated function | monsta | 1 | -0/+4 | |
2016-01-15 | [GTK+3] libslab: use g_object_unref instead of deprecated function | monsta | 1 | -0/+4 | |
2016-01-15 | [GTK+3] libslab: fix deprecated usage of GtkVSeparator | monsta | 1 | -1/+8 | |
2016-01-15 | [GTK+3] libslab: fix deprecated usage of GtkMisc | monsta | 7 | -2/+62 | |
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] typing-break: fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 1 | -1/+27 | |
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] font-viewer: fix deprecated usage of GtkMisc and GdkColor | monsta | 1 | -1/+21 | |