summaryrefslogtreecommitdiff
path: root/gtk/gtktextdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-2/+4
* Intern some more strings.Matthias Clasen2005-09-011-2/+3
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* don't use deprecated gdk_gc_unref function.Manish Singh2005-06-111-1/+1
* Allow setting paragraph background. (#81045, Gustavo Carneiro, patch byMatthias Clasen2005-06-101-0/+19
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* 2.5.6GTK_2_5_6Matthias Clasen2004-12-031-6/+6
* Don't paint in the trailing end of a wrapped line when the selectionOwen Taylor2004-11-301-3/+8
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-452/+365
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Implement PANGO_UNDERLINE_ERROR (Based on a patch by Nicolas Setton,Owen Taylor2004-02-291-0/+57
* hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-261-8/+3
* Keep track of when we have a clip mask set for the GC, and when we unsetOwen Taylor2003-06-041-31/+0
* Fix display of the selection in the presence of invisible segments.Matthias Clasen2003-01-081-3/+3
* Fix highlighting of selection wrt. to empty lines. (#90435, #90582)Matthias Clasen2002-12-251-2/+3
* Deprecation cleanupManish Singh2002-10-101-4/+4
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-10/+10
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-4/+21
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-6/+3
* change to pass in the cursor direction always, not just when we need anHavoc Pennington2002-02-251-6/+3
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-141-1/+1
* fix to properly replace selection with Return or TabHavoc Pennington2001-11-131-6/+3
* expose the child widgets in here (gtk_text_view_realize): set parentHavoc Pennington2001-11-061-32/+21
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-0/+1
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-7/+40
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-10/+22
* handle NULL shaped object from the empty-child-anchor case by drawing aHavoc Pennington2001-08-301-2/+32
* gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): FixMatthias Clasen2001-08-071-4/+4
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-2/+2
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-2/+2
* Remove the assertions that x_offset and y_offset must be >= 0. Clip theJoe Shaw2001-05-181-2/+2
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-47/+52
* Close bug #50615:Havoc Pennington2001-04-181-11/+11
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-9/+14
* Put _ in front of every function in this header fileHavoc Pennington2000-12-141-3/+3
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-1/+3
* Changes by Hans Breuer:Tor Lillqvist2000-11-301-10/+10
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-201-7/+16
* remove unecessary rules for win32-specific config-substituted targets. IfOwen Taylor2000-11-161-5/+0
* ed Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-11-151-4/+4
* Remove extra pixel from the cursor (render_layout_line): fix reversed testHavoc Pennington2000-11-151-3/+3
* Draw underlines one pixel higher.Havoc Pennington2000-11-151-64/+129
* fix bug where GC didn't always get updated properlyHavoc Pennington2000-11-141-5/+8
* Free the filename of the module file.Havoc Pennington2000-11-131-89/+88
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-58/+89
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-331/+331
* add new marshallers used by the text widgetHavoc Pennington2000-10-261-1/+27
* fix indentationHavoc Pennington2000-09-301-35/+65
* gtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttag.hJonathan Blandford2000-09-081-5/+5