summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make numeric pad enter activate the selected completion entry. Fix bugMarco Pesenti Gritti2004-09-181-1/+2
* Don't refuse to delete text in passwords. (#151723, Owen Taylor)Matthias Clasen2004-09-051-1/+1
* Changes to make sure input methods respect the editability of entries andMatthias Clasen2004-08-301-23/+46
* New function.Soeren Sandmann2004-08-141-22/+76
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-1/+2
* C99ism.Morten Welinder2004-08-021-3/+4
* Add a new binding signal ::backspace, bind it to the backspace key, andMatthias Clasen2004-08-021-6/+80
* Document the xalign property and its getter and setter as 2.4 additions.Matthias Clasen2004-08-021-0/+12
* Use the canonical form of signal names after "notify::". Otherwise, noMatthias Clasen2004-07-311-3/+3
* Improve various translatable messages.Dafydd Harries2004-07-231-1/+1
* Support inline autocompletion in entries (#135953)Matthias Clasen2004-07-191-16/+143
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-171-11/+17
* Make middle-button pasting work as expected inside the entry. (#116789,Matthias Clasen2004-07-111-2/+14
* Make GtkEntry work harder to protect passwords: (#143955, Morten Welinder)Matthias Clasen2004-07-091-5/+71
* Improve positioning of keyboard-activated menus with Xinerama.Matthias Clasen2004-07-061-4/+12
* Let the cursor move to the right end of the entry text, even if it ends inMatthias Clasen2004-07-031-5/+5
* Calculate the length of the entry contents in characters, not in bytes.Matthias Clasen2004-06-041-1/+12
* Pop down the completion window if there are no completions anymore.Matthias Clasen2004-04-211-5/+9
* Typo fix.Matthias Clasen2004-04-121-9/+18
* Block the ::changed handler during the ::match-selected when done byJonathan Blandford2004-03-161-0/+4
* When an action is selected stop the event to be propagated otherwise theMarco Pesenti Gritti2004-03-081-0/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* #109594, reported by Olivier RipollOwen Taylor2004-03-031-1/+4
* Handle dynamically resolved bidi direction when drawing the cursor.Owen Taylor2004-03-011-6/+3
* Implement auto-bidi-direction, based on a patch from Dov Grobgeld.Owen Taylor2004-03-011-23/+66
* Add gtk_entry_set_alignment() to allow right-aligned entries and aOwen Taylor2004-03-011-5/+101
* Fix the Shift-Tab support to go backwards.Matthias Clasen2004-02-291-2/+1
* Make Tab and Shift-Tab work when the completion popup is shown.Matthias Clasen2004-02-291-5/+24
* Fix Page_Up and Page_Down in the completion popup to move page-wise ifMatthias Clasen2004-02-291-5/+34
* Classifiy Page Up/Down as cursor move, but not Home and End.Matthias Clasen2004-02-271-5/+6