index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fl_shortcut.cxx
Age
Commit message (
Expand
)
Author
2005-03-20
Use uppercase letters for shortcut labels (e.g. "Ctrl+N", not
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-09-21
fl_old_shortcut() might read past the end of the shortcut string.
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-07-18
STR #86: Swapped menu shortcut labels for OS X
Matthias Melcher
2003-06-12
Added documentation for all forms of Fl_Widget::damage() (STR
Michael R Sweet
2003-05-21
Fix menu item fonts (STR #30)
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-10-30
Unswapped MacOS modifier keys. event_key and event_text should return
Matthias Melcher
2002-08-09
More shadow variable changes...
Michael R Sweet
2002-06-26
Added gl_font calls to Cube demo for gl_font implementation on MacOS (later).
Matthias Melcher
2002-04-11
Make Fl_Output a subclass of Fl_Input, and add input_type and readonly
Michael R Sweet
2002-01-03
cleaned up src/Fl_mac.cxx, fixed Fl::wait(0.0), fixed Cmd-Q handling
Matthias Melcher
2002-01-01
Copyright updates...
Michael R Sweet
2001-12-18
- Mac: greatly improved OpenGL support, some window management,
Matthias Melcher
2001-11-27
Preliminary commit of my MacOS X work.
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-06-15
Added a bunch of missing FL_EXTERN's to glut.h (I have not really
Bill Spitzak
2000-06-14
Added declaration for fl_old_shortcut for DLL.
Michael R Sweet
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-05-10
XForms-compatable shortcut strings modified so that "0xabcd" can specify
Bill Spitzak
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
2000-02-23
fl_shortcut_label() on Win32 prints the same strings for function keys
Bill Spitzak
1999-10-14
These are some (hopefully minor) changes we keep needing to edit into
Bill Spitzak
1999-05-11
Missing header files and FL_EXTERNs that prevented DLL's from compiling
Bill Spitzak
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-10-21
Fixed all the frigging file headings - was missing a $ in the Id string.
Michael R Sweet
1998-10-19
The great heading change - now use standard LGPL header with CVS tags.
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet