| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h | Michael Natterer | 2011-10-23 | 1 | -1/+0 |
* | Use G_VALUE_INIT | Javier Jardón | 2011-10-15 | 1 | -2/+2 |
* | Bug 659406 - Abstract what triggers a context menu | Michael Natterer | 2011-09-27 | 1 | -2/+2 |
* | Bug 659406 - Abstract what triggers a context menu | Michael Natterer | 2011-09-26 | 1 | -11/+12 |
* | GtkLabel: make patterns work a little better | Matthias Clasen | 2011-09-04 | 1 | -5/+5 |
* | Avoid dereferencing NULL pointer in gtk_label_drag_data_get() | Tristan Van Berkom | 2011-08-26 | 1 | -1/+2 |
* | Include C89 fallback code | Chun-wei Fan | 2011-08-20 | 1 | -20/+5 |
* | Make focus rectangles optional | Matthias Clasen | 2011-08-10 | 1 | -2/+1 |
* | Do not initialize the priv pointer before check type | Javier Jardon | 2011-07-06 | 1 | -1/+1 |
* | GtkLabel: optimize away some ::notify emissions | Matthias Clasen | 2011-07-05 | 1 | -3/+7 |
* | Avoid warnings in clipboard code | Matthias Clasen | 2011-07-05 | 1 | -10/+15 |
* | GtkLabel: factor out two getters | Matthias Clasen | 2011-07-05 | 1 | -16/+27 |
* | GtkLabel: freeze property notification where appropriate | Matthias Clasen | 2011-07-05 | 1 | -0/+8 |
* | GailLabel -> GtkLabelAccessible | Matthias Clasen | 2011-07-05 | 1 | -0/+3 |
* | gtk: Use const instead G_CONST_RETURN | Javier Jardón | 2011-06-10 | 1 | -3/+3 |
* | GtkLabel: Make selection behave more similar to GtkEntry | Matthias Clasen | 2011-06-01 | 1 | -115/+126 |
* | all: avoid boxed structs copying where possible (and 2) | Javier Jardón | 2011-05-31 | 1 | -5/+2 |
* | label: Account for y-translation when rotating | Benjamin Otte | 2011-05-22 | 1 | -2/+2 |
* | all: avoid boxed structs copying where possible | Cosimo Cecchi | 2011-05-18 | 1 | -16/+8 |
* | label: Compute label offset properly for wrapped justified labels | Benjamin Otte | 2011-05-05 | 1 | -6/+1 |
* | label: Allow using more underline modes | Benjamin Otte | 2011-05-03 | 1 | -2/+10 |
* | label: Don't crash when a builder file contains unknown attributes | Benjamin Otte | 2011-04-27 | 1 | -2/+3 |
* | label: Fix an invariant leading to required > minimum | Benjamin Otte | 2011-04-22 | 1 | -0/+5 |
* | label: No need to special case single-line mode | Benjamin Otte | 2011-04-19 | 1 | -1/+1 |
* | label: Request more natural size for ellipsizing wrapping labels | Benjamin Otte | 2011-04-19 | 1 | -1/+10 |
* | label: Pass the desired height to measuring layout | Benjamin Otte | 2011-04-19 | 1 | -7/+15 |
* | label: Remove wrap width leftovers | Benjamin Otte | 2011-04-19 | 1 | -14/+0 |
* | label: Set the height of the label when ellipsized or wrapped | Benjamin Otte | 2011-04-19 | 1 | -26/+15 |
* | label: Don't use a rectangle variable if we don't use a rectangle | Benjamin Otte | 2011-04-19 | 1 | -15/+14 |
* | label: Redo size computation | Benjamin Otte | 2011-04-19 | 1 | -47/+24 |
* | label: Set wrap on the layout unconditionally | Benjamin Otte | 2011-04-19 | 1 | -1/+1 |
* | label: Remove duplicated comment | Benjamin Otte | 2011-04-19 | 1 | -19/+6 |
* | label: Don't try to guess a label's size | Benjamin Otte | 2011-04-19 | 1 | -123/+4 |
* | label: Don't care about aux info | Benjamin Otte | 2011-04-19 | 1 | -50/+8 |
* | Small cleanup in label sizing code. | Paolo Borelli | 2011-04-17 | 1 | -8/+5 |
* | Factor out a get_char_pixels method for clarity. | Paolo Borelli | 2011-04-17 | 1 | -10/+20 |
* | Move documentation to inline comments: GtkLabel | Javier Jardón | 2011-04-15 | 1 | -0/+188 |
* | label: we can't ignore sizes on ellipsized labels | Benjamin Otte | 2011-04-14 | 1 | -3/+5 |
* | GtkLabelPrivate: Improve struct packing | Matthias Clasen | 2011-04-12 | 1 | -15/+14 |
* | label: Remove dead code | Benjamin Otte | 2011-03-30 | 1 | -8/+1 |
* | label: Add another special case for measuring | Benjamin Otte | 2011-03-29 | 1 | -0/+11 |
* | label: Don't create the layout in size_allocate() if not needed | Benjamin Otte | 2011-03-29 | 1 | -7/+2 |
* | label: Move ellipsized layout width computation | Benjamin Otte | 2011-03-29 | 1 | -78/+72 |
* | label: Factor out layout size measuring into its own function | Benjamin Otte | 2011-03-29 | 1 | -51/+42 |
* | label: Move function to a better location | Benjamin Otte | 2011-03-29 | 1 | -113/+113 |
* | label: Factor out layout size setting into a separate function | Benjamin Otte | 2011-03-29 | 1 | -41/+53 |
* | label: Only get font metrics if we have to | Benjamin Otte | 2011-03-29 | 1 | -9/+12 |
* | label: Add optimization for a common special case | Benjamin Otte | 2011-03-29 | 1 | -0/+13 |
* | label: Remove unused boolean argument from ensure_layout() | Benjamin Otte | 2011-03-29 | 1 | -75/+17 |
* | label: Don't recreate the layout just for measuring | Benjamin Otte | 2011-03-29 | 1 | -23/+85 |