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
Age
Commit message (
Expand
)
Author
2016-08-27
Fix Fl_Copy_Surface under Windows 10 when the desktop scaling factor value is...
Manolo Gouy
2016-08-27
Fix Fl_WinAPI_Window_Driver::border_width_title_bar_height() for displays whe...
Manolo Gouy
2016-08-25
Fix computation of Fl_Window::decorated_w() and decorated_h() when apps are r...
Manolo Gouy
2016-08-24
Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Im...
Manolo Gouy
2016-08-23
Fix compiler warnings and simplify Fl_X11_Screen_Driver::init().
Albrecht Schlosser
2016-08-23
Change comment describing return type of Fl_WinAPI_Screen_Driver::read_win_re...
Manolo Gouy
2016-08-23
Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*
Manolo Gouy
2016-08-22
Use the HAS_ATSU preprocessor variable once more
Manolo Gouy
2016-07-23
Fix Fl_X11_System_Driver::utf8locale() that did not work when no locale is set.
Manolo Gouy
2016-07-15
Fix uninitialized variable warning.
Albrecht Schlosser
2016-06-22
Make Fl_Gl_Window::pixels_per_unit() return a float (rather than int) value.
Manolo Gouy
2016-06-22
Use Xrandr to get the true DPI of the display under the X11 platform.
Manolo Gouy
2016-06-14
Fix compiler warning under Linux [-Wunused-variable].
Albrecht Schlosser
2016-06-11
Remove // "$id: lines in the middle of the source code
Manolo Gouy
2016-06-09
Add missing variable declaration under AIX
Manolo Gouy
2016-06-09
Add missing variable declaration under NetBSD
Manolo Gouy
2016-05-31
Fix compiler warnings.
Albrecht Schlosser
2016-05-13
Add GLContext to the set of platform-dependent types defined in FL/platform_t...
Manolo Gouy
2016-05-09
Move GL-related member functions from class Fl_Cocoa_Screen_Driver to class F...
Manolo Gouy
2016-04-27
Use standard fopen() as default implementation of virtual Fl_System_Driver::f...
Manolo Gouy
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-26
Make one version of Fl_OpenGL_Display_Device::capture_gl_rectangle() the defa...
Manolo Gouy
2016-04-24
Set svn file properties.
Manolo Gouy
2016-04-24
Set svn file properties.
Manolo Gouy
2016-04-24
Complete DOxygen documentation of the Fl_Graphics_Driver class.
Manolo Gouy
2016-04-23
Move Doxygen comments of Fl_PostScript_File_Device members to Fl_PostScript_F...
Manolo Gouy
2016-04-22
Add necessary test of HAVE_X11_XREGION_H when the content of struct _XRegion ...
Manolo Gouy
2016-04-20
Remove unneeded declarations.
Manolo Gouy
2016-04-20
Adde necessary #include <FL/x.H> directive.
Manolo Gouy
2016-04-20
Progress toward support of CMake OPTION_APPLE_SDL
Manolo Gouy
2016-04-19
Cleaning Pico
Matthias Melcher
2016-04-19
Fixed Fl_X for Pico
Matthias Melcher
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-19
Pico, fixed graphics scaling and circles
Matthias Melcher
2016-04-19
SDL fix.
Matthias Melcher
2016-04-19
Move private_dc from Fl_X for WIN32 platform to Fl_WinAPI_Window_Driver.
Manolo Gouy
2016-04-19
Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...
Manolo Gouy
2016-04-19
Move GL-related static member functions of the Fl_X class on Mac OS to class ...
Manolo Gouy
2016-04-19
Complete the implementations of virtual Fl_X* Fl_Window_Driver::makeWindow() ...
Manolo Gouy
2016-04-19
Move Fl_X::make_fullscreen() for WIN32 platform to Fl_WinAPI_Window_Driver:: ...
Manolo Gouy
2016-04-19
Transform Fl_X::make(Fl_Window*) for WIN32 platform into virtual Fl_X* Fl_Win...
Manolo Gouy
2016-04-19
Transform Fl_X::make(Fl_Window*) for Mac platform into Fl_X *Fl_Cocoa_Window_...
Manolo Gouy
2016-04-19
Move several of the methods of class Fl_X for Mac platform to class Fl_Cocoa_...
Manolo Gouy
2016-04-19
Move Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...
Manolo Gouy
2016-04-19
Move the set_key_window() member function from class Fl_X to class Fl_Cocoa_W...
Manolo Gouy
2016-04-18
Move other_xid member variable from class Fl_X to class F_Window_Driver.
Manolo Gouy
2016-04-18
Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.
Manolo Gouy
2016-04-18
Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...
Manolo Gouy
2016-04-18
Replace static void Fl_X::activate_window(Window) under X11 platform by void ...
Manolo Gouy
[next]