summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.c
Commit message (Expand)AuthorAgeFilesLines
* frame: Fix horizontal size requestTimm Bäder2016-02-291-19/+14
* frame: Don't move border gadget and child downTimm Bäder2016-02-281-1/+1
* Move .keycap docs from GtkFrame to GtkLabelTimm Bäder2016-02-251-2/+1
* frame: Measure border gadget separatelyTimm Bäder2016-02-251-8/+43
* frame: Let GtkContainer handle border-widthTimm Bäder2016-02-251-14/+10
* frame: Set border gadget state after creating itTimm Bäder2016-02-101-0/+2
* frame: Don't overlap label and childMatthias Clasen2016-01-151-2/+17
* Use convenience API that was introduced recentlyMatthias Clasen2016-01-131-4/+1
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* gtkframe: format fixCarlos Soriano2015-12-261-2/+0
* gtkframe: remove unused variableCarlos Soriano2015-12-261-1/+0
* Fix GtkFrame paddingMatthias Clasen2015-12-221-1/+1
* frame: Fix gadget conversionMatthias Clasen2015-12-161-0/+2
* frame: Convert to gadgetsMatthias Clasen2015-12-161-226/+285
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-1/+1
* frame: Use an element name instead of a style classMatthias Clasen2015-10-311-9/+11
* gdk: Add gdk_rectangle_equal()Benjamin Otte2015-10-031-11/+1
* frame: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-48/+49
* gtkframe: Don't queue a redraw on the entire widget every size allocateJasper St. Pierre2015-07-141-2/+12
* frame: Remove get_path_for_child implementationBenjamin Otte2015-07-081-20/+0
* GtkFrame: Use style classes for shadowMatthias Clasen2014-06-261-34/+34
* GtkFrame: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-9/+6
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-2/+3
* frame: Remove unneeded checksBenjamin Otte2014-05-011-10/+4
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-5/+4
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-5/+5
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-8/+4
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* frame: Remove a couple strange casts...Jasper St. Pierre2013-11-011-5/+3
* frame: annotate the @label params with (allow-none)Stefan Sauer2013-08-291-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Always use gint for border_widthMatthias Clasen2013-05-041-1/+1
* Paint GtkFrame background correctly when there is a labelPaolo Borelli2012-12-231-3/+11
* Paint GtkFrame backgroundPaolo Borelli2012-12-211-0/+2
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkFrame: Fix a casting in the compute_child_allocation() methodClaudio Saavedra2011-12-131-4/+4
* frame: don't access padding before it's initializedCosimo Cecchi2011-11-231-3/+3
* frame: make sure to allocate the CSS border widthCosimo Cecchi2011-11-201-34/+33
* frame: add GTK_STYLE_CLASS_FRAME in _init()Cosimo Cecchi2011-11-201-23/+4
* Convert GailFrame to GtkFrameAccessibleMatthias Clasen2011-07-051-0/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* API: Change semantics of gtk_container_get_child_path()Benjamin Otte2011-06-021-1/+3
* Move documentation to inline comments: GtkFrameJavier Jardón2011-04-131-0/+37
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-2/+4
* Make GtkFrame propagate the "frame" style class to its header labelCarlos Garnacho2011-01-171-0/+18