summaryrefslogtreecommitdiff
path: root/gtk/inspector
Commit message (Expand)AuthorAgeFilesLines
* inspector: Show popupsMatthias Clasen2019-03-261-0/+2
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-0/+1
* inspector: Stop using ::set-focusMatthias Clasen2019-03-162-87/+0
* Port widgets to the root focus APIMatthias Clasen2019-03-161-2/+2
* transform: Make category public APIBenjamin Otte2019-03-041-7/+8
* rendernode: Make the transform node take a GskTransformBenjamin Otte2019-03-041-13/+9
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-284-16/+16
* inspector: Avoid grabs for inspectingMatthias Clasen2019-02-243-100/+68
* inspector: Stop using gdk_surface_get_user_dataMatthias Clasen2019-02-231-25/+2
* inspector: Stop using ::hierarchy-changedMatthias Clasen2019-02-237-42/+67
* inspector: Fix an uninitialized value warningTimm Bäder2019-02-221-1/+1
* layoutoverlay: Use new snapshot transformsBenjamin Otte2019-02-211-4/+4
* fpsoverlay: Use new snapshot transformsBenjamin Otte2019-02-211-3/+3
* gsk: Remove offset nodesBenjamin Otte2019-02-211-13/+0
* gsk: Add GskMatrixCategoryBenjamin Otte2019-02-211-0/+9
* Merge branch 'wip/carlosg/fix-search-entry' into 'master'Matthias Clasen2019-02-201-1/+1
|\
| * inspector: Update callback to GtkText shufflingCarlos Garnacho2019-02-201-1/+1
* | gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-7/+9
|/
* Merge branch 'text' into 'master'Matthias Clasen2019-02-194-9/+9
|\
| * inspector: Work with new search entryMatthias Clasen2019-02-194-9/+9
* | recorder: Print the matrix for transform nodesBenjamin Otte2019-02-191-1/+17
|/
* root: Move the renderer to the rootBenjamin Otte2019-02-152-4/+4
* inspector: Support list model propertiesMatthias Clasen2019-02-131-0/+56
* inspector: Make object property inspection work againMatthias Clasen2019-02-131-0/+1
* inspector: Add an api to activate an objectMatthias Clasen2019-02-132-1/+11
* inspector: Fix selecting objects with a next tabMatthias Clasen2019-02-132-2/+2
* Update ui files to new stack syntaxMatthias Clasen2019-02-0819-674/+738
* stack: Convert child properties to a child meta objectMatthias Clasen2019-02-081-4/+4
* Make GtkInvisible privateMatthias Clasen2019-02-061-1/+1
* inspector: Remove window iconTimm Bäder2019-02-051-1/+0
* inspector: Drop the "plus"Emmanuele Bassi2019-02-055-5/+5
* recorder: Don't try to print info about a NULL list modelTimm Bäder2019-01-311-1/+2
* Stop using GtkBox's pack-type child prop in UI filesTimm Bäder2019-01-231-3/+2
* Stop using gtk_box_pack_endTimm Bäder2019-01-235-19/+18
* inspect-button: Remove custom pick() implementationTimm Bäder2018-11-291-44/+1
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-132-6/+13
* inspector: Highlight CSS node on selectionBenjamin Otte2018-10-064-11/+109
* inspector: Handle case where there's no default applicationBenjamin Otte2018-09-191-1/+4
* treelistmodel: Improve naming a bitBenjamin Otte2018-09-181-2/+2
* inspector: Update the controllers list to show parent controllersBenjamin Otte2018-09-161-15/+97
* inspector: Make controllers page use gtk_list_box_bind_model()Benjamin Otte2018-09-161-38/+16
* inspector: Rename "Gestures" page to "Controllers"Benjamin Otte2018-09-168-87/+89
* inspector: Make gestures page handle all controllersBenjamin Otte2018-09-161-86/+40
* inspector: Turn object tree into a GtkListBoxBenjamin Otte2018-09-1610-893/+752
* inspector: Use a GtkPicture to display render nodesBenjamin Otte2018-09-166-472/+27
* inspector: Add an icon to the render node listBenjamin Otte2018-09-161-0/+5
* inspector: Make the render node tree use a ListBoxBenjamin Otte2018-09-165-840/+260
* inspector: Remove unnecessary castCarlos Garnacho2018-07-301-1/+1
* inspector: Use gestures/controllers for inspect buttonCarlos Garnacho2018-07-302-36/+81
* Implement GtkInspectorLayoutOverlayTimm Bäder2018-07-084-7/+270