]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
Patch from Matthias Clasen (#54488)
[~andy/gtk] / gtk / gtktextview.c
2002-02-23 Owen TaylorPatch from Matthias Clasen (#54488)
2002-02-22 Havoc Penningtonimplement more cleanly by using text_window->allocation...
2002-02-22 Havoc Penningtoncall gtk_size_group_queue_resize to avoid invalidating...
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-18 Owen TaylorRemove support for the poorly defined text/plain type...
2002-02-18 Owen Taylorgtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c
2002-02-14 Owen TaylorPatch from Bill Haneman and Padraig O'Briain to add...
2002-02-14 Havoc Penningtonvalidate a larger area, proportional to widget size...
2002-02-13 Havoc Penningtonjust go ahead and flush all the first validate stuff...
2002-02-09 Owen TaylorAdd a function to delete all bindings add by gtk_bindin...
2002-02-08 Laszlo Peters/__FUNCTION__/G_GNUC_FUNCTION/ ditto
2002-02-08 Owen TaylorAdd ::move-focus-out signal to handle Control[-Shift...
2002-02-07 Padraig O'BriainChange popup_menu signal to return gboolean instead...
2002-02-06 Havoc Penningtonremove unused variable (gtk_text_view_get_window):...
2002-02-03 Owen TaylorNon-exported _gtk_menu_select_first() function that...
2002-02-02 Owen TaylorRemove the "select first item if popped up from keypres...
2002-01-30 Owen TaylorFix wrong usage of g_value_set/get_object for PROP_TABS...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-27 Anders Carlssonadd mouse_cursor_obscured.
2002-01-18 Havoc Penningtonchange GTK_MOVEMENT_PARAGRAPHS to go to start/end of...
2002-01-17 Havoc Penningtonnew function (which I then decided not to use but I...
2002-01-17 Havoc Penningtonupdate cursor_y_pos with clamped delta rather than...
2002-01-03 Anders CarlssonWhen tab is pressed and the text view isn't editable...
2002-01-02 Havoc Penningtonpropagate exposes to no window children not in the...
2002-01-01 Havoc Penningtonmove README.linux-fb in here
2002-01-01 Havoc Penningtondoc fix
2002-01-01 Havoc PenningtonReplace call to gtk_widget_size_request() that expected...
2001-12-31 Havoc Penningtonextend selection if shift is down, bug #50939
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-12-03 Alex LarssonReturn FALSE from expose handlers.
2001-12-03 Havoc PenningtonHmm, setter functions normally assign the new value...
2001-11-28 Havoc Penningtonput the warning explaining the validation error in...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-14 Havoc Penningtonfix Control-E so it doesn't move to a new line each...
2001-11-14 Havoc Penningtondocs including reference to bugzilla bug about how...
2001-11-13 Havoc Penningtonfix to properly replace selection with Return or Tab
2001-11-13 Havoc Penningtonadd border width to requisition, request non-anchored...
2001-11-09 Hans Breueruse g_strcasecmp(), some poor platforms don't have...
2001-11-06 Havoc Penningtonexpose the child widgets in here (gtk_text_view_realize...
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-30 Havoc PenningtonUpdate the IM spot location here, if text was invalidat...
2001-10-27 Havoc PenningtonCall update_im_spot_location here explicitly
2001-10-27 Hans Breuerto simplify parsing for exported functions: - made...
2001-10-25 Matt Wilsoncall gtk_text_view_destroy_layout after gtk_text_view_s...
2001-10-24 Havoc Penningtondon't create layout if we didn't have one (gtk_text_vie...
2001-10-23 Havoc Penningtononly sensitize Cut if selection contains some editable...
2001-10-23 Havoc Penningtonoops, didn't quite compile.
2001-10-23 Havoc PenningtonCorrectly keep the same text on the top of the screen...
2001-10-23 Anders CarlssonUse an image menu item here (popup_targets_received...
2001-10-23 Havoc Penningtonqueue a resize here; will temporarily slow down the...
2001-10-23 Havoc PenningtonUpdate IM spot location at appropriate times, #50626
2001-10-23 Havoc Penningtonscroll to cursor on grab focus, unless it's caused...
2001-10-22 Havoc Penningtonadd a #error unless you define GTK_TEXT_USE_INTERNAL_UN...
2001-10-22 Havoc Penningtonfix #62365
2001-10-22 Havoc Penningtonfix #62436
2001-10-22 Havoc PenningtonFix #62366
2001-10-22 Owen TaylorFixing popup menus to have "Paste" sensitized correctly...
2001-10-22 Havoc Penningtonrip out "height_lines" and "width_columns" properties...
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-03 Owen TaylorAllow NUOL for @target_list to mean, use gtk_drag_dest_...
2001-09-27 Havoc Penningtonadd demo of passing non-stock label in to gtk_dialog_ne...
2001-09-25 Havoc Penningtonfix for #50317
2001-09-25 Havoc Penningtonuse gtk_text_iter_can_insert
2001-09-25 Owen Taylorue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat...
2001-09-22 Havoc Penningtondon't pass key press to IM context if cursor isn't...
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-09-12 Padraig O'Briaingtk/gtktextview.c Add support for Ctrl+Up/Down arrow...
2001-09-11 Joshua N Pritikinminor fixes
2001-09-07 Havoc Penningtonupdate adjustments after validating destination yrange...
2001-08-31 Owen TaylorInstead of always mirroring the selection to a single...
2001-08-30 Havoc Penningtonput validate idle at resize - 2 just for flexibility
2001-08-30 Havoc Penningtonapply fix to #58420 from Hidetoshi Tajima and Matthias...
2001-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
2001-07-18 Owen TaylorGet the foreground color from 'text', nor 'base'. ...
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-02 James Henstridgesame here for PANGO_TYPE_TAB_ARRAY.
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-24 Owen TaylorRemoved - didn't work and not particularly useful anywa...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-08 Havoc Penningtonadded this function
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-06-04 Havoc Penningtonhandle case where text_view->layout == NULL by assuming...
2001-06-04 Havoc PenningtonHandle case where we need to parse the xsetting as...
2001-06-01 Havoc Penningtonimplement overwrite mode
2001-05-30 Owen TaylorValidate value from GDK settings against parameter...
2001-05-25 Havoc Penningtonget sizes an icon set can render without falling back...
2001-05-22 Alexander LarssonAdded properties. Based on patch by Lee Mallabone.
2001-05-18 Owen TaylorReset style attributes even if the widget isn't realized.
2001-05-07 Havoc Penningtonfix some shell typos
2001-05-03 Owen TaylorPatch from Juan Pablo Mendoza Mendoza to fix things...
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
next