summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-05-09Fix documentation of Fl_Tile (STR #3303).Albrecht Schlosser
2016-04-27Add tests to avoid null pointer errorsManolo Gouy
2016-04-20Progress toward support of CMake OPTION_APPLE_SDLManolo Gouy
2016-04-15Pico can draw lines rectf and arcs, so the top level driver does not have toMatthias Melcher
2016-04-15Fix position in window of string "Line styles".Manolo Gouy
2016-04-12Remove obsolete EMX (DOS, OS/2 extender) support.Albrecht Schlosser
2016-04-09Fix compiler warning when compiled with USING_XCODE [-fpermissive].Albrecht Schlosser
2016-04-05Fix more compiler warnings.Albrecht Schlosser
2016-04-04Have the device demo operate also the Fl_PostScript_File_Device class.Manolo Gouy
2016-03-26Add necessary #include directive under Mac OS.Manolo Gouy
2016-03-26Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.Albrecht Schlosser
2016-03-26Fix compiler warning.Albrecht Schlosser
2016-03-25Completed the vector font.Matthias Melcher
2016-03-23Rewrite Fl_Window::border(int) under the driver model.Manolo Gouy
2016-03-19Update dependencies.Albrecht Schlosser
2016-03-08Restore high resolution support.Manolo Gouy
2016-03-08Compiling test/colbrowserMatthias Melcher
2016-03-05Fix and simplify exe name handling in demo (Windows).Albrecht Schlosser
2016-03-05Add Ian's offscreen test program.Albrecht Schlosser
2016-03-04porting branch: Modify unittest_images.cxx to support "on the fly" update of ...Ian MacArthur
2016-03-03Made Pico/SDL setup compile and run some minimal code.Matthias Melcher
2016-03-02Enable negative 'd' and 'ld' arguments in fl_draw_image() test.Albrecht Schlosser
2016-03-02Add support for SDL as a base library on OS X.Matthias Melcher
2016-02-27Fix compiler warnings (STR #2988) - final commit.Albrecht Schlosser
2016-02-27Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.Manolo Gouy
2016-02-27Update dependencies.Albrecht Schlosser
2016-02-26Update dependencies.Albrecht Schlosser
2016-02-25Mac OS platform: make fl_draw_image() draw correctly depth-4 images with tran...Manolo Gouy
2016-02-22Add some test options to test/editor.cxx.Albrecht Schlosser
2016-02-12Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...Manolo Gouy
2016-02-09[CMake only] Add examples/fltk-versions to test programs.Albrecht Schlosser
2016-02-02Stop using ide/Xcode4/plists/editor-Info.plist because ide will be removed.Manolo Gouy
2016-02-01Clean up fl_args for OS X.Matthias Melcher
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2016-01-30Reflect changes in new Windows IDE (Debug Mode).Albrecht Schlosser
2016-01-30Bump version numbers for next minor release: FLTK 1.4.0.Albrecht Schlosser
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
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