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_Group.cxx
Age
Commit message (
Expand
)
Author
2002-07-14
Change the Fl_Group current, add, and remove methods so they are no longer
Michael R Sweet
2002-07-11
minor changes to make FLTK compile as a DLL in CodeWarrior
Matthias Melcher
2002-05-13
Backported the fltk2.0 tooltips. This may be somewhat binary incompatable
Bill Spitzak
2002-05-10
Use 16x16 KDE icon images by default.
Michael R Sweet
2002-04-09
Tooltip fixes: ignore keyboard events, immediately disable new tooltips,
Michael R Sweet
2002-02-24
- added Win32 native drag'n'drop code
Matthias Melcher
2002-02-13
File chooser fix from Kurt Konolige.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-12-20
Implement Fl::scheme() and Fl::reload_scheme() (this includes support
Michael R Sweet
2001-12-19
FLTK not fltk...
Michael R Sweet
2001-12-19
Multiple bug fixes from Sebastien:
Michael R Sweet
2001-08-04
Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven't
Michael R Sweet
2001-08-03
Fixed tooltips under WIN32 - no more toolbar buttons...
Michael R Sweet
2001-08-02
Fix mouse wheel stuff for browser and helpview widgets (move 3 lines at
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-10-21
Does not clear Fl::keysym on every event, this makes better back compatabilit...
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-02-18
Fixed the Ctrl+P shortcut problem reported by dalitz@infotech.de
Bill Spitzak
1999-08-09
It crashed when a group with exactly 1 child was deleted.
Bill Spitzak
1999-07-22
FL_KEYBOARD events have the correct x/y when sent to child X windows.
Bill Spitzak
1999-07-22
Pragma added around xlib.h to shut up the IRIX compiler warnings
Bill Spitzak
1999-01-26
Applied a navigation bug fix from Bill.
Michael R Sweet
1999-01-24
Patch from Bill so that Shift-Tab works on all systems.
Michael R Sweet
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-12-29
Fixed Fl_Group::add()...
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-19
Added Gustavo's damage() update - now use symbolic constants for all values!
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet