]> Pileus Git - ~andy/gtk/history - gtk/gtktextlayout.c
When in split cursor mode, always add the cursor as both strong and weak
[~andy/gtk] / gtk / gtktextlayout.c
2002-03-03 Owen TaylorWhen in split cursor mode, always add the cursor as...
2002-02-25 Kristian Rietveldfree iter before going to done
2002-02-13 Havoc Penningtonjust go ahead and flush all the first validate stuff...
2002-01-29 Havoc Penningtonfix assertion failure by creating the line data, but...
2002-01-17 Havoc Penningtonnew function (which I then decided not to use but I...
2001-12-12 Matthias ClasenTypo fixes Typo fix. (#66746)
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-10-27 Hans Breuerto simplify parsing for exported functions: - made...
2001-10-23 Havoc PenningtonApply fix from Dov Grobgeld, #61858
2001-10-22 Havoc Penningtonadd a #error unless you define GTK_TEXT_USE_INTERNAL_UN...
2001-09-24 Havoc PenningtonGet rid of the newline-that-could-not-be-deleted; buffe...
2001-09-21 Havoc Penningtondon't try to handle alignment here, because it's done...
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-09-07 Havoc Penningtonremove some debug code that seems to have caused a...
2001-08-30 Havoc Penningtonhandle NULL shaped object from the empty-child-anchor...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-14 Owen TaylorAdd missing gdk_rectangle_get_type() prototype.
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-05-21 Joe ShawRemove the assertion that top_y needs to be >= 0.
2001-05-17 Owen TaylorMake logical motion and deletion by graphemes, not...
2001-05-07 Havoc Penningtonfix some shell typos
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-24 Havoc Penningtonhandle 0-height empty/invisible lines.
2001-03-08 Tim Janikadded accumulator data argument to g_signal_newc()...
2001-03-07 Tim Janikmarshaller fixes.
2001-02-17 Havoc Penningtonconvert the X coordinates so they're with respect to...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-24 4Splitted gtk_image_clear into gtk_image_clear() and...
2001-01-23 Havoc Penningtonrename member fields from GTK_WRAPMODE_WORD to GTK_WRAP...
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2001-01-19 Havoc Penningtonbyte_offset variable was being used to mean both "offse...
2001-01-06 Havoc Penningtonhack on this a bit
2001-01-05 Havoc Penningtonthis function was broken if called on the first positio...
2001-01-04 Havoc Penningtonif index is equal to the line length, then position...
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2001-01-02 Owen TaylorFix unitialized variable when moving back onto a single...
2001-01-01 Havoc Penningtonuscore-prepend all the stuff in here.
2000-12-16 Havoc PenningtonGeneral cleanup of the log attr iteration stuff. This...
2000-12-14 Havoc Penningtonremove unused call to get_last_line()
2000-12-14 Havoc PenningtonRemove double _ in front of some functions
2000-12-14 Havoc PenningtonPut _ in front of every function in this header file
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-11 Havoc PenningtonHandle chopping off \r\n and 0x2029 in addition to...
2000-12-02 Havoc Penningtondon't create dangling pointers to the appearance attrib...
2000-11-30 Tor LillqvistChanges by Hans Breuer:
2000-11-20 Havoc PenningtonSemi-finish widget embedding. Need guffaw scrolling...
2000-11-16 Owen TaylorDon't move back one char when we are actually at the...
2000-11-16 Owen Taylorremove unecessary rules for win32-specific config-subst...
2000-11-15 Owen Taylored Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat...
2000-11-15 Havoc PenningtonIf indent is negative, don't move the first line out...
2000-11-15 Havoc Penningtonuse PANGO_PIXELS() to convert to pixels
2000-11-15 Owen TaylorFix reversed > that was causing Home to go to end of...
2000-11-15 Havoc PenningtonDraw underlines one pixel higher.
2000-11-14 Havoc Penningtonfix bug where GC didn't always get updated properly
2000-11-13 Havoc PenningtonFree the filename of the module file.
2000-11-13 Owen TaylorFix warning when moving between paragraphs.
2000-11-12 Owen TaylorMake parent_class static.
2000-11-07 Havoc PenningtonHalf-ass somewhat fix this function, so that scrolling...
2000-11-07 Havoc Penningtonrename to gtk_text_mark_get_visible
2000-11-03 Havoc PenningtonGet widgets working on the btree/buffer side. Display...
2000-10-30 Havoc PenningtonMassive reindentation and reformatting. Arg alignment...
2000-10-26 Havoc Penningtonadd new marshallers used by the text widget
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-24 Havoc Penningtonmake it a static function
2000-10-04 Havoc Penningtonclean up trailing whitespace, add extensive tests for...
2000-10-02 Havoc Penningtontext_window_* weren't static and should have been....
2000-09-30 Havoc Penningtonfix indentation
2000-09-25 Havoc PenningtonDraw the focus, and leave space to do so.
2000-09-14 Owen TaylorRemove g_convert (moved to glib) and now useless utf_to...
2000-09-08 Jonathan Blandfordgtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag...
2000-09-08 Owen TaylorFix up visibility so that focus, cursor_visible and...
2000-08-31 Havoc PenningtonRename GtkTextStyleValues to GtkTextAttributes
2000-07-25 Havoc Penningtonupdate to reflect text widget changes.
2000-07-21 Owen TaylorUse new PangoAttrShape to reserve space for pixmaps...
2000-07-14 Owen Tayloruse FALSE for size_only most of the time when calling
2000-06-21 Havoc PenningtonUse gtk_get_default_language
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-02 Havoc PenningtonTest program to make sure GtkTextBuffer is in working...
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...