summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-26Fixes to Fl_Menu_::item_pathname() code example; small changes to Albrecht's ...Greg Ercolano
2010-02-26Removed HTML escapes on <> as per Albrecht's suggestion.Greg Ercolano
2010-02-26Added a \ref for proper doc linking.Greg Ercolano
2010-02-26doc mods to support fl_eventnames[].Greg Ercolano
2010-02-26added docs for fl_eventnames[] and fl_fontnames[]. (fixes STR#2275)Greg Ercolano
2010-02-26VisualC library naming scheme fixesMatthias Melcher
2010-02-26Added new naming conventionMatthias Melcher
2010-02-26Removed VisualC projects file in old naming convention.Matthias Melcher
2010-02-26Added argument-less constructor in Fuid Widget ClassMatthias Melcher
2010-02-26Attempt at a better menubar shortct alignment.Matthias Melcher
2010-02-26Fixed menu item counting issue in Fluid (STR #2322), Added Fl_Menu_::find_ite...Matthias Melcher
2010-02-26Quick fix for embedded comments problem in Fl_Menu_.cxx introducedAlbrecht Schlosser
2010-02-26Fixed problem with Fl_Menu_::item_pathname() was misrepresented as a 'Set' me...Greg Ercolano
2010-02-25Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings.Matthias Melcher
2010-02-25Added VisualC IDE as it is autogenerated by Fluid. This is still somewhat exp...Matthias Melcher
2010-02-25Partially working generator for VisualC 6.0 IDEsMatthias Melcher
2010-02-23Documented supported HTML tags. (STR#2321)Greg Ercolano
2010-02-21Attempt to fix the VisualC2005 IDE files without actually havinf VC2005 :-/Matthias Melcher
2010-02-21Fixed Demo for OS X to use the correct command to launch other applications f...Matthias Melcher
2010-02-21A completely new set of IDE files for the entire FLTK project. This project s...Matthias Melcher
2010-02-21Much improved automated Xcode3 IDE built. These are the files for creating th...Matthias Melcher
2010-02-21Simpler Fl_X::q_begin_image() function without matrix inversion that accepts ...Manolo Gouy
2010-02-21Fixed silly deletion in Demo.cxxMatthias Melcher
2010-02-21Fixed double include in ide supportMatthias Melcher
2010-02-20Supporting an application icon in Fluid IDE support.Matthias Melcher
2010-02-20Fixing some indentationMatthias Melcher
2010-02-20Fixed format once more in Fluid unique ID.Matthias Melcher
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
2010-02-20Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgetsAlbrecht Schlosser
2010-02-20Removed unnecessary statement when destroying a window.Manolo Gouy
2010-02-20Fixed Alt+Shift+letter as shortcutManolo Gouy
2010-02-20Tentative repair of cast from pointer to unsigned int that breaks 64-bit comp...Manolo Gouy
2010-02-19Fixed lost top item in Fluid's tree browser (STR #2233)Matthias Melcher
2010-02-19Removed the Forms definition of FL_CLOSE since it is never used anyways and c...Matthias Melcher
2010-02-19test/Editor was freeing the text buffer too soon and no clearing callbacks. (...Matthias Melcher
2010-02-19Small fixes to Fluid IDE support.Matthias Melcher
2010-02-19Fixed Fl_Preferences Cygwin wide character bug (STR #2164)Matthias Melcher
2010-02-19Fixed sorting in Fl_Browser - last item would not be sorted (STR #2300)Matthias Melcher
2010-02-19Fixed window levels in OS X Cocoa (STR #2316)Matthias Melcher
2010-02-19Improved IDE support: Fluid now compiles fine under Xcode (and all framework ...Matthias Melcher
2010-02-18Fixed case of included header filesAlbrecht Schlosser
2010-02-18IDE support file generation from within Fluid. These files are not yet linked...Matthias Melcher
2010-02-18TypoMatthias Melcher
2010-02-18Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Flu...Matthias Melcher
2010-02-16changed events dispatching so command+key generates both FL_KEYBOARD and FL_K...Manolo Gouy
2010-02-15removed unused variablesManolo Gouy
2010-02-15Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file ...Matthias Melcher
2010-02-13Added new virtual methods, as discussed in fltk.development:Albrecht Schlosser
2010-02-11update event_x_root and event_x earlier is more accurateManolo Gouy
2010-02-10allows compilation with gcc-3.3Manolo Gouy