summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* Expand gtk_init docsMatthias Clasen2023-05-021-2/+4
* docs: Some tweaksMatthias Clasen2023-03-271-21/+17
* Improve an error messageMatthias Clasen2023-03-271-4/+1
* Stop binding textdomain for -propertiesMatthias Clasen2023-03-171-2/+0
* Drop some unnecessary includesMatthias Clasen2023-02-181-2/+0
* Determine direction from languageMatthias Clasen2023-01-021-12/+31
* gdk: Clean up gdkprivate.hMatthias Clasen2022-11-171-1/+2
* Merge branch 'forward-port-mr-991-to-gtk4-2' into 'main'Luca Bacci2022-10-171-1/+2
|\
| * Use native Windows API for converting keystrokes to charactersPhilip Zander2022-10-171-1/+2
* | fix crash in gtk_synthesize_crossing_events()Nelson Benítez León2022-09-241-0/+5
* | Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* | Rename gdk-private.h to gdkprivate.hMatthias Clasen2022-09-231-1/+1
* | Mark the invert-text-dir flag as always thereMatthias Clasen2022-09-211-2/+4
* | gtk/main: Remove condition that always evaluates TRUEAlessandro Bono2022-09-151-3/+3
|/
* gtkwindow: Use pointer-oriented function to deal with crossing eventsCarlos Garnacho2022-08-091-1/+1
* gtkmain: Pass coordinates when synthesizing pointer eventsCarlos Garnacho2022-08-091-26/+16
* gdkevent: Give touchpad hold events a sequenceCarlos Garnacho2022-08-051-0/+1
* gtkmain: add support for GTK_DEBUG=invert-text-dirChristian Hergert2022-06-011-1/+12
* Remove #ifdef ENABLE_NLSXavier Claessens2022-03-311-3/+1
* gtk/main: Fix handling of !owner_events grabsCarlos Garnacho2022-03-151-6/+18
* gtk/main: Make coords out of surface when rewriting events for grabsCarlos Garnacho2022-03-151-21/+1
* gtkmain: Handle hold eventsJosé Expósito2022-01-261-1/+15
* gtk/main: Do not use touchpad event sequence for pointer focus lookupCarlos Garnacho2022-01-261-0/+8
* Make some code samples compileTimm Bäder2022-01-071-3/+9
* inspector: Register extension on startupAlexander Mikhaylenko2021-12-291-0/+3
* gdk: Prepare touchpad events for sequencesMatthias Clasen2021-12-151-0/+2
* Documentation fix and whitespace cleanupFred Morcos2021-11-191-7/+7
* gtkmain: Disable implicit grab active state on CROSSING_GRAB leave eventsCarlos Garnacho2021-11-161-5/+17
* Merge branch 'setlocale-gapplication-help' into 'master'Matthias Clasen2021-10-191-1/+1
|\
| * GtkApplication: Call setlocale earlysetlocale-gapplication-helpMatthias Clasen2021-09-061-1/+1
* | main: Flip set_widget_active_state() logicTimm Bäder2021-10-171-12/+8
* | gdk: Don't include gdkinternals.h in gdk-private.hBenjamin Otte2021-09-241-0/+3
|/
* Avoid copying static debug stringsMatthias Clasen2021-07-281-1/+1
* Add more sysprof marksMatthias Clasen2021-07-221-0/+14
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-14/+19
* docs: Reduce redundancyMatthias Clasen2021-05-201-1/+1
* Documentation fixesMatthias Clasen2021-05-201-3/+3
* Add logging for icon fallbackMatthias Clasen2021-03-251-0/+1
* docs: Move the gtkmain section to its own documentEmmanuele Bassi2021-03-111-67/+0
* docs: Use new link syntaxEmmanuele Bassi2021-03-111-4/+4
* Make gtk_im_modules_init properly privateMatthias Clasen2021-02-171-1/+1
* main: Add & use gdk_event_dup_axes()Timm Bäder2020-12-211-16/+3
* Share the popcount() fallback for MSVCEmmanuele Bassi2020-12-091-3/+6
* gtk/main: Keep implicit grab until all buttons are releasedCarlos Garnacho2020-12-081-4/+13
* gtk/main: Do not unset active state on button release w/o implicit grabCarlos Garnacho2020-11-191-1/+10
* Always parse GTK/GDK/GSK_DEBUG env vars and make some entries available in no...Christoph Reiter2020-11-151-8/+1
* gtk/main: Reset active state on grab broken only if implicitCarlos Garnacho2020-11-141-4/+7
* gtk/main: Stack ::active callsCarlos Garnacho2020-11-131-2/+2
* gtk/main: Toggle active flag with touch eventsCarlos Garnacho2020-11-131-2/+7
* main: Make sure we don't leak axesTimm Bäder2020-10-141-3/+4