]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
Replace a lot of idle and timeout calls by the new gdk_threads api.
[~andy/gtk] / gtk / gtktextview.c
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-12-20 Matthias ClasenSilently return if a drag is already in progress, rathe...
2006-12-03 Michael Nattererremove FIXME #include that is no longer needed.
2006-11-27 Tim Janikapplied patch by Colin Leroy for Control+GDK_KP_Left...
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-09-01 Matthias ClasenStop cursor blinking after a configurable timeout....
2006-08-21 Paolo Borellido not scroll on copy. Bug #329604.
2006-08-06 Matthias ClasenCreate new PangoContexts and set them on the layout...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-26 Michael Nattererrevert "keep cursor visible when size changes" since...
2006-06-22 Michael Nattererkeep the cursor visible when the size changes. Fixes...
2006-05-29 Michael Nattererapplied patch from Chris Wilson which replaces a useles...
2006-05-14 Matthias ClasenMore of the same
2006-05-14 Matthias ClasenMove an assert to the right place. (#341661, Pascal...
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-12 Matthias ClasenRemove some unused variables.
2006-04-06 Matthias ClasenLower the window, to prevent late-constructed text...
2006-03-28 Matthias ClasenFix drag-selection after double-click. (#323862, Benjam...
2006-03-28 Matthias ClasenMove the call to gtk_text_view_end_selection_drag(...
2006-03-24 Matthias ClasenDon't call gdk_window_invalidate_rect() on unrealized...
2006-03-22 Michael Natterercount down from G_MAXUINT to avoid clashes with applica...
2006-03-07 Michael NattererAdd infrastructure for copy/paste and DND of rich text...
2006-03-07 Matthias ClasenTake cursor width into account when calculating the...
2006-01-21 Matthias ClasenDon't crash if layout is NULL. (#327934, Christian...
2006-01-12 Matthias ClasenReset the virtual cursor position. (#326003, Evert...
2005-12-12 Matthias ClasenDon't fall thru to the wrong window types. (#323843)
2005-12-07 Matthias ClasenOnly scroll if we have focus. (#316310, Paolo Borelli)
2005-12-06 Matthias ClasenDon't commit from reset, it upstets GtkTextView.
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-02 Matthias ClasenRemove some g_return_if_fail() from static functions...
2005-10-24 Matthias ClasenAdd settings to hide the input method and Unicode contr...
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)
next