summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* Don't let themes override explicit border-width in dialogsMatthias Clasen2014-03-241-0/+29
* Revert "Don't let themes override explicit border-width in dialogs"Matthias Clasen2014-03-241-29/+0
* Don't let themes override explicit border-width in dialogsMatthias Clasen2014-03-211-0/+29
* container: guard container variable by reffing itBenjamin Otte2014-03-191-0/+2
* a11y: Don't use signalsBenjamin Otte2014-03-131-0/+9
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-8/+8
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-12/+26
* Add new ActionBarWilliam Jon McCann2014-02-121-2/+2
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-4/+3
* docs: use apostrophe in *'veWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-10/+10
* docs: use proper apostropheWilliam Jon McCann2014-02-071-12/+12
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-6/+6
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-3/+3
* docs: Convert to markdownMatthias Clasen2014-02-021-19/+12
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-6/+6
* docs: don't use <emphasis>William Jon McCann2014-01-281-4/+4
* docs: use () instead of <function> tagsWilliam Jon McCann2014-01-271-1/+1
* docs: don't try to link vfuncsWilliam Jon McCann2014-01-211-1/+1
* docs/comments: Fix spelling of 'explicitly'Volker Sobek2014-01-181-1/+1
* Fix GI warningsJasper St. Pierre2013-10-091-3/+1
* container: Deprecate resize modeBenjamin Otte2013-10-051-0/+16
* Improve gtk_container_add docsMatthias Clasen2013-09-301-1/+5
* Improve struct packing in various placesMatthias Clasen2013-09-211-1/+1
* Fix a regression in GtkAssistant child property handlingMatthias Clasen2013-08-281-5/+5
* Be more forgiving about child propertiesMatthias Clasen2013-08-031-0/+8
* Fix some inconsistent deprecationsKjell Ahlstedt2013-07-091-0/+6
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-4/+13
* CosmeticsMatthias Clasen2013-07-061-1/+1
* Fix string allocation handling with GtkBuilder translationsKalev Lember2013-06-081-7/+5
* container: Don't use to-be-deprecated APIBenjamin Otte2013-05-301-1/+2
* GtkContainer: Propagate draws in GdkWindow orderAlexander Larsson2013-05-151-32/+95
* Only handle exposes on native window, propagate to children via draw()Alexander Larsson2013-05-071-8/+21
* Fix setting child propertiesMatthias Clasen2013-05-031-4/+5
* Fix a few memory leaks wrt to translationsMatthias Clasen2013-04-281-2/+2
* Initial support for baselinesAlexander Larsson2013-04-231-0/+50
* GtkContainer: fix disconnection from frame clockOwen W. Taylor2013-02-141-10/+13
* GdkFrameClock: Make the phase explicit when requesting the frameOwen W. Taylor2013-02-141-2/+4
* Use GdkFrameClock for relayoutOwen W. Taylor2013-02-141-38/+45
* widget: Get rid of unused flagsBenjamin Otte2012-11-141-2/+0
* sizerequest: Cache the request modeBenjamin Otte2012-11-141-19/+11
* container: Simplify codeBenjamin Otte2012-11-111-24/+3
* stylecontext: Pass the changes in the parent to validation functionBenjamin Otte2012-08-281-1/+6
* Fix a memory leakMatthias Clasen2012-08-061-1/+5
* container: fix wrong branching logicCosimo Cecchi2012-04-181-0/+1
* container: Redo style validation handlingBenjamin Otte2012-04-171-22/+62
* container: needs_resize is a container flag, not a widget flagBenjamin Otte2012-04-171-9/+10
* container: Split out a functionBenjamin Otte2012-04-171-33/+42