Commit Graph

7 Commits

Author SHA1 Message Date
naddy
ed234ef850 SHARED_LIBS 2005-12-25 20:23:18 +00:00
espie
4c6f632c64 new style plists 2004-09-15 19:26:27 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
wilfried
d2f742606d Update to fleditor-0.4.4 (bugfix release)
+  Update to work with FLTK 1.1 and latest 2.x CVS.
+  Added workaround for strange focus behaviour when scrolling with
   the scrollbar.  The text widget gets an unfocus when the scrollbar
   is clicked, but then when you click back on the text, instead
   of it getting a focus event, it gets another unfocus.  This makes
   the cursor remain invisible when it shouldn't.
*  Fixes to scrollbar handling.
*  Fixed status panel on Fl_FancyEditor (positioning problem).
2002-08-10 20:04:16 +00:00
wilfried
ab4b03bdff update to fleditor-0.4.2 (bugfix release)
*  No longer writes extraneous null byte when saving to file.

*  Added GetTextBufferSize() call on editorengine and Fl_Editor that returns
   the number of characters that should be allocated in order to save the
   text to a buffer.  The CharacterCount() method returns only characters
   actually presently in the buffer, while this new method considers the line
   ending characters that would be added when saving.
2001-08-29 07:44:47 +00:00
wilfried
c39c01e95e - update to 0.4.1
- change fltk depending
- create shared library
- remove unused opengl test
2001-04-15 10:32:06 +00:00
wilfried
a05cbeb69d Import of fl_editor-0.4
A word-wrapping text editor widget for FLTK.  Supports CUA- style
editing keys, automatic scrollbar, load and save to file or buffer,
and more.
2001-04-02 15:11:46 +00:00