Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | Replace most remaining uses of container api | Matthias Clasen | 2020-05-11 | 1 | -3/+3 |
| | | | | These are all on GtkBox or enumerating children. | ||||
* | Use gtk_window_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
| | | | | | Replace all uses of gtk_container_add on windows by gtk_window_set_child. | ||||
* | window: Remove type argument from gtk_window_new() | Benjamin Otte | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Stop using gtk_main and gtk_main_quit | Matthias Clasen | 2020-02-09 | 1 | -2/+8 |
| | | | | Replace these calls with direct use of GMainContext api. | ||||
* | Stop using gtk_box_pack_end | Timm Bäder | 2019-01-23 | 1 | -1/+1 |
| | | | | It might soon go away! | ||||
* | testspinbutton: Add button to toggle wrap on Spins | Daniel Boles | 2018-03-14 | 1 | -1/+6 |
| | | | | | | | I found myself wanting to test this for something else, so let's test it. It revealed a bug immediately! https://gitlab.gnome.org/GNOME/gtk/issues/88 | ||||
* | testspinbutton: Orient box orthogonally to Spins | Daniel Boles | 2018-03-14 | 1 | -1/+1 |
| | | | | This makes better use of space. | ||||
* | Replace all remaining uses of delete-event | Matthias Clasen | 2018-01-16 | 1 | -4/+2 |
| | |||||
* | box: Remove fill child property | Timm Bäder | 2017-04-25 | 1 | -1/+1 |
| | | | | GtkWidget:halign and GtkWidget:valign are sufficient | ||||
* | box: Remove expand child property | Timm Bäder | 2017-04-25 | 1 | -1/+1 |
| | | | | GtkWidget already has hexpand/vexpand properties. | ||||
* | Remove gtk_widget_show_all | Timm Bäder | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Update callers | Matthias Clasen | 2017-01-19 | 1 | -1/+1 |
| | | | | Adapt all our tests and examples to the new initialization api. | ||||
* | box: Remove 'padding' child property | Timm Bäder | 2016-10-16 | 1 | -2/+2 |
| | |||||
* | Make spinbutton orientable | Paolo Borelli | 2012-09-03 | 1 | -27/+46 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683168 | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-11-02 | 1 | -3/+3 |
| | | | | Because it's FALSE in virtually all use cases. | ||||
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -2/+2 |
| | |||||
* | Remove unneded casts | Javier Jardón | 2010-09-29 | 1 | -7/+6 |
| | | | | | | As gtk_adjustment_new() returns a GtkAdjustment* now https://bugzilla.gnome.org/show_bug.cgi?id=630731 | ||||
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669 | ||||
* | Add Copyright/License information. | Matthias Clasen | 2005-07-13 | 1 | -0/+19 |
| | |||||
* | Add new testspinbutton.c | Morten Welinder | 2004-03-12 | 1 | -0/+44 |
2004-03-12 Morten Welinder <terra@gnome.org> * tests/Makefile.am: Add new testspinbutton.c |