summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add URL maps for cross linksebassi/gidocgenEmmanuele Bassi2021-03-116-0/+42
|
* docs: Enable searchEmmanuele Bassi2021-03-113-0/+3
|
* docs: Update the "running GTK apps" sectionEmmanuele Bassi2021-03-111-95/+93
| | | | Style the content a bit better, and use the appropriate links.
* Small updates to the coding and documentation styleMatthias Clasen2021-03-112-32/+44
| | | | Mention summary sentences, and a few other things.
* build: Add missing variable definitionEmmanuele Bassi2021-03-111-0/+1
|
* build: Add a GIR dependency to PangoCairoEmmanuele Bassi2021-03-111-1/+2
| | | | | | | | | | | This is not strictly needed from an introspection perspective, but: - GTK strictly depends on PangoCairo internally - we want to integrate the GDK docs with PangoCairo's So even though we don't have an explicit dependency on PangoCairo types in our ABI, we do assume that people will be able to use the PangoCairo API with GTK.
* Handle static inline GtkOrdering functionEmmanuele Bassi2021-03-112-1/+31
| | | | | | | | | | | | | The introspection scanner does not handle `static inline` functions: they are not in the shared library, so cannot be dlsym() out of it; and the `static` keyword tells g-ir-scanner to skip the function declaration entirely. We can trick the scanner into thinking the gtk_ordering_from_cmpfunc() symbol is a real, public one, by declaring and defining a regular function under the `__GI_SCANNER__` guard; the symbol does not appear when actually building GTK, or any code using GTK, so we don't risk collisions.
* docs: Show class hierarchy in the API referencesEmmanuele Bassi2021-03-113-0/+3
|
* label: Fix some external linksMatthias Clasen2021-03-111-6/+6
| | | | | | | I had put in a bunch of [class@Pango.Attribute], but it needs to be [struct@Pango.Attribute]. Know your dependencies` type hierarchy!
* text: Fix some copy-paste mishapMatthias Clasen2021-03-111-14/+15
| | | | | | | A bunch of occurrances of "the self" looked like absurdist short fiction: "...the self scrolled off the screen to the left"
* widget: Fix up some linksMatthias Clasen2021-03-112-106/+115
| | | | Fix up some links to vfuncs and to sections, as well as class methods.
* shortcuttrigger: Convert docsMatthias Clasen2021-03-112-95/+100
|
* shortcutlabel: Convert docsMatthias Clasen2021-03-111-19/+19
|
* shortcutcontroller: Convert docsMatthias Clasen2021-03-111-40/+36
|
* shortcutaction: Convert docsMatthias Clasen2021-03-112-61/+75
|
* shortcut: Convert docsMatthias Clasen2021-03-111-38/+33
|
* sizegroup: Convert docsMatthias Clasen2021-03-111-59/+65
|
* testutils: Convert docsMatthias Clasen2021-03-111-12/+7
|
* snapshot: Convert docsMatthias Clasen2021-03-111-164/+190
|
* tooltip: Convert docsMatthias Clasen2021-03-111-29/+34
|
* settings: Convert docsMatthias Clasen2021-03-111-72/+244
|
* recentmanager: Convert docsMatthias Clasen2021-03-112-110/+111
|
* mountoperation: Convert docsMatthias Clasen2021-03-112-39/+39
|
* menutrackeritem: Remove SECTIONMatthias Clasen2021-03-111-3/+1
| | | | This is private
* menutracker: Remove SECTIONMatthias Clasen2021-03-111-3/+1
| | | | This is private.
* treesortable: Add a summaryMatthias Clasen2021-03-111-4/+3
|
* treeselection: Add a summaryMatthias Clasen2021-03-111-7/+3
|
* treemodelsort: Add a summaryMatthias Clasen2021-03-111-4/+3
|
* treemodelfilter: Add a summaryMatthias Clasen2021-03-111-4/+3
|
* treemodel: Add a summaryMatthias Clasen2021-03-111-6/+3
|
* treednd: Add summariesMatthias Clasen2021-03-111-0/+12
|
* treestore: Add a summaryMatthias Clasen2021-03-111-4/+3
|
* liststore: Add a summaryMatthias Clasen2021-03-111-4/+3
|
* treeviewcolumn: Add a summaryMatthias Clasen2021-03-111-7/+3
|
* treeview: Add a summaryMatthias Clasen2021-03-111-8/+3
|
* windowgroup: Convert docsMatthias Clasen2021-03-111-25/+24
|
* listbox: Convert docsMatthias Clasen2021-03-112-186/+258
|
* iconview: Add a summaryMatthias Clasen2021-03-112-11/+13
|
* constraintsolver: Remove SECTIONMatthias Clasen2021-03-111-3/+1
| | | | This is private
* cellview: Add a summaryMatthias Clasen2021-03-111-3/+3
|
* cellrenderertoggle: Add a summaryMatthias Clasen2021-03-111-3/+3
|
* cellrenderertext: Add a summaryMatthias Clasen2021-03-111-3/+3
|
* cellrendererspinner: Add a summaryMatthias Clasen2021-03-111-4/+3
|
* cellrendererspin: Add a summaryMatthias Clasen2021-03-111-4/+3
|
* cellrendererprogress: Add a summaryMatthias Clasen2021-03-111-3/+3
|
* cellrendererpixbuf: Add a summaryMatthias Clasen2021-03-111-3/+3
|
* celleditable: Add a summaryMatthias Clasen2021-03-111-4/+3
|
* cellrenderercombo: Add a summaryMatthias Clasen2021-03-111-3/+3
|
* cellrendereraccel: Add a summaryMatthias Clasen2021-03-111-3/+3
|
* cellrenderer: Add a summaryMatthias Clasen2021-03-111-4/+3
|