summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-08-03 14:27:51 -0400
committerJorge Arellano Cid <jcid@dillo.org>2009-08-03 14:27:51 -0400
commitb59d7a021b575eefcfa4ed873a3c3832b37f3fdc (patch)
tree7a0579d1a47b5c55b7bdfd305f3db19cbc765333
parent789e8c07084e5cb4dfa188b5df80aa3f9c088f2b (diff)
parent44f0069f1463ce29f43d06aaec1356d94e7e6d9f (diff)
merge
-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
+*/