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
/
visualc
/
fltkdll.dsp
Age
Commit message (
Expand
)
Author
2008-09-10
Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...
Matthias Melcher
2008-08-28
wsock32 static lib dependency removal from win build files.
Fabien Costantini
2007-02-01
Add GLUT support functions from FreeGLUT (STR #1522)
Michael R Sweet
2007-01-18
VisualC 6 project was missing fl_read_image in fltk.ddl project.
Matthias Melcher
2007-01-04
Add fl_open_uri() function as discussed on fltk.development.
Michael R Sweet
2006-09-18
Updated VisualC 6 Workspace for new GTK widget look
Matthias Melcher
2006-05-05
Added fl_encoding_... files to VC6 dll build.
Matthias Melcher
2005-03-31
Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi-
Michael R Sweet
2004-12-03
Fl_Help_View::topline() incorrectly set the changed() flag (STR
Michael R Sweet
2004-11-20
The configure script did not support --disable-localfoo to
Michael R Sweet
2004-10-19
WIN32 compile fixes...
Michael R Sweet
2004-04-10
Fix drive letter entry for file chooser (STR #339)
Michael R Sweet
2002-08-14
OK DLLs now work again under VC++...
Michael R Sweet
2002-06-28
Separate the extra image functions into fltk_images.
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-05-01
Update VC++ project files.
Michael R Sweet
2002-04-28
Add Fl_Preferences class to base library.
Michael R Sweet
2002-04-12
Remove Fl_Output.cxx from VC++ project files...
Michael R Sweet
2002-03-25
WIN32 project and build fixes.
Michael R Sweet
2002-02-24
- added Win32 native drag'n'drop code
Matthias Melcher
2002-01-09
Fix WIN32 build.
Michael R Sweet
2002-01-08
Add Fl_BMP_Image.cxx to VC++ project files.
Michael R Sweet
2001-12-06
FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX.
Michael R Sweet
2001-11-29
VC++ fixes, plus add new tiled_image project file.
Michael R Sweet
2001-11-28
Add new plastic box types (kindof a shiny translucent box type...)
Michael R Sweet
2001-11-19
WIN32 fixes for the new image stuff...
Michael R Sweet
2001-10-19
Put all OpenGL stuff back in FLTKDLL; no separate shared
Michael R Sweet
2001-09-30
Windows doesn't have case-sensitive filenames, so we can't have two
Michael R Sweet
2001-09-29
Updates for 1.1.0b2...
Michael R Sweet
2001-09-23
Update VC++ project files.
Michael R Sweet
2001-08-19
Fix Visual C++ projects.
Michael R Sweet
2001-08-06
WIN32 updates to make the DLL project work again...
Michael R Sweet
2001-08-03
Fixed tooltips under WIN32 - no more toolbar buttons...
Michael R Sweet
2001-08-03
Update WIN32 projects and config file.
Michael R Sweet
2000-06-05
Forgot to add fl_compose.cxx to DLL project.
Michael R Sweet
2000-05-17
fl_line_style() used "." instead of "->" for setting the pen.
Michael R Sweet
1999-04-23
Added fl_add_idle.cxx to project files.
Michael R Sweet
1999-03-29
Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I
Carl E. Thompson
1999-02-19
Changed WIN32 Debug targets to use incremental linkage.
Michael R Sweet
1999-02-18
Updated DLL stuff yet again... sigh...
Michael R Sweet
1999-02-18
Updated headers to only support DLLs under MSVC++.
Michael R Sweet
1999-02-16
Updated headers to support WIN32 and OS/2 DLLs.
Michael R Sweet
1999-01-07
Updated project files for new FD stuff - need to link with wsock32.lib.
Michael R Sweet
1999-01-04
Lots of changes:
Michael R Sweet