summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
...
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-4/+4
* Paint label backgroundPaolo Borelli2012-04-301-3/+10
* label: Don't use the selection too easilyMatthias Clasen2012-03-201-3/+6
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* gtklabel: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-3/+3
* Factor out _gtk_misc_get_padding_and_borderPaolo Borelli2012-01-221-29/+27
* label: Avoid deprecation warningBenjamin Otte2012-01-061-1/+3
* label: Actually mark visited labels as visitedBenjamin Otte2012-01-061-1/+1
* label: Make attr_list_merge() use sane merging rulesBenjamin Otte2012-01-061-21/+9
* label: Rename variableBenjamin Otte2012-01-061-16/+16
* label: Don't excessively recalculateBenjamin Otte2012-01-061-2/+0
* label: Redo attribute applicationBenjamin Otte2012-01-061-37/+59
* ilabel: Redo gtk_label_get_link_colors()Benjamin Otte2012-01-061-27/+31
* label: Split out function that merges attr listsBenjamin Otte2012-01-061-19/+27
* label: Redo links parsingBenjamin Otte2012-01-061-64/+13
* label: Move function into only callerBenjamin Otte2012-01-061-20/+10
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-4/+2
* label: Use the widget state flags as a base for drawingRui Matos2011-12-191-6/+3
* label: Stop setting state flags on the style context for drawingRui Matos2011-12-191-6/+2
* label: Clear layout on state changeBenjamin Otte2011-12-051-0/+3
* label: Move callback to new stuffBenjamin Otte2011-12-051-7/+7
* Introduce gtk_render_insertion_cursorPaolo Borelli2011-12-011-80/+12
* Remove draw_insertion_cursor in label and entryPaolo Borelli2011-12-011-36/+15
* Avoid shadowing a variablePaolo Borelli2011-11-291-2/+1
* gtk: Fix compiler warnings from include fixesBenjamin Otte2011-11-161-0/+1
* Fix some implicit declaration warningsRico Tzschichholz2011-11-111-0/+1
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* Use G_VALUE_INITJavier Jardón2011-10-151-2/+2
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-271-2/+2
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-261-11/+12
* GtkLabel: make patterns work a little betterMatthias Clasen2011-09-041-5/+5
* Avoid dereferencing NULL pointer in gtk_label_drag_data_get()Tristan Van Berkom2011-08-261-1/+2
* Include C89 fallback codeChun-wei Fan2011-08-201-20/+5
* Make focus rectangles optionalMatthias Clasen2011-08-101-2/+1
* 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