summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add some theme information APIsdark-modeMatthias Clasen2019-08-305-0/+151
| | | | | Add some APIs that help applications adapt to theme changes.
* Merge branch 'wip/ricotz/issue2107' into 'master'Benjamin Otte2019-08-261-9/+9
|\ | | | | | | | | | | | | gsk: Add missing 'transfer full' annotations of instance parameters Closes #2107 See merge request GNOME/gtk!1065
| * gsk: Add missing 'transfer full' annotations of instance parametersRico Tzschichholz2019-08-261-9/+9
| | | | | | | | Fixes https://gitlab.gnome.org/GNOME/gtk/issues/2107
* | Merge branch 'office-runner-crash' into 'master'Matthias Clasen2019-08-263-0/+498
|\ \ | |/ |/| | | | | Fix a crash in gtk-builder-tool See merge request GNOME/gtk!1064
| * Fix a crash in gtk-builder-toolMatthias Clasen2019-08-263-0/+498
| | | | | | | | | | | | Crash pointed out by Bastien Nocera. Testcase included.
* | Update Korean translationChangwoo Ryu2019-08-261-3618/+4186
| |
* | Merge branch 'doc-typos' into 'master'Timm Bäder2019-08-2634-44/+44
|\ \ | | | | | | | | | | | | Minor typos in the Documentation (a/an) See merge request GNOME/gtk!1061
| * | Minor typos in the Documentation (a/an)Дилян Палаузов2019-08-2534-44/+44
|/ /
* | Merge branch 'gdkmonitor-x11-manufacturer' into 'master'Matthias Clasen2019-08-252-1/+53
|\ \ | |/ |/| | | | | | | | | gdk: x11: Fill GdkMonitor manufacturer with PNP id from EDID Closes #1765 See merge request GNOME/gtk!859
| * gdk: x11: Fill GdkMonitor manufacturer with PNP id from EDIDPriit Laes2019-08-062-1/+53
| | | | | | | | | | | | Previously, the manufacturer property of the GdkMonitor was NULL, and having at least PNP id at GdkMonitor.manufacturer makes it possible to distinguish between different monitors programmatically.
* | Update Hungarian translationBalázs Úr2019-08-241-351/+428
| |
* | Update Swedish translationAnders Jonsson2019-08-221-2469/+2736
| |
* | Merge branch 'build-remove-xiproto-xreply-check-gtk4' into 'master'Emmanuele Bassi2019-08-212-7/+0
|\ \ | | | | | | | | | | | | Remove NEED_XIPROTO_H_FOR_XREPLY check See merge request GNOME/gtk!1059
| * | Remove NEED_XIPROTO_H_FOR_XREPLY checkChristoph Reiter2019-08-212-7/+0
|/ / | | | | | | | | It was only defined in the old autotools build to support a >20 year old x11, https://bugzilla.gnome.org/show_bug.cgi?id=148032
* | Updated Spanish translationDaniel Mustieles2019-08-201-274/+262
| |
* | Update Romanian translationDaniel Șerbănescu2019-08-191-2487/+2717
| |
* | Update Romanian translationDaniel Șerbănescu2019-08-191-4904/+5072
| |
* | Updated Lithuanian translationAurimas Černius2019-08-181-277/+176
| |
* | Update Indonesian translationKukuh Syafaat2019-08-161-120/+124
| |
* | Update Basque translationAsier Sarasua Garmendia2019-08-161-191/+191
| |
* | Update Basque translationAsier Sarasua Garmendia2019-08-161-173/+192
| |
* | scale: Add a destroy notify to set_format_value_funcTimm Bäder2019-08-153-4/+15
| | | | | | | | Closes #2098
* | scaler: Avoid some signal connectionsTimm Bäder2019-08-151-4/+17
| | | | | | | | | | | | We're mainly using this for icons that will never change contents or size, and we're using a GtkScaler per such icon when on a hidpi setup, so just avoid the two signal connections per icon.
* | spinbutton: Use gtk_button_new_from_icon_nameTimm Bäder2019-08-151-8/+4
| |
* | widget: Don't duplicate events to translate coordinatesTimm Bäder2019-08-153-30/+40
| |
* | widget: Remove captured event handler codeTimm Bäder2019-08-152-24/+0
| |
* | scrolledwindow: Stop using _gtk_widget_set_captured_event_handlerTimm Bäder2019-08-151-8/+11
| | | | | | | | We can use an event controller with phase = CAPTURE these days.
* | Update Romanian translationDaniel Șerbănescu2019-08-141-8/+8
| | | | | | | | (cherry picked from commit 1e8d46352e3cf85e1f12edaf43e73134a6419f29)
* | Update Romanian translationDaniel Șerbănescu2019-08-141-479/+166
| | | | | | | | (cherry picked from commit 10603f95985940a45d283104b123aa5be006a6ed)
* | Merge branch '948-patch-renaming-a-file-can-make-it-to-loose-selection_GTK4' ↵Matthias Clasen2019-08-131-0/+43
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' filechooser: keep file selected after being renamed Closes #948 See merge request GNOME/gtk!1053
| * | filechooser: keep file selected after being renamedNelson Benítez León2019-08-121-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because otherwise when the file list is sorted "by name" and the new name causes the file to be re-sorted to another row, the selection stays in the old row which is now occupied by a different file. Fixed by keeping track of the renamed file and revealing it in the "row-changed" signal handler, which gets emitted after a file is renamed. Fixes issue #948
* | | text view: Fix a typoMatthias Clasen2019-08-131-1/+1
| | | | | | | | | | | | Pointed out in https://gitlab.gnome.org/GNOME/gtk/issues/2094
* | | Update Catalan translationJordi Mas2019-08-131-3/+3
| | |
* | | Update Romanian translationDaniel Șerbănescu2019-08-131-245/+96
|/ / | | | | | | (cherry picked from commit f9acfa1bd846f1caa411ac06177108ca2ba1d6c3)
* | Update Romanian translationDaniel Șerbănescu2019-08-121-3290/+6047
| |
* | Update Polish translationPiotr Drąg2019-08-112-240/+244
| |
* | Adwaita: Style spinbutton up/down children explicitlyTimm Bäder2019-08-113-21/+22
| | | | | | | | | | | | Once again to increase the specificty above that of the "list row button.etc." selector. Makes hovering spinbutton buttons in lists look normal again.
* | Adwaita: Update .devel headerbar stylingTimm Bäder2019-08-113-8/+35
| | | | | | | | Just pull in the changes from gtk-3-24
* | range: Avoid a divison by 0Timm Bäder2019-08-111-3/+9
| | | | | | | | | | | | Based on a patch by Blake Latchford Fixes #618
* | AccelLabel: Add get_accel_closure() accessorDaniel Boles2019-08-113-5/+29
| | | | | | | | Fixes #875
* | color chooser: Port checkered pattern drawing from cairoTimm Bäder2019-08-114-70/+26
| |
* | range: Use public delay-factory APITimm Bäder2019-08-111-1/+1
| |
* | cellrenderer: Add accessors for {get,set}_is_expande{r,d}Timm Bäder2019-08-114-8/+77
| |
* | testsuite: Add another repeat node test caseTimm Bäder2019-08-113-0/+10
| |
* | Adwaita: Fix hovering modelbutton arrowsTimm Bäder2019-08-111-2/+2
| | | | | | | | | | | | This CSS snippet was supposed to only recolor the popover arrow but ended up also recoloring the > arrow on modelbuttons that show a submenu. Make the selector more specific.
* | iconcache: ref texturesTimm Bäder2019-08-111-0/+3
| | | | | | | | | | | | | | We can't just assume that the pointer we'se using as a cache key will stay unique forever. The texture might be freed, and a later allocated texture might have the same addres now, causing the cache to return incorrect results.
* | iconcache: Replace broken debugging codeTimm Bäder2019-08-111-4/+16
| |
* | testsuite: Add a repeat node test caseTimm Bäder2019-08-113-0/+14
| |
* | gl renderer: Implement a subset of repeat nodesTimm Bäder2019-08-116-17/+179
| |
* | treeview: Redo tree line drawing using texturesTimm Bäder2019-08-111-110/+148
| | | | | | | | Gets rid of the remaining cairo nodes used for line drawing.