aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlemort2007-11-19 16:17:02 +0000
committerlemort2007-11-19 16:17:02 +0000
commite08b707a0a821d5caf4f032d1fe3bb8392381d84 (patch)
tree182489e82f87883b89ea05b7f08699660658bc7f
parentfd62652445f30a6aab602ba1a6b5454b8ed6537b (diff)
downloadtkzinc-e08b707a0a821d5caf4f032d1fe3bb8392381d84.zip
tkzinc-e08b707a0a821d5caf4f032d1fe3bb8392381d84.tar.gz
tkzinc-e08b707a0a821d5caf4f032d1fe3bb8392381d84.tar.bz2
tkzinc-e08b707a0a821d5caf4f032d1fe3bb8392381d84.tar.xz
Ajout de la description de l'option -usedamage introduite pour controler l'utilisation des optimisations damage dans le code (au lieu de le faire a la compilation)
-rw-r--r--doc/refman.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index a556eb9..109b719 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -283,6 +283,13 @@ This document is also referenced as CENA technical note NT03-532.
\section{Differences with previous versions}
+\subsection{Differences between 3.3.X and 3.3 release}
+\begin{itemize}
+\item Damage support can now be controlled by a new TkZinc option
+ -usedamage
+\item TkZinc now supports MouseWheel events under Windows
+\end{itemize}
+
\subsection{Differences between 3.3 and 3.2.97 release}
This release has been mainly focused on producing a stable code
base that compile and run on all three supported platforms with
@@ -838,6 +845,19 @@ actual source of the default color. Its default value is
accepts a \attrtyperef{bitmap}. The default value is {\tt AtcSymbol15}.
\end{blockindent}
+\option{usedamage}{useDamage}{UseDamage}
+\begin{blockindent}
+ Specifies whether to use or not damage optimizations with the openGL
+ rendering. Damage are drawable regions which are in need of
+ redisplay to repair the effects of window manipulation or to apply
+ data change. The value is a boolean that can have the values 0 or
+ 1. The value 0 specifies that no optimization is applied, ie that
+ the whole area of our widget is redisplayed. A value of 1 asks for
+ damage optimization: TkZinc records an update area where the change
+ have been made and then use this area to confine redrawing. It will
+ speed up redrawing in most cases but with some graphic cards it may
+ generate visual trails. The default value is {\tt 0}.
+\end{blockindent}
\option{xscrollcommand}{xScrollCommand}{ScrollCommand}
\begin{blockindent}