1327 Commits (e5d7f8367e7a19a1b85b0f3b65cc9dd82e94d8b4)

Author SHA1 Message Date
Matthias Melcher 38dcb5a463 Starting to rework Fl_Text_Display from scratch to make wrapping work correctly. Fixed a few issues that made wrapping crash. Using ASCII range only with fixed character sizes should still wrap as expected?! 15 years ago
Matthias Melcher cac40a9b02 STR 2158: partially solved. This commit is huge, I admit. I recoded most of Fl_Text_Buffer and large chunks of Fl_Text_Display to make it UTF-8 safe. Rendering of all left-to-right scripts works well on OS X for all tested fonts. International input works AFAIK. Copy and paste of UTF-8 data works. ----> what's not working yet though is line wrapping. Also, text search for internationsl characters is not working yet. 15 years ago
Matthias Melcher 5560a4f0f1 Fixed a few pedantic warnings. Added Fl::option as discussed in STR #2368, but I am not too happy with it yet. Please see discussion in that STR. 15 years ago
Matthias Melcher 1e26ada2c5 Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedantic warnings 15 years ago
Greg Ercolano f52f1c603c Doxygen mods so fl_show_colormap() shows up in the "Color & Font functions" chapter. 15 years ago
Matthias Melcher 8ad7e5ccc0 Added callback when double-clicking file in a file chooser (STR#2346) 15 years ago
Matthias Melcher 9b6f68dd7c Added interface to set color chooser mode (STR #2407) 15 years ago
Matthias Melcher 2ca4600a7e STR 2406: Fl_Widget::measure_label made const 15 years ago
engelsman efd349ddce updated documentation for color handling - see STR #2226 15 years ago
Matthias Melcher 8f79d200a0 Fixed the remaining warnings 15 years ago
engelsman fc1a878290 reworked color documentation as suggested in STR #2373 15 years ago
Manolo Gouy 901bc31ec3 Use Mac OS-defined character composition method. It allows to handle composed characters of many more languages than before (e.g., Polish, Greek). 15 years ago
Manolo Gouy cac2ff3339 Converted to UTF-8 encoding so 'Character composition table' is correct in Doxygen html doc 15 years ago
Greg Ercolano 0ae522c5ca doxygen: fixes to example program filenames. 15 years ago
Greg Ercolano 76d205ddb5 Improved doxygen docs for draw_cell() parameters in the various contexts. 15 years ago
Greg Ercolano e831cf9dcf doxygen fixes: 15 years ago
Greg Ercolano 25ca2dbfbc Doxygen improvements for Fl_Table.H; 15 years ago
Greg Ercolano 0ad1f56985 Enclosed old 'standalone widget' license with \verbatim block for clarity. 15 years ago
Greg Ercolano 5be6c04e46 Fixed Fl_Table doxygen example code (was missing all indenting). 15 years ago
Matthias Melcher 839ea708f7 Added and removed silly files 15 years ago
Matthias Melcher bfeac78693 Trying to bring the Xcode 3 OS X builds to a better standard, including automatic builds and project templates. 1 of 3 done. 15 years ago
engelsman 455b8c4a84 reworked doxygen comments for Fl::arg() and Fl::args() - part 1 15 years ago
Greg Ercolano 430bbb9b27 set_item_focus() is now 'public'. 15 years ago
Manolo Gouy 5c55379301 Added Doxygen doc to offscreen drawing functions. 15 years ago
Manolo Gouy fdc59c9870 Improved Doxygen doc of classes Fl_Graphics_Driver, Fl_PostScript_Printer, Fl_System_Printer, Fl_PostScript_Graphics_Driver. 15 years ago
Greg Ercolano e1e119e1df Applied sjb's patch to fix STR #2429. 15 years ago
Greg Ercolano bc224390ea Small mods to allow SGI builds. 15 years ago
Manolo Gouy 862648ebfc Fl_Device.H: added missing Doxygen comments 15 years ago
Manolo Gouy f92bb184fe Fl_PostScript.H: better Doxygen doc 15 years ago
Manolo Gouy c0a8d44710 Full support of UTF-8 text for PostScript printing/output in 2 ways: 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 c7ef0f1d17 Fl_Tree related mods 15 years ago
Manolo Gouy 3f4a81bc88 Fl_PostScript_Graphics_Driver : removed useless member variable color_ because equals to fl_color_ 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
Albrecht Schlosser c2539883fb First step cleaning up the IDE jungle: 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
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 449b99dd86 Fix STR 2339 by defining new member function rtl_draw of class Fl_Graphics_Driver 15 years ago
Greg Ercolano d7fdaf8262 Removed Fl_Tree::parent(Fl_Tree_Item*) to solve STR#2377. 15 years ago
Manolo Gouy 85eb95a550 Changed svn properties 15 years ago
Manolo Gouy e0a798f115 Reflecting deleted files by new device hierarchy 15 years ago
Manolo Gouy 26049351e0 Better device hierarchy with surfaces and graphics drivers. 15 years ago
Greg Ercolano 2bf58376e5 Documentation fixes. 15 years ago
engelsman c1fbbf03ac FL/mac.H: stop doxygen complaining by escaping # in comment 15 years ago