| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix positioning at the end of the line for lines ending in invisible | Matthias Clasen | 2005-06-28 | 1 | -3/+11 |
* | Make invisible text work a bit better (#66194, patch by Jeroen | Matthias Clasen | 2005-06-13 | 1 | -8/+23 |
* | Allow setting paragraph background. (#81045, Gustavo Carneiro, patch by | Matthias Clasen | 2005-06-10 | 1 | -0/+8 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Fix #111031, reported by Padraig O'Briain: | Matthias Clasen | 2004-12-08 | 1 | -6/+21 |
* | Return a boolean indicating whether we could do the requested move. | Matthias Clasen | 2004-11-28 | 1 | -4/+6 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -6/+19 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | When not wrapping, do the offset of the line for justification ourselves. | Owen Taylor | 2004-03-13 | 1 | -1/+21 |
* | Added call to gtk_text_layout_update_cursor_line() to solve in problem of | Dov Grobgeld | 2004-03-11 | 1 | -1/+3 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView | Owen Taylor | 2004-03-01 | 1 | -17/+165 |
* | gtk/gtktextlayout.c (line_display_iter_to_index) Only adjust the preedit | Owen Taylor | 2004-01-29 | 1 | -7/+13 |
* | Since we add one to the layout's reported width to account for the cursor, | Owen Taylor | 2003-08-26 | 1 | -1/+3 |
* | If at the end of the buffer, move to the end iter - parallels behavior of | Owen Taylor | 2003-06-05 | 1 | -0/+3 |
* | #80023, Yao Zhang, TOKUNAGA Hiroyuki | Owen Taylor | 2003-06-05 | 1 | -0/+8 |
* | #107883, Gustavo Giráldez | Owen Taylor | 2003-06-05 | 1 | -7/+34 |
* | Add GTK_WRAP_WORD_CHAR. (#110086, David Brigada) | Matthias Clasen | 2003-04-07 | 1 | -0/+6 |
* | Fix off-by-one error on the backward iteration loop, that was causing the | Owen Taylor | 2003-01-21 | 1 | -2/+3 |
* | More fixes for invisible text. | Matthias Clasen | 2003-01-16 | 1 | -19/+10 |
* | Don't add attributes with empty ranges. (fixes #101564 and #80637) | Matthias Clasen | 2002-12-22 | 1 | -0/+3 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -6/+6 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -31/+27 |
* | Don't leak child_anchor_table. (#84425) | Matthias Clasen | 2002-06-09 | 1 | -0/+7 |
* | use gtk_text_layout_invalidate_cache instead of cut-and-paste | Havoc Pennington | 2002-04-30 | 1 | -10/+4 |
* | invalidate the line containing start, even if the [start,end) range is | Havoc Pennington | 2002-03-23 | 1 | -2/+8 |
* | When in split cursor mode, always add the cursor as both strong and weak | Owen Taylor | 2002-03-03 | 1 | -2/+2 |
* | free iter before going to done | Kristian Rietveld | 2002-02-25 | 1 | -0/+1 |
* | just go ahead and flush all the first validate stuff if it hasn't been | Havoc Pennington | 2002-02-13 | 1 | -1/+5 |
* | fix assertion failure by creating the line data, but not validating it at | Havoc Pennington | 2002-01-29 | 1 | -22/+1 |
* | new function (which I then decided not to use but I think it's needed to | Havoc Pennington | 2002-01-17 | 1 | -0/+39 |
* | Typo fixes Typo fix. (#66746) | Matthias Clasen | 2001-12-12 | 1 | -1/+1 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -3/+4 |
* | to simplify parsing for exported functions: - made implementation | Hans Breuer | 2001-10-27 | 1 | -1/+1 |
* | Apply fix from Dov Grobgeld, #61858 | Havoc Pennington | 2001-10-23 | 1 | -14/+12 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+1 |
* | Get rid of the newline-that-could-not-be-deleted; buffers may now be | Havoc Pennington | 2001-09-24 | 1 | -17/+17 |
* | don't try to handle alignment here, because it's done by PangoLayout after | Havoc Pennington | 2001-09-21 | 1 | -20/+3 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -5/+6 |
* | remove some debug code that seems to have caused a breakpoint in valid | Havoc Pennington | 2001-09-07 | 1 | -6/+0 |
* | handle NULL shaped object from the empty-child-anchor case by drawing a | Havoc Pennington | 2001-08-30 | 1 | -15/+14 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -8/+0 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -30/+30 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+17 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -2/+12 |
* | Add a direction-changed signal, and gdk_keymap_get_current_direction(). | Owen Taylor | 2001-06-08 | 1 | -47/+101 |
* | Remove the assertion that top_y needs to be >= 0. | Joe Shaw | 2001-05-21 | 1 | -1/+0 |
* | Make logical motion and deletion by graphemes, not by characters. | Owen Taylor | 2001-05-17 | 1 | -1/+0 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -0/+10 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 1 | -13/+56 |