summaryrefslogtreecommitdiff
path: root/gtk/gtkoldeditable.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of the deprecated aliases NONE and BOOL.Michael Natterer2008-08-131-13/+13
* gtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.cSven Neumann2008-08-111-13/+13
* gtk/gtkclist.c gtk/gtklist.c gtk/gtkoldeditable.c gtk/gtkpixmap.cMichael Natterer2008-08-041-2/+2
* Plug a small memory leakMatthias Clasen2008-07-151-0/+13
* Fix make check:Michael Natterer2008-07-041-3/+2
* 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
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-171-0/+2
* fix signedness warning.Michael Natterer2008-01-141-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Reinstate abstract typesMatthias Clasen2006-05-071-3/+3
* Boilerplate reductionMatthias Clasen2006-05-021-43/+4
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-3/+3
* Intern some more strings.Matthias Clasen2005-09-011-14/+15
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-2/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-1/+1
* 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
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+2
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-1/+1
* Deprecation cleanupManish Singh2002-10-101-2/+2
* Privatize gtk_selection_request, gtk_selection_incr_eventOwen Taylor2002-09-231-1/+1
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-9/+12
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-6/+17
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* Documentation additions.Matthias Clasen2002-01-141-0/+15
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-13/+14
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-1/+1
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-2/+2
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-2/+2
* move insert_text and delete_text virtual functions to do_insert_text andKristian Rietveld2001-10-031-46/+10
* gdk_device_get_history moved to gdk/gdkinput.c like the other backendsHans Breuer2001-07-201-2/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-2/+0
* Remove old XIM code.Owen Taylor2001-03-091-4/+0
* marshaller fixes.Tim Janik2001-03-071-1/+1
* doh, this was broken beyond believe.Tim Janik2000-12-131-34/+32
* Make parent_class static.Owen Taylor2000-11-121-0/+859