summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-15Update CMake and make files, minor edits onlyAlbrecht Schlosser
2021-02-15fix autoconf and MakefileAlbrecht Schlosser
2021-02-14Update GHA build scripts for Linux, macOS, and Windows.Michael R Sweet
2021-02-14Initial Github Action for CI buildsMichael R Sweet
2021-02-13Finish first pass of modernizing autoconf source file.Michael R Sweet
2021-02-13Save work.Michael R Sweet
2021-02-13Add autoconf cross-compilation support files.Michael R Sweet
2021-02-13Save work on configure.ac modernization.Michael R Sweet
2021-02-13Remove compilation warnings issued by Visual Studio 2019.ManoloFLTK
2021-02-12Fix for issue #185 "Shared Image reload() loses initial dimensions"ManoloFLTK
2021-02-12Fix missing export of fl_scroll() (issue #186)Albrecht Schlosser
2021-02-12Fix comments and documentationAlbrecht Schlosser
2021-02-11Fix X11 copy-paste and drag-and-drop target selection (#182)Albrecht Schlosser
2021-02-11Fix for issue #185 in Fl_Shared_Image::reload()ManoloFLTK
2021-02-10Fix potential NULL pointer dereferenceAlbrecht Schlosser
2021-02-10Fix output and screen_num() in handle_events demoAlbrecht Schlosser
2021-02-10Windows scaling support: fix after WM_MOVE and in mouse_event()ManoloFLTK
2021-02-08Add event handling test and demo programAlbrecht Schlosser
2021-02-01Scaling support under Windows: fix fullscreen window mode.ManoloFLTK
2021-01-29Make Fl_Gl_Window::gl_driver() private (#184)Albrecht Schlosser
2021-01-29Remove debug output from test/fullscreen demoAlbrecht Schlosser
2021-01-25Windows: restore "checkers" app that was damaged after handling of issue #155.ManoloFLTK
2021-01-25Windows: fix scaling problem in Fl_Tile.ManoloFLTK
2021-01-13Remove "Figure x.y: " from html image captionsAlbrecht Schlosser
2021-01-13Documentation: enhance chapter "FLTK Basics"Albrecht Schlosser
2021-01-13Update test/hello.cxx and related imageAlbrecht Schlosser
2021-01-08Fix Fl_Help_View::find() (issue #179)Albrecht Schlosser
2020-12-13Merge pull request #175 from ComputerNerd/wrong-err-fixerco77
2020-12-13Set errmsg to exterr instead of err which will always be zero.ComputerNerd
2020-12-03Windows scaling: fix redraw after partial expose events.ManoloFLTK
2020-12-02Remove build-time warning.ManoloFLTK
2020-12-02Improve Fl_Graphics_Driver::cache_size() when GUI is scaled.ManoloFLTK
2020-12-01Windows scaling: fix computation of border sizes.ManoloFLTK
2020-12-01Travis-CI: simplify config, disable macOS build (temp.)Albrecht Schlosser
2020-12-01Travis-CI: disable macOS and documentation buildsAlbrecht Schlosser
2020-11-30Scaling for Windows and X11: support rectangular loops.ManoloFLTK
2020-11-29 Fix for issue #123 - Windows platformManoloFLTK
2020-11-29Windows: fix undrawn pixels at right and bottom of scaled windows.ManoloFLTK
2020-11-27Fix for issue #123 - macOS platformManoloFLTK
2020-11-27Prevent compilation warning about uninitialized variables.ManoloFLTK
2020-11-25Fix for issue #123 - X11 platformManoloFLTK
2020-11-25Match format specifier and variable type.ManoloFLTK
2020-11-25Travis-CI: update Linux + macOS build environmentsAlbrecht Schlosser
2020-11-24Improve resizing of test/cube demo (#157, #166)Albrecht Schlosser
2020-11-24Basic CMakeLists.txt file to build FLTK-based user program - continuedManoloFLTK
2020-11-24Fix for issue #163: Improve Xrender scaling qualityManoloFLTK
2020-11-23Basic CMakeLists.txt file to build FLTK-based user program.ManoloFLTK
2020-11-23Documentation: clarify how keypad keys are named.ManoloFLTK
2020-11-22Fix issue #162Greg Ercolano
2020-11-22Fix for STR #3424 and for issue #160ManoloFLTK