summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eventcontroller: Make widget no longer a construct-only propertywip/otte/controllerBenjamin Otte2018-04-053-56/+18
* padcontroller: Port to new API modelBenjamin Otte2018-04-053-14/+10
* eventcontrollermotion: Port to new API modelBenjamin Otte2018-04-0517-94/+80
* eventcontrollerscroll: Port to new API modelBenjamin Otte2018-04-0514-118/+58
* draggesture: Port to new API modelBenjamin Otte2018-04-0518-59/+50
* longpressgesture: Port to new API modelBenjamin Otte2018-04-0511-55/+38
* multipressgesture: Port to new API modelBenjamin Otte2018-04-0534-188/+164
* pangesture: Port to new API modelBenjamin Otte2018-04-056-21/+14
* swipegesture: Port to new API modelBenjamin Otte2018-04-056-22/+22
* zoomgesture: Port to new API modelBenjamin Otte2018-04-053-8/+4
* rotategesture: Port to new API modelBenjamin Otte2018-04-054-9/+6
* legacycontroller: Port to new API modelBenjamin Otte2018-04-053-21/+8
* filechooser: Put event controllers into ui fileBenjamin Otte2018-04-052-16/+14
* placesviewrow: Put event controllers into ui fileBenjamin Otte2018-04-052-8/+9
* widget-factory: Put gesture into ui fileBenjamin Otte2018-04-052-5/+6
* emojichooser: Put event controllers into ui fileBenjamin Otte2018-04-052-32/+35
* aboutdialog: Put event controllers into ui fileBenjamin Otte2018-04-052-19/+22
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-0516-70/+144
* widget: Expose gtk_widget_add_controller()Benjamin Otte2018-04-055-44/+68
* eventcontroller: Move declarationBenjamin Otte2018-04-052-1/+1
* eventcontroller: Add vfuncs to (un)set widgetBenjamin Otte2018-04-053-8/+34
* snapshot: Don't cause invalid readsBenjamin Otte2018-04-051-13/+13
* rendernode: Add missing returnBenjamin Otte2018-04-051-0/+1
* Update POTFILES.inPiotr Drąg2018-04-052-0/+2
* widget: Fix variable namesBenjamin Otte2018-04-052-2/+2
* a11y: Fix headersBenjamin Otte2018-04-054-7/+35
* Merge branch 'window-activate' into 'master'Benjamin Otte2018-04-053-3/+22
|\
| * a11y: restore window:activate/deactivate emissionSamuel Thibault2018-04-053-3/+22
* | inspector: Add an fps overlaywip/otte/snapshotBenjamin Otte2018-04-055-2/+386
* | inspector: Bring back debug updatesBenjamin Otte2018-04-059-2/+394
* | widget: Remove draw signalBenjamin Otte2018-04-051-127/+1
* | inspector: Introduce so-called "overlays"Benjamin Otte2018-04-059-77/+361
* | widget: Add gtk_widget_compute_bounds()Benjamin Otte2018-04-053-0/+54
* | inspector: Change semantics of inspector render node notifyBenjamin Otte2018-04-053-21/+23
* | image: Actually report a request modeBenjamin Otte2018-04-053-0/+27
* | treeview: Remove invalidation tracking codeBenjamin Otte2018-04-053-187/+28
* | testgtk: Remove draw signal usageBenjamin Otte2018-04-051-82/+11
* | widget: Remove GtkWidget.draw vfuncBenjamin Otte2018-04-052-223/+40
* | widget: Remove gtk_widget_draw()Benjamin Otte2018-04-053-44/+0
* | reftests: Port from gtk_widget_draw() to snapshotsBenjamin Otte2018-04-051-1/+13
* | testgtk: Take an actual snapshot of a widgetBenjamin Otte2018-04-051-19/+4
* | testlist3: Set the actual row as drag iconBenjamin Otte2018-04-051-13/+1
* | widgetpaintable: Implement get_current_image()Benjamin Otte2018-04-051-2/+11
* | paintable: Introduce gdk_paintable_new_empty()Benjamin Otte2018-04-055-2/+112
* | snapshot: Allow passing the bounds of the created paintableBenjamin Otte2018-04-0510-35/+51
* | widgetpaintable: Protect against too many signalsBenjamin Otte2018-04-053-4/+68
* | demos: Add an image demo for widget paintablesBenjamin Otte2018-04-051-0/+17
* | widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-0578-574/+290
* | widget: Don't keep track of clip anymore.Benjamin Otte2018-04-056-212/+11
* | broadway: Improve error messageBenjamin Otte2018-04-051-1/+1