]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
Turn off DEBUG_VALIDATION_AND_SCROLLING that got turned on in an
[~andy/gtk] / gtk / gtktextview.c
2002-12-12 Owen TaylorTurn off DEBUG_VALIDATION_AND_SCROLLING that got turned...
2002-12-10 Matthias Clasen Data constness fixes. (#75754)
2002-11-08 Matthias ClasenPut into #ifdef DO_BLINK to avoid an unused static...
2002-10-10 Manish SinghDeprecation cleanup
2002-09-23 Owen TaylorMake gtk_menu_shell_select_first() public. (#70374)
2002-09-09 Shivram UIf the end iter is also a part of the selection, then...
2002-08-14 Padraig O'BriainMove focus to children, if they exist, after GtkTextVie...
2002-07-25 Havoc PenningtonApply patch from Gustavo Giraldez for bug #78513
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-07 Matthias ClasenNew function, split off from gtk_tree_view_column_clear...
2002-06-06 Owen TaylorDon't redraw when the area is completely above the...
2002-04-30 Havoc Penningtonuse gtk_text_layout_invalidate_cache instead of cut...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-23 Matthias ClasenImprove docs. (#62359)
2002-03-23 Havoc Penningtonend any selection in progress, patch from db@zigo.dhs...
2002-03-23 Havoc Penningtonextend selection for pageup/pagedown and ctrl+pageup...
2002-03-23 Havoc Penningtondisconnect layout handlers earlier in the function...
2002-03-23 Havoc Penningtonadd more explanatory text to the error message about...
2002-03-22 Owen Taylorri Mar 22 10:12:10 2002 Owen Taylor <otaylor@redhat...
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2002-03-05 Havoc Penningtondon't assign yoffset here, just let it get updated...
2002-03-03 Owen TaylorCentralize lookup and caching of cursor GC's here.
2002-03-01 Owen TaylorDon't delete forward across line boundaries when in...
2002-03-01 Havoc Penningtonfree the tab array for custom tabs, reported by Paolo...
2002-02-25 Havoc Penningtonadd dx/dy to child allocation, don't subtract them...
2002-02-25 Havoc Penningtonparent_class variable was GtkObjectClass instead of...
2002-02-24 Owen TaylorTake border width into account.
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...
next