summaryrefslogtreecommitdiff
path: root/panels/region
Commit message (Expand)AuthorAgeFilesLines
* panel: Move shared GCancellable code into panel classRobert Ancell2020-02-031-15/+9
* region: Implement new design for ‘Formats’ dialogMohammed Sadiq2020-01-073-412/+629
* region, universal-access: Move to the Details sectionGeorges Basile Stavracas Neto2020-01-061-1/+1
* region: Replace ifdefs with #pragma onceRobert Ancell2019-11-271-4/+1
* region: Explicitly update LC_* even when matching LANGBenjamin Berg2019-10-171-2/+1
* region: Fix crash in keyboard layout populationPhilip Chimento2019-09-121-1/+2
* region-panel: Reduce the width of popoverMohammed Sadiq2019-07-261-1/+0
* region: Use correct icon for the drag handleAllan Day2019-07-161-2/+5
* Replace unsafe setlocale() use with uselocale()Michael Catanzaro2019-07-032-25/+60
* shell: Add position to cc_shell_embed_widget_in_header()Georges Basile Stavracas Neto2019-05-211-1/+2
* region: Fix input source options not being applied.Robert Ancell2019-04-091-2/+0
* region: Slide the restart revealer upAdrien Plazas2019-02-191-0/+1
* region: Make the rows adaptiveAdrien Plazas2019-02-191-25/+27
* region: Make CcInputRow adaptiveAdrien Plazas2019-02-191-1/+15
* region: Stabilize the size of the Input Sources buttonAdrien Plazas2019-02-191-20/+12
* region: Wrap the Input Sources descriptionAdrien Plazas2019-02-191-0/+1
* region: Adapt the indentationAdrien Plazas2019-02-191-197/+197
* region: Use a HdyColumn and a GtkScrolledWindowAdrien Plazas2019-02-191-15/+10
* region: Stop input list being scrollableRobert Ancell2019-02-041-4/+0
* region: Make rows reorderable with drag and dropRobert Ancell2019-02-045-208/+196
* region: Convert add input button to a rowRobert Ancell2019-02-042-37/+30
* region: Reduce size of input rowsRobert Ancell2019-02-043-2/+10
* region: Move input settings button inside each rowRobert Ancell2019-02-044-84/+60
* region: Move show layout button inside each rowRobert Ancell2019-02-047-53/+128
* region: Move remove button inside each rowRobert Ancell2019-02-045-37/+97
* region: Use CcInputRow type in RowDataRobert Ancell2019-02-041-13/+13
* region: Use GTK+ widget typesRobert Ancell2019-02-041-2/+2
* region: Use standard name for self objectRobert Ancell2019-02-041-15/+15
* region: Fix whitespace to be consistent with other filesRobert Ancell2019-02-041-0/+1
* region: Drop unnecessary whitespaceRobert Ancell2019-02-041-1/+0
* region: Fix ... row not showingRobert Ancell2018-11-121-1/+2
* region: Use g_signal_connect_object for all signal handlersRobert Ancell2018-11-052-45/+41
* region: Create classes for input sourcesRobert Ancell2018-10-2412-248/+632
* region: Fix available input methods rows not showingRobert Ancell2018-10-181-0/+7
* region: Update CcInputChooser GTK+ codeRobert Ancell2018-10-175-211/+169
* region: Use self variable to match coding styleRobert Ancell2018-10-171-174/+174
* region: Refactor input modification code to be async safe.Robert Ancell2018-10-111-94/+119
* region: Don't use gtk_widget_show_allRobert Ancell2018-10-112-11/+22
* region: Tidy up GtkWidget variablesRobert Ancell2018-10-104-135/+132
* region: Small whitespace fix from last commitRobert Ancell2018-10-101-1/+1
* region: Fix double-free when closing the input chooser dialogAndrea Azzarone2018-10-091-1/+1
* region: Autodisconnect IBusBus "connected" handlerAndrea Azzarone2018-10-081-2/+3
* region: Add description label and use icon for options buttonRobert Ancell2018-09-191-19/+55
* region: Use GtkTemplate for input chooser dialogRobert Ancell2018-09-196-257/+253
* region: Replace old style packing properties with GtkWidget propertiesRobert Ancell2018-09-194-154/+24
* region: Do not release locale keys in IM hash tableTakao Fujiwara2018-09-181-2/+2
* region: Simplify placeholder input rowRobert Ancell2018-09-172-30/+47
* region: Use a GtkPopover instead of GtkDialog for input optionsRobert Ancell2018-09-147-428/+296
* region: Make full widget for input rowsRobert Ancell2018-09-116-87/+239
* region: Cancel async permission requests when panel is closedRobert Ancell2018-09-101-5/+5