5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
Manolo Gouy 6c68126238 Some code reformatting 15 years ago
Manolo Gouy c0a8d44710 Full support of UTF-8 text for PostScript printing/output in 2 ways: 15 years ago
Manolo Gouy 3b3197a86a Simpler PostScript output of Fl_Bitmap objects 15 years ago
Manolo Gouy 0dc7b5edc5 PostScript output of Fl_Pixmap objects: accept now arbitrarily large pixmaps 15 years ago
yuri 71bf7c6400 add missing FL_EXPORT macro 15 years ago
Albrecht Schlosser 5a3aced3ab New method: Fl_Group::remove(int index) to speed up the removal 15 years ago
Greg Ercolano 95aa651325 Small README mods 15 years ago
Greg Ercolano c7ef0f1d17 Fl_Tree related mods 15 years ago
Manolo Gouy 23303736e3 Fl_Bitmap.cxx: fixed error that could create dereferencing of NULL pointer 15 years ago
Manolo Gouy 3b4db2357d Native file chooser-Mac OS X: fixed issue arising with OS 10.6 15 years ago
Albrecht Schlosser f64829b7bf Fixed a bug that would have crashed the program on Windows versions 15 years ago
Albrecht Schlosser a493692f01 Fixed compiler warnings 15 years ago
Albrecht Schlosser 9f1fdb0887 made test/editors textsize "configurable" (by macro TS) 15 years ago
Albrecht Schlosser aedfb480ce added svn:ignore properties for tree.cxx and tree.h 15 years ago
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