summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Move documentation to inline comments: GtkTextViewJavier Jardón2010-11-061-0/+12
* Fixed remaining call to ->size_request in GtkTextView.Tristan Van Berkom2010-10-271-1/+1
* Removing size_request from GtkTextViewTristan Van Berkom2010-10-271-1/+33
* Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-261-3/+30
* Move min-display-width/height to GtkScrolledWindowMatthias Clasen2010-10-221-26/+1
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-1/+1
* Add GtkScrollable interfaceTadej Borovšak2010-10-221-194/+181
* gtk: clean up GtkWidget signalsMichael Natterer2010-10-201-54/+1
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-0/+1
* gtk: Fix remaining mentions of gtk_container_propagate_expose()Benjamin Otte2010-09-291-1/+1
* Remove unneded castsJavier Jardón2010-09-291-2/+2
* Remove GtkObject completelyMatthias Clasen2010-09-261-1/+1
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-10/+8
* textview: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-4/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-14/+9
* textview: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-4/+3
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* textview: Port to draw vfuncBenjamin Otte2010-09-261-48/+41
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-2/+2
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-4/+2
* testview: Convert _gtk_text_util_create_rich_drag_icon() to use surfacesBenjamin Otte2010-09-261-13/+9
* textview: API: change gtk_text_layout_draw() to take a cairo_tBenjamin Otte2010-09-261-6/+12
* gtk: Remove calls that try to set GDK_NO_BG on their windowsBenjamin Otte2010-09-261-2/+0
* 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