5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
Manolo Gouy 4b9b38484e Doc: specify in modules what .H file is to be included. 15 years ago
Manolo Gouy 271e1d8212 Fix STR #2470. Don't call Xutf8TextPropertyToTextList if X_HAVE_UTF8_STRING isn't defined 15 years ago
Matthias Melcher 0db080e762 Restoring the non-binary read for MSWindows files. Still, I think this is harmful because now we read in ASCII and write in binary format... 15 years ago
Matthias Melcher 6e7ed9c46a Ooops, Fl_Text_Buffer::insertfile must read in binary format, or it will screw up line endings! (Actually, this could be debated, but by reading and writing in binary format, the file integrity would remain) 15 years ago
Matthias Melcher 804ef7d4f9 Fixed case when reading empty file 15 years ago
Matthias Melcher f18e8f4377 Fixed Fl_Text_Editor::insert_file to load all text in a single chung to avoid UTF8 confusion and missmatched gaps. 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
Matthias Melcher 06e5a163cd Forgot to removed an unused line 15 years ago
Albrecht Schlosser 1124abc911 Fixed typos. 15 years ago
Albrecht Schlosser f77228f2ef One more copyright fix. 15 years ago
Matthias Melcher 52fcab2607 Fixed 'Fractal' demo. Tree's were not random at all. 15 years ago
Matthias Melcher 2da2153c77 README on IDE's 15 years ago
Matthias Melcher a74dfcd192 Moved VisualC 2005 support to 'deprecated' directory. All deprecated IDE's will be removed before 1.3.0rc1. STR 2467. 15 years ago
Greg Ercolano 41c28597b9 Added rules to create eps files (if they don't exist) using ImageMagick convert(1). 15 years ago
Greg Ercolano 81dd665b46 Removed unused FL.eps (see today's thread on fltk.development: "RFC docs") 15 years ago
Greg Ercolano 7d6e83aab6 Fixing zero sized eps files, as per Albrecht's request on fltk.dev today. 15 years ago
Greg Ercolano 4abadf9df5 Fixed tree-elements image 15 years ago
Albrecht Schlosser 0e49ecd3d3 Improved documentation/README, removed old and obsolete text, and 15 years ago
Albrecht Schlosser 3226204369 Fixed one doxygen warning and cleaned up documentation/Makefile. 15 years ago
Greg Ercolano 65d02841c2 Added latex \image refs to tree+table docs, 15 years ago
Greg Ercolano d527040121 Adding a few widget images and eps equivs for Fl_Table and Fl_Tree 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
Albrecht Schlosser f6975396a8 Reverted unintenional change of test/editor.cxx 15 years ago
Albrecht Schlosser 2db2db587c Fixed typos and reformatted some lines that were longer than 80 characters. 15 years ago
Manolo Gouy 0861422c71 Improved interaction with non-FLTK windows. 15 years ago
Albrecht Schlosser 286e523125 Another fix for Fl_Preferences when creating a "user data" path for system 15 years ago
Albrecht Schlosser 8c72400a20 Fixed reading the correct preferences for Fl::options() (STR #2463). 15 years ago
Manolo Gouy b6bfb36bc1 Removed breakMacEventLoop() from function Fl::remove_timeout that is apparently not needed. 15 years ago
Manolo Gouy c95c08e627 Fix STR 2281: documentation changes only to clarify names and functions of the 2 clipboards 15 years ago
Manolo Gouy c5ef8d13d1 Fix for STR #2465: make sure that system preference files are user readable (unix). 15 years ago
Greg Ercolano a343f7555b STR#2466: Added copy_tooltip(). 15 years ago
Manolo Gouy 3578d1d6f8 About STR #2456: clipping added to solve STR now requires USE_XFT. 15 years ago
Albrecht Schlosser b4299c2387 More Fl_Text_Display documentation updates. 15 years ago
Manolo Gouy ad879c3a48 To fix STR #2464 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 2f8b7e47c2 Should fix STR #2464 by not calling fl_open_display when running fluid in command line mode 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
Manolo Gouy 04ca835e3a Consistent usage of __APPLE_QUARTZ__ 15 years ago
Manolo Gouy 5f3988e934 Fixes STR #2462. 15 years ago
Greg Ercolano 93135e36f4 Applied patch "str-2416-erco-v1.patch" to solve STR #2416 15 years ago
Manolo Gouy 6c1f31ff20 Mac OS X: Added shadows to menu and tooltip windows; this was lost when going Cocoa. 15 years ago
Manolo Gouy 0d6177412a Fixes STR #2456: adds, for X11, clipping around text to prevent leaking on line above. 15 years ago
Greg Ercolano ddf187af37 Added sortable table example. 15 years ago
Manolo Gouy a8a5e3603c Fixes STR #2277. 15 years ago
Manolo Gouy 142f80e8b2 Back to v.7909 because changes in v.7922 don't work with underscores under Linux. 15 years ago
Manolo Gouy d2334f610e Fixes STR #2461. Also, the drag'n-drop X11 cursor has been set to FL_CURSOR_MOVE. 15 years ago
Manolo Gouy 1303ce4597 Fixes STR #2456. The text background was cleared one pixel too low for very "high" characters. 15 years ago