summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-07Fix crash when Fl_Window::flush() is called before show() (STR #3028).Albrecht Schlosser
2014-02-05Revert the revert in r10060, reinstating commit r10030.Pierre Ossman
2014-02-04Fix clang compile error in fluid (STR #3046).Albrecht Schlosser
2014-02-02CMake/MinGW: Fix missing -pthread linker option for MinGW build.Albrecht Schlosser
2014-02-02CMake: Fix linker issues on OS X and Arch Linux (STR #3045).Albrecht Schlosser
2014-01-31Rename Fl::scheme_is() to Fl::is_scheme().Albrecht Schlosser
2014-01-31Fixes STR #3040Greg Ercolano
2014-01-30Mac OS: have Fl_Paged_Device::print_window() support all devices.Manolo Gouy
2014-01-27Fix STR#3005; input field wasn't scrolling with table.Greg Ercolano
2014-01-27Fixes STR#3041, int -> size_tGreg Ercolano
2014-01-26Fix .gitignore line endings, set 'svn:eol-style native' property.Albrecht Schlosser
2014-01-26Add .gitignore file for conversion to git.Albrecht Schlosser
2014-01-25Fix potential memory leak in text buffer (STR # 3035).Albrecht Schlosser
2014-01-25Remove extraneous parentheses, fix STR #3036.Albrecht Schlosser
2014-01-24More Fl_Tree doc improvements.Greg Ercolano
2014-01-23Small doc tweaks to Fl_Tree's insert()/insert_above() docs.Greg Ercolano
2014-01-23Added some code examples to docs forGreg Ercolano
2014-01-22Mac OS: handle possible NULL return after screen capture attempt.Manolo Gouy
2014-01-21Mac OS: use the exact title bar font when printing window.Manolo Gouy
2014-01-21Small documentation fixups.Albrecht Schlosser
2014-01-21New method Fl::scheme_is(const char *name).Albrecht Schlosser
2014-01-21Fix strcasecmp() issues (again), see STR #2994.Albrecht Schlosser
2014-01-21Mac OS: improved window printing when window title is longer than the window ...Manolo Gouy
2014-01-21Added missing non-const versions of find_clicked()Greg Ercolano
2014-01-20o Added draw_item_content() to Fl_Tree_Item,Greg Ercolano
2014-01-20Implements STR#3031:Greg Ercolano
2014-01-19It was incorrect to keep in the system menu pointers to menu items become ite...Manolo Gouy
2014-01-19Mac OS: drawing to screen is now performed by direct drawing to windows (draw...Manolo Gouy
2014-01-19Fix typo.Albrecht Schlosser
2014-01-18Mac OS: put idle processing under an alloc/release pair of an NSAutoreleasePool.Manolo Gouy
2014-01-18Diagram for Fl_Tree_Item docs.. (to be introduced in future commit)Greg Ercolano
2014-01-16Two functions strcnt() with distinct prototypes where defined and only one wa...Manolo Gouy
2014-01-16Better way to force linking of Fl_Gl_Device_Plugin.o whenever Fl_Gl_Window.o ...Manolo Gouy
2014-01-16ABI fixes.Greg Ercolano
2014-01-15Mac OS: when computing a texture, save/restore the global fl_gc variable.Manolo Gouy
2014-01-15Stepping back from r.10030: when you close any window it stops the program!Manolo Gouy
2014-01-14Added the static attribute to the 2 new functions strcnt() because all functi...Manolo Gouy
2014-01-1432-bit properties are always represented by a long. UsingPierre Ossman
2014-01-14Added missing PMRelease() calls that match PMCreateXXX() calls (Mac OS before...Manolo Gouy
2014-01-14Fix the issue reported in "Fl_Sys_Menu's add method throws errors" of fltk.ge...Manolo Gouy
2014-01-14Fix small memleak in Fl_Tree::show_self() [used only for debugging anyway]Greg Ercolano
2014-01-13Fix small memleak in parse_path() if user tries to add() paths like "" or "/".Greg Ercolano
2014-01-11Fix clang support on Win64 (STR #3027).Albrecht Schlosser
2014-01-10To force linking of Fl_Gl_Device_Plugin.o when Fl_Gl_Window.o is linked, an a...Manolo Gouy
2014-01-10A redraw of the GL window may be necessary before printing, at least with the...Manolo Gouy
2014-01-10Add CMake fixes for OS X build from Rob McDonald.Albrecht Schlosser
2014-01-09Restored the statement removed at r.9992 because it's required so Fl_Gl_Devic...Manolo Gouy
2014-01-07Cleaner definition under Mac OS of the fl_default_cursor global variable that...Manolo Gouy
2014-01-07Remove unused variable warning.Albrecht Schlosser
2014-01-06Fixes STR# 3025; string overflow with large filter()s.Greg Ercolano