summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+4
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-1/+1
* Apply fix from Dov Grobgeld, #61858Havoc Pennington2001-10-231-14/+12
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-0/+1
* Get rid of the newline-that-could-not-be-deleted; buffers may now beHavoc Pennington2001-09-241-17/+17
* don't try to handle alignment here, because it's done by PangoLayout afterHavoc Pennington2001-09-211-20/+3
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-5/+6
* remove some debug code that seems to have caused a breakpoint in validHavoc Pennington2001-09-071-6/+0
* handle NULL shaped object from the empty-child-anchor case by drawing aHavoc Pennington2001-08-301-15/+14
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-8/+0
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-30/+30
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+17
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-2/+12
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-47/+101
* Remove the assertion that top_y needs to be >= 0.Joe Shaw2001-05-211-1/+0
* Make logical motion and deletion by graphemes, not by characters.Owen Taylor2001-05-171-1/+0
* fix some shell typosHavoc Pennington2001-05-071-0/+10
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-13/+56