summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* Do not initialize the priv pointer before check typeJavier Jardon2011-07-061-1/+1
* GtkLabel: optimize away some ::notify emissionsMatthias Clasen2011-07-051-3/+7
* Avoid warnings in clipboard codeMatthias Clasen2011-07-051-10/+15
* GtkLabel: factor out two gettersMatthias Clasen2011-07-051-16/+27
* GtkLabel: freeze property notification where appropriateMatthias Clasen2011-07-051-0/+8
* GailLabel -> GtkLabelAccessibleMatthias Clasen2011-07-051-0/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-3/+3
* GtkLabel: Make selection behave more similar to GtkEntryMatthias Clasen2011-06-011-115/+126
* all: avoid boxed structs copying where possible (and 2)Javier Jardón2011-05-311-5/+2
* label: Account for y-translation when rotatingBenjamin Otte2011-05-221-2/+2
* all: avoid boxed structs copying where possibleCosimo Cecchi2011-05-181-16/+8
* label: Compute label offset properly for wrapped justified labelsBenjamin Otte2011-05-051-6/+1
* label: Allow using more underline modesBenjamin Otte2011-05-031-2/+10
* label: Don't crash when a builder file contains unknown attributesBenjamin Otte2011-04-271-2/+3
* label: Fix an invariant leading to required > minimumBenjamin Otte2011-04-221-0/+5
* label: No need to special case single-line modeBenjamin Otte2011-04-191-1/+1
* label: Request more natural size for ellipsizing wrapping labelsBenjamin Otte2011-04-191-1/+10
* label: Pass the desired height to measuring layoutBenjamin Otte2011-04-191-7/+15
* label: Remove wrap width leftoversBenjamin Otte2011-04-191-14/+0
* label: Set the height of the label when ellipsized or wrappedBenjamin Otte2011-04-191-26/+15
* label: Don't use a rectangle variable if we don't use a rectangleBenjamin Otte2011-04-191-15/+14
* label: Redo size computationBenjamin Otte2011-04-191-47/+24
* label: Set wrap on the layout unconditionallyBenjamin Otte2011-04-191-1/+1
* label: Remove duplicated commentBenjamin Otte2011-04-191-19/+6
* label: Don't try to guess a label's sizeBenjamin Otte2011-04-191-123/+4
* label: Don't care about aux infoBenjamin Otte2011-04-191-50/+8
* Small cleanup in label sizing code.Paolo Borelli2011-04-171-8/+5
* Factor out a get_char_pixels method for clarity.Paolo Borelli2011-04-171-10/+20
* Move documentation to inline comments: GtkLabelJavier Jardón2011-04-151-0/+188
* label: we can't ignore sizes on ellipsized labelsBenjamin Otte2011-04-141-3/+5
* GtkLabelPrivate: Improve struct packingMatthias Clasen2011-04-121-15/+14
* label: Remove dead codeBenjamin Otte2011-03-301-8/+1
* label: Add another special case for measuringBenjamin Otte2011-03-291-0/+11
* label: Don't create the layout in size_allocate() if not neededBenjamin Otte2011-03-291-7/+2
* label: Move ellipsized layout width computationBenjamin Otte2011-03-291-78/+72
* label: Factor out layout size measuring into its own functionBenjamin Otte2011-03-291-51/+42
* label: Move function to a better locationBenjamin Otte2011-03-291-113/+113
* label: Factor out layout size setting into a separate functionBenjamin Otte2011-03-291-41/+53
* label: Only get font metrics if we have toBenjamin Otte2011-03-291-9/+12
* label: Add optimization for a common special caseBenjamin Otte2011-03-291-0/+13
* label: Remove unused boolean argument from ensure_layout()Benjamin Otte2011-03-291-75/+17
* label: Don't recreate the layout just for measuringBenjamin Otte2011-03-291-23/+85
* label: Add internal gtk_label_get_measuring_layout() and use itBenjamin Otte2011-03-291-16/+56
* Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestModeTristan Van Berkom2011-03-251-3/+5
* Make selectable labels work againMatthias Clasen2011-03-241-1/+3
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* Don't g_object_unref cairo surfacesMatthias Clasen2011-02-021-10/+12
* Silence new gcc warningsMatthias Clasen2011-01-231-27/+15
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+4
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+2