| Commit message (Expand) | Author | Age | Files | Lines |
* | eventcontrollermotion: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -2/+2 |
* | draggesture: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -1/+2 |
* | multipressgesture: Port to new API model | Benjamin Otte | 2018-04-26 | 3 | -5/+6 |
* | testentrycompletion: Use the model we already got | Daniel Boles | 2018-04-24 | 1 | -1/+1 |
* | snapshot: Redo debug messages | Benjamin Otte | 2018-04-24 | 4 | -8/+5 |
* | gtk-demo, testgtk: Don't pass an integer to fabswip/lantw/improve-freebsd-build-and-fix-warnings | Ting-Wei Lan | 2018-04-22 | 1 | -3/+3 |
* | build: Make the default setting work on non-Linux Unix-like systems | Ting-Wei Lan | 2018-04-22 | 1 | -1/+1 |
* | testgtk: Don't set cairo surfaces as icons | Benjamin Otte | 2018-04-12 | 1 | -4/+4 |
* | tests: Use gdk_texture_save_to_png() where appropriate | Benjamin Otte | 2018-04-12 | 1 | -10/+1 |
* | testmodelbutton: Test :centered, :icon, :inverted | Daniel Boles | 2018-04-08 | 1 | -0/+18 |
* | testmodelbutton: Fix wrongly overridding MB child | Daniel Boles | 2018-04-08 | 1 | -1/+1 |
* | testmodelbutton: Add explanatory comments to CSS | Daniel Boles | 2018-04-08 | 1 | -13/+15 |
* | tests/testmodelbutton: Add this | Daniel Boles | 2018-04-08 | 2 | -0/+90 |
* | testgtk: Drop snapshot | Matthias Clasen | 2018-04-05 | 1 | -296/+0 |
* | testgtk: Drop the event watcher | Matthias Clasen | 2018-04-05 | 1 | -93/+0 |
* | testgtk: Remove draw signal usage | Benjamin Otte | 2018-04-05 | 1 | -82/+11 |
* | testgtk: Take an actual snapshot of a widget | Benjamin Otte | 2018-04-05 | 1 | -19/+4 |
* | testlist3: Set the actual row as drag icon | Benjamin Otte | 2018-04-05 | 1 | -13/+1 |
* | snapshot: Allow passing the bounds of the created paintable | Benjamin Otte | 2018-04-05 | 1 | -1/+1 |
* | widget: Remove clip from size-allocate vfunc | Benjamin Otte | 2018-04-05 | 3 | -9/+8 |
* | snapshot: Remove clip argument from gtk_snapshot_new() | Benjamin Otte | 2018-04-05 | 1 | -1/+1 |
* | gtk: Remove gtk_widget_queue_draw_region() | Benjamin Otte | 2018-04-05 | 1 | -3/+1 |
* | testgtk: don't set a focus adjustment on a box | Timm Bäder | 2018-03-28 | 1 | -2/+0 |
* | tests: Don't use gtk_drag_set_icon_surface() | Benjamin Otte | 2018-03-26 | 1 | -7/+11 |
* | tests: Remove references to long-deleted property | Benjamin Otte | 2018-03-26 | 1 | -6/+0 |
* | surface: Remove gdk_surface_scroll() | Benjamin Otte | 2018-03-21 | 1 | -155/+0 |
* | tests: Update renamed symbol | Emmanuele Bassi | 2018-03-20 | 1 | -1/+1 |
* | Merge branch 'detect-synaptics-touchpads-v2' into 'master' | Carlos Garnacho | 2018-03-20 | 1 | -11/+41 |
|\ |
|
| * | x11/xi2: Report touchpads as TOUCHPAD, not MOUSE | Daniel van Vugt | 2018-03-19 | 1 | -11/+41 |
* | | Merge branch 'rename-window-to-surface' into 'master' | Alexander Larsson | 2018-03-20 | 9 | -64/+64 |
|\ \ |
|
| * | | GtkWidget: Start renaming widget->window | Alexander Larsson | 2018-03-20 | 7 | -18/+18 |
| * | | GdkSurface: Rename lots of stuff from window->surface | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
| * | | GdkSurface: Rename various functions and variables | Alexander Larsson | 2018-03-20 | 4 | -9/+9 |
| * | | GdkWindow -> GdkSurface initial type rename | Alexander Larsson | 2018-03-20 | 6 | -45/+45 |
| |/ |
|
* | | tests: Add testtexture | Timm Bäder | 2018-03-20 | 2 | -1/+146 |
|/ |
|
* | testgtk: Remove alpha widgets demo | Timm Bäder | 2018-03-17 | 1 | -105/+0 |
* | testgtk: GtkSpinButton is not a GtkEntry anymore | Timm Bäder | 2018-03-17 | 1 | -11/+12 |
* | image: Remove gtk_image_set_texture() | Benjamin Otte | 2018-03-16 | 4 | -30/+32 |
* | tests: Port from surface to texture | Benjamin Otte | 2018-03-16 | 2 | -36/+48 |
* | dragsource: Replace gtk_drag_source_set_icon_surface() | Benjamin Otte | 2018-03-16 | 1 | -4/+4 |
* | entry: Make icons a paintable | Benjamin Otte | 2018-03-16 | 1 | -1/+1 |
* | testspinbutton: Add button to toggle wrap on Spins | Daniel Boles | 2018-03-14 | 1 | -1/+6 |
* | testspinbutton: Orient box orthogonally to Spins | Daniel Boles | 2018-03-14 | 1 | -1/+1 |
* | testinfobar: Test more properties, response signal | Daniel Boles | 2018-03-12 | 1 | -38/+69 |
* | Merge branch 'wip/dboles/frame-yalign-byealign' into 'master' | Daniel Boles | 2018-03-12 | 1 | -30/+3 |
|\ |
|
| * | Frame: Erase the now-useless property label-yalign | Daniel Boles | 2018-03-12 | 1 | -30/+3 |
* | | testinfobar: Add simple test of :visible/:revealed | Daniel Boles | 2018-03-12 | 2 | -0/+79 |
|/ |
|
* | widget: Add a translate_coordinates version for doubles | Timm Bäder | 2018-03-07 | 1 | -4/+4 |
* | tests: Add testblur | Timm Bäder | 2018-02-27 | 2 | -0/+119 |
* | tests: Make text test have more glyphs | Benjamin Otte | 2018-02-05 | 1 | -25/+40 |