summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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