summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-5/+6
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-34/+33
* Merges from gtk-1-2Owen Taylor2000-03-141-3/+23
* Adapt cast macros to standard.Raja R Harinath1999-11-221-5/+24
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* You don't need to check one variable twice (trivial bugfix).Pavel Machek1999-02-231-1/+0
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-3/+0
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-6/+16
* Moved entry->visible into editable class. (Leave it behind deprecated forOwen Taylor1999-02-101-7/+8
* [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]Owen Taylor1999-01-281-0/+5
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-11/+0
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-2/+3
* When redrawing the under-cursor character, don't redraw the terminatingOwen Taylor1999-01-051-6/+8
* Redraw the character under the cursor when removing the cursor.Owen Taylor1998-12-161-3/+17
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-1/+4
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-396/+306
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-3/+3
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-7/+18
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-66/+69
* indent other than GNU indent should be OK now.Owen Taylor1998-09-201-1/+1
* Reference count the fonts used in the text widget.Owen Taylor1998-08-251-8/+8
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-1/+1
* care for the posssibility that someone destroys the entry on theTim Janik1998-07-171-1/+6
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-10/+75
* 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
* new function gtk_container_child_arg_set, similar toTim Janik1998-06-241-8/+28
* Export the gtk_entry_adjust_scroll. Required if you change the cursorMiguel de Icaza1998-06-231-1/+1
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-70/+157
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-151-14/+13
* Added style_set handler.Owen Taylor1998-05-221-25/+74
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-101-0/+6
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Set a flag so instead of clearing the area in advance. That lookedOwen Taylor1998-04-131-1/+1
* Take border in account properly.Owen Taylor1998-04-061-1/+1
* fixed panel allocation and stacking order, fixed the base classTim Janik1998-04-051-3/+4
* More extensive debugging outputOwen Taylor1998-04-031-1/+11
* Add a "style_set" callback, so the font can be changed at run time.Owen Taylor1998-03-311-0/+23
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-271-9/+2
* When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it andOwen Taylor1998-03-261-1/+2
* check for text!=NULL. (gtk_entry_prepend_text): likewise. some else pickyTim Janik1998-03-231-19/+27
* Fixed some problems with !gtk_use_mb introduced in the last change.Owen Taylor1998-03-231-2/+4
* fixes to locale checksOwen Taylor1998-03-221-118/+296
* checked in gtk_entry_set_max_length (it truncates the texts if it'sCET 1998 Paolo Molaro1998-03-181-4/+16
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-50/+101
* Some cleanups of signedness warningsOwen Taylor1998-03-141-6/+2
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-111-7/+0