summaryrefslogtreecommitdiff
path: root/src/Fl_Text_Display.cxx
AgeCommit message (Expand)Author
2003-05-04Fl_Text_Display and friends now look for the nextMichael R Sweet
2003-03-26fltk-config fix.Michael R Sweet
2003-03-17Fix Fl_Text_Display box drawing bug.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-12Fix use of free() for memory allocated using new.Michael R Sweet
2002-12-26Fl_Text_Display/Editor would not receive FL_FOCUS events on mouse clicksMatthias Melcher
2002-11-19Range check the visLineNum argument...Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-11-14Add const char * add methods to Fl_Check_Browser.Michael R Sweet
2002-11-12Fixed missing undo bug in Fl_Text_Editor. Undo would be performed onMatthias Melcher
2002-10-29Fix cursor problems and add Shift-Delete, Ctrl-Insert, and Shift-InsertMichael R Sweet
2002-10-24Limit resizes to 1 line minimum.Michael R Sweet
2002-10-23Fix Fl_Text_Display cursor drawing bug...Michael R Sweet
2002-10-23Include "flstring.h" before the FLTK headers, so that bool is definedMichael R Sweet
2002-10-10Fix SF bug #620633 - crash on redisplay in Fl_Text_Display.Michael R Sweet
2002-09-26Fix typo...Michael R Sweet
2002-09-26Fix bug #613088 - Fl_Text_Display crash.Michael R Sweet
2002-09-20Apply patch from George Garvey to make Fl_Text_Display/Buffer based onMichael R Sweet
2002-08-20Fix infinite loop bug in Fl_Text_Display::resize()...Michael R Sweet
2002-08-15Resize the text display widget when the buffer is changed.Michael R Sweet
2002-08-12Make sure cursor switches between I and pointer as needed.Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-07-30Send FL_LEAVE events before FL_ENTER events.Michael R Sweet
2002-07-30Fl_Input_ and Fl_Text_Display now change the mouse pointer to the I beamMichael R Sweet
2002-07-10Only delete the line starts array if it is not NULL.Michael R Sweet
2002-07-08Don't forget to scroll the Fl_Text_Display/Editor widget when draggingMichael R Sweet
2002-06-10Fix some editor problems; still have a few bugs that need to be resolvedMichael R Sweet
2002-06-09Add documentation for using styles in text editor.Michael R Sweet
2002-06-09Add color definitions for "dark red", etc.Michael R Sweet
2002-06-06Fl_Text_Display::draw_vline() needed to check nVisLine >= num lines.Michael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-21Fix links inside PREMichael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-04-11Redefine FL_ color values to use the color cube.Michael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-01-01Copyright updates...Michael R Sweet
2001-12-19Multiple bug fixes from Sebastien:Michael R Sweet
2001-12-17Only use clipping box if it is valid.Michael R Sweet
2001-12-08Fix infinite loop problem in Fl_Text_Editor - was resizing before weMichael R Sweet
2001-12-07Draw the little box between the scrollbars using FL_GRAY instead ofMichael R Sweet
2001-12-03Make Fl_Text_Display use the same defaults for the selection and backgroundMichael R Sweet
2001-12-03Bug fixes and doco updates care of Sebastian.Michael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-08-06WIN32 updates to make the DLL project work again...Michael R Sweet
2001-08-04Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven'tMichael R Sweet
2001-08-01This commit was manufactured by cvs2svn to create branch 'branch-1.1'.No Author