summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-02STR #3323: glutAddMenuEntry now has a const label argumentMatthias Melcher
2019-02-02Added Fl_Input_::append() method (STR #2953).Matthias Melcher
2019-02-02Fixed pulldown menu position when at the bottom of the screen (STR #2880).Matthias Melcher
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2019-02-02Fixed missing item handling in Fl_Chekc_Browser (STR #3480).Matthias Melcher
2019-02-02Fl_Help_Dialog::load() now returns an error code (STR #3429)Matthias Melcher
2019-02-01Fixed Delete key in Fl_Input deleting entire widgets in Fluid (STR #2841).Matthias Melcher
2019-02-01STR #3498: Fl_Check_Browser::add(item) now accepts NULL.Matthias Melcher
2019-02-01Additional fix for STR #2531Matthias Melcher
2019-02-01STR 2531: Fl_Text_Display no longer wiggles.Matthias Melcher
2019-01-30STR 3430: fixed Help_View return valueMatthias Melcher
2019-01-28Remove useless statement.ManoloFLTK
2019-01-25Fix Fl_Tree::insert() with pos out ouf range (#18)Albrecht Schlosser
2019-01-24Fix minor text input problem related to dead key previewing.ManoloFLTK
2019-01-21Remove incorrect putenv(buf) call followed by free(buf).ManoloFLTK
2019-01-20Remove unnecessary code related to layer-backed views.ManoloFLTK
2019-01-18Update dependencies (now sorted)Albrecht Schlosser
2019-01-18Sort makedepend files for better comparabilityAlbrecht Schlosser
2019-01-18Update (remaining) dependenciesAlbrecht Schlosser
2019-01-17Merge branch 'master' of https://github.com/fltk/fltk into AndroidMatthias Melcher
2019-01-17Android CMake: icons, docs, more appsMatthias Melcher
2019-01-16Correct typo in comment.ManoloFLTK
2019-01-09Fix Fl_GIF_Image Color Table handling (STR 3491)Albrecht Schlosser
2019-01-04Slight reorganization of the [FLWindow close] method.Manolo Gouy
2019-01-04Remove [FLViewLayer dealloc] method.ManoloFLTK
2019-01-04Restore possibility to compile with SDK 10.7 or earlier.ManoloFLTK
2018-12-30Merge remote-tracking branch 'origin/master'ManoloFLTK
2018-12-30Under macOS 10.14, Fl_Cocoa_Window_Driver::flush() draws to the bitmap and do...Manolo Gouy
2018-12-28Merge pull request #11 from MatthiasWM/masterMatthias Melcher
2018-12-29Fixing STR #2901, wrongly escaping the formatting character code in Fl_Browser.Matthias Melcher
2018-12-28Merge pull request #10 from MatthiasWM/masterMatthias Melcher
2018-12-29Remove obsolete condition to make static analysis happy.Matthias Melcher
2018-12-29Remove a C style type cast from jpeg_mem_src.Matthias Melcher
2018-12-29Refactored gl_remove_displaylist_fonts to be more easily readable and to stop...Matthias Melcher
2018-12-27Fixing some minor lint, found by Pavel Shlyak using PVS studioMatthias Melcher
2018-12-16Fix another clang-tidy warning (issue #5, part 1).Albrecht Schlosser
2018-12-15Fix clang-tidy unused variable warning (issue #5, part 3).Albrecht Schlosser
2018-12-11Quick fix: menu disappearing (STR #3503 continued)Albrecht Schlosser
2018-12-10Rename README files to README.txt (and several similar files).Albrecht Schlosser
2018-12-09macOS: creation of window with subwindow in iconized form - continued.ManoloFLTK
2018-12-08macOS Mojave: fix window with subwindow created in iconized form - continuedManoloFLTK
2018-12-08macOS Mojave: fix window with subwindow created in iconized form.ManoloFLTK
2018-12-07Complete fix for STR #3503 (Fl_Choice).Albrecht Schlosser
2018-12-07Merge remote-tracking branch 'origin/master'Manolo Gouy
2018-12-07macOS comment only: refer to OS 10.14.2 gone public now.Manolo Gouy
2018-12-07Fix crash if menu is deleted while menu is open (SGR #3503).Albrecht Schlosser
2018-12-05New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()ManoloFLTK
2018-12-04Define useful implementations of Fl_Graphics_Driver::push_no_clip() and pop_c...ManoloFLTK
2018-12-04Give a meaningful default implementation to a few more member functions of cl...ManoloFLTK
2018-12-02Comment only: to try push with gitManoloFLTK