summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* widget: Compute child point directly when pickingwip/baedert/transforms7Timm Bäder2019-02-191-3/+9
* widget: Remove unused functionTimm Bäder2019-02-192-13/+0
* widget: Avoid some type checks in pick() and contains()Timm Bäder2019-02-191-2/+2
* widget: Add typecheck-less _is_sensitiveTimm Bäder2019-02-192-3/+7
* widget: Add gtk_widget_compute_transformTimm Bäder2019-02-193-46/+93
* Add test for widget transformsTimm Bäder2019-02-192-0/+354
* Add form entry testTimm Bäder2019-02-192-0/+237
* widget: Remove lefover debug codeBenjamin Otte2019-02-191-5/+0
* Merge branch 'text' into 'master'Matthias Clasen2019-02-1956-6753/+10043
|\
| * search entry: Add a tooltip to th clear iconMatthias Clasen2019-02-191-0/+1
| * Mention GtkEditable and entries in the migration guideMatthias Clasen2019-02-191-0/+17
| * Add editable delegate api to docsMatthias Clasen2019-02-192-0/+87
| * Fix testtreesort warningsMatthias Clasen2019-02-191-2/+2
| * a11y text test: Use a GtkText insteadMatthias Clasen2019-02-191-9/+9
| * a11y tests: Update expected outputMatthias Clasen2019-02-195-15/+11
| * focus test: Use a GtkText insteadMatthias Clasen2019-02-191-2/+2
| * defaultvalue test: Exempt GtkText::bufferMatthias Clasen2019-02-191-1/+8
| * testsuite: update css node testsMatthias Clasen2019-02-192-9/+13
| * widget-factory: Don't set can-focus on entriesMatthias Clasen2019-02-191-7/+0
| * file chooser: Use editable api on the search entryMatthias Clasen2019-02-191-5/+5
| * font chooser: Use editable api on search entryMatthias Clasen2019-02-192-12/+6
| * app chooser: Use editable api on search entryMatthias Clasen2019-02-193-3/+3
| * Fix the search bar exampleMatthias Clasen2019-02-191-1/+1
| * gtk-demo: Make the delayed search demo workMatthias Clasen2019-02-191-3/+3
| * inspector: Work with new search entryMatthias Clasen2019-02-194-9/+9
| * treeview: make search workMatthias Clasen2019-02-192-15/+29
| * search bar: Work with the new GtkSearchEntryMatthias Clasen2019-02-192-13/+15
| * search entry: Use a GtkTextMatthias Clasen2019-02-193-87/+245
| * Add a test for GtkPassworkEntryMatthias Clasen2019-02-191-14/+1
| * Add GtkPasswordEntryMatthias Clasen2019-02-197-1/+346
| * entry completion: Make this work againMatthias Clasen2019-02-191-61/+49
| * treeview: use a GtkText as search entryMatthias Clasen2019-02-191-25/+18
| * treeview: Disable some search entry functionalityMatthias Clasen2019-02-191-2/+2
| * search entry: temporarily disable some functionsMatthias Clasen2019-02-191-4/+4
| * spin button: Use GtkTextMatthias Clasen2019-02-191-14/+24
| * entry accessible: Make this work with the text widgetMatthias Clasen2019-02-191-15/+20
| * entry: Delegate to GtkTextMatthias Clasen2019-02-194-6071/+154
| * Add a GtkTextAccessibleMatthias Clasen2019-02-184-13/+1091
| * Make emoji completion work for GtkTextMatthias Clasen2019-02-182-34/+36
| * Add a GtkText widgetMatthias Clasen2019-02-188-2/+7035
| * spin button: Implement and use editable interfaceMatthias Clasen2019-02-171-85/+35
| * entry: Implement new editable ifaceMatthias Clasen2019-02-171-61/+56
| * editable: Add more to interfaceMatthias Clasen2019-02-173-232/+780
* | widget: Fix gtk_widget_size_allocate()Benjamin Otte2019-02-193-107/+63
* | recorder: Print the matrix for transform nodesBenjamin Otte2019-02-191-1/+17
|/
* a11y: Update assistant test outputMatthias Clasen2019-02-171-4/+4
* flowbox: Implement get_child_at_pos properlyTimm Bäder2019-02-161-17/+5
* widget: Push a transform node if we need toTimm Bäder2019-02-161-4/+9
* widget: Save transform as matrixTimm Bäder2019-02-165-146/+201
* paned: Implement increased handle area using pick()Timm Bäder2019-02-161-0/+18