summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* gtktextview: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-6/+6
* a11y: Disconnect from buffer signalsBenjamin Otte2012-01-121-1/+6
* Use the workarea when placing popupsMatthias Clasen2011-12-181-1/+1
* Introduce gtk_render_insertion_cursorPaolo Borelli2011-12-011-1/+1
* Pop up context menus at the right deviceMatthias Clasen2011-11-051-3/+6
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-271-1/+1
* gtk: remove the private GTK_EXTEND/MODIFY_SELECTION_MOD_MASKMichael Natterer2011-09-271-2/+6
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-261-6/+6
* app: abstract which modifiers are used for extending and modifying selectionsMichael Natterer2011-09-261-2/+2
* textview: Fix comparison being the wrong wayBenjamin Otte2011-09-231-1/+1
* Make focus rectangles optionalMatthias Clasen2011-08-101-1/+1
* Initial move GailTextView -> GtkTextViewAccessibleMatthias Clasen2011-07-051-0/+3
* Give this code a chance to workMatthias Clasen2011-06-141-1/+3
* textview: do not destroy the layout in unrealizeIgnacio Casal Quinteiro2011-06-121-20/+2
* Desensitize "Select All" when GtkEntry is emptyMatthew Barnes2011-04-261-0/+2
* [textview] remove idles when unmappingIgnacio Casal Quinteiro2011-04-171-1/+16
* GtkTextViewPrivate: Improve struct packingMatthias Clasen2011-04-121-5/+6
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* 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