974 Commits (95db2790d69fb227e78d307f50c41bdc4bee44d0)

Author SHA1 Message Date
Albrecht Schlosser 4ac63b788a Improved image layout in Fl_Group::resizable() docs. 17 years ago
Albrecht Schlosser 3ebc315ad2 Documentation updates, in parts concerning changes done for STR #1894. 17 years ago
Albrecht Schlosser 9f1eeaee19 Added the helper class Fl_Watch to simplify safe handling of widget deletion 17 years ago
Fabien Costantini ecf26b1d12 Doxygen documentation corrected a typo in new module entry name. 17 years ago
Fabien Costantini b00d2bfa42 Doxygen documentation 17 years ago
Fabien Costantini 49ed3ac908 STR#890 non-lazy fix: as suggested, replaced the one level color attribute saving by a better font style stack including the color in its font style elements. 17 years ago
Albrecht Schlosser eec7f80e94 Widgets now remove themselves from their parent group (if any), when destroyed 17 years ago
Matthias Melcher c15fc3e71a Added flexible gap size for text buffer (STR #2046) 17 years ago
Matthias Melcher 3c38aa5331 STR 1342: Added somewhat missing Fl_Scrollbar::value(int) 17 years ago
Matthias Melcher 167d767e0f Changed the copyright to 2009 for header files. Still todo: src and test directory. 17 years ago
Fabien Costantini 79838655ba Doxygen Documentation: 17 years ago
Albrecht Schlosser d34cc411e0 STR 2101: fl_set_spot() could crash on Windows under certain conditions. 17 years ago
Matthias Melcher a3589a1817 STR 2087: made Fl_Scrollbar::value() 'const' which braks the ABI. 17 years ago
Matthias Melcher 230dbce86d STR #2013: Added missing 'step' getter for Fl_Counter 17 years ago
Matthias Melcher fad309329b STR #2113: added sorting and a few other functions to Fl_Browser_. 17 years ago
Matthias Melcher 459cd78a94 STR 1735: improved documentation on button types. 17 years ago
Albrecht Schlosser 21b8d6aa1a more doxygen updates 17 years ago
Albrecht Schlosser 6ed54124bb Fixed typos and doxygen documentation. 17 years ago
Albrecht Schlosser 5f75c5b754 STR 2027: Fixed documentation errors. 17 years ago
Albrecht Schlosser 8a45f9063c Documented module "Safe widget deletion support functions" 17 years ago
Albrecht Schlosser fbea5019fb Replaced all occurrences of the deprecated fl_clip() function by 17 years ago
Fabien Costantini 60335167b2 + Fixed non standard fltk utf8 files headers. 17 years ago
Ian MacArthur 865f3d8e61 STR 2076: experimental fl_text_extents patch applied. Please feedback comments. 17 years ago
Ian MacArthur cbfba6feca STR 1948: fix glutIdleFunc so that it does not use the deprecated Fl::set_idle method, and does not interact harmfully with other Fl::add/remove_idle() functions. 17 years ago
Fabien Costantini 383a1f5f22 Fixe #396 : non consistent hide and show behavior in Fl_Widget vs Fl_Window. As suggested by mike, now hide and show are virtual from Fl_Widget, as it breaks the abi, it has to be done before we release 1.3, last chance before 1.4 ... 17 years ago
Matthias Melcher 2ecabfa676 Moved Fl_Preferences documentation to the correct places. 17 years ago
engelsman 13267ea186 added doxygen comments for more font/text functions in fl_draw.{H,cxx} 17 years ago
Albrecht Schlosser ac7c97572c Fl_Group::clip_children() is now public (STR #2017) 17 years ago
Matthias Melcher baa5549c00 Moving some doxygen dox around (Fl_Preferences). 17 years ago
Fabien Costantini 268ffc6ef2 Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo lib 17 years ago
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
engelsman 4b48d5f84a added more minor doxygen comments for fl_draw.H and fl_line_style.cxx 17 years ago
engelsman 065cfaadbe minor doxygen updates for fl_draw.H, fl_color.cxx and fl_vertex.cxx 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 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
engelsman e08fffdfe0 copied more documentation from drawing.dox to {fl_curve,fl_vertex}.cxx 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
engelsman de04c108f8 copied more doxygen comments from drawing.dox back to source code 17 years ago
Matthias Melcher a26d5408a1 STR 1952: Fixed first modifier key event, some minor utf8 orrections. 17 years ago
engelsman 0adc1ccdaa doxygen comments for undocumented drawing, clipping and color functions 17 years ago
Fabien Costantini 30800d35d4 STR#2052 fixed. Also added documentation to FL_File_Input explaining what events the user can handle and also an application note explaining how to avoid potential callback reentrant calls. 17 years ago
Fabien Costantini 908a2b5515 Doxygen documentation: added missing counter.gif image in Fl_Counter,Fl_Simple_Counter doc, also corrected some typos. Fl_Spinner is missing a gif file in class doc., would be nice to add a little one (could be extracted from valuators.gif) 17 years ago
Fabien Costantini fdeb60898e #STR2056 partial fixes : wsock API now compiles ok, but there are still all utf8 stuff that won't compile: fl_utf8.cxx, fl_set_fonts_win32.cxx won't compile yet and Fl_Preferences recent utf8 addon should be checked for Cygwin. 17 years ago
engelsman c28c0de681 added doxygen comments for undocumented features in Fl, Fl_Gl_Window 17 years ago
Fabien Costantini 7fc0d4903d Corrected comment inversion in fl screen_xywh() api. 17 years ago
Fabien Costantini bfac12dbfa Completed and corrected Fl and related Fl_Window documentation, added cross references, especially to back compatibility functions to the new ones. 17 years ago
engelsman 0eb1ac797f added doxygen comments for undocumented features of Fl_File_Icon 17 years ago
Fabien Costantini 727b50652c Added systematically missing in out modifiers to all param doxygen statements. Added a TODO.osx file in the root describing what we have to do on the os x platform before we can pre-release 1.3 17 years ago
Fabien Costantini fabf5fc181 Fixed bad comments in fl_color_chooser, r g b param are in/out params and not in. Added param and return dox commands to these functions. Added a new Common Dialogs Module containing all fl_ask,fl,fl_color,fl_file dialogs. Fixed the fl_old_shortcut appearing in Fl_Button. 17 years ago