summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.c
Commit message (Expand)AuthorAgeFilesLines
* Make widget property setters behaveMatthias Clasen2023-03-301-5/+4
* Escape GtkBuilder XML tag in comment with backticksunce2023-01-151-2/+2
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-12/+4
* docs: Reduce redundancyMatthias Clasen2021-05-201-2/+1
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-3/+3
* frame: Use markdown for css treeMatthias Clasen2021-03-111-2/+2
* frame: Convert docsMatthias Clasen2021-03-111-61/+86
* docs: Remove the last few remaining '+' from GTKEmmanuele Bassi2021-03-111-3/+3
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-2/+0
* frame: Remove unnecessary functionTimm Bäder2021-01-031-14/+1
* a11y: Parse reference lists using varargsEmmanuele Bassi2020-11-101-1/+1
* frame: Set up accessible relationsMatthias Clasen2020-10-211-0/+21
* gtk: Remove unused header includeBenjamin Otte2020-10-201-1/+0
* frame: Remove need_resize logicTimm Bäder2020-10-141-9/+1
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* frame: Set GTK_OVERFLOW_HIDDENnana-42020-08-201-0/+5
* Remove ATKEmmanuele Bassi2020-07-261-3/+0
* Replace "gfloat" with "float"Benjamin Otte2020-07-251-3/+3
* Replace "gchar" with "char"Benjamin Otte2020-07-251-5/+5
* Replace "gint" with "int"Benjamin Otte2020-07-251-12/+12
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+0
* frame: Derive from GtkWidgetMatthias Clasen2020-05-041-80/+102
* frame: Add a child propertyMatthias Clasen2020-05-041-37/+91
* frame: Fix xalign handlingMatthias Clasen2020-05-041-1/+1
* frame: Don't queue a resize if xalign changesMatthias Clasen2020-05-041-9/+5
* Move the idle sizer to GtkWindowMatthias Clasen2020-04-201-1/+0
* frame: Drop shadow-typeMatthias Clasen2020-04-171-73/+3
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-2/+2
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-4/+2
* Remove gtkwidgetpath.h include where no longer neededBenjamin Otte2020-01-281-1/+0
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-12/+14
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-3/+5
* frame: Use underscores in widgets ids in the docsTimm Bäder2018-04-151-2/+2
* frame: Remove priv pointerTimm Bäder2018-04-151-32/+24
* frame: Stop saving label and child allocationTimm Bäder2018-04-151-14/+9
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-9/+4
* Frame: Erase the now-useless property label-yalignDaniel Boles2018-03-121-58/+12
* Remove some more gtk_widget_get_content_size usesTimm Bäder2017-12-041-1/+2
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* Frame: Enhance CSS docsDaniel Boles2017-10-021-4/+8
* Frame: Add missing fixed-width format to enumsDaniel Boles2017-09-141-2/+2
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-14/+13
* Replace a few get_content_allocation calls with get_content_sizeTimm Bäder2017-07-191-5/+5
* frame: Fix child allocationTimm Bäder2017-07-191-2/+2
* frame: Fix copy&paste bug in shadow-type handlingTimm Bäder2017-07-191-2/+2
* frame: Remove empty finalize implementationTimm Bäder2017-07-191-11/+0
* frame: Remove gadgetTimm Bäder2017-07-191-102/+32
* frame: Remove css box drawingTimm Bäder2017-07-191-36/+1
* Frame: Don’t advise adding .flat class in codeDaniel Boles2017-05-141-2/+2