3771 Commits (bf4635d00d414e0a0f1deda5b37943e6a175b9ec)
 

Author SHA1 Message Date
Matthias Melcher fc28028954 Updated some documentation for Fl_Preferences::getUserdataPath() 17 years ago
Matthias Melcher b91aec5b87 Added clarification to Fl_GL_Window mode function (STR #1945) 17 years ago
Fabien Costantini fd13aabd19 Enabled Xcode docset makefile generation as it is transparent for non xcode users. 17 years ago
Fabien Costantini b047ee943f Doxygen documentation:updated README 17 years ago
Fabien Costantini 83c49f6fba Documentation makefile: Fixed make install would return an error if html folder does not exist. 17 years ago
Fabien Costantini b110a858d6 Changed the former todo_filelist used for WPs about porting old html to doxygen to a general TODO.doc now. 17 years ago
Fabien Costantini 6ff84799a3 Moved latex related files to src, man files to src, updated Makefile and Doxyfile accordingly. 17 years ago
Fabien Costantini 69dbe4ea9c now renaming restoring dir src_doc src. 17 years ago
Fabien Costantini 09cfc1a1ea Removing current broken history documentation/src dir. 17 years ago
Fabien Costantini 4b5a6d1b23 adding jpg files from 6430 to restore dir 17 years ago
Fabien Costantini 4ff02beea2 added new eps files to histo restoring dir. 17 years ago
Fabien Costantini 690af6a7a0 updated all dox files, history kept. will add other eps files on another commit 17 years ago
Fabien Costantini 501690edce Last test does keep history, lets add all related files and patch them afterwards... 17 years ago
Fabien Costantini 7183891af3 test only, will remove. check if we keep the history for that file from pre 6430. 17 years ago
Fabien Costantini 8f91b10bbe for testing purposes following dox and gif history break since r6431, seems that it needs this to be committed to repos before more local svn move operations. 17 years ago
engelsman 4b48d5f84a added more minor doxygen comments for fl_draw.H and fl_line_style.cxx 17 years ago
Fabien Costantini ee1db2a27c Doxygen documentation: Fixes obsolete install data when using make install. Now fltk.pdf and all potential html files are installed in the fltk docdir. 17 years ago
engelsman 065cfaadbe minor doxygen updates for fl_draw.H, fl_color.cxx and fl_vertex.cxx 17 years ago
Fabien Costantini 4f60171ba6 documentation Makefile: 17 years ago
Fabien Costantini 14ca02ffff Doxygen documentation: commented out the 1.5.7 specific doc options, updated README for pdf and html use. Now minimum version required is 1.5.5 17 years ago
Fabien Costantini 5a71578b1b Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed all Widget class headers from file section as they already are in the class section, this saves many pages. Also disabled the referenced by/from systematic inserts for each functions as this is more a core developer documentation feature than a fltk user manual feature, also saves many pages. Didn't use the LATEX_COMPACT feature yet, not happy with its result, will comment it later. 17 years ago
Fabien Costantini 19ca3c6edd Doxygen pdf documentation: Fixed missing dox files images in latex. Fixed license info would not show completely in pdf. 17 years ago
Fabien Costantini d272c1b43f Doxygen PDF Documentation: Added image latex tags, added missing eps corresponding images (most of them in B/W) for the widget classes. 17 years ago
Fabien Costantini dc7808d4da Added svn:ignore to vc2005, xcode build env, emacs TAGS. 17 years ago
Fabien Costantini 7735c1b42c Doxygen documentation: added svn properties to ignore temp files, set pdf file mime-type to octet stream. Created a custom output log that captures all pdflatex output and makeindex output as we could loose some of them in the standard refman.log because of the iterating crazy nature of these latex tools. Now make pdf file generates the full baby (including ToC) in one shot. 17 years ago
Fabien Costantini 9701852f48 Doxygen pdf documentation: made pdflatex run in batchmode. This is non verbose and nonstopmode is, but pdflatex also furthers refman.log containing all the error report... 17 years ago
Fabien Costantini 42184c88b6 Updated the todo list with new devl notes and todo for the pdf doc & makefile 17 years ago
Fabien Costantini 7592d7c588 Doxygen makefile: added new html and pdf targets, to use it run : make html, make pdf. for the last case, when an error is detected, the gen stops and you may have to run manually pdflatex again to have a correct toc ... 17 years ago
Fabien Costantini 497afccb07 Doxygen pdf man: First version added in documentation/fltk.pdf, old doc removed, images, dox files moved to a new src directory. 17 years ago
engelsman e08fffdfe0 copied more documentation from drawing.dox to {fl_curve,fl_vertex}.cxx 17 years ago
Fabien Costantini 7a90386c6d Doxygen pdf documentation: OUTPUT_DIRECTORY is now . Changed the ABSOLUTE_PATH_NAMES as suggested but it seems that there is a bug in doxygen as the pdf TOC still shows the path but not the content pages. 17 years ago
Fabien Costantini 528d1d0e7a Doxygen pdf documentation: added htmlonly endhtmlonly tags to avoid pdf doc to have ugly nav bar at the end of the custom chapters. This implies that no ref tag is used, so i reverted ref tags to original a href names. htmldoc was never expanded to doxygen, changed it so that it works in configure.in . 17 years ago
Fabien Costantini 34c5642cfa Updated TODO.osx list. 17 years ago
Fabien Costantini 025290929d Fixed missing config.h includes in X11 after QD removal. 17 years ago
Fabien Costantini 097c3cd91e fixed missing case darwin in configure.in after qd removal. 17 years ago
Fabien Costantini 86fee3f0d1 Set CASE SENSE NAME option to YES as discussed. 17 years ago
Fabien Costantini 92051890f1 Quickdraw removal: option removed from configure, all Qd code removed from sources. Also took this opportunity to sort the ifdef clauses so that USE_X11 shows first. Also added error pragma to enforce proper target checking, thus make even less assumptions. 17 years ago
Fabien Costantini 8e9c1d1ab0 fixed fluid template would not save correctly under quartz. 17 years ago
engelsman de04c108f8 copied more doxygen comments from drawing.dox back to source code 17 years ago
Matthias Melcher 8a20846803 STR 1992: Fixed Fluid textcolor output 17 years ago
Matthias Melcher 395129dfdb STR #1991: Fixed wrong default value of Fl_Spinner in Fluid 17 years ago
Matthias Melcher a26d5408a1 STR 1952: Fixed first modifier key event, some minor utf8 orrections. 17 years ago
engelsman 3fda0918b6 more html to doxygen conversion for license.dox 17 years ago
Albrecht Schlosser 01290ba3df Fixed some old typos. 17 years ago
engelsman 9ffe5fdeec more html to doxygen conversion for examples.dox 17 years ago
engelsman 9584477b26 more html to doxygen conversion for {osissues,migration*,development}.dox 17 years ago
Albrecht Schlosser 7c977f76a0 Fl_Tooltip could pop up a wrong tooltip, when there had been no tooltip 17 years ago
engelsman 5abbe21b52 more html to doxygen conversion for {enumerations,glut,forms}.dox 17 years ago
engelsman 0e518f7f49 more html to doxygen conversion for {fluid,advanced,unicode}.dox 17 years ago
engelsman d658ae6039 converted more html to plain doxygen in {events,subclassing,opengl}.dox 17 years ago