summaryrefslogtreecommitdiff
path: root/panels/mouse
Commit message (Expand)AuthorAgeFilesLines
...
* mouse: Connect signals with g_signal_connect_object in swapped formRobert Ancell2020-03-301-20/+8
* mouse: Replace ifdefs with #pragma onceRobert Ancell2019-11-272-7/+5
* mouse: Use GTK+ widget typesRobert Ancell2019-09-101-47/+47
* mouse: Remove unused IDsRobert Ancell2019-09-101-31/+31
* mouse: Merge CcMouseProperties into CcMousePanelRobert Ancell2019-09-107-1233/+1083
* mouse: Rename CcMouseTest files to match class nameRobert Ancell2019-09-107-8/+8
* mouse: Make a GtkTemplate for the panelRobert Ancell2019-09-104-37/+60
* mouse: Remove unused enumRobert Ancell2019-09-101-5/+0
* Remove unused GNOMELOCALEDIR definesRobert Ancell2019-09-091-2/+0
* shell: Add position to cc_shell_embed_widget_in_header()Georges Basile Stavracas Neto2019-05-211-1/+1
* mouse: Reinstate keyboard navigation in the panelFelipe Borges2019-04-011-2/+2
* mouse: Sync touchpad scrolling switch states correctlyBenjamin Berg2019-03-291-22/+12
* mouse: Don't use a separate box for touchpad switchJeremy Bicha2019-01-292-18/+32
* mouse: fix misplaced mnemonic labelsJeremy Bicha2019-01-291-2/+2
* mouse: Remove deprecated gdk_error_trap_push|pop callsJeremy Bicha2018-12-071-4/+8
* mouse: Don't use gtk_widget_show_allRobert Ancell2018-10-111-1/+2
* mouse: Don't use gtk_widget_show_allRobert Ancell2018-10-102-9/+4
* mouse: Connect signal handlers swappedRobert Ancell2018-05-314-32/+22
* mouse: Move callbacks into .ui fileRobert Ancell2018-05-314-14/+12
* mouse: Use GtkTemplateRobert Ancell2018-05-294-565/+613
* mouse: Replace ifdefs with #pragma onceRobert Ancell2018-05-281-4/+1
* mouse: Replace GObject boilerplace with G_DECLARE_TYPERobert Ancell2018-05-286-284/+190
* Move common panel code from shell/ to panel/commonBenjamin Berg2018-04-171-1/+1
* Add translator comments to .desktop filesPiotr Drąg2018-02-231-1/+2
* build: Migrate from Intltool to GettextIñigo Martínez2018-01-232-5/+6
* mouse: Use g_auto for variablesRobert Ancell2018-01-233-9/+8
* build: Remove autotoolsIñigo Martínez2018-01-181-56/+0
* panels: Remove soft hyphens from .desktop filesPiotr Drąg2018-01-181-2/+1
* build: Port to meson build systemIñigo Martínez2018-01-172-1/+72
* Harmonize list box row layoutsAllan Day2017-08-201-31/+31
* Standardize vertical spacing of panelsAllan Day2017-08-201-15/+8
* mouse: Fix synaptics checkRui Matos2017-07-071-2/+0
* mouse: Add debug output for touchpad disable switchBastien Nocera2017-03-011-0/+4
* build: Better libm checksBastien Nocera2017-02-081-2/+2
* mouse: Set min-content-height on the scrolled windowFelipe Borges2016-10-242-1/+16
* mouse: Don't allow two-finger and edge scrolling at the same timeBastien Nocera2016-07-271-4/+12
* mouse: Offer a separate option for edge scrollingBastien Nocera2016-07-272-2/+85
* mouse: remove arbitrary height requestGeorges Basile Stavracas Neto2016-07-081-1/+0
* mouse: center horizontally using halign propertyGeorges Basile Stavracas Neto2016-07-081-2/+1
* mouse: set max-content-height on scrolledwindowsGeorges Basile Stavracas Neto2016-07-082-1/+2
* panels: use the new categoriesGeorges Basile Stavracas Neto2016-06-141-1/+1
* mouse: allow focus on switches in the Touchpad sectionFelipe Borges2016-05-101-2/+2
* mouse: Make touchpad capability checking on wayland work as intendedRui Matos2016-05-021-0/+3
* panels: Fix translators comments being truncatedBastien Nocera2016-04-281-4/+1
* panels: Fix truncated panel names for larger fontsBastien Nocera2016-04-071-1/+5
* mouse panel: Remove superfluous GtkListBoxRowTimm Bäder2016-04-062-215/+201
* mouse panel: Make all listbox rows unactivatableTimm Bäder2016-04-061-0/+9
* mouse: Detect and warn if we're running on the synaptics driverRui Matos2016-04-053-0/+53
* mouse: Consolidate touchpad section visibility codeRui Matos2016-04-051-9/+8
* mouse: Use Gdk instead of Xlib for touchpad capabilities checkRui Matos2016-04-052-30/+25