summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gtksecurememory-updates' into 'master'Emmanuele Bassi2021-04-171-0/+13
|\
| * meson: check for madvise()Jason Francis2021-04-171-1/+1
| * gtksecurememory: Request that secure memory not be dumped to diskMatthew Garrett2021-04-171-0/+13
* | a11y: Add more debug spewMatthias Clasen2021-04-172-1/+10
* | testatcontext: Print out platform changesMatthias Clasen2021-04-171-0/+22
* | placesview: Fix server mount feedbackMatthias Clasen2021-04-161-6/+8
* | placesview: Fix mounting remote locationsMatthias Clasen2021-04-161-1/+1
* | mountoperation: Some cosmeticsMatthias Clasen2021-04-161-11/+8
* | cssimageurl: Remove direct pixbuf useMatthias Clasen2021-04-161-13/+17
* | image, picture: Move pixbuf code to gdkpixbufutilsMatthias Clasen2021-04-164-196/+160
* | pixbufutils: Remove an unused functionMatthias Clasen2021-04-162-151/+52
* | Merge branch 'latest.glib.msvc' into 'master'Matthias Clasen2021-04-163-6/+6
|\ \
| * | GTK: Fix builds against latest stable GLib with MSVClatest.glib.msvcChun-wei Fan2021-04-163-6/+6
* | | window: Fix deferred focus unsettingMatthias Clasen2021-04-161-8/+6
|/ /
* | Merge branch 'im-context-event-leak' into 'master'Matthias Clasen2021-04-151-7/+22
|\ \
| * | imcontext: Eat key events during preeditim-context-event-leakMatthias Clasen2021-04-151-7/+22
* | | themes: Make fallback work a bit bettertheme-fallback-fixMatthias Clasen2021-04-151-1/+8
|/ /
* | theme: Use -gtk-icon-filter for full-color iconsnana-42021-04-151-14/+6
* | Make gtk_test_init work without assertionsMatthias Clasen2021-04-121-1/+4
* | Inspector: Fix a possible undefined useMatthias Clasen2021-04-121-0/+1
* | Fix unused variable warningsMatthias Clasen2021-04-127-9/+9
|/
* Merge branch 'grouped-toggle-fix' into 'master'Matthias Clasen2021-04-121-0/+3
|\
| * togglebutton: Fix expected group behaviorgrouped-toggle-fixMatthias Clasen2021-04-111-0/+3
* | menubutton: Propagate focus-on-clickMatthias Clasen2021-04-111-0/+17
|/
* window: Defer focus setting until after paintpopover-list-lockupMatthias Clasen2021-04-091-3/+28
* scrolledwindow: Stop using scroll cursorsMatthias Clasen2021-04-091-21/+1
* textview: Fix a problem with the last lineMatthias Clasen2021-04-061-1/+4
* modelbutton: Avoid a crashMatthias Clasen2021-04-051-1/+2
* window: Actually enable the inspector by defaultMatthias Clasen2021-04-051-2/+2
* textlayout: Remove an unused functionMatthias Clasen2021-04-052-61/+0
* textlayout: Avoid allocations for line iterationMatthias Clasen2021-04-042-24/+27
* textlayout: Introduce some localsMatthias Clasen2021-04-041-38/+38
* textlayout: Create the cursor snapshot on demandMatthias Clasen2021-04-041-16/+19
* textattributes: Small docs fixMatthias Clasen2021-04-041-0/+1
* textbtree: Return tags in a GPtrArrayMatthias Clasen2021-04-047-115/+51
* textlayout: Only get selection color onceMatthias Clasen2021-04-041-20/+21
* texttag: Just use qsortMatthias Clasen2021-04-041-47/+3
* textbtree: Inline node data handlingMatthias Clasen2021-04-041-29/+9
* textbtree: Speed up _gtk_text_btree_find_line_topMatthias Clasen2021-04-041-11/+9
* textbtree: Don't opencode reallocMatthias Clasen2021-04-041-15/+3
* textbtree: Speed up _gtk_text_line_char_indexMatthias Clasen2021-04-041-21/+13
* textbtree: Avoid malloc in one placeMatthias Clasen2021-04-041-19/+6
* textlayout: Don't call render_para too muchMatthias Clasen2021-04-041-1/+3
* textlayout: Remove some unnecessary codeMatthias Clasen2021-04-041-1/+0
* Modernize error underlinesdotted-lines3Matthias Clasen2021-04-031-45/+17
* settings: Make font-size changes apply immediatelyMatthias Clasen2021-04-021-0/+1
* immulticontext: Unset client widget on delegate changeMatthias Clasen2021-04-021-0/+3
* imwayland: Name event controllersMatthias Clasen2021-04-021-0/+1
* text: Name all event controllersMatthias Clasen2021-04-021-0/+2
* inspector: Support copying nodes to clipboardMatthias Clasen2021-04-022-1/+40