summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-19Fix typos and copyrightAlbrecht Schlosser
2022-02-16Fix "fl_message_icon() regression" (#395)Albrecht Schlosser
2022-02-12expose position(int, int), x(), y(), w() and h() from Fl_File_Chooser (#80)silverduner
2022-02-09Enable end user to copy standard dialog text to clipboard (#388)Albrecht Schlosser
2022-02-08Fix for issue #373 apparent with macOS platform and SDK ≤ 10.13ManoloFLTK
2022-02-06OpenGL implementation of all `fl_` "Drawing Fast Shapes" graphics calls (#385)Matthias Melcher
2022-02-05CMake: Remove unnecessary file from build systemAlbrecht Schlosser
2022-02-05Minor improvement in Fl_Mac_App_Menu::custom_application_menu_items().ManoloFLTK
2022-02-03Rearrange "Print Button Window" functionsAlbrecht Schlosser
2022-02-03Fl_Preferences (X11): Fix detection of preferences directoryAlbrecht Schlosser
2022-02-03Fl_Timeout: Remove compiler warning [-Wclass-memaccess]Albrecht Schlosser
2022-02-03Remove platform #ifdef from macOS native filechooserAlbrecht Schlosser
2022-02-03Reorganize classes Fl_System_Driver and Fl_Screen_DriverManoloFLTK
2022-02-02Add platform-independent Fl_Screen_Driver::print_or_copy_window().ManoloFLTK
2022-02-02macOS: add "Toggle printing of titlebar" to application menu - cont'd.ManoloFLTK
2022-02-02macOS: add "Toggle printing of titlebar" to application menu.ManoloFLTK
2022-02-01CMake: Fix image libraries build if fallback is usedAlbrecht Schlosser
2022-01-31Consolidate timeout handling across platforms (#379)Albrecht Schlosser
2022-01-30Adding Text_Display color variables. (#384)Matthias Melcher
2022-01-27Background color attribute for Fl_Text_Display. (#378)Matthias Melcher
2022-01-26Fix for #381, `backward` function crashMatthias Melcher
2022-01-23Preferences XDG path (#377)Matthias Melcher
2022-01-23Remove experimental platforms Android, Pico, SDL (PR #376)Albrecht Schlosser
2022-01-21Fix compiler warnings [-Wunused-variable]Albrecht Schlosser
2022-01-19Fixing and upgrading Fl_Preferences (#374)Matthias Melcher
2022-01-16Rename FL/Fl_String_class.H to FL/Fl_String.HAlbrecht Schlosser
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2022-01-16Improve Fl_GTK_Native_File_Chooser_Driver in relation to FLTK windows.ManoloFLTK
2022-01-16Improve kdialog-based native file chooser.ManoloFLTK
2022-01-14Move make_transient() to Fl_Posix_System_Driver from Fl_Screen_DriverManoloFLTK
2022-01-14Improve focus box drawing and documentationAlbrecht Schlosser
2022-01-13Fixes #369Greg Ercolano
2022-01-13Fixes #362Greg Ercolano
2022-01-13Fixes issue #361.Greg Ercolano
2022-01-08Input Method support: have the auxiliary window follow when the focus window ...ManoloFLTK
2022-01-08Remove obsolete (dead) code from Fl_Group.cxxAlbrecht Schlosser
2022-01-07Re-organize cross-platform support for text input methods.ManoloFLTK
2022-01-07Add virtual void Fl_Graphics_Driver::set_status() and implement for X11 platf...ManoloFLTK
2022-01-05Fix whitespace and Makefile dependenciesAlbrecht Schlosser
2022-01-04Fix build error with CMake when libjpeg???-dev package is absent from the sys...ManoloFLTK
2022-01-02Text input method for X11: fix for case when text widget is inside subwindow.ManoloFLTK
2021-12-29 Fix fullscreen window level corner cases on macOS - cont'dManoloFLTK
2021-12-20Fix compiler warning [-Wignored-qualifiers]Albrecht Schlosser
2021-12-20GitHub #328: removed stray ';' in Fluid code generation.Matthias Melcher
2021-12-19Update fluid generated and .fl files (remove mac_shell...)Albrecht Schlosser
2021-12-19Fix for issue #344 : New/Delete Type Mismatch on WindowsManoloFLTK
2021-12-19Add check against NULL pointer (fix for issue #338).ManoloFLTK
2021-12-18Generate FL/fl_config.h rather than FL/abi-version.hAlbrecht Schlosser
2021-12-17Updated Unicode utf8 byte limit in docs.Matthias Melcher
2021-12-17GitHub #233, documenting style buffers and utf8.Matthias Melcher