summaryrefslogtreecommitdiff
path: root/gtk/gtktext.h
Commit message (Expand)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
* text: Add API to compute cursor extentsFlorian Müllner2021-07-071-0/+5
* text: Add some missing setters and gettersMatthias Clasen2020-10-031-0/+21
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* widget: Make gtk_widget_grab_focus() return a booleanBenjamin Otte2019-10-151-1/+1
* text, entry: Implement context menu apiMatthias Clasen2019-06-131-0/+6
* text: Make this a final classMatthias Clasen2019-02-201-78/+0
* text: Remove the ::has-frame propertyMatthias Clasen2019-02-201-6/+0
* Add a GtkText widgetMatthias Clasen2019-02-181-0/+223
* Remove GtkText completelyChristian Dywan2010-05-031-217/+0
* no need to include <gdk/gdk.h> in any widget header, it's included viaMichael Natterer2008-10-301-2/+1
* gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.hMichael Natterer2008-09-231-7/+7
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+2
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-6/+6
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-4/+4
* bracket in #ifdef GTK_ENABLE_BROKEN.Havoc Pennington2001-01-311-0/+4
* Make parent_class static.Owen Taylor2000-11-121-3/+3
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Instead of drawing a background pixmap in with gdk_draw_pixmap(), set itOwen Taylor1999-01-201-0/+1
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-7/+12
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-3/+3
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-2/+2
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-0/+4
* new function to toggle line wrapping like gtk_text_set_word_wrap ()Martin Baulig1998-10-181-0/+2
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* Reference count the fonts used in the text widget.Owen Taylor1998-08-251-2/+3
* Removed has_cursor, set the cursor beginning of Text when creating theOwen Taylor1998-08-111-2/+0
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-6/+9
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Added optional word wrap, controlled by new functionOwen Taylor1998-03-231-0/+3
* commiting changes from owen:Owen Taylor1998-03-101-1/+3
* Disallow pasting into non-editable widgets.Owen Taylor1998-03-071-0/+2
* gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]Owen Taylor1998-03-011-4/+0
* gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]Owen Taylor1998-03-011-27/+7
* Filling in the gaps.Owen Taylor1998-02-271-0/+7
* One more...Owen Taylor1998-02-251-0/+2
* gtkimage.c: Fixes to expose handler from Rob BrowningOwen Taylor1997-12-081-1/+1
* Initial revisionElliot Lee1997-11-241-0/+204