summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-201-10/+67
* Don't move back one char when we are actually at the end of the paragraph.Owen Taylor2000-11-161-5/+5
* remove unecessary rules for win32-specific config-substituted targets. IfOwen Taylor2000-11-161-5/+4
* ed Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-11-151-14/+19
* If indent is negative, don't move the first line out into the margin,Havoc Pennington2000-11-151-13/+0
* use PANGO_PIXELS() to convert to pixelsHavoc Pennington2000-11-151-6/+9
* Fix reversed > that was causing Home to go to end of previous line.Owen Taylor2000-11-151-1/+1
* Draw underlines one pixel higher.Havoc Pennington2000-11-151-20/+62
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-141-6/+6