| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | examples: Remove explicit gtk_widget_show() | Mohammed Sadiq | 2018-05-09 | 8 | -19/+0 |
* | examples: Take advantage of user_data passed | Mohammed Sadiq | 2018-05-08 | 4 | -38/+20 |
* | examples: Don't use private members for final classes | Mohammed Sadiq | 2018-05-08 | 13 | -356/+198 |
* | examples: Simplify .ui files | Mohammed Sadiq | 2018-05-07 | 17 | -212/+82 |
* | examples: Fix Makefiles to use gtk4 for build | Mohammed Sadiq | 2018-05-07 | 10 | -20/+20 |
* | eventcontrollerkey: Port to new API model | Carlos Garnacho | 2018-04-26 | 1 | -1/+2 |
* | draggesture: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -3/+2 |
* | multipressgesture: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -2/+2 |
* | search bar: Stop using ::key-press-event | Matthias Clasen | 2018-04-05 | 1 | -6/+12 |
* | widget: Remove clip from size-allocate vfunc | Benjamin Otte | 2018-04-05 | 1 | -1/+0 |
* | gtk: Remove gtk_widget_queue_draw_region() | Benjamin Otte | 2018-04-05 | 1 | -2/+2 |
* | GtkWidget: Start renaming widget->window | Alexander Larsson | 2018-03-20 | 1 | -2/+2 |
* | GdkWindow -> GdkSurface initial type rename | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
* | examples, gtk-demo: Fix copy-pasta in signal name | Krzesimir Nowak | 2018-01-03 | 1 | -3/+3 |
* | Port drawing example to gestures | Matthias Clasen | 2018-01-02 | 1 | -56/+50 |
* | Make drawing example work again | Matthias Clasen | 2018-01-02 | 1 | -25/+29 |
* | Fix fallout from the show-close-button rename | Matthias Clasen | 2017-12-08 | 1 | -1/+1 |
* | Rename GtkHeaderBar::show-close-button | Matthias Clasen | 2017-12-07 | 1 | -1/+1 |
* | textview: Redo clipboard handling | Benjamin Otte | 2017-12-03 | 2 | -16/+4 |
* | widget: gtk_widget_get_clipboard => gtk_widget_get_old_clipboard | Benjamin Otte | 2017-12-03 | 2 | -2/+2 |
* | enums: Change GtkIconSize values | Matthias Clasen | 2017-11-15 | 4 | -4/+0 |
* | examples: Use right function to query size | Benjamin Otte | 2017-11-10 | 1 | -2/+2 |
* | stylecontext: Port to use display instead of screen | Benjamin Otte | 2017-10-31 | 1 | -3/+3 |
* | examples: Use GdkEvent API | Matthias Clasen | 2017-09-19 | 1 | -5/+17 |
* | Drop Autotools build | Emmanuele Bassi | 2017-08-14 | 12 | -459/+0 |
* | gtk: Mass delete all GtkWidget event mask API | Carlos Garnacho | 2017-05-25 | 1 | -8/+0 |
* | build: Improve consistency of the "coding" style | Emmanuele Bassi | 2017-05-03 | 2 | -6/+8 |
* | meson: examples: update | Tim-Philipp Müller | 2017-05-03 | 13 | -191/+65 |
* | Build examples | Timm Bäder | 2017-05-03 | 12 | -0/+271 |
* | examples/drawing: Don't call gtk_main_quit | Timm Bäder | 2017-05-03 | 1 | -2/+0 |
* | box: Remove fill child property | Timm Bäder | 2017-04-25 | 1 | -2/+2 |
* | box: Remove expand child property | Timm Bäder | 2017-04-25 | 1 | -5/+3 |
* | Remove gtk_widget_show_all | Timm Bäder | 2017-01-20 | 8 | -15/+10 |
* | Update callers | Matthias Clasen | 2017-01-19 | 1 | -1/+1 |
* | Make gdk.la and gsk.la a noninst helper library | Alexander Larsson | 2016-10-26 | 11 | -11/+0 |
* | cssprovider: Remove GError out argument from load functions | Benjamin Otte | 2016-10-17 | 1 | -1/+1 |
* | API: container: Remove gtk_container_set_border_width() | Benjamin Otte | 2016-10-16 | 5 | -6/+0 |
* | plugman: Stop using gtk_override_color | Timm Bäder | 2016-10-16 | 1 | -16/+34 |
* | box: Remove 'padding' child property | Timm Bäder | 2016-10-16 | 1 | -2/+2 |
* | Rename Makefile references from 3.0 to 4.0 | Matthias Clasen | 2016-10-07 | 12 | -24/+24 |
* | bloatpad: replace single quotes with double quotes in menus.ui | Piotr Drąg | 2016-09-24 | 1 | -39/+39 |
* | examples: use G_DECLARE_FINAL_TYPE in applications | Mohammed Sadiq | 2016-09-10 | 50 | -279/+27 |
* | Fix example Makefiles | Matthias Clasen | 2016-07-03 | 10 | -10/+10 |
* | bloatpad: Make shortcuts window update | Matthias Clasen | 2016-04-17 | 1 | -7/+48 |
* | Add a help overlay to bloatpad | Matthias Clasen | 2016-04-17 | 4 | -1/+56 |
* | examples: Strip newlines from g_warning and g_error | Matthias Clasen | 2016-02-28 | 1 | -2/+2 |
* | tutorial: Drop excessive margin from headerbar | Matthias Clasen | 2016-02-27 | 9 | -9/+0 |
* | examples: Clean up the standalone Makefiles | Emmanuele Bassi | 2015-05-26 | 10 | -72/+81 |
* | Update hello-world.c to GtkApplication, document | Bastian Ilsø | 2015-03-09 | 1 | -81/+23 |
* | Getting-started: port drawing.c to GtkApplication | Bastian Ilsø | 2015-02-23 | 1 | -19/+28 |