Commit Graph

21 Commits

Author SHA1 Message Date
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
wilfried
92445ac41d add -lz to LIBS, needed by regress to compile with libpng 2006-10-19 09:16:32 +00:00
espie
25e2f4b0ff remaining shared libs bumps for C++ libs 2006-01-14 11:46:15 +00:00
naddy
ed234ef850 SHARED_LIBS 2005-12-25 20:23:18 +00:00
wilfried
b1a40097b5 fix extra libs + bump 2005-11-20 12:54:05 +00:00
naddy
2492803fcd SIZE 2005-01-05 17:53:50 +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
a7ad72f64b update to fleditor-0.4.5
minor bugfix
2002-09-17 15:17:41 +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
4ddc5c3e1c add licence comment, clean up MASTER_SITES 2002-05-15 09:30:21 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00
wilfried
bdf31ff653 remove bogus depend 2001-10-31 16:35:48 +00:00
wilfried
900b07feb6 update to fleditor-0.4.3
*  Will reject attempts to LoadFrom(char *) with a null pointer.

*  Now puts a null byte in the tail end of the buffer during a
   SaveTo(char *) even if the editor buffers are empty.  Will
   refuse to save to a null pointer.
2001-10-26 23:36:17 +00:00
wilfried
3eacd8597d define regress tests 2001-10-25 22:34:48 +00:00
heko
2981e806a7 _ namespace is reserved for bsd.port.mk; use install_shared_frag
without the leading _. Spotted by espie@.
2001-09-07 16:35:51 +00:00
heko
52bf8846f7 o NO_SHARED_LIBS only gets defined after including bsd.port.mk
(thanks to naddy@ for pointing this out in one of my ports).
  Define a _install_shared_frag instead after including
  bsd.port.mk.
wilfried@ ok
2001-09-07 16:18:28 +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
naddy
f2a8bf4164 Fix LIB_DEPENDS to make this build again. 2001-04-17 19:02:39 +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