5359 Commits (d5404dea25123567e9645d3e88a6cd0c14b2073f)
 

Author SHA1 Message Date
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
Matthias Melcher 0d214036bc Jenkins fixed 13 years ago
Matthias Melcher b5465c7cde Testing Jenkins 13 years ago
Greg Ercolano b395ce78de Grr, looks like Fl_Group::update_child() 13 years ago
Greg Ercolano f8d269725d Fixes focus issues: 13 years ago
Greg Ercolano 165cd2b63b Fixes STR#2832; support labels on tree child widget()s. 13 years ago
Fabien Costantini 0ab2bd9dda Added cocoa improvement inspired for from ossman improvement STR2802 for modal windows... 13 years ago
Fabien Costantini e67e798aeb Fixed build break on FLTK_ABI_VERSION >= 10302 introduce in r9293 as extern ref to fl_copy_offscreen would not be found anymore by linker... This can't be captured yet by the Jenkins continous intergration builds as the compilation is for the FLTK_ABIVERSION >= 10302 13 years ago
Greg Ercolano 16fb1bad6a Added a new example to demonstrate complex widgets as children 13 years ago
Greg Ercolano 474feee1db o Added FL_TREE_ITEM_HEIGHT_FROM_WIDGET option to item_draw_mode() 13 years ago
Fabien Costantini fa60da1ca7 Optimized final string ending sorting test 13 years ago