summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-26Fix Makefile example in chapter "FLTK Basics"Albrecht Schlosser
2024-11-25 Fix: Graphical glitches on 101 DPI screen (#1138)ManoloFLTK
2024-11-25Windows: Fix rescale bug while window is fullscreendannye
2024-11-25Windows: Fix rescale bug while window is maximizeddannye
2024-11-24Fix compiler warning (g++ 14) [-Wstringop-overflow]Albrecht Schlosser
2024-11-24Improve output of 'fltk-options -h' and '-L*'Albrecht Schlosser
2024-11-23Increase clipping stack size (#1139)Albrecht Schlosser
2024-11-21FLUID: avoiding integer overflow warning.Matthias Melcher
2024-11-21FLUID: autodoc image memory allocation fix.Matthias Melcher
2024-11-20 Fix: Can't control scale of Fl_Copy_Surface dimensions on Linux (#1135)ManoloFLTK
2024-11-20Fix fl_draw_image sometimes crashes when window is scaled - cont'd (#1134)ManoloFLTK
2024-11-20Fix fl_draw_image sometimes crashes when window is scaled - cont'd (#1134)ManoloFLTK
2024-11-19FLUID: fixing autodocs file leak and memory leakMatthias Melcher
2024-11-19Add 2 other missing FL_EXPORT qualifiersManoloFLTK
2024-11-19Add 2 missing FL_EXPORT qualifiersManoloFLTK
2024-11-19 Fix fl_draw_image sometimes crashes when window is scaled (#1134)ManoloFLTK
2024-11-18Fix: Fullscreen regression between release-1.4.0rc2 and release-1.4.0rc3 on m...ManoloFLTK
2024-11-18Fix: Rounding issues with Fl_RGB_Image::draw() + window scaling (#1128)ManoloFLTK
2024-11-18MSVC: Fix array allocation in test/fltk-versions (#1131)Albrecht Schlosser
2024-11-17Update ANNOUNCEMENT for release 1.4.0Albrecht Schlosser
2024-11-17Update 'CHANGES.txt' for release 1.4.0Albrecht Schlosser
2024-11-17Finish release 1.4.0Albrecht Schlosser
2024-11-17Improve 'test/fltk-versions' demo programAlbrecht Schlosser
2024-11-15Fixes Alt-modifier handling in Fl_Shorcut_Button on macOSMatthias Melcher
2024-11-13Update CREDITS.txtAlbrecht Schlosser
2024-11-13Fix Cairo: Rounding issues with Fl_RGB_Image::draw() + Fl_Copy_Surface (#1124)ManoloFLTK
2024-11-12Windows: Fix flicker/animation when transitioning from fullscreen to maximizeddannye
2024-11-12 Fix for Windows and X11: Rounding issues with Fl_RGB_Image::draw() (#1120)ManoloFLTK
2024-11-12 Fix Keyboard shortcut (alt + letter) does not work in input widget-Windows (...ManoloFLTK
2024-11-09Revert gtk+ specific "chevron style" arrow drawing (#1117)Albrecht Schlosser
2024-11-09Fix Windows: fullscreen_off does not correctly preserve window size (#1116)ManoloFLTK
2024-11-09Wayland: protect against rounding errors in copy_region()ManoloFLTK
2024-11-08Finish Release Candidate 1.4.0 rc3 (release-1.4.0rc3)Albrecht Schlosser
2024-11-08Fix: X11: test/gl_overlay stale overlay rendering (#1111)ManoloFLTK
2024-11-08Fix macOS Very minor high DPI rounding issue with fl_rect (#1113)ManoloFLTK
2024-11-08Fix: fl_draw_image() with horizontal flip reads out of bounds (#1112)ManoloFLTK
2024-11-08Slightly improve member function Fl_Wayland_Graphics_Driver::copy_offscreen()ManoloFLTK
2024-11-08Fix X11: test/checkers drawing artifacts when window is scaled (#1109)ManoloFLTK
2024-11-07Fix X11: test/curve "points" mode not drawn correctly (#1110)ManoloFLTK
2024-11-05MacOS: Fix build folder for detection of SDK version (#1103)Albrecht Schlosser
2024-11-05MacOS: Improve detection of SDK version (#1103)Albrecht Schlosser
2024-11-04MacOS version check using try_compile: #1103Matthias Melcher
2024-11-04Using try_run to get __MAC_OS_X_VERSION_MAX_ALLOWED (#1105)Matthias Melcher
2024-11-04Correctly add weak-linked frameworks for increasingly high macOS versionsManoloFLTK
2024-11-04Fix Mac: Fl_Window::fullscreen() doesn't work for unfocused tabbed window (#...ManoloFLTK
2024-11-04Undo 6f6a375 that does not properly support macOS SDK 15.x (#1103)ManoloFLTK
2024-11-03Update ANNOUNCEMENT and CHANGES.txt for 1.4.0rc3Albrecht Schlosser
2024-11-03Fixes Fl_Tile resizing for "sudden" size changes: #1102Matthias Melcher
2024-11-03Recent macOS SDKs badly define MAC_OS_X_VERSION_MAX_ALLOWEDManoloFLTK
2024-11-03Recent Xcode versions badly define MAC_OS_X_VERSION_MAX_ALLOWEDManoloFLTK