summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-12/+13
* docs: don't use <anchor>William Jon McCann2014-02-071-3/+3
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use apostrophe in *'reWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophe in *'llWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-19/+19
* docs: Use markup for linksWilliam Jon McCann2014-02-071-21/+20
* docs: fix quotes in exampleWilliam Jon McCann2014-02-061-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-3/+3
* label: Invalidate link colors on style changeBenjamin Otte2014-02-051-0/+14
* label: refactor codeBenjamin Otte2014-02-051-63/+75
* label: Avoid creating new attribute listBenjamin Otte2014-02-051-1/+1
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-6/+6
* docs: use ` instead of <literal>William Jon McCann2014-02-041-1/+1
* docs: use quotes instead of <firstterm>William Jon McCann2014-02-041-1/+1
* docs: don't use <tag> docbook elementsWilliam Jon McCann2014-02-041-1/+2
* docs: fix spurious list close tagWilliam Jon McCann2014-02-031-1/+0
* Docs: Don't use note elementsMatthias Clasen2014-02-021-2/+2
* Docs: Use markdown for listsMatthias Clasen2014-02-021-4/+3
* docs: Convert to markdownMatthias Clasen2014-02-021-42/+29
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-6/+6
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-20/+12
* docs: don't use properties syntax for child propsWilliam Jon McCann2014-01-211-1/+1
* GtkLabelAccessible: update state of linksMatthias Clasen2014-01-041-0/+5
* GtkLabelAccessible: Implement AtkHypertextMatthias Clasen2014-01-041-0/+3
* GtkLabel: Add private api for linksMatthias Clasen2014-01-041-0/+153
* Add a gtklabelprivate.h headerMatthias Clasen2014-01-041-0/+1
* GtkLabel: Use :visited and :link for link colorsTimm Bäder2013-11-041-55/+22
* frame: annotate the @label params with (allow-none)Stefan Sauer2013-08-291-2/+2
* label: Initialize lines value to -1Benjamin Otte2013-08-231-0/+1
* label: Fix gcc warningBenjamin Otte2013-08-231-1/+1
* Add api to ellipsize labels to multiple linesMatthias Clasen2013-08-221-1/+80
* Add a style class for context menusMatthias Clasen2013-08-181-0/+2
* gtkdnd: Introduce a new API for more accurate drag origin dataJasper St. Pierre2013-08-141-3/+5
* Drop some unnecessary includesMatthias Clasen2013-07-191-1/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* Deprecate and ignore gtk-enable-mnemonics and gtk-auto-mnemonics" propertiesWilliam Jon McCann2013-06-261-17/+4
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-19/+9
* label: fix return value type for _draw()Stefan Sauer2013-05-081-2/+2
* GtkLabel: Minor cleanupAlexander Larsson2013-04-231-3/+3
* GtkLabel: Support baselineAlexander Larsson2013-04-231-17/+91
* GtkLabel: fix underlining of mnemonicsSébastien Wilmet2013-03-241-1/+1
* csd: Make link activation work reliablyMatthias Clasen2013-03-211-0/+2
* GtkLabel: fix mnemonic-keyval when use-markup is trueSébastien Wilmet2013-03-171-10/+33
* a11y: Emit text-changed signals directlyBenjamin Otte2013-03-151-1/+4
* label: Fix memleakCarl-Anton Ingmarsson2013-03-121-1/+4
* label: refactor codeBenjamin Otte2013-03-121-4/+3
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-2/+2