summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add: - A ::retrieve_surrounding signal that asks the widget for contextOwen Taylor2001-11-011-5/+41
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-2/+2
* Use an image menu item here (popup_targets_received): CallAnders Carlsson2001-10-231-5/+7
* Add cursor-position, selection-bound properties. (#62148, reported byOwen Taylor2001-10-221-13/+29
* Fixing popup menus to have "Paste" sensitized correctly. Original patchesOwen Taylor2001-10-221-50/+94
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-1/+1
* since GtkIMContext derives directly from GObject now, we have to use theManish Singh2001-10-201-5/+5
* impl 'text' (gtk_entry_class_init): add the 'text' prop.Michael Meeks2001-10-181-3/+19
* Fix mistake in truncating length of text to MAX_SIZE. (Found by PadraigOwen Taylor2001-10-171-1/+1
* move insert_text and delete_text virtual functions to do_insert_text andKristian Rietveld2001-10-031-49/+19
* Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_listOwen Taylor2001-10-031-22/+68
* Fix problem where menmonic wasn't removed properly when setting a labelOwen Taylor2001-09-261-1/+5
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-6/+18
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-5/+75
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-10/+35
* centralize all the editing codeJonathan Blandford2001-09-181-4/+23
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-12/+11
* Fix typo that sometimes caused selection not to work properly.Owen Taylor2001-07-191-28/+124
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-20/+0
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-181-2/+14
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-2/+2
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-1/+1
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-031-4/+8
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-4/+4
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-3/+3
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+10
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-4/+3
* Use new pango_context_get_metrics() to fix problems with font lists inOwen Taylor2001-06-261-9/+4
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+53
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-6/+6
* add read-only "scroll_offset" property for notification when the layoutHavoc Pennington2001-06-091-31/+142
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-11/+79
* implement overwrite modeHavoc Pennington2001-06-011-2/+8
* Validate value from GDK settings against parameter spec.Owen Taylor2001-05-301-68/+211
* Make logical motion and deletion by graphemes, not by characters.Owen Taylor2001-05-171-10/+55
* Reduce new_text_length appropriately when we run into the size limit forOwen Taylor2001-05-031-2/+3
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-6/+45
* fix warningHavoc Pennington2001-04-281-53/+2
* Fix optimization that was correct for the use here, but completelyOwen Taylor2001-04-261-1/+1
* Close bug #50615:Havoc Pennington2001-04-181-6/+6
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-1/+1
* Avoid chaining up to parent impl, since we have a INPUT_ONLY window.Owen Taylor2001-04-021-4/+42
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-3/+5
* Add boxed type for GtkRequistion. Use it for ::size-request.Owen Taylor2001-04-021-8/+5
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-3/+3
* Add missing NULL on valist.Owen Taylor2001-03-291-25/+97
* make this somewhat key-navigableHavoc Pennington2001-03-241-1/+1
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-0/+12
* rename set_cursor_pos to set_cursor_location in GtkInputContext classHideToshi Tajima2001-03-161-3/+3
* add set_cursor_pos() virtual methodHideToshi Tajima2001-03-141-0/+31