summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Further fixed base outputs of GtkLabel desired geometries.Tristan Van Berkom2010-04-181-53/+88
| * Restore functionality where ellipsizing label *minimum* size grows to "max-ch...Tristan Van Berkom2010-04-171-0/+9
| * Fixed GtkLabel reported minimum and natural sizesTristan Van Berkom2010-04-171-204/+206
| * Disabling natural sizes of labels.Tristan Van Berkom2010-04-171-9/+19
| * Added _gtk_size_group_bump_requisition()Tristan Van Berkom2010-04-141-2/+4
| * Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-44/+59
| * Fixed wrapping labels to show up correctly aligned inside their allocations.Tristan Van Berkom2010-04-101-25/+14
| * Fixing height-for-width wrapping of GtkLabelTristan Van Berkom2010-04-091-90/+202
| * Fixed classes to call gtk_extended_layout_get_desired_size_again()Tristan Van Berkom2010-04-061-6/+6
| * Fixed extended layout implementors to not call ->get_desired_size() directlyTristan Van Berkom2010-04-031-6/+6