summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.h
Commit message (Expand)AuthorAgeFilesLines
* Add gtk_entry_[gs]et_cursor_hadjustment() to allow automatic scrolling inMatthias Clasen2007-05-191-0/+5
* Export privately. Adjust all callers.Matthias Clasen2006-08-151-6/+0
* applied refactored patch from maemo-gtk that replaces the INNER_BORDERMichael Natterer2006-03-101-0/+3
* Shrink the private structs of these a bit.Matthias Clasen2006-01-081-18/+13
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+2
* Share the three copies of get_borders() under the nameMatthias Clasen2004-10-081-0/+6
* removed redundant gtk_entry_get_layout() decl.Tim Janik2004-10-051-2/+0
* Add gtk_entry_layout_index_to_text_index() and its inverse. The haveMatthias Clasen2004-08-091-1/+9
* Add a new binding signal ::backspace, bind it to the backspace key, andMatthias Clasen2004-08-021-1/+1
* Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextViewOwen Taylor2004-03-011-0/+1
* Add gtk_entry_set_alignment() to allow right-aligned entries and aOwen Taylor2004-03-011-0/+3
* Landing GtkTreeModelFilter and the completion code. (Test program andKristian Rietveld2003-07-111-0/+5
* Fix for bug #78499:Matthias Clasen2003-03-291-0/+2
* Deprecation cleanupManish Singh2002-10-091-6/+6
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-2/+0
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* add mouse_cursor_obscured.Anders Carlsson2002-01-271-0/+2
* Return the currently selected column when we get the column, #64380Jonathan Blandford2001-11-141-0/+1
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-2/+2
* move insert_text and delete_text virtual functions to do_insert_text andKristian Rietveld2001-10-031-11/+0
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-1/+3
* Fix typo that sometimes caused selection not to work properly.Owen Taylor2001-07-191-0/+2
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+3
* Handle the case without XKB properly.Owen Taylor2001-06-211-0/+3
* add read-only "scroll_offset" property for notification when the layoutHavoc Pennington2001-06-091-0/+5
* Validate value from GDK settings against parameter spec.Owen Taylor2001-05-301-1/+3
* Avoid chaining up to parent impl, since we have a INPUT_ONLY window.Owen Taylor2001-04-021-0/+2
* Add missing NULL on valist.Owen Taylor2001-03-291-0/+5
* remove trailer (gtk_entry_set_property): remove trailerHavoc Pennington2001-03-071-0/+6
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-021-0/+5
* unbreak this functionHavoc Pennington2001-02-211-2/+2
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-3/+3
* adapt to handle PangoColorHavoc Pennington2001-01-261-0/+5
* Remove unused variable.Owen Taylor2001-01-171-0/+6
* Add an "invisible_char" argument to set the char displayed when visibilityHavoc Pennington2000-11-131-1/+5
* Fix warning when moving between paragraphs.Owen Taylor2000-11-131-14/+14
* Make parent_class static.Owen Taylor2000-11-121-20/+69
* 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
* Fix some problems with vertical alignment.Owen Taylor2000-07-221-0/+1
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-19/+14
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+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-1/+1
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-4/+0
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-12/+14
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-3/+4
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* Add names to prototype for gdk_image_new_bitmap.Owen Taylor1998-09-201-0/+2
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-25/+29