| Age | Commit message (Collapse) | Author |
|
|
|
Fl_Posix_System_Driver::probe_for_GTK()
|
|
|
|
Similarly move dlopen_or_dlsym().
This move is because GTK is not X11-specific.
|
|
|
|
|
|
As per erco's comments on fltk.coredev, Mar 21 2021
in thread Subject: Re: 1.4 build failing on OSX for me
|
|
Cairo is not used in this file, math.h is not necessary, and stdio.h
is only required if USE_PANGO is false.
|
|
This file was included (in math.h or elsewhere) on Linux and latest
macOS versions but maybe not in earlier macOS versions or with other
configuration options.
|
|
- convert filename from UTF-8 to "Windows wide chars"
- use GetFileAttributesW() instead of _stat()
|
|
Add includes of system headers in the implementation files
where necessary.
|
|
|
|
That class is extracted from inside Fl_PostScript_Graphics_Driver and might
become handy in the future.
|
|
USE_PANGO
|
|
|
|
* Cache single unicode character widths under Xft+Pango
|
|
Fl_Scalable_Graphics_Driver
Most coordinate calculations are done with the new inline function
int Fl_Scalable_Graphics_Driver::floor(int coord)
that is used by both the Windows and X11 platforms.
|
|
|
|
|
|
|
|
|
|
|
|
Re: Can custom box type functions handle their own high-DPI screen scaling?
|
|
factor.
This new API is a response to this message in fltk.general :
Can custom box type functions handle their own high-DPI screen scaling?
|
|
|
|
|
|
|
|
|
|
scales >100%
|
|
|
|
Fl_Gl_Window_Driver::alpha_mask_for_string()
|
|
... except src/Fl.cxx
Fl.cxx uses the FL_CFG_* macros to define the values of runtime
configuration options. This is now the only usage of config_lib.h.
Todo: we can probably implement these runtime config vars in another
way and finally remove config_lib.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove trailing whitespace
- convert tabs to spaces (configure.ac)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When scale was > 1, fullscreen window did not cover the task bar,
as seen with test/fullscreen.
|
|
|
|
The change lets this function enlarge the size only when strictly necessary
for image tiling.
|
|
|