]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
Deprecate widget flag: GTK_WIDGET_VISIBLE
[~andy/gtk] / gtk / gtktextview.c
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Christian DywanImplement "preedit-changed" in GtkEntry and GtkTextView
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-04-04 Matthias ClasenImprove selection/arrow key behaviour in GtkTextView
2010-04-04 Hiroyuki IkezoeUse g_value_dup_string instead.
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-02 Javier Jardón[gtk/gtktextview] Use {} in empty if..else blocks
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-09-04 Kristian RietveldProtect gtk_text_view_scroll_mark_onscreen() from using...
2009-09-04 Kristian RietveldMove mark check to gtk_text_view_scroll_to_mark()
2009-09-04 Kristian RietveldImprove unsetting old buffer in gtk_text_view_set_buffer()
2009-09-04 Kristian RietveldFail to scroll if the given mark is not in text view...
2009-09-04 Kristian RietveldUpdate IM spot location before running _validate_onscreen()
2009-08-17 Paolo BorelliBug 592003 - Shift+click should always modify selection
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-07 Matthias ClasenAvoid warnings when unrealizing a text view
2009-03-02 Matthias ClasenIf additional areas got invalidated, don't try to add...
2009-02-27 Michael NattererBug 573383 – Setting a textview's buffer to NULL doesn...
2009-01-31 Matthias ClasenBe more careful with the beeps
2009-01-25 Matthias Clasen Revert changes for bug 567124. Instead of tryin...
2009-01-23 Matthias ClasenDon't set up im stuff if the widget is not realized.
2009-01-20 Matthias ClasenReplace several implementation of blank cursor setting by
2009-01-19 Matthias ClasenCorrect some copy-and-paste mistakes in keybinding...
2009-01-15 Murray Cummingdocumentation description: Mention the various properti...
2009-01-13 Matthias Clasen Bug 450716 – New API to change global IM
2009-01-12 Paolo BorelliBug 492794 – Pasting external text at end of view yield...
2009-01-12 Claudio SaavedraBug 567468 – no check for trailing != NULL in
2008-12-29 Matthias ClasenDoc additions.
2008-12-11 Sven HerzbergDocument the "set-scroll-adjustments" signal
2008-08-12 Paolo BorelliBug 526234 - make shift+ctrl+del delete till the end...
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-08 Sven Neumanngtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
2008-08-08 Sven Neumanngtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel...
2008-07-21 Michael Nattereruse the simpler g_signal_override_class_handler() inste...
2008-07-21 Michael Nattererremove _gtk_binding_signal_new().
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-25 Cody RussellBug 534463 - non-editable GtkTextView should not call
2008-05-19 Michael Natterergtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.c
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-01-28 Michael Natterergtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC...
2008-01-28 Michael Natterergtk/gtktextchild.c use G_STRLOC instead of G_GNUC_FUNCT...
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2007-11-17 Paolo BorelliUse gtk_text_buffer_get_insert instead of get_mark...
2007-11-11 Yevgen MuntyanMoved gtk_text_view_update_im_spot_location() calls...
2007-09-21 Michael Natterermerged patch from maemo-gtk which handles failed keynav...
2007-07-19 Matthias ClasenInitialized GValues before unsetting them. (#457720)
2007-07-12 Matthias ClasenAdd docs
2007-06-12 Yevgen MuntyanImplement block-cursor for overwrite mode. (#80378)
2007-06-04 Michael NattererMove "move-focus" signals from several widgets to GtkWi...
2007-05-28 Matthias ClasenImprove docs
2007-05-19 Matthias ClasenFix the build
2007-05-18 Matthias ClasenAdd a toggle-cursor-visibility keybinding signal, and...
2007-05-11 Michael Natterercall gdk_event_request_motions(event) so selecting...
2007-04-30 Matthias ClasenAllow indents to be negative. (#Bug 434308)
2007-03-12 Matthias ClasenSet first_para_mark to NULL. (#396805, Colin Leroy...
2007-03-10 Matthias ClasenGet rid of the unused event argument. Update all callers.
2007-02-06 Tim Janikcall gdk_event_request_motions() for new motion events...
2007-01-07 Matthias ClasenCall text_window_realize() with the correct parameters...
2007-01-04 Matthias ClasenRework the beep-on-uninserted-text by calling the input...
2007-01-02 Matthias ClasenTry harder not to beep on events which are not meant...
2007-01-02 Matthias ClasenFix a segfault in horizontal scrolling
2006-12-31 Matthias ClasenRemove the scroll timeout. (#390872, Yevgen Muntyan)
2006-12-31 Matthias ClasenDon't install cursors on insensitive widgets. (#358864...
2006-12-29 Matthias ClasenDon't die in an assertion if focus went missing. Just...
2006-12-25 Matthias ClasenRemove debug output.
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)
next