]> Pileus Git - ~andy/gtk/history - gtk/gtkentry.c
Call gtk_entry_set_position_internal() that takes a new "reset_IM"
[~andy/gtk] / gtk / gtkentry.c
2002-12-17 Owen TaylorCall gtk_entry_set_position_internal() that takes a...
2002-12-10 Matthias Clasen Data constness fixes. (#75754)
2002-10-22 Owen TaylorActively monitor the screen of the parent. (#80281)
2002-10-22 Owen TaylorReset the layout, since it holds a reference to the...
2002-10-21 Owen TaylorReturn "" for entry->invisible_char == 0, otherwise...
2002-10-09 Manish SinghDeprecation cleanup
2002-09-23 Owen TaylorMake gtk_menu_shell_select_first() public. (#70374)
2002-09-20 Owen TaylorSet the IM context client window to NULL, not to the...
2002-08-19 Padraig O'BriainUse gtk_entry_set_positions() to update current_pos...
2002-08-10 Soren SandmannMinor documentation fixes
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-07-06 Owen TaylorAdd an extra parameter to _gtk_menu_item_select_first...
2002-06-18 Owen TaylorReplace gdk_cursor_new_for_screen() with gdk_cursor_new...
2002-06-13 Owen TaylorAdd the obsolete CUA cut/copy/paste bindings. (#79078)
2002-06-13 Owen TaylorDon't return a positive status unless there is a text...
2002-06-12 Owen TaylorAdd an informative g_warning() when the entry has lost...
2002-05-15 Owen TaylorSpecial case menu items to pop down on motion. (#75961)
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-22 Anders CarlssonUse gtk_entry_get_public_chars. Fixes #79532.
2002-03-21 Owen TaylorShort-circuit the text to the exact same thing, so...
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2002-03-20 Owen TaylorImprove test to prevent infinite loop. (#74952, Thomas...
2002-03-18 Owen TaylorPatch from Yao Zhang fixing reference count leak.
2002-03-06 Owen TaylorFix various problems when truncating the inserted text...
2002-03-03 Owen TaylorCentralize lookup and caching of cursor GC's here.
2002-03-02 Owen TaylorClamp @max parameter passed in to [0, MAX_SIZE], improv...
2002-02-26 Owen TaylorDon't to focus insensitive widgets. (#68203)
2002-02-26 Owen Tayloruse the cursor position _after_ deleting the text as...
2002-02-25 Havoc Penningtonchange to pass in the cursor direction always, not...
2002-02-23 Owen TaylorPatch from Matthias Clasen to remove some excessive...
2002-02-23 Owen TaylorPatch from Matthias Clasen (#54488)
2002-02-18 Owen TaylorRemove support for the poorly defined text/plain type...
2002-02-14 Owen TaylorPatch from Bill Haneman and Padraig O'Briain to add...
2002-02-09 Owen TaylorFix problem with string-valued parameters (#70012,...
2002-02-09 Owen TaylorAdd a function to delete all bindings add by gtk_bindin...
2002-02-07 Owen TaylorUse layout text (which may be affected by invisible...
2002-02-07 Padraig O'BriainChange popup_menu signal to return gboolean instead...
2002-02-03 Owen TaylorNon-exported _gtk_menu_select_first() function that...
2002-02-02 Owen TaylorAdd a GtkSetting (gtk-entry-select-on-focus) controllin...
2002-02-02 Owen TaylorRemove the "select first item if popped up from keypres...
2002-01-28 Owen TaylorPaint focus before shadow to give theme engines a bit...
2002-01-27 Anders Carlssonadd mouse_cursor_obscured.
2002-01-24 Manish Singhuse a variable that's actually been declared.
2002-01-23 Matthias ClasenRemove excessive g_return_if_fail() calls. (#57615)
2002-01-21 Owen TaylorTrap the case where there is no default widget and...
2001-12-23 Owen Taylor1.3.12, interface, binary age 0.
2001-12-17 Havoc PenningtonAdd Unicode control char menu, based on patch from...
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-11-21 Owen TaylorVersion 1.3.11, interface, binary age 0.
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-14 Jonathan BlandfordReturn the currently selected column when we get the...
2001-11-01 Owen TaylorAdd: - A ::retrieve_surrounding signal that asks the...
2001-10-31 Owen TaylorAdd a "menu" property and notify on it. (#62798, Padrai...
2001-10-23 Anders CarlssonUse an image menu item here (popup_targets_received...
2001-10-22 Owen TaylorAdd cursor-position, selection-bound properties. (...
2001-10-22 Owen TaylorFixing popup menus to have "Paste" sensitized correctly...
2001-10-22 Owen TaylorDeprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)
2001-10-20 Manish Singhsince GtkIMContext derives directly from GObject now...
2001-10-18 Michael Meeksimpl 'text' (gtk_entry_class_init): add the 'text'...
2001-10-17 Owen TaylorFix mistake in truncating length of text to MAX_SIZE...
2001-10-03 Kristian Rietveldmove insert_text and delete_text virtual functions...
2001-10-03 Owen TaylorAllow NUOL for @target_list to mean, use gtk_drag_dest_...
2001-09-26 Owen TaylorFix problem where menmonic wasn't removed properly...
2001-09-25 Owen Taylorue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat...
2001-09-25 Jonathan BlandfordMake a GtkCellEditable (get_widget_window_size): Change...
2001-09-19 Alex LarssonDon't draw with GTK_STATE_ACTIVE.
2001-09-18 Jonathan Blandfordcentralize all the editing code
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-07-19 Owen TaylorFix typo that sometimes caused selection not to work...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-18 Owen TaylorFix idles and timeouts to be properly surrounded by
2001-07-12 Owen TaylorFormatting fixes from multihead brnach. [ mostly foo...
2001-07-05 Owen TaylorCheck GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel ...
2001-07-03 Owen TaylorFor XEMBED embedding add a _XEMBED_INFO property to...
2001-06-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-28 Tim Janikup version to 1.3.7, interface age 0, binary age 0...
2001-06-26 Owen TaylorUse new pango_context_get_metrics() to fix problems...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-14 Owen TaylorAdd missing gdk_rectangle_get_type() prototype.
2001-06-09 Havoc Penningtonadd read-only "scroll_offset" property for notification...
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-06-01 Havoc Penningtonimplement overwrite mode
2001-05-30 Owen TaylorValidate value from GDK settings against parameter...
2001-05-17 Owen TaylorMake logical motion and deletion by graphemes, not...
2001-05-03 Owen TaylorReduce new_text_length appropriately when we run into...
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-28 Havoc Penningtonfix warning
2001-04-26 Owen TaylorFix optimization that was correct for the use here...
2001-04-18 Havoc PenningtonClose bug #50615:
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-04-02 Owen TaylorAvoid chaining up to parent impl, since we have a INPUT...
2001-04-02 Owen TaylorFix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_S...
2001-04-02 Owen TaylorAdd boxed type for GtkRequistion. Use it for ::size...
2001-04-01 Tim Janikgot rid of gtk_widget_popup(), a function that bad...
2001-03-29 Owen TaylorAdd missing NULL on valist.
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
2001-03-16 HideToshi Tajimarename set_cursor_pos to set_cursor_location in GtkInpu...
next