summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-08-02OpenGL stuff is now in libfltkgl.*Michael R Sweet
2001-08-02FileIcon, FileBrowser, FileChooser stuff.Michael R Sweet
2001-08-02Fix tooltips a la 2.0.Michael R Sweet
2001-08-01First bunch of changes for the 1.1 branch - tooltips.Michael R Sweet
2001-08-01This commit was manufactured by cvs2svn to create branch 'branch-1.1'.No Author
2001-07-30Fix scrollbar direction.Michael R Sweet
2001-07-18Does not blink the OpenGl cursor on NT except when a gl overlay is being done...Bill Spitzak
2001-07-09Fl_Menu_Item::add() didn't use myflags.Michael R Sweet
2001-07-09Fix scrollbar bug.Michael R Sweet
2001-07-05Fixed crash if you shift+click on a multibrowser below the last itemMichael R Sweet
2001-05-19Fl_Menu_add of a menu item with the same name as an existing submenuBill Spitzak
2001-05-11Changes for AIX (still have menu problems)Michael R Sweet
2001-05-05Compiling with -DBOXX_BUGS will work around some problems with the newestBill Spitzak
2001-04-27One more keyboard fix for good measure - still need to address "stuck"Michael R Sweet
2001-04-27Fixing lock/meta key handling...Michael R Sweet
2001-04-27Mask low bit of key state for all keys.Michael R Sweet
2001-04-27Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() forMichael R Sweet
2001-04-25Don't use GCC c++ or g++ compiler to build programs, use gcc instead.Michael R Sweet
2001-04-22Another fix for WM_SYNCPAINT from MattBill Spitzak
2001-04-13AIX changes...Michael R Sweet
2001-04-13Eliminate all compiler warnings (string constants, const'ness, hiding ofMichael R Sweet
2001-04-13Restored WM_SYNCPAINT handlingBill Spitzak
2001-04-13Fl_has_idle only tested N-1 callbacks and missed oneBill Spitzak
2001-03-20can_do_overlay was missing from WIN32 versionBill Spitzak
2001-03-15Use the Multithreaded DLL runtime model for all projects - I haven't foundMichael R Sweet
2001-03-14Replaced remaining _WIN32 symbols with WIN32Bill Spitzak
2001-02-26Fl_Gl_Window leaked memory for damage regionsBill Spitzak
2001-02-12Make sure menu item array is cleared to avoid uninitialized memoryMichael R Sweet
2001-01-28fl_curve uses a much better algorithim to figure out how many piecesBill Spitzak
2001-01-26Add call to GdiFlush() under WIN32.Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2001-01-21"accu-timer": some changes to repeat_timeout that seem to make it accurateBill Spitzak
2001-01-15Added parenthesis to turn off gcc warningBill Spitzak
2000-12-21Fix to allow Fl.cxx to compile with older C++ compilers (no variableMichael R Sweet
2000-12-12Fl_Gl_Window does not set drawbuffer(BACKBUFFER) for single-bufferedBill Spitzak
2000-12-06APIENTRY doesn't need to be used for the font pointers in glut.HMichael R Sweet
2000-11-20Get rid of "member X hidden by variable X" warnings...Michael R Sweet
2000-11-20Fix for Fl_Scroll redrawing background.Michael R Sweet
2000-11-20Commented out USE_ASYNC_SELECT since it doesn't seem to work...Michael R Sweet
2000-11-20Fl::below_mouse() was incorrectly clearing e_is_click; this preventedMichael R Sweet
2000-10-21Does not clear Fl::keysym on every event, this makes better back compatabilit...Bill Spitzak
2000-10-17Fl_Menu_::add() ignores '&' signs when comparing menu items, so you don'tBill Spitzak
2000-10-17CUA function keys, code submitted by George Yohng <yohng@drivex.dosware.8m.com>Bill Spitzak
2000-10-17Fl::set_fonts() on WIN32 fixed to work before the first window is shown.Bill Spitzak
2000-10-17Fl_Tabs draws the background behind the tabs.Bill Spitzak
2000-10-17Hack to fix the annoying "raise another application when a modal windowBill Spitzak
2000-09-23Menu titles and buttons in the menubar can be images (allows it to be used as...Bill Spitzak
2000-09-23Fixed bit-flipping patterns in WIN32 bitmap code.Bill Spitzak
2000-09-19Reads selectBackground from the xrdb database to set the selection color.Bill Spitzak
2000-09-19FL_WHEN_RELEASE on Fl_Input will now do the callback when the inputBill Spitzak