summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Free the filename of the module file.Havoc Pennington2000-11-131-103/+79
* Fix warning when moving between paragraphs.Owen Taylor2000-11-131-1/+9
* Make parent_class static.Owen Taylor2000-11-121-95/+319
* Half-ass somewhat fix this function, so that scrolling to the insertionHavoc Pennington2000-11-071-8/+34
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-1/+1
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-5/+109
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-568/+568
* add new marshallers used by the text widgetHavoc Pennington2000-10-261-2/+29
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-28/+2
* make it a static functionHavoc Pennington2000-10-241-1/+1
* clean up trailing whitespace, add extensive tests for tag toggleHavoc Pennington2000-10-041-4/+4
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-9/+14
* fix indentationHavoc Pennington2000-09-301-8/+10
* Draw the focus, and leave space to do so.Havoc Pennington2000-09-251-0/+3
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-141-0/+54
* gtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttag.hJonathan Blandford2000-09-081-1/+1
* Fix up visibility so that focus, cursor_visible and blink interactOwen Taylor2000-09-081-22/+93
* Rename GtkTextStyleValues to GtkTextAttributesHavoc Pennington2000-08-311-20/+20
* update to reflect text widget changes.Havoc Pennington2000-07-251-76/+107
* Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmapsOwen Taylor2000-07-211-2/+22
* use FALSE for size_only most of the time when callingOwen Taylor2000-07-141-10/+10
* Use gtk_get_default_languageHavoc Pennington2000-06-211-15/+15
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-7/+7
* Test program to make sure GtkTextBuffer is in working order.Havoc Pennington2000-06-021-2/+2
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+2159