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
Age
Commit message (
Expand
)
Author
2000-03-24
OpenGL overlays now work on NT. Tested on several different cards.
Bill Spitzak
2000-03-18
OpenGL overlays now work on NT!
Bill Spitzak
2000-03-17
Fixed up the colors the browser draws when it is deactivated, it does not
Bill Spitzak
2000-03-15
Always draw a box around the current browser selection.
Michael R Sweet
2000-03-08
Fix to compile on GCC 2.95.
Carl E. Thompson
2000-03-05
Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h to
Bill Spitzak
2000-03-02
Fl_Button and friends didn't honor FL_WHEN_NOT_CHANGED.
Michael R Sweet
2000-02-29
Fl::compose() wasn't ignoring control chars (like Delete :)
Michael R Sweet
2000-02-25
Updated version to 1.0.8.
Michael R Sweet
2000-02-23
New X function: fl_open_display(Display*) lets you run fltk on an
Bill Spitzak
2000-02-23
fl_shortcut_label() on Win32 prints the same strings for function keys
Bill Spitzak
2000-02-22
Fixed the changes I made yesterday so that int/float input fields do not
Bill Spitzak
2000-02-21
Rearranged the compose code so it is clearer and can be called by things
Bill Spitzak
2000-02-18
Fixed the Ctrl+P shortcut problem reported by dalitz@infotech.de
Bill Spitzak
2000-02-15
Tiny change to Fl.H to get around bug in new gcc versions?
Bill Spitzak
2000-02-05
Fixed cut/paste to other applications on Win32?
Bill Spitzak
2000-02-04
3rd and deeper nested Fl_Windows on Win32 redraw correctly.
Bill Spitzak
2000-01-27
Oops, the change to filename_list broke Irix, which defined the scandir
Bill Spitzak
2000-01-26
Sets the "input hint" which is needed for TWM and TWM-derived window managers.
Bill Spitzak
2000-01-23
If compiled with USE_COLORMAP=0 it will always try to find a TrueColor
Bill Spitzak
2000-01-23
*** empty log message ***
Bill Spitzak
2000-01-20
Pageup/down by correct amount in scrollbar
Bill Spitzak
2000-01-17
Fixed divide by zero in Fl_Scrollbar found by Harm-Jan Zwinderman. This
Bill Spitzak
2000-01-16
Buttons on scrollbars draw pushed in (fix from barrero@irit.fr)
Bill Spitzak
2000-01-12
Fixed the gl_overlay demo (and gl overlays in general) when they are
Bill Spitzak
2000-01-11
Fixed background (@B) option - was drawing background for selected items.
Michael R Sweet
2000-01-11
Programs can now resize() their windows even if they are not resizable()
Bill Spitzak
2000-01-05
Added Fl.H required by an inline function if Fl_Repeat_Button.H
Bill Spitzak
1999-12-31
Fixed async selection code - wasn't calling TranslateMessage...
Michael R Sweet
1999-12-30
Re-integrated all of the old WIN32 select() code just in case it is needed
Michael R Sweet
1999-12-29
New WSAAsyncSelect code for WIN32 Fl::add_fd() support.
Michael R Sweet
1999-12-19
Stuff that didn't get into 1.0.7:
Bill Spitzak
1999-12-15
Fixed bug on Win32 where programs would stop paying attention to keys.
Bill Spitzak
1999-12-08
Added #ifdef's for OpenBSD and NetBSD...
Michael R Sweet
1999-12-07
Removed warning messages from gcc compile
Bill Spitzak
1999-12-06
Minor change - now check the version of Windows we have to
Michael R Sweet
1999-12-05
FL_CURSOR_HAND should be IDC_HAND, not IDC_UPARROW.
Michael R Sweet
1999-12-04
Scrollbars now "page" when you click outside the scroller.
Michael R Sweet
1999-12-03
Fixed warning message in Mike's fix to Fl::args
Bill Spitzak
1999-12-01
Fixes argc == 0 segfault.
Carl E. Thompson
1999-11-30
Fixed fl_call_main.c to compile with BC5. This fix is already in the 2.0
Carl E. Thompson
1999-11-19
Correctly measures browser items with @C or @B color formatting commands.
Bill Spitzak
1999-11-18
Fixed bit reversal table - entry for reversing 1100 was set to 0010
Michael R Sweet
1999-11-18
Now set the label() of the message form appropriately (no more ***** in
Michael R Sweet
1999-11-16
Fl_Browser_ didn't draw the selection box using an inactive color when
Michael R Sweet
1999-11-16
Changes requested by Jeff Meininger
Bill Spitzak
1999-11-12
fl_arc() and fl_pie() fixes for WIN32 removed - the problem is with
Michael R Sweet
1999-11-10
Sets win_gravity correctly, this helps some X window managers that use
Bill Spitzak
1999-11-09
fl_arc() and fl_pie() were drawing 1 pixel too little horizontally and
Michael R Sweet
1999-11-07
Zero-width browsers crashed:
Bill Spitzak
[next]