summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
Commit message (Expand)AuthorAgeFilesLines
* docs: Move documentation to inline comments: GtkTextViewJavier Jardón2010-11-081-0/+6
* Add GtkScrollable interfaceTadej Borovšak2010-10-221-6/+4
* gtk: clean up GtkWidget signalsMichael Natterer2010-10-201-7/+0
* Add padding to class structsMatthias Clasen2010-10-191-0/+1
* Remove long-deprecated page-horizontally signalMatthias Clasen2010-08-281-8/+0
* Move sealed attributes to private struct.Ignacio Casal Quinteiro2010-07-121-87/+4
* Merge branch 'gtk-2-90'Matthias Clasen2010-05-061-1/+1
|\
| * Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* | Use event instead key in the previous patchJavier Jardón2010-05-051-1/+1
* | Added api to reset the im context in GtkTextView and GtkEntryJavier Jardón2010-05-051-0/+4
|/
* Add accessors for GtkTextView adjustmentsMirsal Ennaime2010-04-271-0/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Switch to "guint GSEAL (foo) : width;" when packing fields in guints.Tim Janik2008-06-201-8/+8
* Seal GtkTextView.Tim Janik2008-06-201-48/+48
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-9/+7
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Move "move-focus" signals from several widgets to GtkWidget to enable moreMichael Natterer2007-06-041-4/+6
* If the horizontal adjustment changes because of a change in the layoutAnders Carlsson2005-05-181-3/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-9/+5
* Fix #111031, reported by Padraig O'Briain:Matthias Clasen2004-12-081-0/+5
* Add a new binding signal ::backspace, bind it to the backspace key, andMatthias Clasen2004-08-021-1/+1
* rename property tab_moves_focus to accepts_tab. (#122709 again).Soeren Sandmann2003-09-271-4/+4
* Add new "tab moves focus" property (#122709)Soeren Sandmann2003-09-211-3/+7
* Install boolean property "overwrite". (gtk_text_view_[gs]et_property):Matthias Clasen2003-06-091-0/+3
* Never scroll on focus in (#81893, Patch from Paolo Maggi)Owen Taylor2003-06-051-5/+3
* Add a comment that the just_selected_element is unused.Matthias Clasen2003-01-061-3/+6
* Deprecation cleanupManish Singh2002-10-101-6/+6
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-1/+0
* Massive padding addition to class structures.Owen Taylor2002-02-231-9/+9
* add mouse_cursor_obscured.Anders Carlsson2002-01-271-0/+2
* new function (which I then decided not to use but I think it's needed toHavoc Pennington2002-01-171-1/+11
* propagate exposes to no window children not in the buffer window.Havoc Pennington2002-01-021-0/+4
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-051-0/+5
* docs including reference to bugzilla bug about how we should have a betterHavoc Pennington2001-11-141-0/+5
* scroll to cursor on grab focus, unless it's caused by button click, #59708Havoc Pennington2001-10-231-0/+3
* fix for #50317Havoc Pennington2001-09-251-0/+2
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-0/+1
* Removed - didn't work and not particularly useful anyways if it did.Owen Taylor2001-06-241-3/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+2
* added this functionHavoc Pennington2001-06-081-1/+2
* Validate value from GDK settings against parameter spec.Owen Taylor2001-05-301-1/+0
* Add missing NULL on valist.Owen Taylor2001-03-291-3/+8
* use PRIORITY_VALIDATEHavoc Pennington2001-03-071-0/+2
* offset the current invalid region, fixes redraw bug while scrolling theHavoc Pennington2001-01-121-3/+17
* Rearrange all the scroll-while-dragging-or-selecting code to be different,Havoc Pennington2000-12-311-3/+7
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-1/+16
* Apply patch from Mikael Hermansson to temporarily stop blinking while theHavoc Pennington2000-11-161-0/+1
* Free the filename of the module file.Havoc Pennington2000-11-131-11/+49
* Make parent_class static.Owen Taylor2000-11-121-5/+5