[gtksourceview: 14/21] misc: drop + from GTK




commit f478af269bf1ec366cc720cf6a83d475207d4443
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Tue Nov 30 21:34:45 2021 +0100

    misc: drop + from GTK

 README.md                            | 4 ++--
 docs/overview.md                     | 2 +-
 docs/porting-guide-3-to-4.md         | 2 +-
 docs/porting-guide-4-to-5.md         | 2 +-
 gtksourceview.doap                   | 2 +-
 gtksourceview/gtksourcebuffer.c      | 4 ++--
 gtksourceview/gtksourceencoding.c    | 2 +-
 gtksourceview/gtksourceiter.c        | 6 +++---
 gtksourceview/gtksourcestylescheme.c | 2 +-
 msvc/math.h                          | 4 ++--
 10 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/README.md b/README.md
index fa723ab5..209c6599 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 GtkSourceView
 =============
 
-GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+
+GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK
 widget for multiline text editing. GtkSourceView adds support for syntax
 highlighting, undo/redo, file loading and saving, search and replace, a
 completion system, printing, displaying line numbers, and other features
@@ -20,7 +20,7 @@ Dependencies
 ------------
 
 * GLib >= 2.62
-* GTK+ >= 3.99
+* GTK >= 3.99
 * libxml2 >= 2.6
 * freebidi >= 0.19.7
 * libpcre2-8 >= 10.21
diff --git a/docs/overview.md b/docs/overview.md
index bec5cd09..63dec535 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -3,7 +3,7 @@ Title: Overview
 # Overview
 
 GtkSourceView is a [GNOME](https://www.gnome.org/) library
-that extends GtkTextView, the standard GTK+ widget for multiline text
+that extends GtkTextView, the standard GTK widget for multiline text
 editing. GtkSourceView adds support for syntax highlighting, undo/redo, file
 loading and saving, search and replace, a completion system, printing,
 displaying line numbers, and other features typical of a source code editor.
diff --git a/docs/porting-guide-3-to-4.md b/docs/porting-guide-3-to-4.md
index b5a77f9c..a4753385 100644
--- a/docs/porting-guide-3-to-4.md
+++ b/docs/porting-guide-3-to-4.md
@@ -4,7 +4,7 @@ Title: GtkSourceView 3 -> 4 Migration Guide
 
 ## Dependencies
 
-Both GtkSourceView 3 and GtkSourceView 4 depend on GTK+ 3.
+Both GtkSourceView 3 and GtkSourceView 4 depend on GTK 3.
 
 ## Preparation in GtkSourceView 3
 
diff --git a/docs/porting-guide-4-to-5.md b/docs/porting-guide-4-to-5.md
index e14a29c3..1cb842c1 100644
--- a/docs/porting-guide-4-to-5.md
+++ b/docs/porting-guide-4-to-5.md
@@ -2,7 +2,7 @@ Title: GtkSourceView 4 -> 5 Migration Guide
 
 # GtkSourceView 4 -> 5 Migration Guide
 
-## GTK+ dependency
+## GTK dependency
 
 GtkSourceView 5 depends on GTK 4.
 
diff --git a/gtksourceview.doap b/gtksourceview.doap
index 36a29515..a8a5d187 100644
--- a/gtksourceview.doap
+++ b/gtksourceview.doap
@@ -7,7 +7,7 @@
   <name xml:lang="en">gtksourceview</name>
   <shortdesc xml:lang="en">Source code editing widget</shortdesc>
   <description>GtkSourceView is a GNOME library that extends GtkTextView, the
-standard GTK+ widget for multiline text editing. GtkSourceView adds support for
+standard GTK widget for multiline text editing. GtkSourceView adds support for
 syntax highlighting, undo/redo, file loading and saving, search and replace, a
 completion system, printing, displaying line numbers, and other features
 typical of a source code editor.</description>
diff --git a/gtksourceview/gtksourcebuffer.c b/gtksourceview/gtksourcebuffer.c
index f3080cd6..6a7f95fb 100644
--- a/gtksourceview/gtksourcebuffer.c
+++ b/gtksourceview/gtksourcebuffer.c
@@ -798,7 +798,7 @@ bracket_pair (gunichar  base_char,
  * by minimizing the damage regions. This results in fewer full-redraws
  * when updating the text marks. To see the difference, compare this to
  * gtk_text_buffer_remove_tag() and enable the "show pixel cache" feature
- * the GTK+ inspector.
+ * the GTK inspector.
  */
 static void
 remove_tag_with_minimal_damage (GtkTextBuffer     *buffer,
@@ -1635,7 +1635,7 @@ gtk_source_buffer_ensure_highlight (GtkSourceBuffer   *buffer,
  * Instead of setting a %NULL @scheme, it is better to disable syntax
  * highlighting with [method@Buffer.set_highlight_syntax], and setting the
  * [class@StyleScheme] with the "classic" or "tango" ID, because those two
- * style schemes follow more closely the GTK+ theme (for example for the
+ * style schemes follow more closely the GTK theme (for example for the
  * background color).
  *
  * The buffer holds a reference to @scheme.
diff --git a/gtksourceview/gtksourceencoding.c b/gtksourceview/gtksourceencoding.c
index 41cbc728..710c5792 100644
--- a/gtksourceview/gtksourceencoding.c
+++ b/gtksourceview/gtksourceencoding.c
@@ -30,7 +30,7 @@
  * Character encoding.
  *
  * The #GtkSourceEncoding boxed type represents a character encoding. It is used
- * for example by #GtkSourceFile. Note that the text in GTK+ widgets is always
+ * for example by #GtkSourceFile. Note that the text in GTK widgets is always
  * encoded in UTF-8.
  */
 
diff --git a/gtksourceview/gtksourceiter.c b/gtksourceview/gtksourceiter.c
index 6ca46405..d7ae073a 100644
--- a/gtksourceview/gtksourceiter.c
+++ b/gtksourceview/gtksourceiter.c
@@ -24,11 +24,11 @@
 /* GtkTextIter functions. Contains forward/backward functions for word
  * movements, with custom word boundaries that are used for word selection
  * (double-click) and cursor movements (Ctrl+left, Ctrl+right, etc).  The
- * initial idea was to use those word boundaries directly in GTK+, for all text
+ * initial idea was to use those word boundaries directly in GTK, for all text
  * widgets. But in the end only the GtkTextView::extend-selection signal has
  * been added to be able to customize the boundaries for double- and
  * triple-click (the ::move-cursor and ::delete-from-cursor signals were already
- * present to customize boundaries for cursor movements). The GTK+ developers
+ * present to customize boundaries for cursor movements). The GTK developers
  * didn't want to change the word boundaries for text widgets. More information:
  * https://mail.gnome.org/archives/gtk-devel-list/2014-September/msg00019.html
  * https://bugzilla.gnome.org/show_bug.cgi?id=111503
@@ -612,7 +612,7 @@ _gtk_source_iter_extend_selection_word (const GtkTextIter *location,
                                        GtkTextIter       *start,
                                        GtkTextIter       *end)
 {
-       /* Exactly the same algorithm as in GTK+, but with our custom word
+       /* Exactly the same algorithm as in GTK, but with our custom word
         * boundaries.
         */
        *start = *location;
diff --git a/gtksourceview/gtksourcestylescheme.c b/gtksourceview/gtksourcestylescheme.c
index 5870ee4d..a84d1a90 100644
--- a/gtksourceview/gtksourcestylescheme.c
+++ b/gtksourceview/gtksourcestylescheme.c
@@ -46,7 +46,7 @@
  * documented in the [style scheme reference][style-reference].
  *
  * The two style schemes with IDs "classic" and "tango" follow more closely the
- * GTK+ theme (for example for the background color).
+ * GTK theme (for example for the background color).
  */
 
 #define STYLE_TEXT                     "text"
diff --git a/msvc/math.h b/msvc/math.h
index a442179d..8acdd38f 100644
--- a/msvc/math.h
+++ b/msvc/math.h
@@ -34,7 +34,7 @@
 #define __MSVC_MATH_COMPAT_H__
 
 /* Note: This is a rather generic fallback implementation for round(), which is
- *       okay for the purposes for GTK+, but please note the following if intending
+ *       okay for the purposes for GTK, but please note the following if intending
  *       use this implementation:
  *
  *       -The largest floating point value strictly less than 0.5.  The problem is
@@ -55,4 +55,4 @@ round (double x)
 
 #endif /* __MSVC_MATH_COMPAT_H__ */
 
-#endif /* _MSC_VER < 1800 */
\ No newline at end of file
+#endif /* _MSC_VER < 1800 */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]