summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* gdk: Move gdk_disable_multidevice tot he X11 backendMatthias Clasen2017-11-251-0/+6
* treeview: Don't use GdkDeviceManagerMatthias Clasen2017-11-251-12/+5
* window: Don't use GdkDeviceManagerMatthias Clasen2017-11-251-11/+5
* widget: Don't use GdkDeviceManagerMatthias Clasen2017-11-251-39/+18
* Entry:show-emoji-icon is in GTK+ 3 tooDaniel Boles2017-11-231-1/+1
* Be more specific in ::insert-emoji Since tagDaniel Boles2017-11-232-2/+2
* Add Since to ::insert-emoji, and some trivialitiesDaniel Boles2017-11-222-3/+6
* text view: Support the Emoji chooserMatthias Clasen2017-11-222-1/+77
* Fix indentation mishapMatthias Clasen2017-11-221-4/+4
* SpinButton: Explain meaning of nullable AdjustmentDaniel Boles2017-11-221-3/+3
* doc: Replace uses of #NULL with %NULLDaniel Boles2017-11-225-9/+11
* CellRendererPixbuf: Link stock-size doc → IconSizeDaniel Boles2017-11-221-0/+7
* doc: TextLayout: Add missing (out) annotationsDaniel Boles2017-11-221-2/+2
* gtk/gskpango.c: Use g_snprintf()Chun-wei Fan2017-11-211-1/+1
* gtk/gtkseclection.c: Don't build X11 items unconditionallyChun-wei Fan2017-11-211-4/+41
* gdk: Add GType support to GdkContentFormatsBenjamin Otte2017-11-202-4/+6
* gdk: Sanitize GdkContentFormats APIBenjamin Otte2017-11-205-23/+24
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-2012-61/+126
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-203-37/+8
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-2033-420/+414
* gdk: Move GtkTargetList to GDKBenjamin Otte2017-11-203-261/+4
* selection: Make GtkTargetList members privateBenjamin Otte2017-11-205-66/+89
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-2015-220/+83
* emoji chooser: break out a helper functionMatthias Clasen2017-11-191-17/+25
* remove debug spewMatthias Clasen2017-11-191-2/+0
* entry: Add a key binding for the emoji chooserMatthias Clasen2017-11-192-6/+35
* emoji chooser: Make menu key work as expectedMatthias Clasen2017-11-191-7/+22
* Adwaita: Bring fix focus in flowboxMatthias Clasen2017-11-191-1/+2
* emoji chooser: handle right-clickMatthias Clasen2017-11-191-21/+63
* listbox: Listen to ::stopped on the press gestureMatthias Clasen2017-11-191-2/+21
* Trivial cleanupMatthias Clasen2017-11-191-1/+1
* emoji chooser: Don't leak gesturesMatthias Clasen2017-11-191-0/+4
* Some more interningMatthias Clasen2017-11-1820-67/+62
* a11y: Intern a stringMatthias Clasen2017-11-171-1/+1
* cell area: Use GTK_PARAM_READWRITE consistentlyMatthias Clasen2017-11-171-18/+15
* icon helper: Avoid a few string copiesMatthias Clasen2017-11-171-2/+2
* styleproperty: Use G_PARAM_STATIC_STRINGSMatthias Clasen2017-11-171-5/+5
* gtk: Intern css namesMatthias Clasen2017-11-1783-90/+92
* settings: Use gdk_display_set_cursor_themewip/matthiasc/settingsMatthias Clasen2017-11-171-19/+5
* Include gdk-private.hMatthias Clasen2017-11-171-0/+1
* clipboard: Use gdk_display_get_last_seen_timeMatthias Clasen2017-11-171-39/+2
* toolbar: Remove gdk_flush() callsBenjamin Otte2017-11-171-9/+0
* main: Don't gdk_flush() after every main loop waitBenjamin Otte2017-11-171-1/+0
* selection: Use x11-specific trapsMatthias Clasen2017-11-161-15/+30
* mountoperation-x11: Use x11-specific trapsMatthias Clasen2017-11-161-21/+34
* Remove gdk/gdkx.hMatthias Clasen2017-11-162-2/+2
* gtk: Stop using gdk_notify_startup_complete_with_idMatthias Clasen2017-11-161-12/+8
* selection: Remove the info uintBenjamin Otte2017-11-1628-281/+127
* selection: Remove gtk_target_table_*() functionsBenjamin Otte2017-11-162-71/+0
* textview: Stop playing shenanigans with the target listBenjamin Otte2017-11-161-36/+1