Albrecht Schlosser
fd6accec24
Fix small circle drawing and add doxygen \since statement
...
src/fl_draw.cxx: improve documentation, add \since 1.4.0,
simplify scaling code, use forgotten 'color' argument to set the
circle color.
src/fl_draw_arrow.cxx: add doxygen \since statement
2023-10-15 11:30:19 +02:00
Matthias Melcher
56ad8f8a78
Draws nicer small circles if display is scaled up.
2023-10-14 14:57:29 +02:00
ManoloFLTK
ded5839d9c
Improve Fl_Wayland_Window_Driver::take_focus()
2023-10-14 09:43:35 +02:00
Albrecht Schlosser
01038e832a
Fix trailing whitespace and dependencies
2023-10-13 19:08:30 +02:00
ManoloFLTK
6958e5d615
Drawing artifact with round check buttons in menu under Cairo ( #792 )
2023-10-13 15:30:12 +02:00
ManoloFLTK
c274ae1365
Remove obsolete comments
2023-10-13 15:30:12 +02:00
Matthias Melcher
58b13b868e
FLUID: allow mousewheel events on coordinate input
...
MACOS: make sure that even small mouse wheel deltas count at least as 1 unit
2023-10-13 13:59:01 +02:00
Matthias Melcher
b1321bb97e
#748 : Adds option to choose menu window boxtype
...
...independently from the menu button or menu bar boxtype
2023-10-13 12:49:26 +02:00
Matthias Melcher
0af27f6fda
test/menubar: use popup menu default boxtype
2023-10-13 12:11:16 +02:00
Matthias Melcher
d93b991e5c
FLUID: Settings dialog is now resizable
2023-10-12 00:09:48 +02:00
Matthias Melcher
d7a5e5099c
Fixes conversion warning.
2023-10-11 23:33:31 +02:00
Matthias Melcher
c41b3a1a64
Fixes fl_filename_relative on Linux, Mac, and Windows ( #787 )
...
* fixed filename_relative for Linux
* Fixing fl_filename_relative for MSWindows.
* Update documentation
* Fixed docs.
* Fixes Linux and macOS builds
2023-10-11 23:26:36 +02:00
Matthias Melcher
33b601e574
Synchronize all arrow colors and inactive drawing ( #791 )
2023-10-11 23:25:52 +02:00
Matthias Melcher
e2c2ba7773
FLUID: adds better zoom icon
2023-10-11 23:21:16 +02:00
ManoloFLTK
86cadec162
macOS: remove availability warning
2023-10-11 10:53:03 +02:00
ManoloFLTK
00aab5e698
Add legit #pragma clang diagnostic ignored "-Wdeprecated-declarations"
2023-10-11 10:17:31 +02:00
leen
fcaae03537
Fix default color of ATTR_GRAMMAR/ATTR_SPELLING ( #790 )
2023-10-10 22:03:40 +02:00
ManoloFLTK
bb7e1635ad
macOS: remove a bunch of deprecation warnings
2023-10-09 11:16:36 +02:00
ManoloFLTK
d1436f4f63
Clean long source lines in Fl_Wayland_Graphics_Driver.cxx
2023-10-09 09:11:20 +02:00
ManoloFLTK
da15a12ffe
Fix " Wayland compilation warnings" ( #788 )
2023-10-09 08:11:54 +02:00
Albrecht Schlosser
1fd6f0dd3a
Fix STR 3458: "GLUT compatibility mode segfaults"
...
... "when there's no current window".
Silently ignore GLUT function calls that need a current window if the
current window is NULL, return 0 from functions that return an 'int'.
Check if window is shown in Fl_X11_Gl_Window_Driver::swap_buffers().
This would issue "XRequest.nnn: GLXBadDrawable 0x0" on X11 otherwise.
Note: the chosen implementation to ignore GLUT calls silently appears
to be compatible with GLUT (3.7) whereas FreeGLUT 3.0 would issue error
messages and exit. The latter could be implemented as well but would
be much more work.
2023-10-07 17:14:11 +02:00
ManoloFLTK
f6690a9742
Fix: macOS runtime warning makeKeyWindow... ( #785 )
2023-10-06 19:02:09 +02:00
ManoloFLTK
f20e2188fd
Change prototype to Fl::now(double offset = 0) - cont'd
2023-10-06 17:11:43 +02:00
ManoloFLTK
4d9805537b
Change prototype to Fl::now(double offset = 0)
2023-10-06 16:23:08 +02:00
Matthias Melcher
ac047172b9
Removes stray files.
2023-10-06 15:39:53 +02:00
Matthias Melcher
068e10326e
FLUID: typo
2023-10-06 13:47:26 +02:00
ManoloFLTK
6571bd2f28
Wayland: whitespace only changes
2023-10-05 17:07:55 +02:00
ManoloFLTK
e8f633cf2f
Wayland: remove useless code
2023-10-04 10:24:27 +02:00
ManoloFLTK
aa14ffe6a1
Fix fltk.coredev: mandelbrot demo segfault under Wayland
2023-10-03 21:56:01 +02:00
Albrecht Schlosser
f8bf7e5da4
Avoid integer overflow on Windows in delta time calculation
...
See comment in the code. This makes the implementation more future
proof although it's still problematic starting around 2038.
2023-10-03 16:37:59 +02:00
Albrecht Schlosser
cfa1a3bd40
Enhance info about documentation generation
...
- update build requirements
- clarify CMake options
- make clear that a POSIX shell and some Unix tools are required
to build the PDF documentation
2023-10-03 09:19:36 +02:00
ManoloFLTK
4132590d8c
Wayland: add security test to avoid NULL pointer dereferencing
2023-10-03 08:13:33 +02:00
ManoloFLTK
74e63d9077
Wayland: document throttling redraws during interactive resizes
2023-10-03 08:12:13 +02:00
Matthias Melcher
76b16d8cef
Fixes Fl_Tabs clipping offset
2023-09-30 13:41:49 +02:00
Albrecht Schlosser
a1f47148a3
Remove unused variable, silence compiler warning
...
warning: unused variable ‘dy’ [-Wunused-variable]
2023-09-29 16:27:03 +02:00
Matthias Melcher
144d7d3529
Adds Fl_Menu_::prev_mvalue() ( #685 )
2023-09-29 15:22:47 +02:00
Matthias Melcher
25a9af2f06
Fixes overlapping tabs ( #718 )
...
* corrects clipping of overlapping tabs
* fixes some issues with exotic box types
like rounded boxes
2023-09-29 14:12:39 +02:00
Matthias Melcher
f3eae58c52
Draw parent window backdrop on Fl_Tabs ( #718 )
2023-09-29 14:12:39 +02:00
ManoloFLTK
ff0a3a9d59
Wayland: throttle window redraws during interactive resizes ( #776 )
2023-09-29 12:29:52 +02:00
Matthias Melcher
491db97a3b
Reversed README.md
2023-09-28 16:01:29 +02:00
Matthias Melcher
87b635141a
Make README.md clickable
2023-09-28 15:57:21 +02:00
Albrecht Schlosser
bb7c68a477
Update dependencies
2023-09-27 16:49:46 +02:00
Matthias Melcher
371ff17639
FLUID: fixing settings dialog update
2023-09-27 13:14:09 +02:00
Matthias Melcher
e68f5e6c42
FLUID: minor fixes
2023-09-27 12:57:12 +02:00
Matthias Melcher
c073c1fca7
Fix for CLEAR flag in Fl_Preferences
...
Fixed warning in new Fl_Preferences constructor
2023-09-27 12:26:35 +02:00
Matthias Melcher
71b8e77935
FLUID: adds greatly enhanced Shell Commands ( #774 )
...
The user can add an arbitrary number of highly configurable
shell commands through the setting panel. The commands can
be saved as user preferences, inside the .fl file, or exported
to an external file. Shell scripts can be limited to individual
platforms, can have shortcut keys, etc. .
* documentation will follow
* support to call `fltk-config` will follow
2023-09-26 16:01:03 +02:00
ManoloFLTK
2bbdd49465
Remove "warning: extended initializer lists only available with …"
2023-09-26 15:38:21 +02:00
Matthias Melcher
2c528b816c
FLUID: Typos in docs
2023-09-26 12:39:52 +02:00
ManoloFLTK
75273c06c5
Add Fl_Timestamp Fl::distant_past()
...
Can be handy when Fl::seconds_since() is used early at program startup
2023-09-26 12:31:20 +02:00
Matthias Melcher
0a2f05a2fe
FLUID: Fixes regression #777
...
Wrote wrong path in #inlude statement under certain
conditions. Also removed 'snap' tag if not needed.
2023-09-26 00:29:26 +02:00