Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
'U' was already used in this dialog, so it didn't really work | |||||
2016-01-06 | window properties: make all three window focus modes selectable | Friedrich Herbst | 1 | -12/+40 | |
fixes https://github.com/mate-desktop/marco/issues/140 | |||||
2016-01-02 | about-me: fix one more typo | Monsta | 1 | -1/+1 | |
2016-01-02 | about-me: fix typo | Monsta | 2 | -5/+5 | |
closes https://github.com/mate-desktop/mate-control-center/issues/213 | |||||
2015-12-22 | Use GDK convenient function | Roy Zhang | 1 | -7/+7 | |
Use gdk_x11_get_xatom_by_name (), and take advantage of GDK's caches. | |||||
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 | |
2015-11-13 | display properties: don't try to free a string literal (fix crash) | monsta | 1 | -1/+1 | |
crash introduced in https://github.com/mate-desktop/mate-control-center/commit/c6935f255ea711557c3c5e0e3ae8439e59c9a7aa | |||||
2015-11-07 | Fix dangling pointer errors | Roy Zhang | 1 | -2/+6 | |
2015-11-07 | appearance: a bit of consistency in ui file | Monsta | 1 | -1/+1 | |
2015-11-04 | Touchpad properties: Fixed alignment for two-three finger button combos | Clement Lefebvre | 1 | -52/+39 | |
2015-10-28 | touchpad settings: add option to enable/disable touchpad | monsta | 2 | -5/+30 | |
fixes https://github.com/mate-desktop/mate-desktop/issues/178 | |||||
2015-10-28 | remove dead code | monsta | 1 | -2/+0 | |
accessibility stuff has been dropped in https://github.com/mate-desktop/mate-control-center/commit/909bf45d2c2d567decaf57b7869e0fbdcb7c0ed4 | |||||
2015-10-15 | Correct categorisation of Assistive Technologies capplet. | Martin Wimpress | 1 | -1/+1 | |
2015-10-04 | appearance: Fix segmentation fault on closing | Roy Zhang | 1 | -3/+3 | |
This patch fixes #200 | |||||
2015-10-02 | Merge pull request #202 from zaps166/patch-1 | monsta | 1 | -1/+1 | |
Bugfix: Changing refresh rate doens't work | |||||
2015-09-28 | Merge pull request #120 from dnk/logout | Martin Wimpress | 1 | -1/+3 | |
logout key bindings | |||||
2015-09-23 | Bugfix: Changing refresh rate doens't work | Błażej Szczygieł | 1 | -1/+1 | |
2015-09-06 | Restored Interface tab in Appearance capplet | Exalm | 6 | -0/+637 | |
Remove editable accels and toolbar style toggles as they are deprecated in GTK >= 3.10.0 | |||||
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 1 | -3/+3 | |
2015-09-04 | Display settings: Added support to set the primary monitor. | Clement Lefebvre | 2 | -102/+181 | |
2015-09-04 | Display settings: Only make the display name bold, not the output name. | Clement Lefebvre | 1 | -2/+2 | |
2015-09-04 | Display settings: Show output names in addition to display names. | Clement Lefebvre | 1 | -12/+17 | |
2015-09-03 | Touchpad settings: Added support for natural scrolling, 2 finger and 3 ↵ | Clement Lefebvre | 2 | -109/+412 | |
finger clicks | |||||
2015-08-29 | appearance-font: No more usage of Xft2 | infirit | 2 | -8/+0 | |
We require pango already so no need to conditionally build. | |||||
2015-08-29 | appearance-font: Use pango and cairo to rander fonts | Roy Zhang | 1 | -223/+85 | |
This patch fixes #135 | |||||
2015-08-29 | mouse: Use GSourceFunc instead of GtkFunction | Roy Zhang | 1 | -6/+2 | |
GtkFunction has been deprecated since version 2.24, and now we only support GTK+ 2.0 version >= 2.24. | |||||
2015-08-29 | removed dead code | Monsta | 1 | -37/+0 | |
2015-08-03 | Use GdkVisual accessor functions instead of direct access | infirit | 2 | -2/+2 | |
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 3 | -47/+37 | |
2015-08-03 | Fix build on non standard prefix | infirit | 1 | -1/+1 | |
Do not include the subdir as we already get the subdir from pkconfig. fixes #171 thanks to Bruno De Fraine | |||||
2015-07-27 | keyboard properties: don't set parent widget on show layout dialog | Monsta | 1 | -1/+0 | |
fixes a GTK+ warning | |||||
2015-07-22 | appearance: Allow to save notification theme optionally | infirit | 2 | -4/+27 | |
Closes #42 | |||||
2015-07-15 | appearance-font: Replace Gdk drawing with cairo | infirit | 1 | -23/+16 | |
This unifies the drawing code between Gtk versions. But with Gtk3 the setup_font_sample is broken and requires considerable effort to fix. Maybe pango can help us here.. | |||||
2015-07-12 | Replace Gdk drawing with Cairo | infirit | 1 | -38/+22 | |
2015-07-08 | keyboard applet: display correct help pages | Monsta | 2 | -2/+3 | |
2015-06-29 | Add theme changing support for metacity >= 3.16 | Martin Wimpress | 1 | -0/+5 | |
2015-05-08 | UI GTK3: fix keyboard and mouse properties windows | raveit65 | 4 | -10/+17 | |
2015-03-19 | use enum from gsettings-desktop-schema | rezso | 1 | -10/+10 | |