summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontext.c
Commit message (Expand)AuthorAgeFilesLines
* GtkIMContext: Add purpose and hintsMatthias Clasen2012-08-201-1/+93
* Fix doc commentMatthias Clasen2012-05-251-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: clean up the private horrorMichael Natterer2011-10-221-1/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-12/+12
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Fix typo in GtkIMContextClass doc.Daiki Ueno2010-08-291-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-081-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* documentation description: Mention the various properties and theMurray Cumming2009-01-151-0/+12
* Bug 563994 – Input method module interface not documentedDaniel Elstner2008-12-111-4/+176
* gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.cSven Neumann2008-08-111-6/+7
* 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
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-3/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Reinstate abstract typesMatthias Clasen2006-05-071-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-31/+1
* Clarify docs. (#324996)Matthias Clasen2005-12-271-4/+4
* Intern some more strings.Matthias Clasen2005-09-011-9/+10
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* 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/+3
* cursor_pos is in characters, not bytes. (#153332, Owen Taylor)Matthias Clasen2004-09-261-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Documentation fix. (#131335, Theppitak Karoonboonyanan)Matthias Clasen2004-01-141-3/+3
* Fix docs. (#109510, Noah Levitt)Matthias Clasen2003-03-311-1/+1
* Deprecation cleanupManish Singh2002-10-101-21/+16
* docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,Soeren Sandmann2002-10-051-1/+1
* Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, VitalySoeren Sandmann2002-09-281-1/+2
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-3/+3
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-35/+41
* Unset gtk-im-surrounding-info object data again. (Fix from Yao Zhang,Owen Taylor2002-07-291-1/+4
* gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.cVitaly Tishkov2002-01-101-2/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-6/+7
* Add: - A ::retrieve_surrounding signal that asks the widget for contextOwen Taylor2001-11-011-6/+229
* Make GtkIMContext derive from GObject, not GtkObject. (#62621)Owen Taylor2001-10-191-11/+14
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-8/+0
* Add a virtual function to set whether the IM context should use theOwen Taylor2001-03-261-0/+23
* fix up some docsHavoc Pennington2001-03-231-2/+3
* rename set_cursor_pos to set_cursor_location in GtkInputContext classHideToshi Tajima2001-03-161-5/+5
* add set_cursor_pos() virtual methodHideToshi Tajima2001-03-141-0/+21
* marshaller fixes.Tim Janik2001-03-071-1/+1
* Adopt to new prototypes for unicode,locale,filename conversion functions.Owen Taylor2001-01-051-1/+1
* doh, this was broken beyond believe.Tim Janik2000-12-131-5/+3
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-0/+1
* Fix srcdir != builddirOwen Taylor2000-11-141-6/+8