summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtksignal.[ch] gtk/gtkclist.c gtk/gtklist.c gtk/gtkmain.cMichael Natterer2008-09-221-6/+6
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.cSven Neumann2008-08-081-1/+1
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-3/+3
* Cast pointer to gintptr instead of gulong to avoid warning on Win64.Tor Lillqvist2008-08-041-2/+2
* gtk/gtkclist.c gtk/gtkctree.c gtk/gtkpixmap.c get rid of using deprecatedMichael Natterer2008-08-041-60/+60
* Fix make check:Michael Natterer2008-07-041-5/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-1/+1
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-171-3/+9
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
* gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.cMichael Natterer2008-02-271-70/+19
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+2
* Fix some compiler warnings. (#433642, Kjartan Maraas)Matthias Clasen2007-04-301-3/+3
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-6/+3
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-2/+2
* Avoid relocations.Matthias Clasen2006-04-031-70/+61
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-051-23/+5
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-9/+3
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-0/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-4/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+6
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* 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
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-12/+12
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-8/+8
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-5/+5
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+1
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-0/+2
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-6/+9
* Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font()Owen Taylor2002-06-201-6/+4
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-1/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-15/+32
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-30/+0
* General property notification cleanup.Matthias Clasen2002-01-281-0/+2
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-3/+3
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* handle -1 argument in order to remove a workaround in Nautilus that forcedHavoc Pennington2001-11-021-0/+3
* move insert_text and delete_text virtual functions to do_insert_text andKristian Rietveld2001-10-031-8/+24
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-6/+9
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-30/+0
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+10