summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-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
2010-01-17Small indent / whitespace fixups, Manolo's doc modification for Greg Ercolano
2010-01-16Checked in Manolo's 'diff.patch' mods from STR #2307Greg Ercolano
2010-01-16Extended Fl_Widget::align_ flag from 8 bits to full (unsigned) size forAlbrecht Schlosser
2010-01-15Added Fl_Table, Fl_Tree, and Fl_Native_File_Chooser CMake build files.Albrecht Schlosser
2010-01-15Fixed a Windows GDI leak when testing alpha blending capabilities,Albrecht Schlosser
2010-01-14Checked in on Manolo's behalf; FNFC.patch applied from STR#2298 Greg Ercolano
2010-01-14Fl_Native_File_Chooser follow up maintenance.Greg Ercolano
2010-01-14More Native File Chooser stuff.Ian MacArthur
2010-01-13Added Fl_Native_File_Chooser widget (with manolo's cocoa mods) to FLTK.Greg Ercolano
2010-01-13Another bug in Fl_PreferencesMatthias Melcher
2010-01-12Fl_Preferences now have an API to delete all nodes or entries at once.Matthias Melcher
2010-01-11Fl_Preferences::copyTo() would fail if there is no tree rootMatthias Melcher
2010-01-11Minor bugs in Fl_Preferences::copyTo(). Note to self: increase warning level!Matthias Melcher
2010-01-10Added a function to copy an entire Fl_Preferences database into an Fl_Tree vi...Matthias Melcher
2010-01-09This is my test implementation of the UUID code for Fl_Preferences.cxx on win32.Ian MacArthur
2010-01-07Fixed stupid crash bug in Fl_Preferences.Matthias Melcher
2010-01-04Another update by Manolo.Matthias Melcher
2010-01-04Fixed previous commit (s/gethostbyname/gethostname/) and addedAlbrecht Schlosser
2010-01-04Temporary fix for Fl_Preferences on Windows, because gethostbyname would needAlbrecht Schlosser
2010-01-01Updated filename.H function docs with indication of #include <FL/filename.H>Greg Ercolano
2009-12-28Fixed previous commitMatthias Melcher
2009-12-28Added an ID type to preferences which can be retrieved to then re-use the sam...Matthias Melcher