summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-05removed some compiler warnings (gcc 4+)Albrecht Schlosser
2010-03-04Fixes for STR #2323; missing right/middle drag events and missing mousewheel ...Greg Ercolano
2010-02-28Removed saving the flags() in Fl_Window::iconlabel(const char *iname) becauseAlbrecht Schlosser
2010-02-28Adjusting indentation.Albrecht Schlosser
2010-02-27Starting to add a GUI to manage the IDE database.Matthias Melcher
2010-02-26Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint...Matthias Melcher
2010-02-26Fixed Scrollbar events when max is less than min (STR #2283)Matthias Melcher
2010-02-26Fixes to Fl_Menu_::item_pathname() code example; small changes to Albrecht's ...Greg Ercolano
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-21Simpler Fl_X::q_begin_image() function without matrix inversion that accepts ...Manolo Gouy
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-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