summaryrefslogtreecommitdiff
path: root/docs/tools/shooter.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Add GtkEmojiChooser to the galleryMatthias Clasen2020-10-261-2/+16
* docs: Improve the GtkVideo gallery imageMatthias Clasen2020-10-251-1/+16
* docs: Avoid focus in gallery imagesMatthias Clasen2020-08-041-0/+9
* docs: Redo the doc shooter codeMatthias Clasen2020-08-041-238/+89
* Replace "gint" with "int"Benjamin Otte2020-07-251-2/+2
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* docs: Stop using gdk_surface_get_decorationsMatthias Clasen2020-03-121-6/+1
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-1/+2
* Stop using gtk_main_quitMatthias Clasen2020-02-091-2/+2
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-1/+1
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-4/+4
* Update callersMatthias Clasen2017-01-191-1/+1
* tools: Rewrite screenshotting code for shooterBenjamin Otte2016-11-201-22/+28
* shooter: Use root window size instead of screen sizeBenjamin Otte2016-10-161-5/+6
* docs: shorten the shooter timeoutWilliam Jon McCann2014-02-131-1/+1
* docs: don't try to get the frame for CSD windowsWilliam Jon McCann2014-02-131-6/+28
* docs: get the pixbuf options from the existing instead of hardcoding.William Jon McCann2014-02-131-2/+10
* docs: don't use a loop for the docs shooterWilliam Jon McCann2014-02-131-48/+93
* Revert "shooter: Use the reftests code for taking screenshots"Matthias Clasen2013-09-291-79/+185
* Revert "shooter: Make sure to free the surface"Matthias Clasen2013-09-291-1/+0
* shooter: Make sure to free the surfaceJasper St. Pierre2013-07-171-0/+1
* shooter: Use the reftests code for taking screenshotsJasper St. Pierre2013-07-171-185/+79
* docs: Remove unused variables in shooter exampleBenjamin Otte2011-05-271-5/+1
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-1/+1
* API: x11: gdk_drawable_get_xid => gdk_window_get_xidBenjamin Otte2010-12-021-1/+1
* gdk: Make gdk_pixbuf_get_from_*() bindableBenjamin Otte2010-10-021-2/+2
* docs: Get rid of gdk_drawable_get_size() usage in shooter exampleBenjamin Otte2010-09-261-1/+2
* API: gdk_pixbuf_get_from_drawable() => gdk_pixbuf_get_from_window()Benjamin Otte2010-09-261-2/+2
* Remove GDK_DISPLAY() usageMatthias Clasen2010-09-091-3/+3
* docs/tools/shooter.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-4/+6
* Force shooter process updates to match gtk_widget_draw closelyChristian Dywan2010-05-031-0/+1
* Use gtk_widget_queue_draw_area instead of gtk_widget_draw in shooterChristian Dywan2010-05-031-1/+3
* docs/tools/shooter.c (find_toplevel_window) fixed signedness of argumentSven Neumann2008-02-261-1/+1
* Update so that toplevel windows accomodate for the titlebar when sizing.Jonathan Blandford2004-11-161-0/+1
* add the doc shooter to the docs dir as an uninstalled helper tool.Jonathan Blandford2004-08-231-0/+229