summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Make drops end up at the right spot. (#342072, Yevgen Muntyan)Matthias Clasen2006-05-181-0/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-60/+13
* Improve positioning of the menu when popped up by keynav. (#334987,Matthias Clasen2006-04-271-14/+27
* Fix typos in property blurbs. (#338772, Clytie Siddall)Matthias Clasen2006-04-171-1/+1
* renamed last-char-timeout to password-hint-timeout and store all its dataMichael Natterer2006-03-221-46/+72
* applied modified patch from maemo-gtk which allows the most recentlyMichael Natterer2006-03-221-8/+108
* applied refactored patch from maemo-gtk that replaces the INNER_BORDERMichael Natterer2006-03-101-30/+156
* make sure that the text_area_width is always >= 0. Fixes bug #316712 (DanMichael Natterer2006-03-081-0/+2
* Remove an unused variable.Matthias Clasen2006-01-151-1/+0
* Shrink the private structs of these a bit.Matthias Clasen2006-01-081-8/+5
* When deleting words, delete preceding whitespace as well. (#325358, AkkanaMatthias Clasen2006-01-031-6/+6
* Connect to notify instead of multiple detailed signals.Matthias Clasen2005-12-311-11/+15
* implement boolean property "truncate-multiline" which, when enabled,Michael Natterer2005-12-191-6/+54
* Include gtkimcontextsimple.h (#322235, Kazuki IWAMOTO)Matthias Clasen2005-11-231-0/+1
* Turn off input methods in invisible entries, since they are confusing.Matthias Clasen2005-11-181-4/+35
* Add settings to hide the input method and Unicode control characterMatthias Clasen2005-10-241-24/+40
* Mention NULL in documentation.Johan Dahlin2005-09-201-2/+3
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-7/+0
* Let GDK_Return pass through in some more cases.Matthias Clasen2005-09-131-3/+7
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-1/+1
* Disconnect idle handlers on destroy to avoid problems when they are calledMatthias Clasen2005-09-021-0/+12
* Add bindings for Ctrl-Shift-A to unselect all. (#309301, Kathy Fernandes)Matthias Clasen2005-09-021-0/+5
* Intern some more strings.Matthias Clasen2005-09-011-14/+14
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Add key bindings to make C-/ select all and C-\ unselect all. (#309301,Matthias Clasen2005-08-301-4/+21
* Fix some unused code. (#313946, Christian Persch)Matthias Clasen2005-08-301-1/+1
* More typo fixesMatthias Clasen2005-08-291-1/+1
* Construct the "Select All" menuitem from stock.Matthias Clasen2005-08-291-1/+1
* Clarify that the returned layout must not be modified.Matthias Clasen2005-08-211-2/+2
* don't iterate past the end of the string, so pango_layout_get_cursor_pos()Kristian Rietveld2005-07-191-2/+2
* Don't treat whitespace as words for keynav, pointed out by Owen Taylor.Matthias Clasen2005-07-151-37/+45
* When dragging text, use a drag icon showing the (ellipsized) text that isMatthias Clasen2005-07-111-19/+63
* Add a property to suppress the popup for single matches. (#154711)Matthias Clasen2005-05-261-1/+3
* Don't blink the cursor if the entry is not editable. (#304171,NikosMatthias Clasen2005-05-161-0/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-30/+27
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-8/+8
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-13/+14
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Document that inline completion requires text-column to be set.Matthias Clasen2005-03-151-0/+1
* xMatthias Clasen2005-03-091-8/+8
* Avoid spurious selection of RTL direction if the widget does not haveMatthias Clasen2005-02-041-1/+4
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Don't allow -1 as minimum-key-length. (gtk_entry_completion_set_model):Matthias Clasen2005-01-261-1/+2
* Prefer LTR over RTL if the keymap is neutral.Matthias Clasen2005-01-161-3/+3
* Really handle a NULL model, fixes #137211 for real.Anders Carlsson2004-10-261-1/+2
* Document how to use info with text/image targets.Matthias Clasen2004-10-221-1/+1
* #155952Owen Taylor2004-10-211-1/+1
* Share the three copies of get_borders() under the nameMatthias Clasen2004-10-081-6/+6