summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Expand)Author
2016-11-16Remove file fl_line_style.cxxManolo Gouy
2016-11-16Remove obsolete comments from src/Makefile.Albrecht Schlosser
2016-11-12Rename misspelled files.Albrecht Schlosser
2016-09-26MacOS platform: the printer's graphics driver should also call Fl_Graphics_Dr...Manolo Gouy
2016-08-12Remove uses of the '$(shell if test ...' syntax from Makefile that is not cro...Manolo Gouy
2016-04-11Create Fl_X11_System_Driver.{cxx,.H} and share Fl_Posix_System_Driver.{cxx,.H...Manolo Gouy
2016-04-07Add missing :Manolo Gouy
2016-04-07Rewrite filename_list.cxx under the driver model.Manolo Gouy
2016-04-06Rewrite Fl_get_key.cxx under the driver model.Manolo Gouy
2016-04-05Clean up Makefile and CMakeLists.txtAlbrecht Schlosser
2016-04-05Rewrite the Fl_File_Native_Chooser class under the driver model.Manolo Gouy
2016-04-03Rewrite fl_read_image.cxx under the driver model.Manolo Gouy
2016-03-30Rewrite fl_utf.c under the driver model: the file disappears and its content ...Manolo Gouy
2016-03-28Rewrite Fl_dnd.cxx under the driver model.Manolo Gouy
2016-03-28Add Fl_System_Driver.cxxManolo Gouy
2016-03-25Separating platform-dependent from platform-independent code: make src/Fl.cxx...Manolo Gouy
2016-03-19Minor Makefile (spaces/tabs) and CMakeLists.txt fixes.Albrecht Schlosser
2016-03-19Fix typo that was preventing the porting branch form building on OSX with a M...Ian MacArthur
2016-03-19Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxxManolo Gouy
2016-03-19Reflect recent changes in Fl_Image_Surface and Fl_Copy_Surface classes.Manolo Gouy
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.Manolo Gouy
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-03-04Complete driver-based implementation of Fl_Image_Surface.Manolo Gouy
2016-03-01Rewrite the Fl_Copy_Surface class with strict separation of public API and pl...Manolo Gouy
2016-02-27Yet another directory in src/Makefile.Albrecht Schlosser
2016-02-27Fix Makefiles (particularly target 'clean').Albrecht Schlosser
2016-02-26Move PostScript-support files to a subfolder called src/drivers/PostScript - ...Manolo Gouy
2016-02-26Move PostScript-support files to src/drivers/PostScript/Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy
2016-02-19Typo in X11 part of src/MakefileMatthias Melcher
2016-02-19Add System Driver and Window Driver.Matthias Melcher
2016-02-10Basic Screen Driver Structure. LIMBO!Matthias Melcher
2016-02-10Fix missing files in Makefile systemMatthias Melcher
2016-01-31Update build system to compile all drivers as indiviual objects.Albrecht Schlosser
2016-01-29Update Makefile to compile only needed Xlib driver files.Albrecht Schlosser
2016-01-28Prepare src/Makefile to compile Xlib driver files.Albrecht Schlosser
2016-01-27Messed up Makefiles in order to compile on OS X with carved out Graphics DriverMatthias Melcher
2016-01-26Further fudged up the Makefile dependencies.Matthias Melcher
2016-01-26Hacky version of font_x and font_xft, compiles on Fedora LinuxMatthias Melcher
2016-01-24Fixed for LinuxMatthias Melcher
2016-01-24Fixes for Unix/X11Matthias Melcher
2015-03-25Rename confusing configure and Makefile (makeinclude) variable.Albrecht Schlosser
2015-03-07Update configure and makeinclude.in to get rid of version numbers in Makefiles.Albrecht Schlosser
2014-10-30Remove Fl::*sleep() method family, as discussed in fltk.coredev.Albrecht Schlosser
2014-10-05Bump version numbers to 1.3.3.Albrecht Schlosser
2014-09-21STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...Manolo Gouy
2014-09-08Put Fl_PostScript.cxx in list of files compiled in libfltk rather than includ...Manolo Gouy
2014-08-27Added the Fl_Shaped_Window class to support windows of arbitrary shapes.Manolo Gouy
2014-08-21Newer linkers are more strict about libs coming after objects.Lauri Kasanen
2014-05-23Added copy/paste from/to FLTK applications of graphical data.Manolo Gouy