5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
Manolo Gouy fdb8fdfb2a Mac OS X: don't use the HAVE_SCANDIR_POSIX preprocessor variable because it has an 13 years ago
Matthias Melcher 4c11d57da7 OS X: fixed compilation on Xcode 4.4. Removed SDKROOT dependency on 10.6 13 years ago
Manolo Gouy bf6024175d Fixed compilation under Mac OS X 10.8 "Mountain Lion". 13 years ago
Greg Ercolano 71a2e6dd32 Doc fixes for resize() and fullscreen_off(): 13 years ago
Greg Ercolano dd966cb135 Doc fixes for Fl_Window::size_range(). 13 years ago
Matthias Melcher 4e0bc49713 Fixed fl_utf_strncasecmp etc. 13 years ago
Matthias Melcher 398acd9c2a STR 2705: moved all inline constructors (that I could find) from header files into source files. Even though this breaks downward compatibility, it does make dynamic linking possible for all classes. 13 years ago
Greg Ercolano e607c90877 Added docs to Fl_Sys_Menu_Bar to refer to fl_mac_set_about(). 13 years ago
Albrecht Schlosser ba8fd78d6b Fix cast using both (unsigned char) and (int) to make sure that 13 years ago
Manolo Gouy 88793e46cb Correct a dead URL in code comments. 13 years ago
Greg Ercolano 4b80dde748 Imported Walter Garms' comments re:BIF_SHAREABLE from the 13 years ago
Manolo Gouy cbcf0c9312 Fixed STR #2644: support horizontal wheel movement under X11 and MSWindows. 13 years ago
Manolo Gouy 27e406f751 Mac OS: some optimization of timer objects + code reordering. 13 years ago
Manolo Gouy 51ca904eb3 Mac OS: improved Fl::repeat_timeout() so the next scheduled timeout is counted from the previous one. 13 years ago
Manolo Gouy a413dd4340 Fix STR#2856: extend the fullscreen demo to show screen and work area sizes (cont'd). 13 years ago
Manolo Gouy 483d064559 Fix STR#2856: extend the fullscreen demo to show screen and work area sizes. 13 years ago
Manolo Gouy c0e01b24da Mac OS: added necessary fl_open_display() in Fl::y() and Fl_X::screen_work_area() functions. 13 years ago
Manolo Gouy 25bfd177ef Fix STR#2855: improved detection of screen configuration changes under X11 13 years ago
Greg Ercolano adf9aff218 Removed errant D=0 docs that were not relevant to Fl_RGB_Image (thanks manolo). 13 years ago
Greg Ercolano 8116b1d6cb Improved docs for Fl_RGB_Image() ctor. 13 years ago
Manolo Gouy f656c0627c Mac OS: improved behavior when unhiding an application with minimized windows. 13 years ago
Greg Ercolano 1e9a7ae21d Removed unused argument.. 13 years ago
Manolo Gouy 3ce92f408f Fixed STR#2848: Mac OS: close putative memory leak when detaching child threads. 13 years ago
Manolo Gouy 25b66914d5 Document that the dropping of filenames under X11 produces a URL-encoded, UTF_8 string. 13 years ago
Manolo Gouy 2e2e637c2f Added declaration of fl_decode_uri(char*) to filename.H. 13 years ago
Manolo Gouy 3c87a80279 Added function fl_decode_uri(char*) to support the drag-and-drop of files to FLTK widgets 13 years ago
Fabien Costantini 145b44110b Minor comments formatting discrepancies fix. 13 years ago
Manolo Gouy 0cfd9a1a23 button demo program: use fl_beep() function. 13 years ago
Manolo Gouy 7fadd473af Fix STR#2846: revert CMakeLists.txt as before libpng upgrade 13 years ago
Greg Ercolano df5c8cc76f Fixed some keynav problems: 13 years ago
Greg Ercolano 3bcc267052 Mac only: centered down arrow for mac. 13 years ago
Greg Ercolano b547a4f5dc Fixed doc typo 13 years ago
Manolo Gouy aa2ed50292 Added Doxygen doc of Fl_File_Chooser::showHiddenButton. 13 years ago
Greg Ercolano 6295b803b7 SGI fixes. 13 years ago
Manolo Gouy f1210a7fd2 Fixed Doxygen doc of Fl_File_Native_Chooser::SAVEAS_CONFIRM 13 years ago
Manolo Gouy b05079b38a Fixed the Doxygen doc of Fl_Slider::Fl_Slider(uchar t, int X, int Y, int W, int H, const char* L). 13 years ago
Greg Ercolano b879b0673a Added some descriptions to colors, switched jpg -> png. 13 years ago
Greg Ercolano 7dcf31ff36 Added colormap with index numbers in the legends to the "Colors" 13 years ago
Greg Ercolano 34716f86a0 Added three methods and dox to Fl_Tooltip: 13 years ago
Greg Ercolano f9d8abbf7b o Added color() methods to get/set color of input field. 13 years ago
Greg Ercolano 041a77c347 Small adjust 13 years ago
Greg Ercolano 7e66b6ee3c Added screenshot for Fl_Spinner docs. 13 years ago
Greg Ercolano 31f320e2c6 o Added new 0xffffffff 'transparent' color behavior for the item's bg color; 13 years ago
Manolo Gouy 4a5e1ec196 Fixed Fl_PostScript_Graphics_Driver::pie(). 13 years ago
Greg Ercolano ebf71d633b Documentation improvements: 13 years ago
Albrecht Schlosser 21520a3d5e Remove redundant redraw_label() call from copy_label(), STR #2836. 13 years ago
Albrecht Schlosser 66cea4322f Fix STR #2836: copy_label() with old label() value failed. 13 years ago
Greg Ercolano 93fd842a5b Fixes small redraw problem with Fl_Tree child widgets on linux, perhaps others. 13 years ago
Manolo Gouy 547fc0a3f0 Added Fl_Graphics_Driver::vertex_no(), vertices() and vextex_kind() accessor functions useful 13 years ago
Manolo Gouy 1229ac8808 Fix STR#2831: regression in Fl_Pixmap drawing under X11. 13 years ago