summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GtkObject completelyMatthias Clasen2010-09-261-1/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+1
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-2/+3
* Get rid of the rest of variables exported from libgtkTor Lillqvist2010-09-081-2/+2
* API: Remove GtkTextTag's stipple propertiesBenjamin Otte2010-08-101-12/+0
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-0/+10
* Handle child widgets correctly with multiple viewsMatthias Clasen2009-09-271-30/+33
* Fix handling of child widgets in the presence of bidi textItay Perl2009-05-031-15/+35
* Bug 567468 – no check for trailing != NULL inClaudio Saavedra2009-01-121-1/+2
* doc fixesMatthias Clasen2008-12-291-16/+16
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-8/+5
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-4/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-1/+1
* Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164.Paolo Borelli2007-11-171-9/+4
* sort returned tags array by tags priority (#497102).Yevgen Muntyan2007-11-151-2/+0
* do not call _gtk_text_btree_get_iter_at_line() andYevgen Muntyan2007-11-151-23/+73
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-0/+150
* Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405,Yevgen Muntyan2007-06-011-23/+224
* Make GTK_JUSTIFY_FILL work, using pango_layout_set_justify() that worksBehdad Esfahbod2007-05-041-11/+13
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* Ignore invisible text when going to end of the previous line. (#382565)Matthias Clasen2007-02-181-1/+2
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-9/+9
* Fix messed up refcounting. (#348090, Chris Wilson)Matthias Clasen2006-07-201-8/+14
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+3
* Handle _gtk_text_line_get_data() returning NULL in all cases. (Coverity)Matthias Clasen2006-04-121-8/+15
* Fix a warning.Matthias Clasen2006-04-031-7/+6
* Don't leak preedit_string and preedit_attrs. (#322332, Paolo Borelli)Matthias Clasen2006-01-091-0/+13
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-2/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-3/+0
* Intern some more strings.Matthias Clasen2005-09-011-4/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Fix positioning at the end of the line for lines ending in invisibleMatthias Clasen2005-06-281-3/+11
* Make invisible text work a bit better (#66194, patch by JeroenMatthias Clasen2005-06-131-8/+23
* Allow setting paragraph background. (#81045, Gustavo Carneiro, patch byMatthias Clasen2005-06-101-0/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix #111031, reported by Padraig O'Briain:Matthias Clasen2004-12-081-6/+21
* Return a boolean indicating whether we could do the requested move.Matthias Clasen2004-11-281-4/+6
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-6/+19
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* When not wrapping, do the offset of the line for justification ourselves.Owen Taylor2004-03-131-1/+21
* Added call to gtk_text_layout_update_cursor_line() to solve in problem ofDov Grobgeld2004-03-111-1/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextViewOwen Taylor2004-03-011-17/+165
* gtk/gtktextlayout.c (line_display_iter_to_index) Only adjust the preeditOwen Taylor2004-01-291-7/+13