]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
Various cleanups. (#315360, Kjartan Maraas)
[~andy/gtk] / gtk / gtktextview.c
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-09 Matthias ClasenStop cursor blinking in non-editable regions of a text...
2005-09-02 Matthias ClasenAdd bindings for Ctrl-Shift-A to unselect all. (#309301...
2005-09-02 Matthias ClasenReset im context before committing \n or \t.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-29 Matthias ClasenMore typo fixes
2005-08-29 Matthias ClasenConstruct the "Select All" menuitem from stock.
2005-07-11 Matthias ClasenDon't ever go unconditionally to the buffer ends; that...
2005-07-11 Matthias ClasenWhen dragging text, use a drag icon showing the (ellips...
2005-07-11 Matthias ClasenMake double-clicking between words select whitespace...
2005-06-24 Matthias ClasenMake movement by paragraphs up/down symmetric. (#307055...
2005-06-24 Matthias ClasenDon't jump to the next line if we are at the end of...
2005-06-18 Matthias ClasenTypo fixes
2005-06-13 Matthias ClasenMake invisible text work a bit better (#66194, patch...
2005-06-10 Matthias Clasen2005-06-10 Matthias Clasen <mclasen@redhat.com>
2005-05-25 Michael Nattererblock the text_layout's "changed" handler when changing...
2005-05-18 Anders CarlssonIf the horizontal adjustment changes because of a chang...
2005-05-17 Matthias ClasenDon't blink the cursor if the text view is not editable.
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-05-02 Matthias ClasenPropagate the event to unanchored children in the text...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias Clasenx
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2005-01-16 Matthias ClasenPrefer LTR over RTL if the keymap is neutral.
2005-01-05 Søren SandmannSet the background of the windows to None instead of...
2005-01-04 Søren SandmannBug 162112.
2004-12-08 Matthias ClasenFix #111031, reported by Padraig O'Briain:
2004-11-28 Matthias ClasenReturn a boolean indicating whether we could do the...
2004-10-30 Matthias ClasenRedisplay the new selection.
2004-10-22 Matthias ClasenDocument how to use info with text/image targets.
2004-10-21 Owen Taylor#155952
2004-08-30 Matthias ClasenMake it compile.
2004-08-30 Matthias ClasenChanges to make sure input methods respect the editabil...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-02 Matthias ClasenAdd a new binding signal ::backspace, bind it to the...
2004-08-02 Matthias ClasenAdd the same warning that the blink_cb() in GtkEntry...
2004-07-17 Matthias ClasenSupport text/plain selection target (#55117, Owen Taylor)
2004-07-06 Matthias ClasenImprove positioning of keyboard-activated menus with...
2004-06-22 Matthias ClasenImprove docs for the ::move_cursor signal.
2004-05-18 Matthias ClasenDocument the arguments of the ::move-cursor signal...
2004-04-20 Matthias ClasenDon't scroll to cursor position if we already have...
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...
next