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-09-29
Avoid compilation warnings with -Wmaybe-uninitialized
Manolo Gouy
2016-09-26
Replace a few global variables by members of the Fl_Quartz_Graphics_Driver class
Manolo Gouy
2016-09-26
These files are no longer useful.
Manolo Gouy
2016-09-26
MacOS platform: the printer's graphics driver should also call Fl_Graphics_Dr...
Manolo Gouy
2016-09-26
MacOS platform: centralize check whether a font has been set before drawing text
Manolo Gouy
2016-09-25
X11: More explicit warning when using rotated text w/o Xft.
Albrecht Schlosser
2016-09-24
Mac OS platform: restore usability with SDK 10.3 and 10.4
Manolo Gouy
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-23
Fl_Quartz_Graphics_Driver: separate CoreText- and ATSU-based code using new, ...
Manolo Gouy
2016-09-22
Fl_Screen_Driver class: its platform dependent member functions should not be...
Manolo Gouy
2016-09-22
Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...
Manolo Gouy
2016-09-21
Remove a block of header comments in the middle of the file.
Manolo Gouy
2016-09-21
Restore building with X11 but not Xft
Manolo Gouy
2016-09-20
Restructure the code behind double Fl_Cocoa_Screen_Driver::wait(double time_t...
Manolo Gouy
2016-09-20
Remove fl_wait() that is not part of the public API.
Manolo Gouy
2016-09-19
Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...
Manolo Gouy
2016-09-13
Remove possible warnings when compiling with -Wundef
Manolo Gouy
2016-09-12
Fix typo in macro __LP64__
Manolo Gouy
2016-09-12
Remove code requiring config.h from public header FL/x.H
Manolo Gouy
2016-09-11
Put the code that defines the layout of struct _XRegion in FL/x.H
Manolo Gouy
2016-09-09
Rewrite fl_open_callback() under the driver model.
Manolo Gouy
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
[next]