summaryrefslogtreecommitdiff
path: root/gtk/gtktextutil.c
Commit message (Expand)AuthorAgeFilesLines
* dnd: Set attributes from all widgets for text drag iconsMatthias Clasen2016-05-051-6/+4
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-1/+1
* Cosmetic: Avoid explicit state variablesMatthias Clasen2015-11-141-6/+5
* text util: Avoid creating transient nodesMatthias Clasen2015-11-101-5/+0
* stylecontext: Deprecate functionsBenjamin Otte2014-10-031-0/+2
* Fix a warningYosef Or Boczko2013-10-151-1/+1
* gtktextutil: Remove the border and background from drag iconsJasper St. Pierre2013-08-141-54/+8
* gtk: Use gtk_style_context_get()Benjamin Otte2012-12-061-1/+1
* Revert part of "textview: Remove extra magic for drawing children"Benjamin Otte2012-04-101-1/+1
* textview: Remove extra magic for drawing childrenBenjamin Otte2012-04-071-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkTextUtil: Fix typoCarlos Garnacho2011-01-101-3/+3
* Make GtkTextUtil use GtkStyleContext.Carlos Garnacho2011-01-101-17/+47
* testview: Convert _gtk_text_util_create_rich_drag_icon() to use surfacesBenjamin Otte2010-09-261-8/+12
* textview: API: change gtk_text_layout_draw() to take a cairo_tBenjamin Otte2010-09-261-6/+6
* text: Make _gtk_text_util_create_drag_icon() return a surfaceBenjamin Otte2010-09-261-9/+11
* gtk/gtktextutil.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-7/+16
* textview: Replace GdkGC * argument with gpointerBenjamin Otte2010-08-101-1/+1
* textview: draw dnd icon with PangoBenjamin Otte2010-07-261-5/+3
* textview: Draw drag icons using CairoBenjamin Otte2010-07-261-24/+19
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-4/+4
* Un-doc-commentize non-exported functionsMatthias Clasen2008-12-291-7/+9
* Bug 530575 – GtkEntry with invisible chars has a confused cursor inMatthias Clasen2008-10-031-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* allocate the GtkTextUtilCallbackInfo structs with GSlice.Michael Natterer2008-06-261-9/+26
* remove includes from this internal header.Michael Natterer2008-06-241-1/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* do right thing in one-character lines and at paragraph end (#448313).Yevgen Muntyan2007-06-281-27/+26
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-0/+143
* Remove debug output.Matthias Clasen2006-12-251-4/+0
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-1/+1
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-3/+131
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Add Copyright/License information.Matthias Clasen2005-07-131-1/+0
* When dragging text, use a drag icon showing the (ellipsized) text that isMatthias Clasen2005-07-111-0/+124
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix use of uninitialized variable.Soeren Sandmann2003-08-291-1/+1
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Deprecation cleanupManish Singh2002-10-101-1/+1
* Fix ZWJ => ZWN typo. (#83092, Tino Meinen)Owen Taylor2002-06-121-1/+1
* make static.Mark McLoughlin2002-01-311-1/+1
* Handle the case where bin->child is NULL. (#70153, Padraig O'Briain)Owen Taylor2002-01-311-1/+1
* Add Unicode control char menu, based on patch from Dov. Bug #63495Havoc Pennington2001-12-171-0/+117