4255 Commits (81dd665b461b864d3f5b53beac46f29614544e69)
 

Author SHA1 Message Date
Manolo Gouy 3f4a81bc88 Fl_PostScript_Graphics_Driver : removed useless member variable color_ because equals to fl_color_ 15 years ago
Manolo Gouy 5a1db672e1 Fl_PostScript_Graphics_Driver::color() : fl_color_ global var should be set for fl_color() call to be correct. 15 years ago
Manolo Gouy 814f65db73 Fl_PostScript_Graphics_Driver::color() : removed repetition of identical code 15 years ago
Manolo Gouy 68cecd9025 Mac OS X: Speedup of Fl::set_fonts() if called repeatedly. 15 years ago
Manolo Gouy 55c20361dd Renamed device-info.plist to device-Info.plist as it should be named 15 years ago
Manolo Gouy 6d0807e40a File needed for device demo program and Xcode. 15 years ago
Albrecht Schlosser 6bd9230bcf Updated CMake files and removed now obsolete test/tree.cxx and 15 years ago
Albrecht Schlosser 4245442f8a Applied Greg's patch to fluid (STR #2393) to prevent false error 15 years ago
Albrecht Schlosser faf8908684 Fixed typos and rewrote tree.fl -> tree.cxx/.h 15 years ago
Matthias Melcher 32716d6b1e Updated the Fluid IDE support for the current source file structure. Changed the Fl_Tree rendering code around a bit to make the tree more like MSWindows on Windows and more like Apple on Apple machines. I hope you guys like it. I also moved the function to load Fl_Preferences into an Fl_Tree into the Fl_Tree class where it belongs. 15 years ago
Manolo Gouy 8306c3d0b3 Fixed fl_XXX_offscreen functions when the current output goes to a printer or a PostScript device 15 years ago
Manolo Gouy 0ac2bc4d40 Fixed use of x and y args when reading from offscreen buffer and test when w or h are too big 15 years ago
Albrecht Schlosser bd1ac8889b Updated fluid/ide_support.cxx and fltk.db to reflect recent 15 years ago
Albrecht Schlosser 48b45fce19 Updated Windows and IDE README files. This will hopefully 15 years ago
Albrecht Schlosser c6f1a5ba5a IDE jungle, step 2: 15 years ago
Albrecht Schlosser c2539883fb First step cleaning up the IDE jungle: 15 years ago
Manolo Gouy c835c08bb3 Fixed fl_copy_offscreen when output goes to a Quartz printer context. 15 years ago
Manolo Gouy 3e52876736 Removed obsolete Quickdraw information and Mac OS bugs 15 years ago
Manolo Gouy 5cb826bd38 Documented fl_open_callback function. 15 years ago
Manolo Gouy dd823b703c Added missing Doxygen doc 15 years ago
Manolo Gouy 8e16e6d436 Added missing * in Doxygen doc beginning 15 years ago
Manolo Gouy 9316ab2cb8 Slight documentation improvement for 'class' Fl_Printer 15 years ago
Manolo Gouy 61eb9377c8 Renamed global variable from fl_device to fl_graphics_driver to better express its class 15 years ago
Albrecht Schlosser 737816b18b Changed src\Fl_Abstract_Printer.cxx to src\Fl_Paged_Device.cxx, 15 years ago
Albrecht Schlosser d7712a0dfe Small corrections in cp1252*.txt files and 15 years ago
Albrecht Schlosser b2a8a4eae9 Updated character table test files: 15 years ago
Albrecht Schlosser 0e22a7cb26 Added Mac OS Roman encoding test files for further UTF-8 testing. 15 years ago
Manolo Gouy 142cefd106 Mac OS X: fixed bug where fl_draw(const char*, int, float, float) would not work on non-Quartz device 15 years ago
Manolo Gouy a40166931e Fl_PostScript.cxx: now outputs correctly all of the latin1 (iso-8859-1) character set 15 years ago
Manolo Gouy 449b99dd86 Fix STR 2339 by defining new member function rtl_draw of class Fl_Graphics_Driver 15 years ago
Manolo Gouy 6c2274f011 fl_begin_offscreen/fl_end_offscreen: added fl_push_noclip/fl_pop_clip to render Mac consistent with other platforms 15 years ago
Manolo Gouy 2425499352 Fixed STR 2257. fl_read_image now accepts also reading from an off-screen buffer, as documented. 15 years ago
Manolo Gouy 006e5ff9c0 Removed commented out code 15 years ago
Albrecht Schlosser 6710c83508 Fixed configure script portability problem (STR #2379) 15 years ago
Manolo Gouy 4da4ef0b67 Replaced 'fl_surface->driver()' by the shorter 'fl_device' 15 years ago
Manolo Gouy 8c02ae87cb Correct way to test for device-specificity under Mac OS X 15 years ago
Manolo Gouy 9a026f9dcd Reintroduced the changes brought in r.7606 that had been lost in r.7617 15 years ago
Manolo Gouy 55a6172ad7 Removed useless #include <Fl/fl_ask.H> 15 years ago
Manolo Gouy e6935ce29c Removed commented-out debugging statements 15 years ago
Albrecht Schlosser da2954b1d6 Removed an "unused variable" warning. 15 years ago
Albrecht Schlosser 02ef055c6c Previous commit log should read: 15 years ago
Albrecht Schlosser 37ef57934f Fixed regressions introduced with svn -r 7627. 15 years ago
Greg Ercolano 41f7ed5477 Reordered widgets for proper keyboard navigation. 15 years ago
Greg Ercolano a42b56fbe8 Added tree.fl -- the source file for tree.cxx / tree.h 15 years ago
Albrecht Schlosser 63e6eb4ecb Removed yellow color from image background. 15 years ago
Albrecht Schlosser 755f354ebe Fixed X11/XDBE double buffering (STR #2152, #2197). Both bugs could only be 15 years ago
Greg Ercolano d7fdaf8262 Removed Fl_Tree::parent(Fl_Tree_Item*) to solve STR#2377. 15 years ago
Manolo Gouy da5042584a Fix image bug reported by Csaba in r7626 + fix regression in ps_image.cxx 15 years ago
Greg Ercolano 9416e3480a README.examples file modified to include an as-is disclaimer and BUGS section. 15 years ago
Greg Ercolano 35dc0ce4b6 README file modified to include an as-is disclaimer and BUGS section. 15 years ago