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_Button.cxx
Age
Commit message (
Expand
)
Author
2005-02-24
Copyright updates.
Michael R Sweet
2004-07-27
More doco updates.
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2003-01-28
Bug fixes from Howard.
Michael R Sweet
2002-11-11
Don't popup menus or activate buttons when (SHIFT/CTRL/ALT/META) + space
Michael R Sweet
2002-10-10
Fix focus box redraw bug for buttons with FL_NO_BOX.
Michael R Sweet
2002-10-10
Take focus when the user presses a shortcut.
Michael R Sweet
2002-08-09
Move the rest of the image file formats (except for XBM and XPM) to
Michael R Sweet
2002-06-02
Redraw fixes.
Michael R Sweet
2002-05-17
Fix redraw area for focus box on buttons with no box.
Michael R Sweet
2002-05-15
Optimize redraw of focus stuff in radio/check buttons and tabs.
Michael R Sweet
2002-03-25
Rename all remaining functions that don't start with fl_ to
Michael R Sweet
2002-03-05
Fix focus "bug" - Fl_Button didn't check to see if the widget would
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-12-16
Fix other widgets to use Fl::focus() instead of take_focus().
Michael R Sweet
2001-12-16
Better UNFOCUS redraw() fix for Fl_Button.
Michael R Sweet
2001-12-14
More tweeking of plastic boxtypes.
Michael R Sweet
2001-12-11
Multiple fixes from Sebastien.
Michael R Sweet
2001-11-03
Update all non-text widgets that take keyboard focus to check
Michael R Sweet
2001-08-04
New draw_focus() methods.
Michael R Sweet
2001-08-04
Keyboard navigation for buttons.
Michael R Sweet
2001-08-02
Fix tooltips a la 2.0.
Michael R Sweet
2001-08-01
First bunch of changes for the 1.1 branch - tooltips.
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-07-07
Buttons with box(FL_NO_BOX) did not draw. Apparently they did in
Bill Spitzak
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
2000-04-17
Setting box(FL_NO_BOX) on a button makes it an invisible overlay
Bill Spitzak
2000-03-02
Fl_Button and friends didn't honor FL_WHEN_NOT_CHANGED.
Michael R Sweet
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