summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-06[CMAKE] Remove -DUSE_X11 from fltk-config --c[xx]flags.Albrecht Schlosser
2015-02-06[CMake] Add missing build libraries (STR #3011).Albrecht Schlosser
2015-02-06Remove unused variable 'bindir' from fltk-config and fix CMake local usage.Albrecht Schlosser
2015-02-06CMake: fix a few typos.Albrecht Schlosser
2015-02-04Add some doxygen descriptions for the (previously undocumented) Fl_Multi_Labe...Ian MacArthur
2015-02-03Add method Fl_Widget::is_label_copied() as discussed in fltk.general.Albrecht Schlosser
2015-02-03Fixed crash when resizing a not yet shown() Fl_Gl_Window.Manolo Gouy
2015-02-02Fix Linux/Unix potential program hang when dialog pops up while a menu is ope...Albrecht Schlosser
2015-02-02Removed small memory leak.Manolo Gouy
2015-02-02Replace gl_xxx() function names by new member functions of the Fl_X class to ...Manolo Gouy
2015-02-02Restores the Doxygen doc of the Fl_PostScript_Graphics_Driver class that had ...Manolo Gouy
2015-01-31Improve test/boxtype demo program to help boxtype debugging.Albrecht Schlosser
2015-01-31Improved Mac OS X Fl_Gl_Window resizing: the GL scene was drawn twice at each...Manolo Gouy
2015-01-31Fix potential buffer overflow (Windows: BEX64 error) and home dir (STR 3166).Albrecht Schlosser
2015-01-31Fix gleam boxtypes (STR #3183).Albrecht Schlosser
2015-01-29Use Fl::is_scheme() where appropriate.Albrecht Schlosser
2015-01-29Remove superfluous #include <string.h> - strcmp() is not used anymore.Albrecht Schlosser
2015-01-29Use Fl::is_scheme() in src/Fl_Tree_Prefs.cxx.Albrecht Schlosser
2015-01-29Add missing gleam boxtype definitions from Dmitrij's oxy patch (STR #2675).Albrecht Schlosser
2015-01-29Fix comments, trailing white space, and trailing commas in comments.Albrecht Schlosser
2015-01-28Back to previous statement that FLTK does not use RTTI.Manolo Gouy
2015-01-28Stop using dynamic_cast when performing text drag (Mac OS only).Manolo Gouy
2015-01-27Clarified that RTTI is used on the Mac OS X platform to perform text dragging...Manolo Gouy
2015-01-24Restore compilability with Mac OS X SDK 10.4uManolo Gouy
2015-01-24Simpler coding of the half-pixel offset necessary when clipping to a rectangle.Manolo Gouy
2015-01-23It is necessary to call fl_cgrectmake_cocoa() when building the clipping rect...Manolo Gouy
2015-01-22A few comment changes.Manolo Gouy
2015-01-22Make sure subwindows don't leak out of their parent windows.Manolo Gouy
2015-01-21Have Fl_Paged_Device::print_window() print window title bars with rounded ang...Manolo Gouy
2015-01-20Removed erroneous statement from Doxygen doc of class Fl_Copy_Surface.Manolo Gouy
2015-01-19Avoid potential crash if Fl::focus() returns NULL.Manolo Gouy
2015-01-19Documented how it is possible to change the default paper size for a printer ...Manolo Gouy
2015-01-19Added version information to Doxygen comments.Manolo Gouy
2015-01-19Mention that class Fl_Gl_Window now uses cocoa rather than the deprecated AGL...Manolo Gouy
2015-01-19Ignore text input methods when the focus is to an Fl_Gl_Window.Manolo Gouy
2015-01-16Fix possible crash when calling Fl_Window::resize() on a non-mapped sub-window.Manolo Gouy
2015-01-16Corrected one comment and added one.Manolo Gouy
2015-01-15Fixed Fl_Window::resize() on Mac OS because program-generated resize did not ...Manolo Gouy
2015-01-14Some indentation cleaning.Manolo Gouy
2015-01-14When CGBitmapContextCreate() is used with null 5th argument, it is necessaryManolo Gouy
2015-01-14Avoid compilation warnings appearing with SDK 10.5Manolo Gouy
2015-01-14A public header file must not use a preprocessor variable such as MAC_OS_X_VE...Manolo Gouy
2015-01-13Fl_Paged_Device::print_window() now uses the CALayer class to print in one step Manolo Gouy
2015-01-11Prevent tooltips from opening if window recently iconized.Greg Ercolano
2015-01-10Documentation clarification for all menu oriented widgetsGreg Ercolano
2015-01-10Small doc mods to Fl_Menu_Bar to clarify how callbacksGreg Ercolano
2015-01-10Improvements to Fl_Menu_ docs regarding how callbacks are invoked.Greg Ercolano
2015-01-09Better implementation of Fl_Paged_Device::print_window() for Mac OS X Yosemite:Manolo Gouy
2015-01-06Don not assume that Fl_X::resolution_scaling_factor() returns either 1 or 2.Manolo Gouy
2015-01-04Docs only: fixed example code indenting.Greg Ercolano