summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* snapshot: Add gtk_snapshot_append_border()Benjamin Otte2019-02-215-14/+49
* snapshot: Store an actual GtkTransformBenjamin Otte2019-02-212-148/+228
* snapshot: Remove dead codeBenjamin Otte2019-02-211-13/+0
* gsk: Remove offset nodesBenjamin Otte2019-02-218-289/+18
* widget: Store category of widget transformBenjamin Otte2019-02-214-9/+32
* widget: Make gtk_widget_allocate() take a GtkTransformBenjamin Otte2019-02-214-35/+39
* gtk: Add GtkTransformBenjamin Otte2019-02-218-1/+1301
* gsk: Add GskMatrixCategoryBenjamin Otte2019-02-213-4/+94
* Merge branch 'key-themes' into 'master'Matthias Clasen2019-02-2134-540/+0
|\
| * Remove css test for key bindingsMatthias Clasen2019-02-2128-56/+0
| * Drop key themesMatthias Clasen2019-02-216-484/+0
* | Update Polish translationPiotr Drąg2019-02-212-723/+833
|/
* Merge branch 'piotrdrag/rename-gtk-inspector' into 'master'Matthias Clasen2019-02-211-3/+3
|\
| * window: Rename GTK+ Inspector in user-visible stringsPiotr Drąg2019-02-211-3/+3
|/
* gtk-demo: Fix fallout from the notebook page mergeMatthias Clasen2019-02-212-55/+50
* Merge branch 'piotrdrag/typo-assitant' into 'master'Matthias Clasen2019-02-211-1/+1
|\
| * assistant: Fix typo in a translatable stringPiotr Drąg2019-02-211-1/+1
|/
* Update POTFILES.inPiotr Drąg2019-02-212-0/+6
* Add new notebook apis to the docsMatthias Clasen2019-02-212-0/+7
* Add more info to the migration guideMatthias Clasen2019-02-211-3/+8
* Merge branch 'nbpage' into 'master'Matthias Clasen2019-02-2126-1815/+2098
|\
| * tests: Update property testsMatthias Clasen2019-02-212-0/+9
| * builder test: Update notebooksMatthias Clasen2019-02-211-14/+22
| * css tests: Update ui files for notebooksMatthias Clasen2019-02-2110-280/+262
| * a11y tests: Update ui filesMatthias Clasen2019-02-211-22/+22
| * notebook: Fix up issues with property notificationMatthias Clasen2019-02-211-293/+39
| * widget-factory: Use notebook pages in the ui fileMatthias Clasen2019-02-211-236/+244
| * print dialog: Use notebook pages in ui fileMatthias Clasen2019-02-211-795/+784
| * builder-tool: Rewrite notebooksMatthias Clasen2019-02-211-0/+125
| * Implement position property somewhatMatthias Clasen2019-02-211-7/+16
| * notebook: Fix up ref countingMatthias Clasen2019-02-211-2/+7
| * notebook: Add a pages modelMatthias Clasen2019-02-212-0/+117
| * Allow builder to add notebook pagesMatthias Clasen2019-02-211-1/+8
| * Turn labels into page propertiesMatthias Clasen2019-02-211-79/+123
| * Add GtkNotebookPage propertiesMatthias Clasen2019-02-211-11/+199
| * Make GtkNotebookPage an objectMatthias Clasen2019-02-212-2/+51
| * notebook: Rename an internal macroMatthias Clasen2019-02-211-22/+22
| * assistant: Remove weak pointer in finalizeMatthias Clasen2019-02-211-0/+13
| * css tests: Update expected output for entriesMatthias Clasen2019-02-212-5/+5
| * text: Remove has-frame leftoversMatthias Clasen2019-02-211-8/+0
| * text: Make this a final classMatthias Clasen2019-02-202-78/+70
| * search entry: Quiet a compiler warningMatthias Clasen2019-02-201-1/+1
* | testsuite/gtk/singleselection.c: Avoid VLA usageChun-wei Fan2019-02-211-1/+1
* | Merge branch 'wip/jimmac/unbreak-spinbuttons' into 'master'Matthias Clasen2019-02-206-233/+237
|\ \
| * | Adwaita,HC: spinbutton selectorsJakub Steiner2019-02-206-233/+237
* | | Merge branch 'wip/carlosg/fix-search-entry' into 'master'Matthias Clasen2019-02-206-14/+23
|\ \ \
| * | | inspector: Update callback to GtkText shufflingCarlos Garnacho2019-02-201-1/+1
| * | | eventcontrollerkey: Use run_controllers() API to forward key eventsCarlos Garnacho2019-02-201-2/+8
| * | | gtkwidget: Expose gtk_widget_run_controllers() in private headerCarlos Garnacho2019-02-202-10/+10
| * | | gtksearchentry: Forward captured events to the child GtkTextCarlos Garnacho2019-02-201-1/+1