summaryrefslogtreecommitdiff
path: root/gtk/gtksizegroup.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-2/+2
* Escape GtkBuilder XML tag in comment with backticksunce2023-01-151-3/+3
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-4/+1
* sizegroup: Convert docsMatthias Clasen2021-03-111-59/+65
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-9/+9
* Replace "gint" with "int"Benjamin Otte2020-07-251-3/+3
* Drop gtkcontainer.h includesMatthias Clasen2020-05-111-1/+1
* Move the idle sizer to GtkWindowMatthias Clasen2020-04-201-1/+0
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-26/+26
* Change the few examples that use a full GTK_ enum value in .ui files.Robert Ancell2019-07-081-1/+1
* sizegroup: Drop the priv pointerMatthias Clasen2019-05-191-17/+17
* size group: Make not subclassableMatthias Clasen2019-05-191-0/+4
* The big versioning cleanupMatthias Clasen2018-02-061-2/+0
* API: sizegroup: Remove gtk_size_group_set_ignore_hidden()Benjamin Otte2016-10-161-105/+1
* Avoid a deprecation warningMatthias Clasen2016-06-011-0/+2
* Document GtkSizeGroup::ignore-hidden as brokenMatthias Clasen2016-05-311-4/+25
* widget: Move resize function into gtkwidget.cBenjamin Otte2015-10-281-45/+0
* sizegroup: Merge function into only callerBenjamin Otte2015-10-281-48/+34
* sizegroup: Simplify widget's size group invalidationBenjamin Otte2015-10-281-43/+25
* sizegroup: Skip resizes on widgets that have resize queuedBenjamin Otte2015-10-281-2/+8
* widget: Add a function that does actual resizeBenjamin Otte2015-10-281-3/+1
* sizegroup: Merge function into only callerBenjamin Otte2015-10-281-24/+6
* sizegroup: Don't invalidate over resize containers.Benjamin Otte2015-10-281-1/+7
* sizegroup: Refactor functionBenjamin Otte2015-10-281-30/+23
* sizegroup: Refactor functionBenjamin Otte2015-10-281-6/+4
* sizegroup: Remove special case before loopBenjamin Otte2015-10-281-26/+11
* sizegroup: refactorBenjamin Otte2015-10-281-4/+4
* sizegroup: Fold function into only callerBenjamin Otte2015-10-281-28/+18
* sizegroup: Move container function into its only callerBenjamin Otte2015-10-281-1/+28
* sizegroup: Remove GtkQueueResizeFlagsBenjamin Otte2015-10-281-18/+12
* size group: Streamline disposalMatthias Clasen2015-09-231-17/+2
* size group: streamline iteration slightlyMatthias Clasen2015-09-231-35/+24
* Move GtkWidgetPrivate to gtkwidgetprivate.hMatthias Clasen2015-09-071-5/+5
* GtkSizeGroup: Use _gtk_builder_lookup_objectMatthias Clasen2015-04-271-13/+26
* GtkSizeGroup: Use the new helpersMatthias Clasen2015-04-271-28/+47
* GtkSizeGroup: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-14/+15
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-6/+5
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: use ` instead of <literal>William Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-8/+3
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-9/+6
* gtksizegroup: Add explicit braces to avoid dangling elseKalev Lember2013-05-071-7/+14
* sizegroup: Use g_hash_table_add()Emmanuele Bassi2012-11-251-2/+2
* izegroup: Improve performanceBenjamin Otte2012-11-251-8/+17
* sizegroup: Simplify comparisonBenjamin Otte2012-11-141-3/+5