summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unitialized variable when moving back onto a single line.Owen Taylor2001-01-021-8/+2
* uscore-prepend all the stuff in here.Havoc Pennington2001-01-011-6/+6
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-70/+65
* remove unused call to get_last_line()Havoc Pennington2000-12-141-9/+9
* Remove double _ in front of some functionsHavoc Pennington2000-12-141-2/+2
* Put _ in front of every function in this header fileHavoc Pennington2000-12-141-64/+64
* doh, this was broken beyond believe.Tim Janik2000-12-131-9/+7
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-13/+37
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-58/+120
* Changes by Hans Breuer:Tor Lillqvist2000-11-301-1/+1