1327 Commits (e5d7f8367e7a19a1b85b0f3b65cc9dd82e94d8b4)

Author SHA1 Message Date
Manolo Gouy 7c8cdbd7eb Going around Doxygen bug that made class Fl_PSfile_Device documented as a struct 15 years ago
Albrecht Schlosser 916724c345 Fixed include file case for Linux/MinGW cross-compiling (STR #2333) 15 years ago
Fabien Costantini e85ff24c22 Fixed another FL_EXPORT missing in fl_draw.H. 15 years ago
Fabien Costantini 4f7629a109 Fixed broken vs2005 ide project files and created table, tree, blocks vcproj projects for vs2005 solution. 15 years ago
Fabien Costantini 31a54bcf1b Fixed msvc6 compilation was broken. What is the use of visualc now? seems we should remove that one ... 15 years ago
Manolo Gouy b087f8b648 Minor documentation changes 15 years ago
Manolo Gouy c5d7f42a22 Completed Doxygen documentation of Fl_Device, Fl_Abstract_Printer, Fl_Printer classes. 15 years ago
Manolo Gouy e107a3682c Created FL/Fl_PSfile_Device.H to reduce size of FL/Fl_Printer.H 15 years ago
Ian MacArthur aca570e1ce Commit Domingo's patch for the idle declarations etc. 15 years ago
Manolo Gouy cf37057367 Renamed class Fl_Virtual_Printer into Fl_Abstract_Printer 15 years ago
Manolo Gouy c0550793a1 Setting copyright dates to 2010 15 years ago
Manolo Gouy cb4f4a7ff2 Setting copyright dates to 2010 15 years ago
Manolo Gouy 253ea58136 Attempt to add id lines and copyright 15 years ago
Albrecht Schlosser 891f02594e Changed a comment and added svn properties: 15 years ago
Manolo Gouy 2c56e94e7c Attempt to add id lines and copyright 15 years ago
Manolo Gouy 7d7b276ae7 Reflecting rename of src/Fl_Gl_Printer.cxx to src/Fl_Gl_Device_Plugin.cxx 15 years ago
Manolo Gouy c81fe82cb1 No longer useful because class Fl_Gl_Printer has been deleted. 15 years ago
Manolo Gouy 53070ba725 Deleted class Fl_Gl_Printer that's no longer useful. 15 years ago
Albrecht Schlosser 8ed31abe65 Fix compile error on Windows: class Fl_Widget needed in Fl_Device.H 15 years ago
Matthias Melcher 762d02fb62 Using Fl_Plugin feature to automatically draw OpenGL (sub)windows. No extra coding needs to be done. Just call Fl_Printer::print_widget(...). The Fl_Gl_Printer device can (and should) be removed or at least made inaccessible. 15 years ago
Manolo Gouy 7f001d1fb9 Added Fl_PSfile_Device::start_job() with user-given filename. 15 years ago
Manolo Gouy b5e2d38b2f Have class Fl_Sys_Menu_Bar and function fl_mac_set_about appear in Doxygen doc. 15 years ago
Albrecht Schlosser 186a8f0ff1 Renamed internal member variables id and mask to id_ and mask_ to avoid 15 years ago
Albrecht Schlosser 998cc6df52 Merge of branch-1.3-Fl_Printer, with the following main changes: 15 years ago
Matthias Melcher c35463fdbe Starting to add a GUI to manage the IDE database. 16 years ago
Greg Ercolano f71f365268 Removed HTML escapes on <> as per Albrecht's suggestion. 16 years ago
Greg Ercolano 6168f6fd4b doc mods to support fl_eventnames[]. 16 years ago
Greg Ercolano 0f87d7719b added docs for fl_eventnames[] and fl_fontnames[]. (fixes STR#2275) 16 years ago
Matthias Melcher 4a802a3159 Fixed menu item counting issue in Fluid (STR #2322), Added Fl_Menu_::find_item by callback 16 years ago
Greg Ercolano 6376e36aa0 Documented supported HTML tags. (STR#2321) 16 years ago
Matthias Melcher 2f82fd0663 Mixed bag. Please see CHANGES. 16 years ago
Albrecht Schlosser 7ae0c170ad Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgets 16 years ago
Matthias Melcher 4763df1636 Removed the Forms definition of FL_CLOSE since it is never used anyways and conflicts with FLTK FL_CLOSE. (STR #2266) 16 years ago
Matthias Melcher 795b2c6356 Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Fluid - but linking to fltk_images is required if this feature is used! 16 years ago
Albrecht Schlosser ea31edb241 Added new virtual methods, as discussed in fltk.development: 16 years ago
Manolo Gouy 4645ed9703 defined macro FL_CGRECTMAKE_COCOA that 16 years ago
Manolo Gouy 1eb95cd823 Three Cocoa-related changes: 16 years ago
Matthias Melcher 416f5b0dcd Still not having added Fl_Tree and Fl_Table to Fluid, I remembered the plugin concept we had early on. It occured to me that writing plugins must not be difficult, and that FLTK already has everything needed. So here it is, a plugin implementation for FLTK. The MSWindows/Cygwin implementation is untested due to lack of a machine. The dynamic loading still needs a test implementation. Comments welcome. 16 years ago
Albrecht Schlosser 51acfa41eb Replaced _WIN32 symbols that had crept in with UTF-8 and the 16 years ago
Greg Ercolano d9f37fe65b Small mod to FlTree doxygen docs. 16 years ago
Greg Ercolano 7221382917 Checked in Manolo's 'diff.patch' mods from STR #2307 16 years ago
Albrecht Schlosser 177f45fe98 Extended Fl_Widget::align_ flag from 8 bits to full (unsigned) size for 16 years ago
Greg Ercolano 3f2a7c829d Fixed missing #ifndef FL_DOXYGEN which was causing duplicate entries in FNFC docs. 16 years ago
Greg Ercolano ebfb80908c Checked in on Manolo's behalf; FNFC.patch applied from STR#2298 16 years ago
Greg Ercolano 30371100ba whitespace fix 16 years ago
Greg Ercolano f910c1c181 Fl_Native_File_Chooser follow up maintenance. 16 years ago
Ian MacArthur c193aa13aa More Native File Chooser stuff. 16 years ago
Greg Ercolano 1de0988c31 Added Fl_Native_File_Chooser widget (with manolo's cocoa mods) to FLTK. 16 years ago
Matthias Melcher 68219958d0 Fl_Preferences now have an API to delete all nodes or entries at once. 16 years ago
Matthias Melcher 3d5d2b54f2 Added a function to copy an entire Fl_Preferences database into an Fl_Tree view. This will break IDEs that do not have Fl_Tree and Fl_Table added yet! 16 years ago