ManoloFLTK
b75d7526fd
Simplify Fl_Window_Driver::screen_num() member functions.
2022-09-01 11:55:41 +02:00
ManoloFLTK
c720aae515
Make hybrid Wayland/X11 platform.
2022-08-29 12:15:32 +02:00
ManoloFLTK
7deff86b5d
Remove FL_EXPORT qualifier from platform-specific class declarations.
2022-08-20 10:16:32 +02:00
ManoloFLTK
217120c281
Move struct shape_data_type inside Fl_XXX_Window_Driver.
2022-05-05 18:57:07 +02:00
Albrecht Schlosser
e91d65cd2f
Fix whitespace errors (no code changes)
2022-03-31 16:00:11 +02:00
ManoloFLTK
a9412b41bb
Issue #359 RFE: access the MacOS windowid .
2022-03-21 11:41:51 +01:00
ManoloFLTK
3718effc43
Add the Wayland platform to FLTK 1.4
2022-03-04 15:41:00 +01:00
Albrecht Schlosser
091712bea8
Fix default size_range() calculation (issue #392 , STR 3352)
2022-03-01 13:45:51 +01:00
Albrecht Schlosser
e73f9d466d
Rearrange "Print Button Window" functions
...
- Rename Fl_Screen_Driver::print_or_copy_window() to
fl_print_or_copy_window()
- Add header file src/print_button.h
- Update dependencies
2022-02-03 21:57:47 +01:00
ManoloFLTK
08e59770aa
Remove compiler warnings about unused parameters (issue #307 ) - cont'd
2021-12-09 11:40:55 +01:00
ManoloFLTK
eb8b016fab
Fix for issue #254 : remove hardware overlay support .
2021-11-26 15:16:15 +01:00
Albrecht Schlosser
1ce3a84e9f
Refactor and improve "Print front window" dialog
...
src/print_button.cxx: "Print front window" implementation (new file)
This is compiled and activated if USE_PRINT_BUTTON is defined.
The feature can be fine controlled by environment variable
'FLTK_PRINT_BUTTON' (see docs in source file).
2021-11-19 18:50:53 +01:00
Albrecht Schlosser
f09e17c3c5
Remove $Id$ tags, update URL's, and more
...
- remove obsolete svn '$Id$' tags from all source files
- update .fl files and generated files accordingly
- replace 'http://www.fltk.org ' URL's with 'https://...'
- replace bug report URL 'str.php' with 'bugs.php'
- remove trailing whitespace
- fix other whitespace errors flagged by Git
- add and/or fix missing or wrong standard headers
- convert tabs to spaces in all source files
The only relevant code changes are in the fluid/ folder where
some .fl files and other source files were used to generate
the '$Id' headers and footers.
2020-07-06 20:28:20 +02:00
ManoloFLTK
7f7e0e4ea1
Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()
...
so it can be called by any user code.
2020-05-08 17:08:33 +02:00
ManoloFLTK
499ec5c291
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Driver::default_icons()
2019-03-25 18:47:29 +01:00
ManoloFLTK
21c0134931
New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window::is_shaped()
...
The new function allows to get the window's shaping image
and delete it after use, if appropriate.
2019-02-23 10:21:27 +01:00
Manolo Gouy
8473a71e48
Remove a few useless 'friend' statements.
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12983 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-06-27 12:26:49 +00:00
Manolo Gouy
7ebe8e21b0
Move Fl_Window_Driver.H from FL/ to src/
...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12974 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-06-26 13:43:18 +00:00