summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-17Added trick to force loading of Fl_Gl_Device_Plugin whenever fltk_gl is loaded.Manolo Gouy
2010-03-17PostScript text output: text is now rendered altering the spacing between cha...Manolo Gouy
2010-03-17Reflecting rename of src/Fl_Gl_Printer.cxx to src/Fl_Gl_Device_Plugin.cxxManolo Gouy
2010-03-17fixed src/Makefile and updated dependencies.Albrecht Schlosser
2010-03-17Deleted class Fl_Gl_Printer that's no longer useful.Manolo Gouy
2010-03-17Some fine tuning after introduction of Fl_Gl_Window-capable Fl_Printer::print...Manolo Gouy
2010-03-16Using Fl_Plugin feature to automatically draw OpenGL (sub)windows. No extra c...Matthias Melcher
2010-03-16The "Print front window" external button is available if compiling with -DUSE...Manolo Gouy
2010-03-16Fixed CGcontext stack error appearing under Mac OS X.Manolo Gouy
2010-03-16Added Fl_PSfile_Device::start_job() with user-given filename.Manolo Gouy
2010-03-16Have class Fl_Sys_Menu_Bar and function fl_mac_set_about appear in Doxygen doc.Manolo Gouy
2010-03-16Fixed WIN32 printing of RGB images without transparency. Still print_window_p...Manolo Gouy
2010-03-16Conflict with variable id used in Fl_Images.H and others was removed, so #def...Manolo Gouy
2010-03-15Renamed internal member variables id and mask to id_ and mask_ to avoidAlbrecht Schlosser
2010-03-15Now compiles with GCC3 and 4.Manolo Gouy
2010-03-14Now compiles from Mac OS 10.3 and aboveManolo Gouy
2010-03-14Updated Fl_Device and Fl_Printer for XcodeMatthias Melcher
2010-03-14updated dependencies.Albrecht Schlosser
2010-03-14Merge of branch-1.3-Fl_Printer, with the following main changes:Albrecht Schlosser
2010-03-10Removed one more OS X warning about deprecates function.Matthias Melcher
2010-03-10Remove one OS X warning about deprecates function.Matthias Melcher
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