summaryrefslogtreecommitdiff
path: root/gtk/inspector/recorder.c
Commit message (Expand)AuthorAgeFilesLines
* Make mask nodes more versatileMatthias Clasen2023-02-141-0/+6
* gsk: Introduce mask nodesMatthias Clasen2023-02-121-0/+10
* gsk: Introduce GskTextureScaleNodeMatthias Clasen2023-02-111-0/+20
* filedialog: Add gtk_file_dialog_set_initial_file()Benjamin Otte2022-12-241-1/+1
* filedialog: Add gtk_file_dialog_set_initial_name()Benjamin Otte2022-12-241-2/+4
* gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-8/+2
* Inspector: Add a missing event typeMatthias Clasen2022-11-151-1/+4
* inspector: Port to async dialog APIMatthias Clasen2022-10-291-36/+33
* Deprecate treeviews and cell renderersMatthias Clasen2022-10-111-1/+0
* inspector: CosmeticsMatthias Clasen2022-10-051-1/+1
* inspector: Use more compact list stylesMatthias Clasen2022-10-041-1/+0
* inspector: Don't use treeviews in the recorderMatthias Clasen2022-10-041-140/+285
* Rename clear_template to dispose_templateEmmanuele Bassi2022-07-111-1/+1
* Port the inspector to gtk_widget_clear_template()Emmanuele Bassi2022-07-111-1/+2
* inspector: Use inscriptions for the rendernodes listBenjamin Otte2022-06-111-3/+5
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-8/+4
* inspector: Avoid another crashMatthias Clasen2022-04-031-1/+4
* recorder: Show scroll events deltas unitpanoplie2022-03-191-0/+15
* inspector: Highlight event sequencesMatthias Clasen2021-12-151-12/+104
* inspector: Details about touchpad eventsMatthias Clasen2021-12-151-0/+33
* inspector: Add axes to event details in recorderMatthias Clasen2021-12-151-8/+79
* inspector: Show event history in recorderMatthias Clasen2021-12-141-0/+30
* inspector: Add event recordingMatthias Clasen2021-12-141-15/+415
* inspector: More tweaks to the recorderMatthias Clasen2021-12-141-1/+10
* inspector: Tweaks to the recorderMatthias Clasen2021-12-141-29/+31
* inspector: Use a listview in the recorderMatthias Clasen2021-12-141-56/+62
* recorder: Make the render nodes in the list draggableBenjamin Otte2021-08-301-0/+26
* inspector: Support copying nodes to clipboardMatthias Clasen2021-04-021-1/+31
* inspector: Avoid a criticalMatthias Clasen2021-01-171-0/+3
* inspector: Show glyphs as in node filesMatthias Clasen2020-12-211-6/+2
* gsk: Add GskConicGradientNodeBenjamin Otte2020-12-031-0/+42
* rendernode: Rename all gsk_render_node_peek_*() functionsBenjamin Otte2020-11-171-21/+21
* Add GskGLShaderNode and GskGLShaderAlexander Larsson2020-09-291-0/+136
* Inspector: Show radial gradient node infoTimm Bäder2020-09-181-1/+42
* gsk: Add a radial gradient nodeMatthias Clasen2020-09-181-0/+13
* list widgets: Use selection models in the apiMatthias Clasen2020-08-311-1/+1
* inspector: Add a dark background to the recorderMatthias Clasen2020-08-301-0/+20
* singleselection: Make constructor transfer fullMatthias Clasen2020-07-261-1/+1
* treelistmodel: Make constructor transfer fullMatthias Clasen2020-07-261-2/+2
* inspector: Dispose the recorder properlyMatthias Clasen2020-07-171-0/+3
* inspector: Drop the recorder Private structMatthias Clasen2020-07-171-63/+55
* Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-07-011-75/+7
|\
| * recorder: Don't select new row when adding recordingTimm Bäder2020-06-271-16/+0
| * recorder: Remove frame time from recording rowsTimm Bäder2020-06-271-48/+3
| * recorder: Remove Full/Partial render distinctionTimm Bäder2020-06-271-7/+2
| * recorder: s/gint/int/gTimm Bäder2020-06-271-4/+4
| * recorder: Remove some debug spewTimm Bäder2020-06-271-2/+0
* | Stop using GtkFunctionsListItemFactoryMatthias Clasen2020-06-291-8/+10
|/
* Add a few missing includesMatthias Clasen2020-06-231-0/+1
* inspector: Make the recorder node list use a ListViewBenjamin Otte2020-05-301-48/+69