summaryrefslogtreecommitdiff
path: root/gtk/gtkeditable.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+2
* docs: don't escape entities in example codeWilliam Jon McCann2014-01-291-5/+5
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* Fix GI warningsJasper St. Pierre2013-10-091-9/+3
* Fix a typo in the the commentsWilliam Jon McCann2012-08-261-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk/gtkeditable: Some docs fixesJavier Jardón2011-11-281-2/+2
* gtkeditable.c: Remove unused variable in example codeAlexander Saprykin2011-05-311-1/+0
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+4
* [introspection] mark invokers for gtkeditable vfuncsJohn (J5) Palmieri2010-11-131-0/+4
* [introspection] annotate delete_text invoker to match do_delete_text v-methodJohn (J5) Palmieri2010-10-301-0/+2
* gtkeditable: move documentation to inline commentsChristian Dywan2010-09-241-0/+44
* Change GtkEditable typedef from GtkEditableClass to GtkEditabeInterfaceJavier Jardón2010-09-171-11/+11
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Fix typos in 2 gobject-introspection annotations.Murray Cumming2010-05-111-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-7/+7
* Doc additions.Matthias Clasen2008-12-291-0/+13
* Merge docs inlineMatthias Clasen2008-12-281-39/+91
* Documentation fixesMatthias Clasen2008-12-281-14/+14
* Bug 559404 – gtk_editable_insert_text counts length in bytesChristian Dywan2008-11-051-2/+2
* Bug 551325 - Reference to wrong parameter in gtk_editable_insert_textCosimo Cecchi2008-09-081-1/+1
* 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
* Document and use - instead of _ in signal names.Johan Dahlin2008-06-201-6/+122
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-4/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* 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 NULL/FALSE confusion (#107648, Morten Welinder)Matthias Clasen2003-03-061-1/+1
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-2/+2
* Deprecation cleanupManish Singh2002-10-091-18/+18
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+4
* move insert_text and delete_text virtual functions to do_insert_text andKristian Rietveld2001-10-031-3/+45
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-3/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+21
* Make parent_class static.Owen Taylor2000-11-121-829/+40
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-16/+16
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-29/+3
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-22/+22
* Adapt cast macros to standard.Raja R Harinath1999-11-221-1/+9
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-3/+0
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1