summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-6/+6
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-6/+10
* Fixed GtkTextView & GtkIconView to consult it's true previous size requestTristan Van Berkom2010-09-091-3/+17
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-65/+65
* gtk/gtktextview.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-64/+94
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-1/+1
* Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-081-1/+2
* Remove long-deprecated page-horizontally signalMatthias Clasen2010-08-281-40/+0
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-8/+13
* Move sealed attributes to private struct.Ignacio Casal Quinteiro2010-07-121-819/+1077
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* GtkTextView: Scroll on the pointer doing DnD.Carlos Garnacho2010-06-151-5/+15
* [gtktreeview] Add a couple of annotationsJohan Dahlin2010-05-311-12/+12
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-14/+42
* Use event instead key in the previous patchJavier Jardón2010-05-051-2/+2
* Added api to reset the im context in GtkTextView and GtkEntryJavier Jardón2010-05-051-2/+59
* Add accessors for GtkTextView adjustmentsMirsal Ennaime2010-04-271-0/+36
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-10/+10
* Don't scroll to insert after middle-click pasteMatthias Clasen2010-03-081-2/+23
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+2
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-17/+17
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-3/+3
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-3/+4
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-9/+9
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Implement "preedit-changed" in GtkEntry and GtkTextViewChristian Dywan2010-01-111-0/+27
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Improve selection/arrow key behaviour in GtkTextViewMatthias Clasen2009-12-211-8/+44
* Use g_value_dup_string instead.Hiroyuki Ikezoe2009-12-181-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-3/+3
* [gtk/gtktextview] Use {} in empty if..else blocksJavier Jardón2009-12-021-2/+6
* Protect gtk_text_view_scroll_mark_onscreen() from using invalid marksKristian Rietveld2009-09-041-0/+5
* Move mark check to gtk_text_view_scroll_to_mark()Kristian Rietveld2009-09-041-7/+5
* Improve unsetting old buffer in gtk_text_view_set_buffer()Kristian Rietveld2009-09-041-4/+10
* Fail to scroll if the given mark is not in text view's current bufferKristian Rietveld2009-09-041-0/+7
* Update IM spot location before running _validate_onscreen()Kristian Rietveld2009-09-041-0/+8
* Bug 592003 - Shift+click should always modify selectionPaolo Borelli2009-08-171-1/+2
* Avoid warnings when unrealizing a text viewMatthias Clasen2009-04-071-11/+12
* If additional areas got invalidated, don't try to add them to the paintMatthias Clasen2009-03-021-14/+0
* Bug 573383 – Setting a textview's buffer to NULL doesn't do a completeMichael Natterer2009-02-271-3/+3
* Be more careful with the beepsMatthias Clasen2009-01-311-7/+10
* Revert changes for bug 567124. Instead of trying to avoidMatthias Clasen2009-01-251-3/+2
* Don't set up im stuff if the widget is not realized.Matthias Clasen2009-01-231-1/+5
* Replace several implementation of blank cursor setting byMatthias Clasen2009-01-201-18/+5
* Correct some copy-and-paste mistakes in keybinding signal docs. PointedMatthias Clasen2009-01-191-1/+1
* documentation description: Mention the various properties and theMurray Cumming2009-01-151-2/+4
* Bug 450716 – New API to change global IMMatthias Clasen2009-01-131-1/+40
* Bug 492794 – Pasting external text at end of view yields wrong scrollingPaolo Borelli2009-01-121-2/+18
* Bug 567468 – no check for trailing != NULL inClaudio Saavedra2009-01-121-1/+1