summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gtk_widget_show_allTimm Bäder2017-01-201-2/+2
* gtkmain: Fix build on WindowsChun-wei Fan2017-01-201-4/+4
* gtk: Register GSK resources at startupBenjamin Otte2017-01-201-0/+2
* Drop arguments from gtk_initMatthias Clasen2017-01-191-41/+13
* Simplify initialization codeMatthias Clasen2017-01-191-108/+10
* Drop the --gtk-debug and --gtk-no-debug optionsMatthias Clasen2017-01-191-30/+0
* Drop the --g-fatal-warnings argumentMatthias Clasen2017-01-191-12/+0
* Drop the --gtk-modules argumentMatthias Clasen2017-01-191-19/+0
* Don't export gtk_get_option_groupMatthias Clasen2017-01-191-18/+1
* Stop exporting gtk_parse_argsMatthias Clasen2017-01-191-23/+1
* Drop gtk_init_with_argsMatthias Clasen2017-01-191-77/+0
* Make GTK_DEBUG=interactive work betterMatthias Clasen2017-01-071-1/+12
* gtkmain: Correctly notify all widgets of a grabTimm Bäder2017-01-071-2/+11
* debug: Add GTK_DEBUG=snapshotBenjamin Otte2016-12-201-1/+2
* debug: Remove pixel-cache debug categoriesBenjamin Otte2016-12-201-2/+0
* Drop the GDK_PRIVATE_CALL mechanismMatthias Clasen2016-11-231-6/+6
* gtk: Add back infrastructure for GTK_DEBUG=updatesBenjamin Otte2016-10-271-0/+4
* gtk: Remove gdk_window_invalidate() from docsBenjamin Otte2016-10-271-1/+1
* remove GTK_DEBUG_PLUGSOCKETTimm Bäder2016-10-221-1/+0
* gtkmain: Remove deprecated key snooper APITimm Bäder2016-10-181-108/+0
* Remove declarations for getresuid()/getresgid()Emmanuele Bassi2016-10-171-5/+0
* gdk: Remove gdk_window_set_debug_updates()Benjamin Otte2016-10-161-3/+0
* Make gtk_init_with_args behave as documentedMatthias Clasen2016-09-271-3/+7
* gtk: Add minimal handling of pad eventsCarlos Garnacho2016-08-231-0/+5
* Simplify the widget rendering entry pointEmmanuele Bassi2016-06-091-26/+1
* Use a cheaper way to store debug flagsMatthias Clasen2016-05-061-23/+41
* Fix a typoMatthias Clasen2016-05-061-1/+1
* Use qdata for debug flagsMatthias Clasen2016-04-191-2/+5
* progresstracker: add GTK_SLOWDOWN environment variableMatt Watson2016-04-081-0/+8
* Remove private clipboard api from public headersMatthias Clasen2016-03-261-1/+1
* Make debug flags per-displayMatthias Clasen2016-03-111-4/+23
* Trivial formatting fixMatthias Clasen2016-03-111-22/+22
* Add a layout debug optionMatthias Clasen2016-03-101-1/+2
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* Document gtk_parse_args limitationsMatthias Clasen2016-01-301-0/+4
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* Add a way to highlight resizing widgetsTimm Bäder2015-12-181-0/+1
* Don't use g_list_next in gtkmain.cMatthias Clasen2015-10-201-1/+1
* Fix accessibility not getting initialized in gtk_init() if a default display ...Christoph Reiter2015-10-071-1/+7
* gtkmain: Add nullable annotationsTimm Bäder2015-09-231-5/+5
* Fix a startup ordering problemMatthias Clasen2015-08-251-4/+9
* gtkmain: Handle rewriting of event fields during grabs for touchpad eventsCarlos Garnacho2015-08-121-0/+16
* gtkmain: Don't process WM events if there's a grab on another toplevelCarlos Garnacho2015-08-041-2/+7
* Add a private function to determine if we simulateMatthias Clasen2015-07-311-0/+11
* gtkmain: Ignore grab for events in child popoversCarlos Garnacho2015-06-171-0/+56
* main: Push the current event on the stack before we start needing itRui Matos2015-06-081-12/+8
* DND: Move private api to a private headerMatthias Clasen2015-05-161-1/+1
* gtkwindow: Move window dragging to a standalone drag gestureCarlos Garnacho2015-03-021-6/+8
* main: Make gtk_get_option_group() available to bindingsBastien Nocera2015-02-121-1/+1
* Add support for loading gtk3-only modulesLars Uebernickel2015-02-041-1/+12