diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25dedbf..9adb6ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,5 +22,7 @@ jobs: commit_id: master ############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop' dependencies: - ############################## + ############################## Comma separated lists of words and files to have codespell ignore. + codespell_ignore_words_list: nd + codespell_ignore_files_list: diff --git a/debian/changelog b/debian/changelog index 940ed1f..19a6327 100644 --- a/debian/changelog +++ b/debian/changelog @@ -418,7 +418,7 @@ xapp (1.8.6) ulyana; urgency=medium [ Michael Webster ] * xapp-status-icon.c: Add xapp_status_icon_popup_menu() and use a more reliable GtkMenu popup method. - * xapp-status-icon.c: Fix inadvertant verison change in doc string. + * xapp-status-icon.c: Fix inadvertent version change in doc string. [ NikoKrause ] * Icons: Add symbolic icons for xreaders annotation features (#92) @@ -853,7 +853,7 @@ xapp (1.0.4) sylvia; urgency=medium * xapp-gtk-window: Add wrapper functions for GtkWindow subclasses. * xapp-gtk-window.*: Fix argument type for wrapper function. * xapp-gtk-window: Add progress features, refactor, add demo script for XAppGtkWindow. - * xapp-gtk-window test script: Add an animate button (to test real-world effects on system reponsiveness while an operation is running.) + * xapp-gtk-window test script: Add an animate button (to test real-world effects on system responsiveness while an operation is running.) * all: Fix build warnings, documentation. * xapp-gtk-window: Make xapp_gtk_window_new() handle the same arguments as gtk_window_new(). * all: Allow XAppGtkWindows to be used in builder (ui) files and in Glade. diff --git a/docs/reference/XAppGtkWindow.html b/docs/reference/XAppGtkWindow.html index 3994e4e..98a19b5 100644 --- a/docs/reference/XAppGtkWindow.html +++ b/docs/reference/XAppGtkWindow.html @@ -331,7 +331,7 @@
Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists.
Setting progress will also cancel the 'pulsing' flag on the window as well, if it has been set.
@@ -368,7 +368,7 @@Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists. This will also remove the pulse state, if it is set.
Setting an explicit progress value will unset this flag.
Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists.
Setting progress will also cancel the 'pulsing' flag on the window as well, if it has been set.
@@ -518,7 +518,7 @@Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists. This will also remove the pulse state, if it is set.
Setting an explicit progress value will unset this flag.
Setting progress will also cancel the 'pulsing' flag on the window as well, if it has been set.
Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists.
This is a function, not a method, for applying the progress property for a given (possibly foreign) window, by passing the window's XID.
@@ -664,7 +664,7 @@Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists.
Setting an explicit progress value will unset this flag.