| Age | Commit message (Expand) | Author |
| 2014-01-15 | Mac OS: when computing a texture, save/restore the global fl_gc variable. | Manolo Gouy |
| 2014-01-15 | Stepping back from r.10030: when you close any window it stops the program! | Manolo Gouy |
| 2014-01-14 | Added the static attribute to the 2 new functions strcnt() because all functi... | Manolo Gouy |
| 2014-01-14 | 32-bit properties are always represented by a long. Using | Pierre Ossman |
| 2014-01-14 | Added missing PMRelease() calls that match PMCreateXXX() calls (Mac OS before... | Manolo Gouy |
| 2014-01-14 | Fix the issue reported in "Fl_Sys_Menu's add method throws errors" of fltk.ge... | Manolo Gouy |
| 2014-01-14 | Fix small memleak in Fl_Tree::show_self() [used only for debugging anyway] | Greg Ercolano |
| 2014-01-13 | Fix small memleak in parse_path() if user tries to add() paths like "" or "/". | Greg Ercolano |
| 2014-01-11 | Fix clang support on Win64 (STR #3027). | Albrecht Schlosser |
| 2014-01-10 | To force linking of Fl_Gl_Device_Plugin.o when Fl_Gl_Window.o is linked, an a... | Manolo Gouy |
| 2014-01-10 | A redraw of the GL window may be necessary before printing, at least with the... | Manolo Gouy |
| 2014-01-10 | Add CMake fixes for OS X build from Rob McDonald. | Albrecht Schlosser |
| 2014-01-09 | Restored the statement removed at r.9992 because it's required so Fl_Gl_Devic... | Manolo Gouy |
| 2014-01-07 | Cleaner definition under Mac OS of the fl_default_cursor global variable that... | Manolo Gouy |
| 2014-01-07 | Remove unused variable warning. | Albrecht Schlosser |
| 2014-01-06 | Fixes STR# 3025; string overflow with large filter()s. | Greg Ercolano |
| 2014-01-06 | Fix mem leak with 'oldcwd' if user hits 'cancel' button in browser.. | Greg Ercolano |
| 2014-01-03 | Fixed recent MinGW build WRT configure not finding strcasecmp() (STR #2994). | Albrecht Schlosser |
| 2014-01-03 | Updated CREDITS file with current and previous developers. | Albrecht Schlosser |
| 2014-01-03 | Fixed missing libdl dependency in CMake builds (STR #2977). | Albrecht Schlosser |
| 2014-01-03 | Fixed segfault in fl_set_fonts_xft.cxx when loading fonts not named | Albrecht Schlosser |
| 2014-01-01 | Fixes errors: | Greg Ercolano |
| 2013-12-30 | Made Fl_Help_View::handle() public and Fl_Help_View::draw() protected | Albrecht Schlosser |
| 2013-12-28 | * Fixes STR#3024 issue with Fl_Tree::find_item() | Greg Ercolano |
| 2013-12-20 | Mac OS text input: fixed minor problem when typing cmd-key while there's mark... | Manolo Gouy |
| 2013-12-18 | Fixes Micha's two NetBSD warning msgs (posted on fltk.general 12/16/13): | Greg Ercolano |
| 2013-12-16 | Added Fl_Tree sort example. | Greg Ercolano |
| 2013-12-15 | Adds horizontal scrollbar to Fl_Tree as an ABI 1.3.3 feature. | Greg Ercolano |
| 2013-12-14 | Made smaller file size, tree image modified | Greg Ercolano |
| 2013-12-14 | Image defining new Fl_Tree inner/outer dimensions for forthcoming ABI 1.3.3 m... | Greg Ercolano |
| 2013-12-13 | Fix for STR#3016: Fl_Input and Fl_Text_Editor have now the standard behavior ... | Manolo Gouy |
| 2013-12-13 | Catch WM_QUIT and convert it to SIGTERM. This gives Windows | Pierre Ossman |
| 2013-12-13 | Add an autogen.sh script as is customary for autoconf based | Pierre Ossman |
| 2013-12-11 | Added informative comment to Fl_Paged_Device::print_window() | Manolo Gouy |
| 2013-12-11 | STR#3012 Fix: cairo_make_current(void*, int, int) would not release previousl... | Fabien Costantini |
| 2013-12-11 | STR#3012 Fix: cairo_make_current(void*, int, int) would not release previousl... | Fabien Costantini |
| 2013-12-10 | Removed use of deprecated NSStringPboardType constant. | Manolo Gouy |
| 2013-12-09 | Simplified the code that supports application opening by dropping file onto i... | Manolo Gouy |
| 2013-12-08 | Improved window printing by using a vectorial font for the window title. | Manolo Gouy |
| 2013-11-30 | The FLView object is now released just after the setContentView message is sent. | Manolo Gouy |
| 2013-11-29 | Fix STR#3010: Program can crash under Mac OS when a dialog window is closed | Manolo Gouy |
| 2013-11-25 | Explicit what unicode characters represent keyboard modifiers in menus on the... | Manolo Gouy |
| 2013-11-13 | Bracket calls to timer callbacks with fl_lock_function()/fl_unlock_function()... | Manolo Gouy |
| 2013-11-10 | o Added Fl_Tree::item_draw_callback(), letting one define a custom draw funct... | Greg Ercolano |
| 2013-11-09 | Updated CHANGES file with ABI mods. | Greg Ercolano |
| 2013-11-06 | Fl_Tree: | Greg Ercolano |
| 2013-11-06 | Fix problem with Fl_Tree::select_only() invoking select callbacks | Greg Ercolano |
| 2013-10-30 | Improved the ordering of font names consistently grouping them by family (con... | Manolo Gouy |
| 2013-10-30 | Improved the ordering of font names consistently grouping them by family. | Manolo Gouy |
| 2013-10-29 | After r.10011 that removed the q_name member from class Fl_Font_Descriptor, c... | Manolo Gouy |