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
/
GDI
Age
Commit message (
Expand
)
Author
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2021-02-16
Create classes Fl_XXX_Gl_Window_Driver according to driver model.
ManoloFLTK
2021-02-13
Remove compilation warnings issued by Visual Studio 2019.
ManoloFLTK
2021-01-25
Windows: restore "checkers" app that was damaged after handling of issue #155.
ManoloFLTK
2020-11-30
Scaling for Windows and X11: support rectangular loops.
ManoloFLTK
2020-11-29
Windows: fix undrawn pixels at right and bottom of scaled windows.
ManoloFLTK
2020-11-13
Fix for issue #155 - continued
ManoloFLTK
2020-11-12
Fix for issue #155 - continued
ManoloFLTK
2020-08-03
Remove useless Fl_GDI_Graphics_Driver::reset_spot()
ManoloFLTK
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-30
Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-01-15
Fix uninitialized vars in calls to fl_clip_box() (issue #6)
Albrecht Schlosser
2019-11-07
Reorganise use of virtual member function Fl_Surface_Device::end_current()
ManoloFLTK
2019-07-18
Fl_GDI_Copy_Surface_Driver: add BITMAP version of graphics to clipboard
ManoloFLTK
2019-06-06
Add one argument to Fl_Screen_Driver::read_win_rectangle()
ManoloFLTK
2019-05-25
Call virtual member Fl_Surface_Device::end_current() when necessary
ManoloFLTK
2019-04-10
Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h()
ManoloFLTK
2019-04-10
New virtual member function bool Fl_Surface_Device::is_current()
ManoloFLTK
2018-12-04
Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...
ManoloFLTK
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-06-08
Complete construction of Fl_Image_Surface_Driver with Fl_Offscreen brought by...
Manolo Gouy
2018-05-09
Remove a bunch of useless #include <FL/Fl_Printer.H> statements.
Manolo Gouy
2018-05-06
Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.
Manolo Gouy
2018-05-01
Make virtual void Fl_Surface_Device::end_current_() have no argument because ...
Manolo Gouy
2018-04-26
Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...
Manolo Gouy
2018-04-26
Fix Fl_GDI_Graphics_Driver::copy_offscreen() when the destination surface is ...
Manolo Gouy
2018-04-25
Windows: fix fl_copy_offscreen() when input offscreen is scaled and output su...
Manolo Gouy
2018-04-20
Fix Fl_GDI_Graphics_Driver::cache(Fl_Pixmap *) where 2 distinct Fl_GDI_Graphi...
Manolo Gouy
2018-04-19
Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg...
Manolo Gouy
2018-04-19
Reorganise access to the value of the GUI scaling factor with public getter a...
Manolo Gouy
2018-04-18
Add comments: "Implementation note about how Fl_Pixmap objects get printed un...
Manolo Gouy
2018-04-18
Simplify the implementation of printing of Fl_Pixmap images under Windows.
Manolo Gouy
2018-04-18
Fix crash in test/device after scale-GUI + Fl_Printer + Fl_Image_Surface
Manolo Gouy
2018-04-16
Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-impl...
Manolo Gouy
2018-04-13
Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...
Manolo Gouy
2018-04-12
Image drawing: simplify the code organisation to better support Fl_Image::sca...
Manolo Gouy
2018-03-28
Image classes: memorise the width and the height of the cached form of the im...
Manolo Gouy
2018-03-22
Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().
Manolo Gouy
2018-03-19
New member function Fl_Image::scale(int width, int height) to set the FLTK si...
Manolo Gouy
2018-03-15
Remove unused #include files and FL_CFG_* conditional code.
Albrecht Schlosser
2018-03-09
Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...
Manolo Gouy
2018-03-06
Windows: complete support for GUI rescaling.
Manolo Gouy
2018-02-09
Windows: fix fl_overlay_rect() when scaling factor value is > 2
Manolo Gouy
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2018-02-09
Fix fl_read_image() under MacOS platform when GUI is rescaled.
Manolo Gouy
2018-02-07
STR#3450: Draw text with OpenGL using textures on all platforms.
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2018-01-05
Some cleaning in comments
Manolo Gouy
2017-12-19
Fix Fl_GDI_Graphics_Driver::uncache(Fl_RGB_Image*,...) that did not delete co...
Manolo Gouy
[next]