summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Check if buffer is NULL after setting it to NULL, not before.Krzesimir Nowak2011-01-281-2/+3
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-1/+1
* Add gtk_text_view_get_cursor_locationsMatthias Clasen2011-01-191-16/+57
* Move GtkSelection docs inlineMatthias Clasen2011-01-141-0/+1
* Fix bgo #638017 Crash in gtk_text_view_set_tabs()Sébastien Granjoux2011-01-101-11/+11
* Set the proper css class when getting attributes.Paolo Borelli2011-01-101-0/+5
* textview: Update adjustment usage for sealingBenjamin Otte2011-01-051-75/+56
* textview: Update adjustment usage for sealingBenjamin Otte2011-01-051-13/+5
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+1
* Remove an outdated doc statement.Matthias Clasen2011-01-041-7/+5
* Fix docs.Ignacio Casal Quinteiro2010-12-281-1/+3
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-4/+4
* gtk/gtktextview.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-8/+8
* Make GtkTextView use GtkStyleContextCarlos Garnacho2010-12-151-56/+83
* Don't access GdkDragContext fields directlyMatthias Clasen2010-12-101-4/+4
* 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