summaryrefslogtreecommitdiff
path: root/gtk/gtkeditable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Moved entry->visible into editable class. (Leave it behind deprecated forOwen Taylor1999-02-101-6/+39
* Add flags field to GtkTargetEntry table.Owen Taylor1999-01-231-3/+3
* free the event that was returned to us by gtk_get_current_eventGeorge Lebl1999-01-061-8/+10
* Check for features.h.Jeff Garzik1999-01-011-1/+1
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-25/+33
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-3/+3
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-47/+40
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-7/+8
* Removed has_cursor, set the cursor beginning of Text when creating theOwen Taylor1998-08-111-1/+0
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-90/+16
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-18/+148
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-39/+258
* Revert, as per Owen's requestElliot Lee1998-05-251-94/+5
* Make GtkEditable use signals instead of calling klass->... for stuff. Could s...Elliot Lee1998-05-241-5/+94
* Added style_set handler.Owen Taylor1998-05-221-2/+98
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Picky --enable-ansi cleanups.Owen Taylor1998-04-101-1/+1
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-2/+3
* Merging release_1_0 changes into the main tree.Owen Taylor1998-03-101-2/+3
* commiting changes from owen:Owen Taylor1998-03-101-134/+31
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-7/+7
* Change has_selection to always be set in claim_selection()Owen Taylor1998-03-081-0/+2
* Disallow pasting into non-editable widgets.Owen Taylor1998-03-071-4/+11
* gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch]Owen Taylor1998-03-011-6/+6