summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* Remove sealed members from GtkMenuShellMatthias Clasen2010-12-231-0/+1
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-2/+2
* label: plug a memory leakCosimo Cecchi2010-12-071-3/+9
* Use the new style context API in GtkLabel.Paolo Borelli2010-12-051-22/+32
* GtkLabel: Use style context for rendering.Carlos Garnacho2010-12-041-27/+45
* label: Clarify docs for gtk_label_get_layout()Benjamin Otte2010-12-021-2/+3
* gtklabel.c: Added hack for rint()Chun-wei Fan2010-11-101-0/+18
* settings: Move setting property registration in gtksettings.cEmmanuele Bassi2010-10-201-6/+0
* label: Fix rendering of rotated labelsBenjamin Otte2010-09-271-2/+1
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-9/+7
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-56/+47
* API: Get rid of gtk_draw_insertion_cursor()Benjamin Otte2010-09-261-1/+1
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-2/+2
* label: Port to draw vfuncBenjamin Otte2010-09-261-31/+25
* text: Make _gtk_text_util_create_drag_icon() return a surfaceBenjamin Otte2010-09-261-12/+8
* Tons of transfer annotationsMatthias Clasen2010-09-211-2/+2
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-40/+40
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-96/+96
* gtk/gtklabel.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-5/+10
* gtk/gtklabel.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-46/+63
* label: Draw all text using PangoCairoBenjamin Otte2010-08-101-17/+32
* Fixed alignment of wrapping labels allocated a greater width than neededTristan Van Berkom2010-08-061-15/+8
* label: Make angle part of GtkLabelPrivateBenjamin Otte2010-08-071-42/+13
* Use accessor functions to access GtkMiscJavier Jardón2010-07-131-30/+52
* GtkLabel: move public members to private structureJavier Jardón2010-07-131-492/+637
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-2/+2
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-5/+5
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-56/+52
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-5/+4
* Merge branch 'gtk-2-90'Matthias Clasen2010-05-061-41/+0
|\
| * Remove deprecated code: GtkLabelJavier Jardón2010-05-031-41/+0
* | Do not use C99 constant INFINITYJavier Jardón2010-05-031-2/+2
|/
* Merge branch 'native-layout-incubator'Matthias Clasen2010-04-301-147/+580
|\
| * Fix the buildMatthias Clasen2010-04-281-1/+1
| * Add some documentation about width-chars and max-width-charsMatthias Clasen2010-04-281-80/+96
| * Make testellipsize work for rotating non-ellipsized labelsMatthias Clasen2010-04-251-7/+7
| * Don't add padding to a pointerMatthias Clasen2010-04-251-11/+14
| * Added documentation, implemented gtk_extended_layout_is_height_for_width() wh...NATIVE_LAYOUT_INCUBATOR_BRANCHPOINTTristan Van Berkom2010-04-211-17/+28
| * Make sure not to base the minimum size on "max-width-chars", only the natural...Tristan Van Berkom2010-04-201-11/+4
| * Fixed GtkLabel to wrap correctly and report width-for-height correctly when v...Tristan Van Berkom2010-04-201-42/+70
| * Fixed GtkLabel to include GtkMisc padding when calculating height-for-width.Tristan Van Berkom2010-04-201-10/+28
| * Restore layout in get_desired_size() after guessing a wrap widthTristan Van Berkom2010-04-201-3/+12
| * Reduced natural request padding for rotating ellipsizing labelsTristan Van Berkom2010-04-191-1/+1
| * Unconditionally return the height for the minimum width when doing get_desire...Tristan Van Berkom2010-04-191-7/+7
| * Fixed testellipsizeTristan Van Berkom2010-04-191-3/+4