summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard cursor namesMatthias Clasen2015-07-261-2/+2
* GtkLabel: Remove an unnecessary checkMatthias Clasen2015-07-171-1/+1
* pango: make merge_attrs return the merged listPaolo Borelli2015-07-061-24/+5
* label: add support for CSS letter-spacing propertyPaolo Borelli2015-07-061-1/+24
* pango: move an utility function from gtklabelPaolo Borelli2015-07-061-17/+2
* GtkLabel: Prefix more ui parser errorsMatthias Clasen2015-04-271-8/+10
* Formatting fixesMatthias Clasen2015-04-271-27/+17
* GtkLabel: Use the new helpersMatthias Clasen2015-04-271-66/+57
* docs: Note the side effects of GtkLabel settersEmmanuele Bassi2015-04-051-5/+37
* Stop using GDK_POINTER_MOTION_HINT_MASK in widgetsMatthias Clasen2015-03-221-2/+1
* Fix a typo in the docsMatthias Clasen2015-03-131-1/+1
* gtk: Remove documentation references to the GTK_NO_WINDOW flagPhilip Withnall2015-02-191-1/+2
* Fix annotationsMatthias Clasen2015-02-101-3/+3
* gtklabel: Don't accept unhandled mouse buttonsTimm Bäder2015-01-081-0/+5
* gtklabel: Optimize GtkStyleContext usageJasper St. Pierre2014-11-261-0/+5
* Add a label style classMatthias Clasen2014-10-041-0/+4
* label: Simplify rendering codeBenjamin Otte2014-10-031-23/+19
* label: Don't add in the allocation to our clip againJasper St. Pierre2014-09-301-1/+0
* GtkLabel: add x/yalign propertiesMatthias Clasen2014-09-291-3/+148
* label: Clear layout after setting GtkLabel::lines propertyBenjamin Otte2014-09-151-0/+1
* Fix a missing id in the docsMatthias Clasen2014-09-081-2/+2
* GtkLabel: better treatment for selection with ellipsisMatthias Clasen2014-09-031-0/+54
* GtkLabel: Make it possible to get the ellipsis rangeMatthias Clasen2014-09-031-6/+22
* GtkLabel: better treatment for ellipsized linksMatthias Clasen2014-09-031-16/+95
* Don't return from a void functionMatthias Clasen2014-08-301-3/+3
* label: Respect box-shadow when computing clipBenjamin Otte2014-08-211-12/+12
* label: Update to new GtkGestureSingle/GtkEventController defaultsCarlos Garnacho2014-08-151-7/+1
* label: Don't clip text shadowsBenjamin Otte2014-07-311-4/+10
* label: Include all of the allocation in the clipBenjamin Otte2014-07-121-0/+1
* gtklabel: Set the correct initial cursorTimm Bäder2014-07-111-1/+1
* label: Add ink rect support to GtkLabelBenjamin Otte2014-07-101-0/+22
* label: Move functionBenjamin Otte2014-07-101-81/+81
* GtkLabel: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-13/+14
* label: Use gestures for event managementCarlos Garnacho2014-06-051-164/+239
* Revert "GtkLabel: Drop use of GtkMisc::x/yalign"Matthias Clasen2014-05-271-73/+18
* Revert "Fix up GtkLabel and GtkImage sizing"Matthias Clasen2014-05-271-15/+7
* Revert "More label and image sizing fixes"Matthias Clasen2014-05-271-11/+0
* More label and image sizing fixesMatthias Clasen2014-05-271-0/+11
* Fix up GtkLabel and GtkImage sizingMatthias Clasen2014-05-271-7/+15
* GtkLabel: Drop use of GtkMisc::x/yalignMatthias Clasen2014-05-241-18/+73
* Deprecate GdkColorMatthias Clasen2014-05-221-1/+5
* GtkLabel: Make context menus on links workMatthias Clasen2014-05-211-13/+10
* Deprecate GtkMiscMatthias Clasen2014-05-131-5/+15
* GtkLabel: Drop references to GtkMiscMatthias Clasen2014-05-131-7/+8
* Update documentation about link stylingMatthias Clasen2014-03-171-8/+5
* Allow applications to use gtk-enable-mnemonics in 3.12Matthias Clasen2014-03-031-0/+11
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-19/+19
* GtkLabel: don't eat too many button release eventsMatthias Clasen2014-02-171-1/+4
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-3/+3
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-2/+7