summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-08-06 03:17:43 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-08-06 03:17:43 +0000
commit28c0d4ffa1ccd9828f00be1c96405484b5e5d681 (patch)
tree1d3b2b901ccbfdf6e50168f7ff51dd7954b50c3c /CHANGES
parent7ebaf77cdcbcadb4706c87f1662730a4687caf20 (diff)
Symbols are now supported by main label drawing code - @@ to insert a
single @. Currently only 1 symbol per label, at the beginning or end of the label string, with the remaining text (and image) getting formatted as usual. The size of the symbol == lines * labelsize, unless there is no text in which case the size == height of label area. Fl_Menu_Item::draw() didn't clear the image field in the Fl_Label structure. Removed Fl::enable_symbols(), which is now the default. Dropped FL_IMAGE_LABEL, FL_PIXMAP_LABEL, and FL_BITMAP_LABEL types, which are no longer needed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1561 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3d92df1b1..b6658d6a8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,8 +47,7 @@ TODO - Documentation updates.
- Updated configure stuff to support shared libraries
under AIX (link to -lfltk_s)
-TODO - Symbol labels can now contain regular text and
- Fl_Browser font and color controls.
+ - Symbol labels can now contain regular text.
- FLUID now supports relative filenames for the source
and header files you generate.