summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-08-03 20:09:57 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-08-03 20:09:57 +0200
commit44f0069f1463ce29f43d06aaec1356d94e7e6d9f (patch)
tree340a00ffeb67df6f6a708839efaa850043e39751
parent4760495cae7967364a97f9d59b73454ab03ee772 (diff)
update fltk-problems.doc
-rw-r--r--doc/fltk-problems.doc27
1 files changed, 2 insertions, 25 deletions
diff --git a/doc/fltk-problems.doc b/doc/fltk-problems.doc
index 453d8178..23ee6a3d 100644
--- a/doc/fltk-problems.doc
+++ b/doc/fltk-problems.doc
@@ -5,19 +5,6 @@
Current problems:
<ul>
-<li> dw::fltk::FltkViewport::draw should only draw the region, for which e.g.
- an expose event was received.
-
-<li> dw::fltk::FltkViewport::queueDraw will collect data, which has to be
- redrawn. Currently, it calls redraw (DAMAGE_EXPOSE), can this be changed,
- so that dw::fltk::FltkViewport::draw will distinguish between the two
- cases?
-
-<li> For Scrolling, something similar applies, only parts of the viewport
- have to be redrawn.
-
-<li> Also for Scrolling, it is necessary to copy parts of the window.
-
<li> How should dw::fltk::FltkViewport::cancelQueueDraw be implemented?
<li> If the value of a scrollbar is changed by the program, not the user,
@@ -27,12 +14,7 @@ Current problems:
<li> Also, the problems with the widgets seems to work. Also sure?
-<li> When drawing, clipping of 32 bit values seems to work.
-
-<li> Who is responsable for clearing before drawing?
-
-<li> The embedded buttons are not redrawn, when pressing the mouse button
- on them.
+<li> When drawing, clipping of 32 bit values is not working properly.
<li> The item group within a selection widget (menu) should not be selectable.
</ul>
@@ -74,11 +56,6 @@ perhaps different implementations for different window systems could
be used. Then, it is for X necessary to use GCs with clipping masks.
-<h2>Lower Priority</h2>
-
-There needs to be an XEmbed implementation.
-
-
<h2>dw::fltk::ui::ComplexButton</h2>
Unfortunately, FLTK does not provide a button with Group as parent, so
@@ -216,4 +193,4 @@ dw::fltk::ui::ComplexButton::draw()):
}
\endcode
-*/ \ No newline at end of file
+*/