summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-02-10closed memory leakManolo Gouy
2010-02-07Reverting previous change (optimization of Fl_Group::clear),Albrecht Schlosser
2010-02-07Optimized Fl_Group::clear() and Fl_Scroll::clear() as discussed inAlbrecht Schlosser
2010-02-02simplifying clipping algorithm: done once in make_current() instead of repeat...Manolo Gouy
2010-02-01fixes STR 2309 by updating Fl::e_x, e_y, e_x_root and e_y_root after window m...Manolo Gouy
2010-01-29defined macro FL_CGRECTMAKE_COCOA thatManolo Gouy
2010-01-28Repaired table target that was overwriting the tabs targetManolo Gouy
2010-01-27minor changes so all demos work under Xcode.Manolo Gouy
2010-01-27makedepend updates for all source directories (except src/xutf8).Albrecht Schlosser
2010-01-26File chooser in preview mode would hand if user selected a special file in th...Matthias Melcher
2010-01-24Without knowing Cygwin, this seems to make more sense to me?!Matthias Melcher
2010-01-24Three Cocoa-related changes:Manolo Gouy
2010-01-24added explicit cast to remove 64-bit compilation error that sometimes occurManolo Gouy
2010-01-24New texture-based gl_draw implementation now used also in 32-but compilesManolo Gouy
2010-01-24Text color now follows changes in standard colormap,Manolo Gouy
2010-01-24Better OS X version backwards compatibility of executables.Manolo Gouy
2010-01-24This is a very simple implementation of the host side of plugins. Plugins can...Matthias Melcher
2010-01-24Still not having added Fl_Tree and Fl_Table to Fluid, I remembered the plugin...Matthias Melcher
2010-01-23Replaced _WIN32 symbols that had crept in with UTF-8 and theAlbrecht Schlosser
2010-01-22Fixed a buffer overflow in fl_utf8from_mb() (STR #2279).Albrecht Schlosser
2010-01-21fix x86_64 linux buildyuri