summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-09-29Tooltips, and more tooltips.Michael R Sweet
2001-09-29New fltk-config script for 1.1.Michael R Sweet
2001-09-29This commit was manufactured by cvs2svn to create branch 'branch-1.1'.No Author
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet
2001-09-29File chooser update with new FLUID.Michael R Sweet
2001-09-10HelpView/HelpDialog updates.Michael R Sweet
2001-09-04Doco updates.Michael R Sweet
2001-09-02Fix label/image problems.Michael R Sweet
2001-08-18Add missing Fl_Check_Browser file.Michael R Sweet
2001-08-11Add more widgets from the bazaar...Michael R Sweet
2001-08-06WIN32 updates to make the DLL project work again...Michael R Sweet
2001-08-06Include config.h in Fl_FileBrowser.cxx.Michael R Sweet
2001-08-06Symbols are now supported by main label drawing code - @@ to insert aMichael R Sweet
2001-08-05Image labels!Michael R Sweet
2001-08-05Keyboard nav for tabs.Michael R Sweet
2001-08-05Keyboard nav for valuators.Michael R Sweet
2001-08-04New draw_focus() methods.Michael R Sweet
2001-08-04Keyboard navigation for buttons.Michael R Sweet
2001-08-04Fl_Text* widgets backported to 1.1 (Carl, please confirm that I haven'tMichael R Sweet
2001-08-03Add prototype for snprintf() in Fl_FileBrowser.cxx.Michael R Sweet
2001-08-03File chooser cleanup (use fl_ok and fl_cancel for translated labelMichael R Sweet
2001-08-03Fixed tooltips under WIN32 - no more toolbar buttons...Michael R Sweet
2001-08-03Update WIN32 projects and config file.Michael R Sweet
2001-08-02Fix mouse wheel stuff for browser and helpview widgets (move 3 lines atMichael R Sweet
2001-08-02Mousewheel support for browsers and help view.Michael R Sweet
2001-08-02More mouse wheel stuff (as compatible as possible with the 2.0 code...)Michael R Sweet
2001-08-02Fl_HelpDialog and Fl_HelpView widgets.Michael R Sweet
2001-08-02Add Fl_Wizard widget...Michael R Sweet
2001-08-02Don't build OpenGL demos if OpenGL is not available or disabled.Michael R Sweet
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