Age | Commit message (Expand) | Author | Files | Lines |
2016-06-25 | housekeeping: replace buggy thumb-cleaning code with correct one | monsta | 1 | -55/+14 |
2016-06-07 | gtk3: progressbar themed background | Denis Gorodnichev | 3 | -32/+8 |
2016-06-07 | mpris: fix a couple of build warnings | monsta | 1 | -2/+2 |
2016-06-05 | fix build warning -Wdiscarded-qualifiers | raveit65 | 1 | -1/+1 |
2016-06-05 | GTK+3 mouse: fix deprecated gtk_style_context_get_background_color | raveit65 | 1 | -1/+21 |
2016-06-05 | GTK+3 msd-locate-pointer: port to GtkStyleContext | raveit65 | 1 | -0/+18 |
2016-06-05 | GTK+3 media-keys: add style class OSD for MsdOsdWindow | Denis Gorodnichev | 1 | -0/+6 |
2016-06-05 | GTK+3 media-keys: Port OSD to GtkStyleContext | raveit65 | 3 | -46/+131 |
2016-06-01 | fix compile error 'Redefinition von widget_class' | raveit65 | 1 | -1/+0 |
2016-06-01 | setup css class name for MsdOsdWindow | Denis Gorodnichev | 1 | -0/+5 |
2016-06-01 | gtk3: css themes for MsdOsdWindow | Denis Gorodnichev | 1 | -0/+19 |
2016-05-27 | Change default hinting style to 'hintslight' | Piotr Jurkiewicz | 1 | -1/+1 |
2016-05-23 | Add back missing static void declaration | lukefromdc | 1 | -0/+1 |
2016-05-23 | Fix Gtk3.21 segfault using GtkStyleContext | lukefromdc | 1 | -2/+13 |
2016-04-11 | housekeeping: properly apply label markup | monsta | 1 | -1/+1 |
2016-03-24 | mouse: remove some useless return values (and fix a warning) | monsta | 1 | -14/+10 |
2016-03-24 | Touchpad support: Support edge and two-finger scrolling independently | Clement Lefebvre | 1 | -126/+57 |
2016-03-11 | add cursor theme and size to xsettings | Sorokin Alexei | 1 | -14/+35 |
2016-02-01 | fix a build warning | monsta | 1 | -1/+1 |
2016-01-24 | GTK3: fix another GtkMisc deprecation | Wolfgang Ulbrich | 1 | -1/+2 |
2016-01-21 | [GTK+3] use x/y alignment functions for GtkLabel | monsta | 3 | -17/+22 |
2016-01-21 | housekeeping: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 1 | -2/+2 |
2016-01-10 | Add setting to enable/disable the osd | Friedrich Herbst | 1 | -0/+4 |
2016-01-10 | dummy: remove unused variables | monsta | 1 | -15/+0 |
2016-01-10 | mouse: remove unused variable | monsta | 1 | -2/+0 |
2016-01-10 | background: remove unused variables | monsta | 1 | -1/+0 |
2016-01-09 | housekeeping: remove unused variables | monsta | 1 | -2/+1 |
2016-01-09 | a11y-keyboard: remove useless code | monsta | 2 | -115/+0 |
2016-01-09 | clipboard: remove useless code | monsta | 1 | -65/+0 |
2016-01-09 | keybindings: remove useless code | monsta | 1 | -65/+0 |
2016-01-09 | remove unused #define's | monsta | 2 | -8/+0 |
2016-01-09 | keyboard: remove useless code | monsta | 1 | -65/+0 |
2016-01-09 | mpris: remove useless code | monsta | 1 | -65/+0 |
2016-01-09 | mouse: remove useless code | monsta | 1 | -66/+0 |
2016-01-09 | sound: remove useless constructor function | monsta | 1 | -20/+0 |
2016-01-09 | typing-break: remove useless code | monsta | 1 | -65/+0 |
2016-01-09 | xrandr: remove useless code | monsta | 1 | -65/+0 |
2016-01-09 | xrdb: remove useless code | monsta | 1 | -65/+0 |
2016-01-09 | xsettings: remove useless code | monsta | 1 | -65/+0 |
2016-01-09 | smartcard: remove unused variables | monsta | 1 | -16/+2 |
2016-01-09 | xrandr: fix indent a bit | monsta | 1 | -42/+40 |
2016-01-09 | common: less #if's | monsta | 1 | -49/+54 |
2016-01-09 | mouse: less #if's | monsta | 1 | -20/+26 |
2015-12-13 | remove some dead code | Monsta | 1 | -4/+0 |
2015-12-02 | GTK3 media-keys: don't use deprecated gdk_display_get_pointer | Wolfgang Ulbrich | 1 | -0/+16 |
2015-12-02 | GTK3 mouse: don't use deprecated gdk_window_get_pointer | Wolfgang Ulbrich | 1 | -1/+29 |
2015-12-02 | GTK3: use gdk_error_trap_pop_ignored() when appropriate | Wolfgang Ulbrich | 8 | -0/+69 |
2015-12-02 | GTK3: don't use deprecated gtk_widget_size_request | Wolfgang Ulbrich | 1 | -0/+4 |
2015-12-02 | Gtk-+3.14: don't use deprecated GtkMisc | Wolfgang Ulbrich | 3 | -0/+34 |
2015-12-02 | Glib: don't use deprecated g_unix_mount_monitor_new | Wolfgang Ulbrich | 1 | -0/+4 |