summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* expander: Port to GtkDropTargetMatthias Clasen2020-01-081-18/+21
* window: Port to GtkDragDestMatthias Clasen2020-01-081-4/+3
* text: Port to GtkDropTargetMatthias Clasen2020-01-081-101/+100
* colorswatch: Port to GtkDropTargetMatthias Clasen2020-01-081-36/+56
* colorbutton: Port to GtkDropTargetMatthias Clasen2020-01-081-45/+31
* calendar: Port to GtkDropTargetMatthias Clasen2020-01-081-91/+77
* gtk-demo: Convert clipboard demo to GtkDropTargetMatthias Clasen2020-01-081-24/+50
* drop: Add a convenience apiMatthias Clasen2020-01-082-0/+30
* dragdest: doc improvementsMatthias Clasen2020-01-081-7/+17
* Add a GtkDropTarget objectMatthias Clasen2020-01-086-79/+838
* Hook up the GtkDragSource docsMatthias Clasen2020-01-083-0/+34
* Move the rest of the drag-source api overMatthias Clasen2020-01-085-45/+40
* docs: Mention DND in the migration guideMatthias Clasen2020-01-081-0/+16
* Remove traditional drag source APIMatthias Clasen2020-01-086-1342/+0
* tests: Convert to GtkDragSourceMatthias Clasen2020-01-088-465/+162
* notebook: Port to GtkDragSourceMatthias Clasen2020-01-081-62/+89
* filechooser: Port to GtkDragSourceMatthias Clasen2020-01-082-20/+19
* treeview: Port to GtkDragSourceMatthias Clasen2020-01-082-63/+70
* placessidebar: Port to GtkDragSourceMatthias Clasen2020-01-081-35/+32
* iconview: Port to GtkDragSourceMatthias Clasen2020-01-083-69/+72
* Add another callback-based providerMatthias Clasen2020-01-082-3/+155
* iconbrowser: Port to GtkDragSourceMatthias Clasen2020-01-081-67/+70
* gtk-demo: Convert the clipboard demo to GtkDragSourceMatthias Clasen2020-01-081-25/+22
* pathbar: Convert to GtkDragSourceMatthias Clasen2020-01-081-34/+12
* colorswatch: Convert to GtkDragSourceMatthias Clasen2020-01-081-47/+24
* colorbutton: Port to GtkDragSourceMatthias Clasen2020-01-081-50/+21
* Add a generic callback content providerMatthias Clasen2020-01-082-0/+93
* Add (de)serializers for GdkRGBAMatthias Clasen2020-01-082-0/+113
* textview: Port to GtkDragSourceMatthias Clasen2020-01-081-107/+38
* textbuffer: Add a content provider apiMatthias Clasen2020-01-082-0/+11
* text: Convert to GtkDragSourceMatthias Clasen2020-01-081-92/+39
* entry: Port icon dnd to GtkDragSourceMatthias Clasen2020-01-083-54/+29
* calendar: Port to GtkDragSourceMatthias Clasen2020-01-081-35/+31
* linkbutton: Port to GtkDragSourceMatthias Clasen2020-01-081-36/+77
* label: Port to GtkDragSourceMatthias Clasen2020-01-081-83/+17
* dnd: Patch up gtk_drag_get_source_widgetMatthias Clasen2020-01-081-3/+8
* Add a GtkDragSource objectMatthias Clasen2020-01-082-1/+813
* marshalers: Add anotherMatthias Clasen2020-01-081-0/+1
* rename CODE-OWNERS to CODEOWNERSTimm Bäder2020-01-082-1/+1
* Merge branch 'fixed-fixed' into 'master'Emmanuele Bassi2020-01-081-1/+2
|\
| * fixed layout: Actually set child transformsMatthias Clasen2020-01-081-1/+2
* | Merge branch 'master-fix-set-functions' into 'master'Alex Samorukov2020-01-081-1/+0
|\ \
| * | impl_class->set_functions listed twice in the objectAlex Samorukov2020-01-081-1/+0
|/ /
* | Merge branch 'master-eventloop-fix' into 'master'Alex Samorukov2020-01-081-3/+2
|\ \
| * | move [NSApplication sharedApplication] after _gdk_quartz_events_init() to avo...Alex Samorukov2020-01-081-3/+2
|/ /
* | Merge branch 'check-for-sincosf' into 'master'Timm Bäder2020-01-082-1/+10
|\ \ | |/ |/|
| * build: Check for sincosf()Chun-wei Fan2020-01-082-1/+10
|/
* gl renderer: Handle repeat nodes with invisible childrenTimm Bäder2020-01-071-2/+12
* testsuite: Add a testcase for blend nodes with invisible childrenTimm Bäder2020-01-073-0/+26
* sizerequest: Remove _gtk_widget_get_preferred_size_and_baselineTimm Bäder2020-01-072-64/+27