]> Pileus Git - ~andy/gtk/history - gtk/gtktextview.c
treeview: Don't emit cursor-changed in destruction
[~andy/gtk] / gtk / gtktextview.c
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin Ottetextview: Use gtk_cairo_transform_to_window()
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin Ottetextview: Get rid of gdk_drawable_get_size() usage
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottetextview: Port to draw vfunc
2010-09-26 Benjamin Ottegtk: gdk_drawable_get_display() => gdk_window_get_display()
2010-09-26 Benjamin Ottegtk: Don't set colormap anymore when creating GDK windows
2010-09-26 Benjamin Ottetestview: Convert _gtk_text_util_create_rich_drag_icon...
2010-09-26 Benjamin Ottetextview: API: change gtk_text_layout_draw() to take...
2010-09-26 Benjamin Ottegtk: Remove calls that try to set GDK_NO_BG on their...
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-13 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-09 Tristan Van BerkomFixed GtkTextView & GtkIconView to consult it's true...
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-09-08 Javier Jardóngtk/gtktextview.c: use accessor functions to access...
2010-09-08 Tor LillqvistReplace gtk_debug_flags with getter and setter functions
2010-09-08 Tristan Van BerkomCompletely removed requisition cache from GtkWidget...
2010-08-28 Matthias ClasenRemove long-deprecated page-horizontally signal
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-12 Ignacio Casal Quin... Move sealed attributes to private struct.
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-15 Carlos GarnachoGtkTextView: Scroll on the pointer doing DnD.
2010-05-31 Johan Dahlin[gtktreeview] Add a couple of annotations
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-05 Javier JardónUse event instead key in the previous patch
2010-05-05 Javier JardónAdded api to reset the im context in GtkTextView and...
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-27 Mirsal EnnaimeAdd accessors for GtkTextView adjustments
2010-04-04 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-04-04 Matthias ClasenDon't scroll to insert after middle-click paste
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
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
2010-03-09 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-03-08 Matthias ClasenDon't scroll to insert after middle-click paste
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-01-11 Christian DywanImplement "preedit-changed" in GtkEntry and GtkTextView
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-12-21 Matthias ClasenImprove selection/arrow key behaviour in GtkTextView
2009-12-18 Hiroyuki IkezoeUse g_value_dup_string instead.
2009-12-16 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...
next