summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Since we add one to the layout's reported width to account for the cursor,Owen Taylor2003-08-261-1/+3
* If at the end of the buffer, move to the end iter - parallels behavior ofOwen Taylor2003-06-051-0/+3
* #80023, Yao Zhang, TOKUNAGA HiroyukiOwen Taylor2003-06-051-0/+8
* #107883, Gustavo GiráldezOwen Taylor2003-06-051-7/+34
* Add GTK_WRAP_WORD_CHAR. (#110086, David Brigada)Matthias Clasen2003-04-071-0/+6
* Fix off-by-one error on the backward iteration loop, that was causing theOwen Taylor2003-01-211-2/+3
* More fixes for invisible text.Matthias Clasen2003-01-161-19/+10
* Don't add attributes with empty ranges. (fixes #101564 and #80637)Matthias Clasen2002-12-221-0/+3
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-6/+6
* Deprecation cleanupManish Singh2002-10-101-31/+27
* Don't leak child_anchor_table. (#84425)Matthias Clasen2002-06-091-0/+7
* use gtk_text_layout_invalidate_cache instead of cut-and-pasteHavoc Pennington2002-04-301-10/+4
* invalidate the line containing start, even if the [start,end) range isHavoc Pennington2002-03-231-2/+8
* When in split cursor mode, always add the cursor as both strong and weakOwen Taylor2002-03-031-2/+2
* free iter before going to doneKristian Rietveld2002-02-251-0/+1
* just go ahead and flush all the first validate stuff if it hasn't beenHavoc Pennington2002-02-131-1/+5
* fix assertion failure by creating the line data, but not validating it atHavoc Pennington2002-01-291-22/+1
* new function (which I then decided not to use but I think it's needed toHavoc Pennington2002-01-171-0/+39
* Typo fixes Typo fix. (#66746)Matthias Clasen2001-12-121-1/+1