2048 Commits (6f946ecfc55a5dee1571c72aae93b086c06370b3)
 

Author SHA1 Message Date
Matthias Melcher d5b98e56c0 Fixed 'Open Previuos' bug in FLUID. 23 years ago
Michael R Sweet c0670cdc55 WIN32 fixes for BC++. 23 years ago
Michael R Sweet 11f56a0dc0 Possible BCC fix; have to check the change... 23 years ago
Michael R Sweet 30b61c9e03 Run "fltk-config --post" after installing and stripping fluid; otherwise 23 years ago
Michael R Sweet 683b32002b Break grid and GUI settings into separate dialogs. 23 years ago
Matthias Melcher 81e13dc96d Added layout menu to FLUID. The menu contains 23 years ago
Matthias Melcher f060b88fe6 Added preferences.fl, removed preferences.cxx and .h 23 years ago
Michael R Sweet a368380f80 Update VC++ project files. 23 years ago
Michael R Sweet bb126f4b8b Fix line_style project file... 23 years ago
Michael R Sweet d9827f2540 Ooops, missing casts.. 23 years ago
Michael R Sweet 94a9fb879f Fix backspace "bug" in file chooser - now treat delete and backspace the 23 years ago
Michael R Sweet 3a33fc7d81 WIN32 doesn't support popen(), but Cygwin does. 23 years ago
Michael R Sweet 39a823b5e6 Add shell command support to FLUID. 23 years ago
Michael R Sweet b338c743b4 Fix FLUID so that open_cb() and open_history_cb() set the filename 23 years ago
Michael R Sweet 43b4048b9c Fix file chooser bug - show() was calling deselect() when it shouldn't 23 years ago
Michael R Sweet e5ceaa48e4 Use ascent/descent for Xft fonts. 23 years ago
Michael R Sweet f58d0e15d7 Add docos for Fl_File_Input. 23 years ago
Michael R Sweet 45f8282135 Don't try to use itoa(), which isn't available on most systems. Instead, 23 years ago
Matthias Melcher 288f3e8c7a Fixed VisualC projects for Fl_File_Input. 23 years ago
Matthias Melcher adb6fc4eeb added binary support and procedural names to 23 years ago
Michael R Sweet 8972642109 New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_File 23 years ago
Michael R Sweet 1f5448409b Fl_Preferences::getUserdataPath() and getPath() methods now require a 23 years ago
Michael R Sweet 19b4d2fd1c Fix radio button drawing for menubars and light buttons. Basically, 23 years ago
Michael R Sweet 2779ff9099 WIN32 project file fixes. 23 years ago
Michael R Sweet c93fd74021 Fix new file browser code for fast directory checks. 23 years ago
Michael R Sweet 80c5b70c43 Add preferences demo. 23 years ago
Michael R Sweet bc0389efbc Damned MS-DOS line endings! 23 years ago
Michael R Sweet 13587f41c2 Re-import the *current* version of Matthias's code, with appropriate 23 years ago
Michael R Sweet c8aebffa88 Flag menu and tooltip windows as WS_EX_TOOLWINDOW so they don't appear in 23 years ago
Michael R Sweet e845bebc6f Modify WIN32 scandir() function so that directories get a trailing 23 years ago
Michael R Sweet b5a79264a1 Radio button drawing fixes from Albrecht Schlosser. 23 years ago
Michael R Sweet 6bfe3e970a Fix uninitialized variable in Fl_Preferences::Node::remove. 23 years ago
Michael R Sweet 782b3d639a Updated credits file. 23 years ago
Michael R Sweet 44bb5f60de Add Fl_Preferences class to base library. 23 years ago
Michael R Sweet 081d369c11 Support "using" keyword. 23 years ago
Michael R Sweet 47b57655a0 Make code dialog wider. 23 years ago
Michael R Sweet 11fccec026 Fix which icon is shown in FLUID (had it backwards) 23 years ago
Michael R Sweet 9f5d6a0ecb Fix rendering of Fl_Light_Button with the plastic scheme. 23 years ago
Michael R Sweet a48e1cac3f Port 2.0 drawing optimizations for Fl_Input_ - this provides a more 23 years ago
Michael R Sweet 469ba78d90 Fix font enumeration bug reported by Paul Sydney. 23 years ago
Michael R Sweet a0021b31ef Add unlock icon for public stuff. 23 years ago
Michael R Sweet c9013cf892 Change lock icon color to red. 23 years ago
Michael R Sweet eff01c14e5 AIX always needs the image libraries, since the AIX linker sucks. 23 years ago
Michael R Sweet 14b93c034b Add +z option with HP-UX compilers when compiling shared libraries. 23 years ago
Michael R Sweet da9edc35a5 Add lock icon next to static/private elements in FLUID. 23 years ago
Michael R Sweet ee5fdc99ce Images in menu items... 23 years ago
Michael R Sweet b3f01efb17 Add note about images in menu items. 23 years ago
Michael R Sweet 7b99f66d03 Add check for libpng/png.h as well as png.h, and include the appropriate 23 years ago
Michael R Sweet f87f7a7b14 Added set_override() call in Fl_Tooltip_Window constructor. 23 years ago
Michael R Sweet a89ca324a4 Fix a recursion bug in the tooltip code - didn't need to grab(), but 23 years ago