1327 Commits (e5d7f8367e7a19a1b85b0f3b65cc9dd82e94d8b4)

Author SHA1 Message Date
Albrecht Schlosser eb1af07952 Add Fl_Window::wait_for_expose() and test program (STR #3124). 11 years ago
Manolo Gouy f1b2c92fce STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new member function Fl_Window::shape(Fl_Image*) 11 years ago
Greg Ercolano d5698e8ed9 Documentation: clarification of fl_width()'s dependence on the current font face/size. 11 years ago
Pierre Ossman 1c7409e0a1 Add methods to enable and disable the system's input methods. 11 years ago
Pierre Ossman 61e1b18f7b Consolidate the Win32 init and cleanup code in to one place so 11 years ago
Pierre Ossman e145df2165 Add methods to intercept low level system events. 11 years ago
Manolo Gouy 0356bd257c Fixed compilation warning messages that Fl_PostScript_File_Device::start_job() hides an overloaded virtual function. 11 years ago
Manolo Gouy 76418b352b Allow compilation with SDK 10.10 and use new API to discover os version at runtime. 11 years ago
Albrecht Schlosser 21ae6c2903 Fix indentation and remove trailing white space. 11 years ago
Lauri Kasanen 2ac54f6aca Fix Fl_Spinner never reporting changed(). 11 years ago
Manolo Gouy c7f0ee3bd0 Fix for STR #3130 where PostScript printing may fail when program modifies LC_NUMERIC of its locale. 11 years ago
Lauri Kasanen 3ce67eb594 Expose the INACTIVE flag in Fl_Widget similarly to other flags. STR #3122 11 years ago
Albrecht Schlosser 6928a416e4 Enhance documentation of Fl_Menu_Item::value(). 11 years ago
Lauri Kasanen 8bc524ef27 Remove trailing comma in the last value of an enum, some compilers dislike it 11 years ago
Lauri Kasanen 005bfa4294 Fix cross-window focus throwing on X11, similar to the Mac case. STR #3129 11 years ago
Lauri Kasanen d1d203ca57 Add support for dragging to reorder in Fl_Tree, STR #2828 (I) 11 years ago
Greg Ercolano 107fc50e48 Solves STR #3127. 11 years ago
Lauri Kasanen e521c16ab3 Tweak the scaling() comment 11 years ago
Lauri Kasanen cce4cece01 Add bilinear scaling support. STRs #2869 and #3062. 11 years ago
Manolo Gouy 1a7fcf0757 Fixed header/footer lines. 11 years ago
Lauri Kasanen 795342693d Don't grab navkeys with modifiers, as the app may want them. STR #3104 11 years ago
Ian MacArthur 0c90a7b7f4 Remove macros that (re)define hypot from fl_utf8.h, 11 years ago
Manolo Gouy 8997131377 Added the Fl_Shaped_Window class to support windows of arbitrary shapes. 11 years ago
Lauri Kasanen bbc8782b6a Move Xutf8.h to src/, update includes, refresh makedepends 11 years ago
Lauri Kasanen 9d96c7a26c X11: Use libX11 UTF-8 support when available. 11 years ago
Lauri Kasanen 64dd5df141 Enable symbol visibility on Linux, bringing a shared libfltk on par with Windows. 11 years ago
Greg Ercolano 7eb0c224df * Small doxygen doc improvements + elaborations 11 years ago
Greg Ercolano afcd967fd8 * Modified the ScrollInfo structure for more modularity, 11 years ago
Greg Ercolano 7382173223 Solves STR #1895 by making the recalc method and structure 11 years ago
Pierre Ossman de2e11d743 Stop declaring fl_default_cursor as it no longer exists. 11 years ago
Manolo Gouy da5dff32ea Sets the return type of Fl_Image_Surface::image() to its real value, Fl_RGB_Image. 11 years ago
Pierre Ossman f58b1a91b3 Add ability to set custom icons for windows. STR #2816. 11 years ago
Pierre Ossman 332dc1b7ac Add method to set any custom cursor, based on a Fl_RGB_Image object. 11 years ago
Pierre Ossman ed7983f5b5 Add ability to convert a Fl_Pixmap into a Fl_RGB_Image. 11 years ago
Pierre Ossman 0cfc2554c6 Support for full screen over multiple monitors. 11 years ago
Manolo Gouy baebff2227 STR #3088: make Fl_Native_File_Chooser use the standard GTK file dialog when available. 11 years ago
Manolo Gouy 44a1407ba2 Improved documentation of enum Fl_Native_File_Chooser::Option. 11 years ago
Manolo Gouy b8cc8eb48d Reset file header and footer. 11 years ago
Manolo Gouy 423ef813f0 Removed compilation warning of signed/unsigned comparison. 11 years ago
Manolo Gouy 07dd8ba328 Added copy/paste from/to FLTK applications of graphical data. 11 years ago
Manolo Gouy 85af2efe09 Simpler definition of the fl_create_offscreen() macro on the X11 platform. 11 years ago
Greg Ercolano 1b1f02a365 Fix STR #3086, missing virtual dtor when ABI >= 10303. 11 years ago
Greg Ercolano 46521bf437 Implements STR #2621: Add line numbers to Fl_Text_Display. 11 years ago
Fabien Costantini 54b0123eab Added a new portable sleep API(ABI compatible). Now features a flexible multi-usage sleep() api accepting decimals, msleep() for millisecs only, usleep() for microsecs. Updated Makefiles, cmakefiles, vs2008, vs2010 with the new Fl_sleep add-on. Documented new API. still needs to be added in Xcode. 11 years ago
Greg Ercolano ebef1faf26 Hmm, reverted some of my doc changes in r10134 -- could swear the option 11 years ago
Greg Ercolano 3a14af20b3 Small doc modifications to clarify Fl::OPTION_ARROW_FOCUS 11 years ago
Manolo Gouy 6c92cc9a8d Fix STR#3063: compilation using Mac OS 10.4 11 years ago
Greg Ercolano a973a183a7 Added docs to Fl_Tabs as per STR#1174, and some doc improvements. 11 years ago
Greg Ercolano c5d5ba1cf5 Applying the etorres gleam patch. STR #2672. 11 years ago
Manolo Gouy 56ac442c93 Better separate printer-specific code using virtual Fl_GDI_Printer_Graphics_Driver::draw(Fl_Bitmap*...) 11 years ago