]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
Make sure anchored children get size allocated, even if the layout is
[~andy/gtk] / gtk / gtktextview.c
2004-04-20 Matthias ClasenMake sure anchored children get size allocated, even...
2004-03-13 Owen TaylorRevert last change; it causes problems for pastes from...
2004-03-13 Matthias ClasenFix middle button pasting in the TextView (#81880,...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-03 Matthias ClasenAllow to select the last word in the buffer. (#135487...
2004-03-01 Owen TaylorPatch from Dov Grobgeld to implement auto-bidi-directio...
2004-03-01 Matthias ClasenMake DND operations within a buffer move the dragged...
2004-02-29 Owen TaylorFix capitalization to match other style properties.
2004-02-29 Owen TaylorFix a typo in property string.
2004-02-29 Owen TaylorImplement PANGO_UNDERLINE_ERROR (Based on a patch by...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-09-27 Soeren Sandmannrename property tab_moves_focus to accepts_tab. (#12270...
2003-09-21 Soeren SandmannAdd new "tab moves focus" property (#122709)
2003-08-26 Owen TaylorSince we add one to the layout's reported width to...
2003-07-24 Matthias ClasenMake the "Input Methods" insensitive when editing isn...
2003-07-18 Matthias ClasenAdd a new keybinding signal, move_viewport. (gtk_text_v...
2003-07-18 Soeren Sandmannuse gtk_widget_queue_resize_noredraw().
2003-06-09 Matthias ClasenInstall boolean property "overwrite". (gtk_text_view_...
2003-06-05 Owen Taylor#80023, Yao Zhang, TOKUNAGA Hiroyuki
2003-06-05 Owen TaylorNever scroll on focus in (#81893, Patch from Paolo...
2003-06-05 Matthias ClasenFix for #84668, reported by Torbjörn Andersson:
2003-06-05 Matthias ClasenNew keybinding signal for (un)selecting the whole buffe...
2003-03-14 Matthias ClasenAdd a "buffer" property. (#108353)
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-02-20 Matthias ClasenCheck if line_ancestor_parent is NULL. (#102711, Manuel...
2003-02-14 Matthias ClasenRemove bogus casts.
2003-02-11 Matthias ClasenFix for #82734 and #78216:
2003-02-05 Matthias ClasenReplace uses of gtk_timeout_* and gtk_idle_* by their...
2003-01-30 Matthias ClasenReplace PAGE_HORIZONTALLY_HACK_VALUE by GTK_MOVEMENT_HO...
2003-01-21 Matthias ClasenAdjust the vadjustment value after changing its bounds...
2003-01-14 Matthias ClasenSkip invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
2003-01-07 Matthias ClasenBind C-/ and C-\ to "select all" and "unselect all...
2003-01-06 Matthias ClasenAdd a comment that the just_selected_element is unused.
2003-01-04 Matthias ClasenMake C-Down step through the sequence of paragraph...
2002-12-27 Matthias ClasenFix the fix for #75694.
2002-12-27 Matthias ClasenPlace the cursor at drop point. (#72384) (gtk_text_view...
2002-12-25 Matthias ClasenFix highlighting of selection wrt. to empty lines....
2002-12-25 Matthias ClasenForgotten commit, already ChangeLogged.
2002-12-21 Matthias ClasenNew static function to set the background of all windows.
2002-12-21 Havoc Penningtonfix the documentation
2002-12-12 Soeren Sandmannreturn TRUE when button 3 is pressed, fixes #78324.
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...
next