Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdk: Slim down gdkinternals.h more | Matthias Clasen | 2020-08-14 | 1 | -5/+5 |
* | Fix a leak in scroll event compression | Matthias Clasen | 2020-08-06 | 1 | -0/+2 |
* | docs: Clean up dangling links in gdk docs | Matthias Clasen | 2020-08-05 | 1 | -3/+3 |
* | gdk: Conflate GDK devices | Carlos Garnacho | 2020-07-29 | 1 | -80/+22 |
* | gdk: Make events hold an axis array matching GdkAxisUse | Carlos Garnacho | 2020-07-29 | 1 | -17/+14 |
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 1 | -11/+11 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
* | gdk: Small documentation fixes | Matthias Clasen | 2020-06-28 | 1 | -1/+1 |
* | gdk: Add gdk_event_get_seat() | Carlos Garnacho | 2020-06-23 | 1 | -0/+16 |
* | Rename master and slave device | Emmanuele Bassi | 2020-06-18 | 1 | -3/+3 |
* | Address review comments | Matthias Clasen | 2020-06-09 | 1 | -5/+16 |
* | gdk: Add documentation | Matthias Clasen | 2020-06-09 | 1 | -0/+6 |
* | gdk: Rename gdk_motion_event_get_history | Matthias Clasen | 2020-06-09 | 1 | -55/+26 |
* | Keep scroll history | Matthias Clasen | 2020-06-09 | 1 | -10/+65 |
* | gdk: Compress scroll events | Matthias Clasen | 2020-06-09 | 1 | -2/+91 |
* | Remove position from GdkScrollEvent | Emmanuele Bassi | 2020-06-01 | 1 | -25/+3 |
* | gdk: Drop some unused event queue functions | Matthias Clasen | 2020-05-26 | 1 | -47/+0 |
* | Add private accessor for GdkKeyEvent.translated | Emmanuele Bassi | 2020-05-24 | 1 | -0/+26 |
* | docs: Fix several missing references in the documentation | Corentin Noël | 2020-05-11 | 1 | -1/+1 |
* | Annotate gdk_motion_event_get_history() correctly | Emmanuele Bassi | 2020-05-06 | 1 | -2/+2 |
* | GdkEvent: Save history in a GArray | Timm Bäder | 2020-05-05 | 1 | -9/+29 |
* | keymap: Cache key info | Matthias Clasen | 2020-04-30 | 1 | -7/+4 |
* | Restructure the GdkEvent type hierarchy | Emmanuele Bassi | 2020-04-16 | 1 | -1168/+1969 |
* | Remove uses of modifier intents in gdkevents.c | Matthias Clasen | 2020-04-06 | 1 | -26/+9 |
* | gdk: Make GdkKeymap a private api | Matthias Clasen | 2020-04-06 | 1 | -0/+1 |
* | gdk: Redo key events | Matthias Clasen | 2020-04-06 | 1 | -138/+84 |
* | events: Stop doing elaborate virtual modifier handling | Matthias Clasen | 2020-04-06 | 1 | -10/+1 |
* | Rename GDK_MOD1_MASK to GDK_ALT_MASK | Matthias Clasen | 2020-04-06 | 1 | -1/+1 |
* | Add gdk_event_get_match | Matthias Clasen | 2020-04-05 | 1 | -15/+99 |
* | Add gdk_event_matches | Matthias Clasen | 2020-04-05 | 1 | -0/+156 |
* | Add missing ownership transfer annotations | Emmanuele Bassi | 2020-02-26 | 1 | -1/+1 |
* | events: Use GdkDrop as event sequence | Benjamin Otte | 2020-02-22 | 1 | -6/+16 |
* | Stop exporting check_event_sanity | Matthias Clasen | 2020-02-21 | 1 | -13/+7 |
* | Some event struct packing improvements | Matthias Clasen | 2020-02-21 | 1 | -79/+31 |
* | events: reorganize getters | Matthias Clasen | 2020-02-21 | 1 | -1161/+853 |
* | Drop gdk_set/get_show_events | Matthias Clasen | 2020-02-21 | 1 | -31/+0 |
* | Strip const from GdkEvent | Matthias Clasen | 2020-02-21 | 1 | -40/+40 |
* | events: Drop all setters | Matthias Clasen | 2020-02-21 | 1 | -156/+0 |
* | main: Stop calling gdk_event_set_target | Matthias Clasen | 2020-02-21 | 1 | -42/+0 |
* | Drop GDK_NOTHING | Matthias Clasen | 2020-02-21 | 1 | -9/+1 |
* | Make GdkEvent a boxed type | Matthias Clasen | 2020-02-21 | 1 | -302/+197 |
* | Stop using g_object_ref/unref on events | Matthias Clasen | 2020-02-21 | 1 | -1/+1 |
* | Drop gdk_event_new and gdk_event_copy | Matthias Clasen | 2020-02-21 | 1 | -109/+13 |
* | events: Drop GDK_DESTROY | Matthias Clasen | 2020-02-21 | 1 | -2/+0 |
* | events: Drop x_root/y_root | Matthias Clasen | 2020-02-21 | 1 | -26/+1 |
* | gdk: Add event constructors | Matthias Clasen | 2020-02-21 | 1 | -0/+503 |
* | events: Make proximity and scroll events have tools | Matthias Clasen | 2020-02-15 | 1 | -0/+19 |
* | docs: Remove a mention of gtk_main_do_event | Matthias Clasen | 2020-02-09 | 1 | -3/+3 |
* | gdk: Make gdk_event_set_coords support dnd events | Matthias Clasen | 2020-01-08 | 1 | -0/+7 |