summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-01Merge pull request #116 from erco77/fl_strduperco77
2020-08-01Convert example from strdup -> std::stringGreg Ercolano
2020-08-01Remove unneeded strdup from example, fold tabsGreg Ercolano
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-31Solves issue #117, memcmp -> strncmpGreg Ercolano
2020-07-30Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.ManoloFLTK
2020-07-29Documentation: complete the inheritance diagram from class Fl_Surface_Device.ManoloFLTK
2020-07-28Fix for issue #119. Drawing artefacts for SVG images without XRender.ManoloFLTK
2020-07-27Fix for "Crashing regression in MacOS code" in fltk.coredev.ManoloFLTK
2020-07-25Simpler macOS-specific code in main().ManoloFLTK
2020-07-24Remove typedefs Fl_String and Fl_CStringAlbrecht Schlosser
2020-07-24Fix problem when calling Fl_Window::fullscreen_off() in certain circumstances.ManoloFLTK
2020-07-23Git-ignore resize-example* test programsAlbrecht Schlosser
2020-07-23Simpler macOS-specific code.ManoloFLTK
2020-07-23Fix for issue #50: usage in plugins on Linux.ManoloFLTK
2020-07-23Create macOS "bundle wrapper" scripts (#115)Albrecht Schlosser
2020-07-23Use local images in test/help_dialog(.html)Albrecht Schlosser
2020-07-22macOS: don't add resource files to demo.appAlbrecht Schlosser
2020-07-21Merge pull request #111 - refactor test/demo.cxxAlbrecht Schlosser
2020-07-21Fix macOS code + remove obsolete codeAlbrecht Schlosser
2020-07-21Add Fl_Simple_Terminal for cross platform debuggingGreg Ercolano
2020-07-21Consolidate test/demo for all build systemsAlbrecht Schlosser
2020-07-20Add missing driver folder to Makefile (clean)Albrecht Schlosser
2020-07-20add resize examples as per STR3433Duncan Gibson
2020-07-20CMake: simplify create_example macroAlbrecht Schlosser
2020-07-20Restore tabs in html test fileAlbrecht Schlosser
2020-07-20CMake: fix FLTK_RUN_FLUID macroAlbrecht Schlosser
2020-07-18CMake: simplify copying of test and demo filesAlbrecht Schlosser
2020-07-17Restore use of virtual Fl_Window::resize() to be notified when window moves.ManoloFLTK
2020-07-16Documentation: update clock demo imagesAlbrecht Schlosser
2020-07-16Windows: add icon to sudoku.exe (PR #36)Albrecht Schlosser
2020-07-15fix doxygen links in Fl_Group.HDuncan Gibson
2020-07-15Restore file icons to 3 macOS test apps who have oneManoloFLTK
2020-07-15CMake: refactor and reformat CMake filesAlbrecht Schlosser
2020-07-14Merge branch 'issue-99a': add OS error messages to Fl_File_ChooserGreg Ercolano
2020-07-14Fix old URL's and forum/newsgroup namesAlbrecht Schlosser
2020-07-14Import Albrecht's utf8 mods for FormatMessage() to fluidGreg Ercolano
2020-07-14Windows: convert error message to UTF-8Albrecht Schlosser
2020-07-14setlocale() added to Fl_File_Chooser demosGreg Ercolano
2020-07-14Extra fool-proofing, and suggested use of strerror_r()Greg Ercolano
2020-07-14First pass at fixing issue 99Greg Ercolano
2020-07-13add resize documentation as per STR3433Duncan Gibson
2020-07-13A few extra comments for table-spreadsheet.Greg Ercolano
2020-07-12Update Fl_Window docs, fix typosAlbrecht Schlosser
2020-07-11Fluid: fix "trailing whitespace" errors (#100)Albrecht Schlosser
2020-07-11Simpler code to support layer-based views that occur when macOS ≥ 10.14ManoloFLTK
2020-07-11Fix for building without print support (GitHub issue #98).ManoloFLTK
2020-07-10Convert Fl_Group::array_ to union to better represent its behaviorRobert Schumacher
2020-07-06Shortcut tooltip elaborates on how to clear shortcutGreg Ercolano
2020-07-06Add member function FILE* Fl_PostScript_File_Device::file()ManoloFLTK