summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-39/+47
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-6/+6
* marshaller fixes.Tim Janik2001-03-071-3/+3
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-4/+4
* adapt to handle PangoColorHavoc Pennington2001-01-261-3/+3
* Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset().42001-01-241-1/+1
* rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seemsHavoc Pennington2001-01-231-3/+3
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-2/+8
* byte_offset variable was being used to mean both "offset into layout" andHavoc Pennington2001-01-191-30/+32
* hack on this a bitHavoc Pennington2001-01-061-4/+4
* this function was broken if called on the first position in the buffer.Havoc Pennington2001-01-051-1/+3
* if index is equal to the line length, then position iterator beforeHavoc Pennington2001-01-041-2/+21
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-22/+33