summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-04-14 08:18:52 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-04-14 08:18:52 +0000
commitb214cef3a8d2d9ecf0df7bef7d10dcdfbca4d9d3 (patch)
tree741fd9b76700b85d7aba4e4f9a1811d962076ca4 /CHANGES
parent32714c502c7b78e71f71c3c544f133ee2527ac4d (diff)
Implemented the full OS X navigation support for Fl_Input minus scrolling. Improved navigation on other systems (word fwd, backwd).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6764 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ae920645e..932027936 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,10 @@
CHANGES IN FLTK 1.3.0
+ - Added improved OS X cursor control to Fl_Input (STR #2169)
- Fix for multiple popups, when dragging and calling fl_alert()
and friends from the callback (STR #2159)
- Avoiding crashes for recursive common dialogs (this does not
fix the issue at hand yet) (STR #1986, 2150)
- - Added OS X cursor control to Fl_Input (STR #2169)
- Fixed control key keycodes with modifiers on OS X
- Added menu shortcut alignment for OS X
- Fixed bad system menu hadling in OS X (STR #2153)