6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
Manolo Gouy 34c69d3922 Fix for STR#3016: Fl_Input and Fl_Text_Editor have now the standard behavior when doing 12 years ago
Pierre Ossman f7e88141c3 Catch WM_QUIT and convert it to SIGTERM. This gives Windows 12 years ago
Pierre Ossman 7bffc7bd3b Add an autogen.sh script as is customary for autoconf based 12 years ago
Manolo Gouy c65852122c Added informative comment to Fl_Paged_Device::print_window() 12 years ago
Fabien Costantini 8edcf8f29f STR#3012 Fix: cairo_make_current(void*, int, int) would not release previously allocated cc in certain conditions, fixed the extra cc non null test condition erronously formulated in previous submission. 12 years ago
Fabien Costantini 32aba335c6 STR#3012 Fix: cairo_make_current(void*, int, int) would not release previously allocated cc in certain conditions. 12 years ago
Manolo Gouy 0e8f2f786b Removed use of deprecated NSStringPboardType constant. 12 years ago
Manolo Gouy b11af6e5e1 Simplified the code that supports application opening by dropping file onto icon. 12 years ago
Manolo Gouy 076de1c617 Improved window printing by using a vectorial font for the window title. 12 years ago
Manolo Gouy 1f6585c15a The FLView object is now released just after the setContentView message is sent. 12 years ago
Manolo Gouy 05dd61d4ee Fix STR#3010: Program can crash under Mac OS when a dialog window is closed 12 years ago
Manolo Gouy 8f34835c17 Explicit what unicode characters represent keyboard modifiers in menus on the Mac platform. 12 years ago
Manolo Gouy 6b67e50cbe Bracket calls to timer callbacks with fl_lock_function()/fl_unlock_function() as occurs under WIN32 and X11. 12 years ago
Greg Ercolano 88cea3c82d o Added Fl_Tree::item_draw_callback(), letting one define a custom draw function for Fl_Tree_Item's. 12 years ago
Greg Ercolano 39a8ef3c4c Updated CHANGES file with ABI mods. 12 years ago
Greg Ercolano 33ab9cfed1 Fl_Tree: 12 years ago
Greg Ercolano 52d395ad81 Fix problem with Fl_Tree::select_only() invoking select callbacks 12 years ago
Manolo Gouy 2fd7086605 Improved the ordering of font names consistently grouping them by family (cont'd). 12 years ago
Manolo Gouy 830f9eec89 Improved the ordering of font names consistently grouping them by family. 12 years ago
Manolo Gouy 8550d28608 After r.10011 that removed the q_name member from class Fl_Font_Descriptor, change in gl_font() was needed. 12 years ago
Manolo Gouy 1ad6b09de7 Fix mac-specific STR#2999. Use PostScript font name to ask the system for a font, and full font name 12 years ago
Greg Ercolano f947042535 STR #2997: Disable ESC from closing code window. 12 years ago
Greg Ercolano d2f83a42c2 Extension of r10008; fix width problem for "C declaration" button.. 12 years ago
Greg Ercolano 3f8ebf0ebb Fix width problem with "C declaration" button 12 years ago
Manolo Gouy 4827a696df Modified Fl_Paged_Device::print_window() so it works with any kind of Fl_Paged_Device instance. 12 years ago
Manolo Gouy 49e2f6e9db Replaced one fopen() call by fl_fopen() to work correctly under MSWindows with non ASCII filenames. 12 years ago
Manolo Gouy fb38d1cfda Replaced fopen() by fl_fopen() calls so the app works correctly under MSWindows with non ASCII filenames. 12 years ago
Greg Ercolano 45d7ae0a4c Fixes STR#2991: prevents crash when file browser 12 years ago
Greg Ercolano da187139bc STR #2991: No functionality changed. 12 years ago
Greg Ercolano fb16febf3c Fix brace indents, various code cosmetics/comments. 12 years ago
Greg Ercolano a40aa8311b While investigating STR#2991, noted (but did not remove) misleading comments. 12 years ago
Greg Ercolano a5f2ef5ccd When reading XPMs, don't parse more than 2 hex digits 12 years ago
Greg Ercolano da737bb10b Avoid freeing NULL. 12 years ago
Albrecht Schlosser e77c0cd47c Small addition to fix for STR #2985 - see comment in source file. 12 years ago
Manolo Gouy 83e4329695 Added member function Fl_Sys_Menu_Bar::update(). 12 years ago
Manolo Gouy dc2f7ba034 Document the fl_sys_menu_bar global Mac OS-specific variable. 12 years ago
Greg Ercolano 2fcb616831 Added note regarding Windows not always handling 12 years ago
Greg Ercolano a8417b6eb8 Apply Michael Baeuerle's fix for NetBSD 12 years ago
Manolo Gouy ce0e298a8a Removed some of the warnings mentioned in [fltk.coredev] New warnings with FLTK 1.3.x svn r9991 12 years ago
Greg Ercolano 15367447cd Fix some warnings for IRIX 6.5 12 years ago
Manolo Gouy 99f2010dce Remove errors with the Apple LLVM version 4.2 compiler. 12 years ago
Pierre Ossman e1df29b852 Stop relying on uname and instead ask autoconf what platform 12 years ago
Manolo Gouy 1029debb66 Clarification of change in constant used for text-containing pasteboards across Mac OS versions. 12 years ago
Greg Ercolano 92ad1fb62b STR #2987: Added Michael Baeuerle's docs for Sun/HP-UX/NetBSD/SunOS. 12 years ago
Greg Ercolano 497570c4fc STR# 2973: removing ABI guard as per fltk.coredev discussion on Sep 21 - 23 12 years ago
Manolo Gouy 3d7d2938c7 Fixes the copy/paste implementation to run on many Mac OS versions. 12 years ago
Manolo Gouy cedcc3f52e Fixed implementation of paste with NSPasteboard that did not work well under Mac OS 10.5 12 years ago
Greg Ercolano 25ff26df12 STR #2973: Removed old HP-UX dummy() code in favor of typedef; 12 years ago
Greg Ercolano 81dfeab19e Fixed some odd/misleading code indent issues in this file. 12 years ago
Greg Ercolano 5d4fed1ef9 STR #2860: Mods for full screen support. 12 years ago