]> Pileus Git - ~andy/gtk/history - gtk/gtkentry.c
Fix some typos. Closes bug #475400.
[~andy/gtk] / gtk / gtkentry.c
2007-09-10 Kjartan MaraasFix some typos. Closes bug #475400.
2007-09-08 Matthias ClasenApply a number of patches by Xan Lopez to improve the...
2007-07-31 Xan Lopezreset the completion prefix on Enter too, plug potentia...
2007-07-19 Matthias ClasenHandle keypresses better when there is no completion...
2007-07-16 Matthias ClasenFix some issues with some combinations of inline-select...
2007-06-12 Yevgen MuntyanImplement block-cursor for overwrite mode. (#80378)
2007-06-11 Matthias ClasenStore cursor_hadjustment as object data
2007-06-11 Matthias ClasenDon't leak cursor_hadjustment
2007-05-27 Matthias ClasenMove docs inline
2007-05-26 Matthias ClasenRequire gtk-doc 1.6, for signal and property links.
2007-05-19 Matthias ClasenAdd gtk_entry_[gs]et_cursor_hadjustment() to allow...
2007-04-28 Matthias ClasenSame fix for gtk_entry_real_insert_text
2007-04-28 Matthias ClasenOnly call g_object_get() when necessary. (#373137,...
2007-04-28 Xan LopezRember the user input that triggered the completion...
2007-04-27 Xan LopezSupport inline-selection in entries (#318459)
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-03-08 Mathias HasselmannAdd shadow-type style property, set shadow-type propert...
2007-02-07 Tim Janikfixed motion request condition which was wrongly ported...
2007-02-06 Tim Janikcall gdk_event_request_motions() for new motion events...
2007-01-18 Michael Natterergtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk...
2007-01-12 Michael Nattererdon't add entry->scroll_offset to entry->drag_start_y...
2007-01-03 Matthias ClasenWork when the entry is not realized. (#392315, Yevgen...
2007-01-02 Matthias ClasenCenter in the frame. (#304482, Rob Staudinger, patch...
2006-12-31 Matthias ClasenDon't install cursors on insensitive widgets. (#358864...
2006-12-29 Matthias ClasenDon't die in an assertion if focus went missing. Just...
2006-12-24 Behdad EsfahbodUse gtk_border_free when freeing border.
2006-12-24 Matthias ClasenWhen shift-clicking, keep the larger part of the select...
2006-12-24 Behdad EsfahbodBug 340141 – Update to Pango 1.16 API
2006-12-24 Matthias ClasenEmit changed and notify:text only once. The same fix...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-07 Paolo MaggiFixes bug #383407
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-10-04 Matthias ClasenFix interaction of GtkEntryCompletion with input method...
2006-09-01 Matthias ClasenDon't unnecessarily reset the im context when deleting...
2006-09-01 Matthias ClasenStop cursor blinking after a configurable timeout....
2006-08-16 Matthias ClasenPopup completion if paste is at the end (patch was...
2006-08-15 Matthias ClasenExport privately. Adjust all callers.
2006-08-14 Matthias ClasenDon't leak in the non-editable case. (#350258, Colin...
2006-08-06 Matthias ClasenExport gtk_entry_reset_im_context privately.
2006-06-29 Matthias ClasenDocumentation additions and fixes.
2006-06-08 Matthias Clasenmake it compile
2006-06-08 Matthias ClasenAdjust Delete insensitivity
2006-05-18 Matthias ClasenMake drops end up at the right spot. (#342072, Yevgen...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-27 Matthias ClasenImprove positioning of the menu when popped up by keyna...
2006-04-17 Matthias ClasenFix typos in property blurbs. (#338772, Clytie Siddall)
2006-03-22 Michael Nattererrenamed last-char-timeout to password-hint-timeout...
2006-03-22 Michael Nattererapplied modified patch from maemo-gtk which allows...
2006-03-10 Michael Nattererapplied refactored patch from maemo-gtk that replaces...
2006-03-08 Michael Natterermake sure that the text_area_width is always >= 0....
2006-01-15 Matthias ClasenRemove an unused variable.
2006-01-08 Matthias ClasenShrink the private structs of these a bit.
2006-01-03 Matthias ClasenWhen deleting words, delete preceding whitespace as...
2005-12-31 Matthias ClasenConnect to notify instead of multiple detailed signals.
2005-12-19 Michael Nattererimplement boolean property "truncate-multiline" which...
2005-11-23 Matthias ClasenInclude gtkimcontextsimple.h (#322235, Kazuki IWAMOTO)
2005-11-18 Matthias ClasenTurn off input methods in invisible entries, since...
2005-10-24 Matthias ClasenAdd settings to hide the input method and Unicode contr...
2005-09-20 Johan DahlinMention NULL in documentation.
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-13 Matthias ClasenLet GDK_Return pass through in some more cases.
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-02 Matthias ClasenDisconnect idle handlers on destroy to avoid problems...
2005-09-02 Matthias ClasenAdd bindings for Ctrl-Shift-A to unselect all. (#309301...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-30 Matthias ClasenAdd key bindings to make C-/ select all and C-\ unselec...
2005-08-30 Matthias ClasenFix some unused code. (#313946, Christian Persch)
2005-08-29 Matthias ClasenMore typo fixes
2005-08-29 Matthias ClasenConstruct the "Select All" menuitem from stock.
2005-08-21 Matthias ClasenClarify that the returned layout must not be modified.
2005-07-19 Kristian Rietvelddon't iterate past the end of the string, so pango_layo...
2005-07-15 Matthias ClasenDon't treat whitespace as words for keynav, pointed...
2005-07-11 Matthias ClasenWhen dragging text, use a drag icon showing the (ellips...
2005-05-26 Matthias ClasenAdd a property to suppress the popup for single matches...
2005-05-16 Matthias ClasenDon't blink the cursor if the entry is not editable...
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-15 Matthias ClasenDocument that inline completion requires text-column...
2005-03-09 Matthias Clasenx
2005-02-04 Matthias ClasenAvoid spurious selection of RTL direction if the widget...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2005-01-26 Matthias ClasenDon't allow -1 as minimum-key-length. (gtk_entry_comple...
2005-01-16 Matthias ClasenPrefer LTR over RTL if the keymap is neutral.
2004-10-26 Anders CarlssonReally handle a NULL model, fixes #137211 for real.
2004-10-22 Matthias ClasenDocument how to use info with text/image targets.
2004-10-21 Owen Taylor#155952
2004-10-08 Matthias ClasenShare the three copies of get_borders() under the name
2004-09-18 Marco Pesenti GrittiMake numeric pad enter activate the selected completion...
2004-09-05 Matthias ClasenDon't refuse to delete text in passwords. (#151723...
2004-08-30 Matthias ClasenChanges to make sure input methods respect the editabil...
2004-08-14 Soeren SandmannNew function.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-02 Morten WelinderC99ism.
2004-08-02 Matthias ClasenAdd a new binding signal ::backspace, bind it to the...
2004-08-02 Matthias ClasenDocument the xalign property and its getter and setter...
next