3771 Commits (bf4635d00d414e0a0f1deda5b37943e6a175b9ec)
 

Author SHA1 Message Date
Fabien Costantini bf4635d00d Fixed executable in release mode would have the debug mode name (ex: help.d.exe instead of help.exe). fltk dll's should be checked as well, in particular : intermediate obj gen. is done at the same place that other static compilation... 15 years ago
Fabien Costantini 31a54bcf1b Fixed msvc6 compilation was broken. What is the use of visualc now? seems we should remove that one ... 15 years ago
Manolo Gouy b087f8b648 Minor documentation changes 15 years ago
Manolo Gouy c5d7f42a22 Completed Doxygen documentation of Fl_Device, Fl_Abstract_Printer, Fl_Printer classes. 15 years ago
Albrecht Schlosser a8c583a49e removed "#undef FL_PLUGIN_VERBOSE" since this would prevent 15 years ago
Manolo Gouy 5021ed146f Added dependencies to FL/Fl_PSfile_Device.H 15 years ago
Manolo Gouy bddd495ab4 Removed commented out statement. 15 years ago
Manolo Gouy e107a3682c Created FL/Fl_PSfile_Device.H to reduce size of FL/Fl_Printer.H 15 years ago
Ian MacArthur aca570e1ce Commit Domingo's patch for the idle declarations etc. 15 years ago
Albrecht Schlosser 3aa47122fe Updating PDF documentation. 15 years ago
Matthias Melcher 26bdd29be8 Fl_Plugin: using bas 'A' encoded BCD to write the pointer. This is pure and fast C. However, the pointer is not human readable (hexadecimal would just be a waste of time ;-). The size of the string adapts to the length of the pointer and ignores big/little endian. All calls have room for a maximum of 128bit per pointer. I also removed the verbose comments to keep them out of the snapshot tonight. 15 years ago
Matthias Melcher f5cd7fa9fb Changed reading and writing of pointers in Fl_Plugin. This will hopefully fix issues with MinGW. 15 years ago
Manolo Gouy cf37057367 Renamed class Fl_Virtual_Printer into Fl_Abstract_Printer 15 years ago
Manolo Gouy c72a57a56b Better WIN32 performance of Fl_Printer::print_window_rect() 15 years ago
Manolo Gouy c0550793a1 Setting copyright dates to 2010 15 years ago
Manolo Gouy cb4f4a7ff2 Setting copyright dates to 2010 15 years ago
Manolo Gouy 2680f8b3ee Added id lines and copyright 15 years ago
Manolo Gouy 96be59d1df Added id lines and copyright 15 years ago
Manolo Gouy 253ea58136 Attempt to add id lines and copyright 15 years ago
Manolo Gouy 195590f21c Attempt to set correct header and footer. 15 years ago
Albrecht Schlosser 891f02594e Changed a comment and added svn properties: 15 years ago
Manolo Gouy 2c56e94e7c Attempt to add id lines and copyright 15 years ago
Matthias Melcher bde92b83f3 Fixed the IDE's for Xcode3, Xcode3.1, and VisualC (last one untested). 15 years ago
Manolo Gouy cfe5cfdac3 Added trick to force loading of Fl_Gl_Device_Plugin whenever fltk_gl is loaded. 15 years ago
Manolo Gouy 26af092532 PostScript text output: text is now rendered altering the spacing between characters 15 years ago
Manolo Gouy 7d7b276ae7 Reflecting rename of src/Fl_Gl_Printer.cxx to src/Fl_Gl_Device_Plugin.cxx 15 years ago
Albrecht Schlosser efed27b2c4 fixed src/Makefile and updated dependencies. 15 years ago
Manolo Gouy b729e997bc Reflecting Fl_Gl_Printer.cxx was renamed to Fl_Gl_device_Plugin.cxx 15 years ago
Manolo Gouy c81fe82cb1 No longer useful because class Fl_Gl_Printer has been deleted. 15 years ago
Manolo Gouy 53070ba725 Deleted class Fl_Gl_Printer that's no longer useful. 15 years ago
Manolo Gouy e6a5d896e6 Fl_Printer is now enough to print this window. 15 years ago
Albrecht Schlosser 8ed31abe65 Fix compile error on Windows: class Fl_Widget needed in Fl_Device.H 15 years ago
Manolo Gouy 8e4d054650 Some fine tuning after introduction of Fl_Gl_Window-capable Fl_Printer::print_widget() 15 years ago
Matthias Melcher 762d02fb62 Using Fl_Plugin feature to automatically draw OpenGL (sub)windows. No extra coding needs to be done. Just call Fl_Printer::print_widget(...). The Fl_Gl_Printer device can (and should) be removed or at least made inaccessible. 15 years ago
Manolo Gouy 1b6e7bd812 The "Print front window" external button is available if compiling with -DUSE_PRINT_BUTTON 15 years ago
Manolo Gouy 664c2f4b4e Fixed CGcontext stack error appearing under Mac OS X. 15 years ago
Manolo Gouy 7f001d1fb9 Added Fl_PSfile_Device::start_job() with user-given filename. 15 years ago
Manolo Gouy b5e2d38b2f Have class Fl_Sys_Menu_Bar and function fl_mac_set_about appear in Doxygen doc. 15 years ago
Manolo Gouy b20ef0bdeb Fixed WIN32 printing of RGB images without transparency. Still print_window_part() problem. 15 years ago
Manolo Gouy 0df1d8b695 Conflict with variable id used in Fl_Images.H and others was removed, so #define id id_ hack now useless. 15 years ago
Albrecht Schlosser 186a8f0ff1 Renamed internal member variables id and mask to id_ and mask_ to avoid 15 years ago
Albrecht Schlosser 99e9c68215 restoring transparency in test/unittest_images.cxx (Windows and X11). 15 years ago
Manolo Gouy 7c018b55c2 Changed menu name. 15 years ago
Manolo Gouy 1c904d452b Now compiles with GCC3 and 4. 15 years ago
Ian MacArthur 41ee53fd34 Make the GL printer menu in the cube demo look a little but tidier in 15 years ago
Manolo Gouy 5e214c1e1d Now compiles from Mac OS 10.3 and above 15 years ago
Matthias Melcher be17e1ccb6 Updated Fl_Device and Fl_Printer for Xcode 15 years ago
Albrecht Schlosser 75b8da3813 Updated CHANGES file with Fl_Device and Fl_Printer support. 15 years ago
Albrecht Schlosser 0211d5c7e0 updated dependencies. 15 years ago
Albrecht Schlosser 998cc6df52 Merge of branch-1.3-Fl_Printer, with the following main changes: 15 years ago