summaryrefslogtreecommitdiff
path: root/gtk/gtktextutil.c
Commit message (Expand)AuthorAgeFilesLines
* Use pango api betterMatthias Clasen2022-01-231-1/+3
* Use pango api betterMatthias Clasen2022-01-221-6/+6
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-3/+3
* Documentation fixesMatthias Clasen2021-05-201-1/+1
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-4/+1
* gtk: Remove unused header includeBenjamin Otte2020-10-201-1/+0
* textutil: Do a little better on retro X serversMatthias Clasen2020-08-081-2/+33
* Replace "gchar" with "char"Benjamin Otte2020-07-251-6/+6
* Replace "gint" with "int"Benjamin Otte2020-07-251-12/+12
* Use style values directlyMatthias Clasen2020-01-291-4/+7
* stylecontext: Get rid of gtk_style_context_get()Benjamin Otte2020-01-281-18/+7
* textutil: Stop using GtkStyleContextMatthias Clasen2020-01-271-15/+31
* textview: use GtkTextViewChild for border and overlay childrenChristian Hergert2019-10-041-2/+15
* text util: Remove an unused functionMatthias Clasen2019-09-151-105/+0
* text view: Smooth cursor blinkingMatthias Clasen2019-07-211-1/+1
* textview: port GtkTextView to GskPangoRendererChristian Hergert2019-07-211-1/+1
* textutil: Fix signedness issues in apiMatthias Clasen2019-05-011-1/+1
* Fix up the border/background-color removalMatthias Clasen2019-03-311-1/+5
* Stop using deprecated style context apiMatthias Clasen2019-03-311-3/+1
* textview: Only create cairo context in gtktextdisplay.cBenjamin Otte2018-07-141-5/+1
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-5/+4
* snapshot: Allow passing the bounds of the created paintableBenjamin Otte2018-04-051-2/+2
* snapshot: Remove clip argument from gtk_snapshot_new()Benjamin Otte2018-04-051-2/+2
* textview: Port dnd icon to be a GdkPaintableBenjamin Otte2018-03-261-12/+14
* textutil: Make gtk_text_util_create_drag_icon() return a paintableBenjamin Otte2018-03-261-25/+14
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-2/+2
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-2/+2
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-111-3/+1
* textdisplay: Remove widgets parameter from gtk_text_layout_drawTimm Bäder2017-10-101-1/+1
* Use GdkRGBA for text attributesMatthias Clasen2016-11-011-11/+8
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-7/+3
* Fix indentationMatthias Clasen2016-04-261-47/+46
* dnd: Set attributes from all widgets for text drag iconsMatthias Clasen2016-04-261-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