summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.h
Commit message (Expand)AuthorAgeFilesLines
* Bug 85292 – add an icon to gtkentryCody Russell2008-12-191-17/+78
* Bug 546285 – Allow GtkEntry to draw progressMichael Natterer2008-12-051-0/+12
* gtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimcontext.hMichael Natterer2008-10-301-1/+0
* no need to include <gdk/gdk.h> in any widget header, it's included viaMichael Natterer2008-10-301-1/+1
* Bug 83935 – GtkEntry's default invisible char should be U+25CFCarlos Garnacho2008-09-191-0/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-17/+17
* gtkentry.h: include bit-size of fields inside GSEAL parens.Tim Janik2008-06-201-17/+17
* Seal GtkEntryTim Janik2008-06-201-51/+56
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-7/+7
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Reorder strange window hierarchy of the GtkSpinButton (#466000).Jan Arne Petersen2008-05-251-1/+7
* 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