summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-15/+15
* mediafile: Turn into an extension pointMatthias Clasen2018-03-181-0/+2
* Exit cleanly if no display is foundMatthias Clasen2018-03-111-1/+1
* Make debug messages work earlierMatthias Clasen2018-03-061-1/+1
* Convert immodules to use an extension pointMatthias Clasen2018-02-241-2/+3
* gtk_init: Fix debug flags handling when a display is already openChristoph Reiter2018-02-191-1/+1
* Convert print backends to use a GIOExtensionPointMatthias Clasen2018-02-181-0/+3
* Move the mixed module check functionMatthias Clasen2018-02-181-0/+28
* Stop loading modulesMatthias Clasen2018-02-181-28/+0
* The big versioning cleanupMatthias Clasen2018-02-061-20/+0
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-21/+3
* Drop gtk_true and gtk_falseMatthias Clasen2018-01-161-67/+0
* main: Set event user data earlierTimm Bäder2018-01-121-2/+2
* Drop another unused debug valueMatthias Clasen2018-01-091-1/+0
* Remove an unused debug valueMatthias Clasen2018-01-091-1/+0
* Make a few more code samples compileTimm Bäder2018-01-031-2/+3
* gtk: Remove unused includeBenjamin Otte2017-12-151-1/+0
* gdk: Remove DRAG_STATUS and DROP_FINISHED eventsBenjamin Otte2017-12-151-3/+0
* gdk: Drop GDK_DAMAGEMatthias Clasen2017-12-141-1/+0
* Drop GDK_CLIENT_EVENTMatthias Clasen2017-12-141-1/+0
* gtk: Stop handling GdkEventWindowStateMatthias Clasen2017-12-141-1/+0
* gdk: Remove propertiesBenjamin Otte2017-12-141-1/+0
* gtk: Make gtk_get_current_event() return a referenceCarlos Garnacho2017-12-141-3/+3
* gtk: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-3/+3
* gdk: Remove GdkEventType argument from GdkEvent unionCarlos Garnacho2017-12-141-25/+25
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-141-14/+1
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-131-2/+0
* dnd: Remove much of the unmanaged dndMatthias Clasen2017-12-031-1/+0
* gdk: Get rid of owner change eventsBenjamin Otte2017-12-031-4/+0
* gtk: Remove GtkClipboardBenjamin Otte2017-12-031-8/+1
* main: Implement storing all clipboardsBenjamin Otte2017-12-031-0/+70
* application: Put shared code into a common functionBenjamin Otte2017-12-031-7/+9
* main: Don't gdk_flush() after every main loop waitBenjamin Otte2017-11-171-1/+0
* widget: Implement gtk_widget_pick()Benjamin Otte2017-11-051-25/+6
* gdk: Remove VisibilityNotify eventsBenjamin Otte2017-11-011-1/+0
* gdk: Remove gdk_get_display_arg_name()Benjamin Otte2017-11-011-1/+1
* gtk: Stop handling settings eventsMatthias Clasen2017-10-301-7/+0
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-4/+10
* gtkmain: Ensure to emit real GDK_LEAVE_NOTIFY events.Carlos Garnacho2017-09-191-0/+4
* gtk: Remove 2BUTTON and 3BUTTON events and event typesCarlos Garnacho2017-09-191-8/+0
* gtk: Change gtk_propagate_event() to propagate both ways.Carlos Garnacho2017-09-191-20/+27
* settings: Convert to GdkEvent APIMatthias Clasen2017-09-191-1/+1
* Fix a few documentation issuesTimm Bäder2017-07-191-0/+1
* main: Protect against non-GtkWindow toplevelsTimm Bäder2017-07-191-2/+5
* gdk/gtk: Fix Since tags for 3.92 symbolsRico Tzschichholz2017-05-301-2/+2
* gtk: Check implicit grab status before sending crossing eventsCarlos Garnacho2017-05-251-3/+13
* gtk: Refactor crossing event synthesization into a separate functionCarlos Garnacho2017-05-251-18/+32
* gtk: Rework pointer cursor selectionCarlos Garnacho2017-05-251-1/+4
* main: Automatically (un)set PRELIGHT state on widgetsTimm Bäder2017-05-251-0/+5
* Constify GdkEvent parameters in gtk_get_event_widget and _event_targetTimm Bäder2017-05-251-2/+2