summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Apply GdkDragContext::status action in a delayed mannerwip/wayland-dnd-actionsCarlos Garnacho2015-06-293-7/+30
* wayland: Implement DnD actions as per wl_data_device v3Carlos Garnacho2015-06-294-26/+181
* wayland: Offer internal getter for the device drop contextCarlos Garnacho2015-06-292-0/+12
* gtkdnd: Disable cursor + drag-icon merging on WaylandCarlos Garnacho2015-06-291-3/+22
* wayland: Return the right type atom on gdk_selection_property_get()Carlos Garnacho2015-06-291-1/+1
* wayland: Prepare against NULL selection owners on data_source requestsCarlos Garnacho2015-06-291-2/+6
* gtk3-demo: Group pango demos togetherMatthias Clasen2015-06-283-3/+3
* gtk3-demo: Add a fancy text demoMatthias Clasen2015-06-283-0/+87
* gtk-demo: Make the info bar example wrapMatthias Clasen2015-06-281-1/+11
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-2852-699/+358
* gtk-demo: Add a spin button exampleMatthias Clasen2015-06-284-0/+463
* cssvalue: Change color transitions to run premultipliedBenjamin Otte2015-06-265-3/+63
* cssvalue: Special case resulting color for transparencyBenjamin Otte2015-06-261-3/+10
* cssvalue: Restructure RGBA transitionsBenjamin Otte2015-06-261-6/+14
* wayland: Set the master device on the drop-side GdkDragContextCarlos Garnacho2015-06-261-2/+2
* wayland: Split handling of clipboard/DnD data offersCarlos Garnacho2015-06-264-56/+148
* broadway: Handle shm_open failing by falling back on tmp filesAlexander Larsson2015-06-262-12/+51
* Adwaita: entry linking fixesLapo Calamandrei2015-06-253-13/+13
* Adwaita: rubberbands!Lapo Calamandrei2015-06-253-8/+10
* wayland: Fix compile warning in DnD/selection codeCarlos Garnacho2015-06-251-1/+1
* gtkdnd: Plug a leakCarlos Garnacho2015-06-251-0/+1
* gtkmodelbutton: Plug a leakCarlos Garnacho2015-06-251-0/+11
* gtkmenusectionbox: plug a leakCarlos Garnacho2015-06-251-0/+2
* wayland: Plug some memleaks in DnD/clipboard codeCarlos Garnacho2015-06-252-9/+31
* builder-tool: Don't strip h/vexpandMatthias Clasen2015-06-251-0/+2
* GtkSearchBar: Don't vexpandMatthias Clasen2015-06-251-0/+1
* GtkImage: Make resource property work properlycedlemo2015-06-251-2/+2
* wayland: protect against unknown mimetype requestsCarlos Garnacho2015-06-241-1/+38
* wayland: Ensure we close the fd on all error paths in data_source.sendCarlos Garnacho2015-06-241-2/+8
* wayland: close() the selection fd if we didn't start writing yetCarlos Garnacho2015-06-241-0/+7
* wayland: Ensure we cancel previous selection writes before starting oneCarlos Garnacho2015-06-241-7/+9
* wayland: Do not close the descriptor on async_write_data_free()Carlos Garnacho2015-06-241-2/+0
* Updated Hungarian translationBalázs Úr2015-06-241-214/+335
* wayland: Ensure device grabs generate crossing/focus eventsCarlos Garnacho2015-06-241-1/+93
* wayland: Update grab serial when ungrabbing keyboardsCarlos Garnacho2015-06-241-5/+5
* wayland: Properly initialize/finalize where we store the data_source.send fdCarlos Garnacho2015-06-241-0/+3
* GtkWindow: some min/nat size corrections.Christoph Reiter2015-06-241-14/+16
* 3.17.43.17.4Matthias Clasen2015-06-232-1/+67
* Fix up doc commentsMatthias Clasen2015-06-232-3/+2
* Fix up expected results of a11y testsMatthias Clasen2015-06-231-0/+2
* Fix an oversightMatthias Clasen2015-06-231-1/+1
* GtkPlacesSidebar: Simplify sidebar codeMatthias Clasen2015-06-231-232/+128
* GktPlacesSidebar: Plug a ton of leaksMatthias Clasen2015-06-231-79/+197
* sidebarrow: Avoid object-valued propertiesMatthias Clasen2015-06-233-57/+38
* render: Fix ridge/groove border renderingBenjamin Otte2015-06-231-1/+1
* GtkHeaderBar: reduce minimum title widthChristoph Reiter2015-06-231-1/+1
* GtkWindow: fix default empty window size with CSDChristoph Reiter2015-06-231-13/+32
* mir: fix toggling between maximized and restoredWilliam Hua2015-06-231-2/+38
* mir: fix wheel scrolling in both directionsWilliam Hua2015-06-231-1/+1
* mir: emit GDK_ENTER_NOTIFY on pointer enterWilliam Hua2015-06-231-0/+7