974 Commits (95db2790d69fb227e78d307f50c41bdc4bee44d0)

Author SHA1 Message Date
Manolo Gouy fbf1913c92 Added missing Doxygen doc about popup menus. 15 years ago
Manolo Gouy 82ff3abd50 Moved doxygen info about Fl::paste(Fl_Widget&, int) to where it belongs. 15 years ago
Manolo Gouy 85a03a76c9 Fix STR #2348. Files encoded with UTF-8 or CP1252 are accepted. Any non-UTF-8-encoded 15 years ago
Greg Ercolano 395f5a70aa Adjusted Fl_Table docs to reference new examples. 15 years ago
Manolo Gouy 60764e05ca Doc: removed duplicate word. 15 years ago
Greg Ercolano de8ca00a65 More doc fixes: 15 years ago
Greg Ercolano a01d246ead Fix oversized color swatch in PDF docs. 15 years ago
Albrecht Schlosser 5da53f578e Improved Fl_Menu_Item's documentation. 15 years ago
Greg Ercolano 9e2d044caa As per thread on fltk.development: "RFC: Docs - getting rid of .eps files" 15 years ago
Albrecht Schlosser 97b4b0c704 Fixed Compiling with mingw-w64 (STR #2308). 15 years ago
Manolo Gouy 4b9b38484e Doc: specify in modules what .H file is to be included. 15 years ago
Matthias Melcher 1bac8a0cca Fixed crashes when Fl_Text_* detects illegal UTF 8 sequences. Widgets will not do any further processing but just jump over the character. Screen representation depends largely on whatever the underlying OS does with those sequences, but I feel that this is out of the scope of this library. (STR 2348) 15 years ago
Greg Ercolano 4abadf9df5 Fixed tree-elements image 15 years ago
Greg Ercolano 65d02841c2 Added latex \image refs to tree+table docs, 15 years ago
Greg Ercolano 770c2c2eaf CMP mods: bracing, doxygen fixes for code examples and #if DOXYGEN -> #if FL_DOXYGEN. 15 years ago
Greg Ercolano 0abd2665f5 Reformatting for CMP: Indent fixes, bracing. 15 years ago
Manolo Gouy c95c08e627 Fix STR 2281: documentation changes only to clarify names and functions of the 2 clipboards 15 years ago
Greg Ercolano a343f7555b STR#2466: Added copy_tooltip(). 15 years ago
Albrecht Schlosser b4299c2387 More Fl_Text_Display documentation updates. 15 years ago
Albrecht Schlosser e5fc1560b0 Fixed Doxygen comments, typos, and a few indenting issues. 15 years ago
Manolo Gouy 17963c0475 Fix STR #2462. 15 years ago
Manolo Gouy bbb273cb3a Doxygen changes: replaced "defined" by "declared" where appropriate. 15 years ago
Manolo Gouy 180ec65687 Doxygen changes to indicate what to #include for functions documented in modules. 15 years ago
Greg Ercolano 806542a84f Fixed Fl_Table's docs referencing example programs. 15 years ago
Greg Ercolano 4327734e69 More copyright 2010 mods. 15 years ago
Matthias Melcher 7fc05e3505 Fixed more Copyright to 2010. 15 years ago
Matthias Melcher e454f97acc Fixed Copyright to 2010. 15 years ago
Manolo Gouy dcfdf8be20 Removed FLTK own character composition rules --> left to OSs. Closes STR #2421. 15 years ago
Matthias Melcher 1a793cdbc3 Tab is now alway 8 characters wide. 15 years ago
Manolo Gouy 39169af7dd Removed Doxygen warning from file src/Fl_Printer.cxx 15 years ago
Greg Ercolano d3e0d030f0 Changes to solve STR#2426; 15 years ago
Manolo Gouy 7eb27fa4bd Mac OS X: introduced global variable fl_mac_os_version and cleaned a few unused variables. 15 years ago
Manolo Gouy 78e3f4ef01 Reflecting in Doxygen doc the change introduced with r.7876 15 years ago
Albrecht Schlosser 98811098a9 Documentation updates for Fl_Window::xclass(), default_xclass(), 15 years ago
Matthias Melcher ffbe1b76b1 Fixed xclass support for Fl_Window (STR #2053) 15 years ago
Matthias Melcher 6e863f844d Fixed OpenGL hide/show issue in OS X (STR #2260) 15 years ago
Matthias Melcher e7c93053b6 Added visual indication for buttons activated by a keyboard shortcut (STR 2372 15 years ago
Albrecht Schlosser 643e98156f removed obsolete compiler-specific #if... part after dropping gcc 2.x support 15 years ago
Matthias Melcher cd94a33e13 Forgot a file 15 years ago
Albrecht Schlosser 2105f203f1 Fixed menu and shortcut handling (STR #2243). This partly reverts the 15 years ago
Albrecht Schlosser 3cf2305b5c removed support for gcc 2.x (or older), as discussed in fltk.development 15 years ago
Greg Ercolano bc3437bb15 Small documentation fix. 15 years ago
Matthias Melcher accf34f276 Implemented search backwards for utf-8. Tested on MSWindows - OK. Tested on Linux (Ubuntu) - K. 15 years ago
Matthias Melcher f099311481 Better alignment testing 15 years ago
Matthias Melcher 213318ccb3 Removed some unused stuff and duplicates. 15 years ago
Matthias Melcher 8ae745f5b3 UTF8 Text Display and Editor: added tons of tests for utf8 alignment, fixed a bunch of methods that did not understand utf8. Still lots of places to visit. 15 years ago
Matthias Melcher 0fb4feb11a Working on correct line wrapping in Fl_Text_Display: starting to replace all byte based charracter calculations with utf8 functions. Current version wraps, but scroll bars are wrong. Non-wrapping text display starts to work better. 15 years ago
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