aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/src-glwidgets/glw-base.h
Commit message (Collapse)AuthorAge
* Commit some minor updates/tests to the GL widgets. need to avoid QPainter if ↵Ken Moore2017-09-27
| | | | we want GPU accelleration.
* More updates for the GL widget set.Ken Moore2017-09-26
| | | | | Now all the mouse tracking/hovering is working - with one exception: All the mouse hover detection is based around mouse **movement** - so programmatic changes to a window will not detect the change in what is directly under the mouse without manual intervention in the code.
* Add a bunch of new files specifically for providing a new OpenGL-backed ↵Ken Moore2017-09-26
basis for doing visuals within Qt/Lumina.
bgstack15