index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
WinAPI
/
Fl_WinAPI_Window_Driver.cxx
Age
Commit message (
Expand
)
Author
2016-03-30
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-03-29
Remove the platform-dependent type xchar
Manolo Gouy
2016-03-27
Rewrite Fl_Overlay_Window class under the driver model.
Manolo Gouy
2016-03-24
Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.
Albrecht Schlosser
2016-03-23
Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::iconize() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::fullscreen_x() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::handle(int) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hide() under the driver model.
Manolo Gouy
2016-03-22
Move all icon-support data to the platform-specific Fl_XXX_Window_Driver class
Manolo Gouy
2016-03-21
Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...
Manolo Gouy
2016-03-21
Implement Fl_Window::make_current() under the driver model.
Manolo Gouy
2016-03-20
Continue implementation of class Fl_Window_Driver according to Albrecht's plan.
Manolo Gouy
2016-03-19
Advancing Albrecht's plan for the Fl_Window_Driver class.
Manolo Gouy
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-11
Remove a few #include <FL/x.H> from public FLTK headers.
Manolo Gouy
2016-03-11
Rewrite Fl_Window::wait_for_expose() using the window driver approach.
Manolo Gouy
2016-03-10
Rewrite all window icon-related Fl_Window API with the window driver approach.
Manolo Gouy
2016-03-10
Add code to delete Fl_WinAPI_Window_Driver object.
Manolo Gouy
2016-03-10
Implement non-rectangular windows using the Window Driver mechanism.
Manolo Gouy
2016-02-26
Rename all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy
2016-02-19
Instantiate the right Fl_Window_Driver.
Matthias Melcher
2016-02-19
Add System Driver and Window Driver.
Matthias Melcher