summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-19Fixes STR#3428: allows command line to specify alternate html file on Mac pla...Greg Ercolano
2017-11-17Replace remaining calls of getenv() with fl_getenv().Albrecht Schlosser
2017-11-17Proper return value from test window::handle() when the event is not processed.Manolo Gouy
2017-11-12Replace chdir() with new wrapper fl_chdir().Albrecht Schlosser
2017-11-04Updated scrollbar size's instructions, increased font size.Greg Ercolano
2017-11-02Addresses STR# 3423; adds missing scrollbar_size() methods and honors global ...Greg Ercolano
2017-11-02test/valuators demo modified to use Fl_Simple_Terminal.Greg Ercolano
2017-10-17Added Fl_Simple_Terminal widget, and mods to test+example programs (STR #3411).Greg Ercolano
2017-10-15Replace inappropriate usage of __WATCOM__ with _MSC_VER.Albrecht Schlosser
2017-10-13Update dependencies.Albrecht Schlosser
2017-10-13Replace remaining calls to getenv() with fl_getenv().Albrecht Schlosser
2017-10-06Fixed seemingly random whitespace..Greg Ercolano
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2017-10-04Undo commit at r.12475 that is not adequate.Manolo Gouy
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2017-09-19Added control for when() to test browser's callback behavior.Greg Ercolano
2017-09-03Add new Fl_SVG_Image class to support scalable vector graphics images using t...Manolo Gouy
2017-08-28Fix typos (comments and documentation).Albrecht Schlosser
2017-08-27Associate gl_font() and gl_draw() calls.Manolo Gouy
2017-08-18Update dependencies.Albrecht Schlosser
2017-08-15Complete previous commit at r.12385 that was partial.Manolo Gouy
2017-08-15Update support of rescaling which no longer involves hide/show of the window.Manolo Gouy
2017-07-25Fix blocks demo keyboard handling, add new shortcut.Albrecht Schlosser
2017-07-25Fix test/blocks "runaway timer" bug.Albrecht Schlosser
2017-07-25test/blocks: improve timer test code.Albrecht Schlosser
2017-07-07Update dependencies (makedepend).Albrecht Schlosser
2017-07-05Remove obsolete comment, fix code formatting.Albrecht Schlosser
2017-06-29CMake: replace improperly used variables with correct ones.Albrecht Schlosser
2017-05-18Add void fl_scale_offscreen(Fl_Offscreen &ctx) to support the rescaling of an...Manolo Gouy
2017-05-15Allow to disable shadows in Fl_Clock and derived widgets.Albrecht Schlosser
2017-04-21Fl_Help_View: fix table header in help_dialog.html (STR #3227).Albrecht Schlosser
2017-03-19Fix dependencies.Albrecht Schlosser
2017-03-12Fix svn attributes of *.c, *.cxx, *.cmake and others.Albrecht Schlosser
2017-03-10Enable Up/Down keys in Fl_Spinner if input has focus (STR #2989).Albrecht Schlosser
2017-03-05Fix tab group positions.Albrecht Schlosser
2017-02-19Reset offscreen surface when the window is hidden.Manolo Gouy
2017-02-11Add radio buttons to unittests_schemes in 4th tab.Albrecht Schlosser
2017-02-08Rename test/help demo program to test/help_dialog.Albrecht Schlosser
2017-01-26Allow ESC to close window and don't transmit CTRL character to fl_draw()Manolo Gouy
2016-12-14It is better to reset the line width after having finished to draw with a mod...Manolo Gouy
2016-12-07Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...Manolo Gouy
2016-11-30Test program "device": add several calls to image destructors to exercise them.Manolo Gouy
2016-11-19Finally remove FLTK_ABI_VERSION preprocessor macro from code.Albrecht Schlosser
2016-11-06Fix test/native-filechooser help display artefact (STR #3349).Albrecht Schlosser
2016-10-17Minor fix of tree demo program (show tree widgets).Albrecht Schlosser
2016-10-06Make source code of test/file_chooser.cxx platform-independent.Manolo Gouy
2016-09-20Update dependencies.Albrecht Schlosser
2016-09-16Bringing over fix [r11947] from 1.3 current to the porting branch.Greg Ercolano
2016-09-13Fix native file chooser test program (STR #3326).Albrecht Schlosser
2016-09-07configure build and Mac platform: make the colbrowser and help demo find thei...Manolo Gouy