- 24 Jul, 2020 1 commit
-
-
Benjamin Otte authored
-
- 12 May, 2020 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
Add replacement api for gtk_container_add/remove.
-
- 19 May, 2019 1 commit
-
-
Matthias Clasen authored
Ensure that the class structs of all subclassable types have sufficient padding (standardizing on 8 slots, here). GtkBox GtkButton GtkDrawingArea GtkFixed GtkFrame
-
- 24 Jan, 2019 4 commits
-
-
Matthias Clasen authored
Change the reorder api to insert after a sibling, so that moving to first place becomes reorder (... NULL). And add a insert_after api that can replace the common container_add / reorder_after (... NULL) combination. Update all callers.
-
-
-
-
- 06 Feb, 2018 1 commit
-
-
Matthias Clasen authored
Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
-
- 06 Oct, 2017 1 commit
-
-
Timm Bäder authored
-
- 25 Apr, 2017 3 commits
-
-
Timm Bäder authored
-
Timm Bäder authored
GtkWidget:halign and GtkWidget:valign are sufficient
-
Timm Bäder authored
GtkWidget already has hexpand/vexpand properties.
-
- 16 Oct, 2016 1 commit
-
-
Timm Bäder authored
-
- 17 Feb, 2014 1 commit
-
-
Matthias Clasen authored
This makes GtkCenterBox unnecessary, and at the same time adds more features: the center widget can be expanded, and baseline alignment is supported.
-
- 20 Jan, 2014 1 commit
-
-
- 05 May, 2013 1 commit
-
-
Matthias Clasen authored
Add annotations to all exported functions in GTK+ headers.
-
- 23 Apr, 2013 1 commit
-
-
Alexander Larsson authored
Report a baseline based height and baseline whenever there are children with ALIGN_BASELINE. Assign baseline to childen in size_allocate. Either the one inherited from the parent if set, or otherwise calculate one based on any ALIGN_BASELINE children.
-
- 28 Dec, 2012 1 commit
-
-
Matthias Clasen authored
gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 02 Oct, 2011 1 commit
-
-
Javier Jardón authored
-
- 02 Nov, 2010 1 commit
-
-
Michael Natterer authored
Because it's FALSE in virtually all use cases.
-
- 31 Oct, 2010 1 commit
-
-
Michael Natterer authored
Because it's FALSE in virtually all use cases.
-
- 19 Oct, 2010 1 commit
-
-
Matthias Clasen authored
-
- 27 Aug, 2010 1 commit
-
-
Javier Jardón authored
-
- 05 Aug, 2010 1 commit
-
-
- 20 Jul, 2010 1 commit
-
-
- 15 Jul, 2010 1 commit
-
-
Do not store the is_secondary bit in the deprecated parent struct, use a simple flag on the object instead. Fixes bug #624367.
-
- 13 Jul, 2010 1 commit
-
-
Javier Jardón authored
-
- 25 May, 2010 1 commit
-
-
Matthias Clasen authored
This commit adds constructors for GtkPaned, GtkBox, GtkButtonBox, GtkRuler, GtkScale, GtkScrollbar and GtkSeparator and makes these types instantiable.
-
- 22 May, 2010 1 commit
-
-
Matthias Clasen authored
This was discussed in bug 613132.
-
- 02 May, 2010 2 commits
-
-
...and disallow inclusion of individual files unconditionally.
-
-
- 28 Apr, 2010 1 commit
-
-
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611742 Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
- 30 Oct, 2008 1 commit
-
-
Michael Natterer authored
2008-10-30 Michael Natterer <mitch@imendio.com> * gtk/*.h: no need to include <gdk/gdk.h> in any widget header, it's included via gtkwidget.h anyway. svn path=/trunk/; revision=21732
-
- 07 Oct, 2008 2 commits
-
-
11:03:30 Tim Janik authored
2008-10-07 11:03:30 Tim Janik <timj@imendio.com> * gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new() as private function until we settle on the exact semantics. renamed _gtk_box_set_old_defaults() as suggested by Mitch. svn path=/trunk/; revision=21599
-
Michael Natterer authored
2008-10-07 Michael Natterer <mitch@imendio.com> Bug 553573 – Add orientation API to GtkBox * gtk/gtkbox.[hh]: implement the GtkOrientable interface and swallow all code from GtkHBox and GtkVBox. Add gtk_box_new() which takes a GtkOrientation argument. Also move the newly added "spacing_set" boolean from struct GtkBox to the new private struct. * gtk/gtkhbox.[ch] * gtk/gtkvbox.[ch]: remove all code except the constructor and call gtk_orientable_set_orientation() in init(). * gtk/gtk.symbols: add gtk_box_new(). svn path=/trunk/; revision=21596
-
- 24 Sep, 2008 1 commit
-
-
Christian Dywan authored
* gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing), (_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set): * gtk/gtkbox.h: * gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings): Implement "content-area-spacing" style property in GtkDialog and internal helper _gtk_box_get_spacing_set in GtkBox. Patch by Tim Janik, Sven Herzberg and myself. svn path=/trunk/; revision=21508
-
- 06 Jul, 2008 1 commit
-
-
Matthias Clasen authored
svn path=/trunk/; revision=20786
-
- 01 Jul, 2008 1 commit
-
-
Cody Russell authored
svn path=/trunk/; revision=20724
-