]> Pileus Git - ~andy/gtk/history - gtk/gtktext.c
Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font()
[~andy/gtk] / gtk / gtktext.c
2002-06-20 Owen TaylorGet rid of gtk_style_get_font_for_display(), make gtk_s...
2002-06-18 Owen TaylorReplace gdk_cursor_new_for_screen() with gdk_cursor_new...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-02-23 Owen TaylorPatch from Matthias Clasen (#54488)
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-02 Havoc Penningtonhandle -1 argument in order to remove a workaround...
2001-10-03 Kristian Rietveldmove insert_text and delete_text virtual functions...
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-05-22 Alexander LarssonAdded properties. Based on patch by Lee Mallabone.
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-18 Havoc PenningtonClose bug #50615:
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-24 Havoc Penningtonfix warnings
2001-03-19 Owen TaylorHandle quoting of / with \; properly handle __ in paths...
2001-03-16 Havoc PenningtonApplied patch from Nils Barth (bug # 51041) to replace...
2001-03-15 Havoc PenningtonDelete.
2001-03-09 Owen TaylorRemove old XIM code.
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-07 Tim Janikmarshaller fixes.
2001-03-02 Owen TaylorPatch from ChiDeok Hwang to move call to sync_selection...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2001-01-31 Havoc Penningtonbracket in #ifdef GTK_ENABLE_BROKEN.
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-11-13 Sebastian WilhelmiGCompareFunc -> GEqualFunc where applicable.
2000-11-12 Owen TaylorMake parent_class static.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-02-24 Tim Janikif the widget is not editable, don't silently eat up...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-21 Owen TaylorRevise algorithm for scrolling backwards. This one...
1999-02-16 Owen TaylorUse a ScrolledWindow test how Text widgets work within...
1999-02-16 Owen TaylorWhen setting styles, remove unecessary explicits draws...
1999-01-20 Owen TaylorInstead of drawing a background pixmap in with gdk_draw...
1999-01-17 Owen TaylorFix typo [ gtk-mailund-990116-0: Thomas Mailund Jensen
1999-01-10 Owen TaylorFixed cut and paste bug when comparing text property...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-28 Tim Janikdeprecated gtk_widget_freeze_accelerators and
1998-11-23 Tim Janikminor buglet
1998-11-23 Tim Janikdisconnect hadj & vadj, not 2 * hadj.
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-16 Owen TaylorOptimizations for moving point n places. (gtk-mailund...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-10-18 Martin Baulignew function to toggle line wrapping like gtk_text_set_...
1998-09-15 Owen TaylorDon't request a new size from the WM if we asked for...
1998-08-25 Owen TaylorMake sure the mark we pass to line start is the beginni...
1998-08-25 Owen TaylorReference count the fonts used in the text widget.
1998-08-21 Owen TaylorCheck to see if we've computed our geometry yet, and...
1998-08-18 Tim Janikrestricted the --g*fatal-* arguments to --g-fatal-warni...
1998-08-11 Owen TaylorRemoved has_cursor, set the cursor beginning of Text...
1998-08-04 Owen TaylorUndraw the cursor before (possibly) deleting the cursor...
1998-07-21 Owen TaylorWe free things from the text property MemChunk, so...
1998-07-16 Tim Janiksigndness corrections all ove the place. implementation...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-19 Owen TaylorRemove --g-fatal-warnings flag from argv.
1998-06-15 Owen Taylorgdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile...
1998-06-11 Owen TaylorFixed broken list-removal code.
1998-06-10 Owen TaylorRenamed g_const_pointer => gconstpointer.
1998-06-09 Owen TaylorRemoved g_object_pointer_hash, which was just g_direct_...
1998-05-22 Owen TaylorAdded style_set handler.
1998-05-10 Owen TaylorTry to figure out if this is Digital Unix and we need...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-30 Owen TaylorAllow the user to use the popup list like a menu.
1998-04-14 Owen TaylorDon't read the character past the end of the text.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-11 Owen TaylorRemoved incorrect part of assertion that was causing...
1998-04-11 Owen TaylorFixed a sign problem (typedef gint guint!). Added some...
1998-04-06 Owen TaylorTake border in account properly.
1998-04-04 Owen TaylorTest for need to recompute geometry with GTK_WIDGET_REA...
1998-04-04 Owen TaylorCall recompute_geometry() upon realization, since it...
1998-03-27 Owen TaylorIf the widget is _not_ a descendant of a Window widget...
1998-03-24 Owen Taylor/home/otaylor/commit
1998-03-23 Owen TaylorAdded optional word wrap, controlled by new function
1998-03-18 Owen Taylor( From: James Henstridge <james@daa.com.au> )
1998-03-17 Owen TaylorTry to guess if we can use the mb* functions safely...
1998-03-14 Owen TaylorSome cleanups of signedness warnings
1998-03-11 Tim Janikapplied gtk-bolliet-980310-0.patch.gz which adds more...
1998-03-10 Owen TaylorMerging release_1_0 changes into the main tree.
1998-03-10 Owen Taylorcommiting changes from owen:
1998-03-08 Owen Taylor- Show selection correctly when starting selection...
1998-03-07 Owen TaylorDisallow pasting into non-editable widgets.
1998-03-01 Tim Janik> - parent_class = gtk_type_class (gtk_widget_get_typ...
1998-03-01 Owen Taylorgtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch]
1998-03-01 Owen Taylorgtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]
1998-03-01 Owen Taylorgtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]
1998-02-27 Tim JanikGtkWIdget::style_set initial emission,
1998-02-27 Tim Janikwe make an active server grab now, this way we can...
next