summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-01-23Added OpenGL implementation of fl_vertex calls. Compiling and linking, but fu...Matthias Melcher
2016-01-20Starting to cut out individual graphics function, so that multiple drivers ca...Matthias Melcher
2016-01-17Trying to create a more detaild way to configure the library, added runtime i...Matthias Melcher
2016-01-101) Replicate in branch-1.3-porting all recent changes of branch-1.3Manolo Gouy
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-12-29Mac OS: Enhanced the application bundle for the editor demoManolo Gouy
2015-12-01Mac OS: Show how to localize the "Preferences…" custom application menu itemManolo Gouy
2015-11-26Mac OS only: added the Fl_Mac_App_Menu::custom_application_menu_items() methodManolo Gouy
2015-11-24Finish "rename" of *.xcf.gz - delete uncompressed files.Albrecht Schlosser
2015-11-24Rename *.xcf.gz files to *.xcf_gz instead of uncompressing.Albrecht Schlosser
2015-11-24Added new method Fl_Copy_Surface::draw_decorated_window()Manolo Gouy
2015-11-24Testing to see if changing the file extensionIan MacArthur
2015-11-24Attempting to workaround issue withIan MacArthur
2015-09-01Fix typos.Albrecht Schlosser
2015-07-22Update dependencies.Albrecht Schlosser
2015-07-21Update common dialog test program - add "recursive" dialog test.Albrecht Schlosser
2015-07-09Update fluid .fl files and generated code - remove trailing white space.Albrecht Schlosser
2015-07-08Fix compiler warning, add inactive (deactivated) box test mode.Albrecht Schlosser
2015-06-17Another update of tabs.fl.Albrecht Schlosser
2015-06-17Improve test/tabs demo - enlarge window, shift widgets around.Albrecht Schlosser
2015-05-24Removing this unused file.Greg Ercolano
2015-04-28Fl_Tree: improved draw() behavior when deactivated;Greg Ercolano
2015-04-09Improve test/color_chooser layout, fix some small bugs.Albrecht Schlosser
2015-04-09MacOS: removed XCode3 from header search paths in Xcode FLTK project,Manolo Gouy
2015-04-08Mac OS: fix demo for programs that are run with an argument.Manolo Gouy
2015-04-08CMake build on Mac OS: r10688 was not a good move because it works withManolo Gouy
2015-04-08CMake building on Mac OS: use a simpler way to put files within app bundles.Manolo Gouy
2015-04-03Fix more compiler warnings in test/*.cxx (STR #2813).Albrecht Schlosser
2015-04-03Fix compiler warnings in test/forms.cxx and more (inspired by STR #2813).Albrecht Schlosser
2015-04-03Add missing cast (part of patch for STR #2813).Albrecht Schlosser
2015-03-28Update dependencies.Albrecht Schlosser
2015-03-18Add new animated demo to CMakeLists.txt, update .gitignore and svn props.Albrecht Schlosser
2015-03-18Added the new 'animated' test program.Manolo Gouy
2015-03-17Remove obsolete watcom makefiles.Albrecht Schlosser
2015-03-16Add a test program to benchmark alpha blending.Lauri Kasanen
2015-03-10Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...Manolo Gouy
2015-03-10[Version 1.3.4] Update version numbers - hopefully complete.Albrecht Schlosser
2015-03-07Update dependencies.Albrecht Schlosser
2015-03-05Improve label demo test/label.cxx : better layout + new tooltips.Albrecht Schlosser
2015-02-27Rename variable 'inp' because of colliding definition in Cygwin.Albrecht Schlosser
2015-02-13[CMake] Fix creation of example directory when copying support files.Albrecht Schlosser
2015-02-11[CMake] Copy support files for demo programs to build directory (incomplete).Albrecht Schlosser
2015-02-09Fix typos in demo file.Albrecht Schlosser
2015-02-09Make demo programs display the correct Fl::scheme() in all cases.Albrecht Schlosser
2015-02-08Allow compilation with -std=c++11Manolo Gouy
2015-01-31Improve test/boxtype demo program to help boxtype debugging.Albrecht Schlosser
2014-12-20Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...Manolo Gouy
2014-12-19Fixes STR #3169, comment #8.Greg Ercolano
2014-12-19Fixes STR #3169, comments #4, #5 and #7.Greg Ercolano