summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Buffer.cxx
AgeCommit message (Expand)Author
2010-10-22Remove OS X Xcode compiler warnings.Matthias Melcher
2010-07-10Updated the Fluid IDE support for the current source file structure. Changed ...Matthias Melcher
2010-04-20added implementations of fl_wcwidth_() and fl_wcwidth() to src/fl_utf.cengelsman
2010-04-18Fl_Text_Buffer/Display fixes for UTF-8 / STR-2158 (part 1)engelsman
2010-04-06Marked some more issues with Fl_Text_...Matthias Melcher
2010-04-05Another update to Fl_Text_Buffer. This is by no means perfect, but at least i...Matthias Melcher
2010-04-05Validated utf-8 safety of Fl_Text_Selection.Matthias Melcher
2010-04-05Little fix that will keep Fl_Text_Display from crashing on German umlauts. Th...Matthias Melcher
2010-04-05Holy Gucamole! NEdit was designed with 'C' style strings in mind. Until that ...Matthias Melcher
2010-04-05Adde /todo tags to all function which I will remove as soon as I am sure that...Matthias Melcher
2010-04-05I humbly apologize for this commit, but I just could not bear it anymore. I m...Matthias Melcher
2009-07-04Fl_Text_Display C code simple refactoring:Fabien Costantini
2009-07-04UTF8: Fl_Text_Display and related:Fabien Costantini
2009-07-03UTF8: Fl_Text_Display and related:Fabien Costantini
2009-07-03UTF8: Fl_Text_Display and related:Fabien Costantini
2009-04-15More Fl_Input keyboard fixes / OS X transparency for RGBA data / some utf8 re...Matthias Melcher
2009-03-24Major documentation update including: now html doc API is sorted, navigation ...Fabien Costantini
2009-01-01Added flexible gap size for text buffer (STR #2046)Matthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-25+ Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun...Fabien Costantini
2008-09-21More doxygen updates for Fl_Text_Buffer. Also changed some argumentAlbrecht Schlosser
2008-09-21Corrected duplicated paragraph in previous commit.Fabien Costantini
2008-09-20Fixed some typos and links and added a section about document structureAlbrecht Schlosser
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2008-09-15Doxygen documentation WP11 Done!Fabien Costantini
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2008-01-04Fixed Fl_Text_Display redrawing for focus changes for primary selection and h...Matthias Melcher
2006-06-06Increased gap size in Fl_Text_Buffer to make the buffer suitable for much lon...Matthias Melcher
2005-04-28Fix MacOS X 10.4 compile issues.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-08Clean up compiler warnings...Michael R Sweet
2004-06-01Fl_Text_Buffer::replace() now range checks its input (STR #385)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-05-28STR #39: FL_text_Buffer search backward would not allow searching from 1Matthias Melcher
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-12Need <FL/Fl.H>Michael R Sweet
2003-01-12Fix use of free() for memory allocated using new.Michael R Sweet
2002-11-12Fixed missing undo bug in Fl_Text_Editor. Undo would be performed onMatthias Melcher
2002-11-08Add draw_children() method to Fl_Group.Michael R Sweet
2002-11-05Added 'Undo' to Fl_Text_Editor by reusing some of the Fl_Input_ code. I tried...Matthias Melcher
2002-09-20Apply patch from George Garvey to make Fl_Text_Display/Buffer based onMichael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-08-05Range check Fl_Text_Buffer::search_forward().Michael R Sweet
2002-06-10Fix some editor problems; still have a few bugs that need to be resolvedMichael R Sweet
2002-06-09Add color definitions for "dark red", etc.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-03Fix portability problems with Solaris Forte C++ compiler.Michael R Sweet