summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-24STR 2705: moved all inline constructors (that I could find) from header files...Matthias Melcher
2012-06-28Correct a dead URL in code comments.Manolo Gouy
2012-06-26Imported Walter Garms' comments re:BIF_SHAREABLE from theGreg Ercolano
2012-06-21Fixed STR #2644: support horizontal wheel movement under X11 and MSWindows.Manolo Gouy
2012-06-16Mac OS: some optimization of timer objects + code reordering.Manolo Gouy
2012-06-15Mac OS: improved Fl::repeat_timeout() so the next scheduled timeout is counte...Manolo Gouy
2012-06-14Mac OS: added necessary fl_open_display() in Fl::y() and Fl_X::screen_work_ar...Manolo Gouy
2012-06-14Fix STR#2855: improved detection of screen configuration changes under X11Manolo Gouy
2012-06-13Mac OS: improved behavior when unhiding an application with minimized windows.Manolo Gouy
2012-06-12Fixed STR#2848: Mac OS: close putative memory leak when detaching child threads.Manolo Gouy
2012-06-10Added function fl_decode_uri(char*) to support the drag-and-drop of files to ...Manolo Gouy
2012-06-06Minor comments formatting discrepancies fix.Fabien Costantini
2012-05-29Fixed some keynav problems:Greg Ercolano
2012-05-28Mac only: centered down arrow for mac. Greg Ercolano
2012-05-27Added Doxygen doc of Fl_File_Chooser::showHiddenButton.Manolo Gouy
2012-05-26SGI fixes.Greg Ercolano
2012-05-25Fixed Doxygen doc of Fl_File_Native_Chooser::SAVEAS_CONFIRMManolo Gouy
2012-05-20Fixed the Doxygen doc of Fl_Slider::Fl_Slider(uchar t, int X, int Y, int W, i...Manolo Gouy
2012-05-16Added three methods and dox to Fl_Tooltip:Greg Ercolano
2012-05-09o Added new 0xffffffff 'transparent' color behavior for the item's bg color;Greg Ercolano
2012-05-09Fixed Fl_PostScript_Graphics_Driver::pie().Manolo Gouy
2012-05-07Remove redundant redraw_label() call from copy_label(), STR #2836.Albrecht Schlosser
2012-05-05Fix STR #2836: copy_label() with old label() value failed.Albrecht Schlosser
2012-05-02Fixes small redraw problem with Fl_Tree child widgets on linux, perhaps others.Greg Ercolano
2012-05-01Fix STR#2831: regression in Fl_Pixmap drawing under X11.Manolo Gouy
2012-04-30Jenkins fixedMatthias Melcher
2012-04-30Testing JenkinsMatthias Melcher
2012-04-30Grr, looks like Fl_Group::update_child() Greg Ercolano
2012-04-30Fixes focus issues:Greg Ercolano
2012-04-30Fixes STR#2832; support labels on tree child widget()s.Greg Ercolano
2012-04-28Added cocoa improvement inspired for from ossman improvement STR2802 for moda...Fabien Costantini
2012-04-28Fixed build break on FLTK_ABI_VERSION >= 10302 introduce in r9293 as extern r...Fabien Costantini
2012-04-27o Added FL_TREE_ITEM_HEIGHT_FROM_WIDGET option to item_draw_mode()Greg Ercolano
2012-04-24Optimized final string ending sorting testFabien Costantini
2012-04-24Optimized unnecessary use of strlen()Fabien Costantini
2012-04-24Fixes STR #2796Greg Ercolano
2012-04-24Fixed commentsFabien Costantini
2012-04-24Fixed indentation as specified by the CMPFabien Costantini
2012-04-24Fixed a sorting issue w/ different sizesFabien Costantini
2012-04-24improved ascii strcasecmp, and use it in font sort instead of strcasecmpFabien Costantini
2012-04-24Fixed more warnings in VC2010 32+64 bits buildsFabien Costantini
2012-04-24Fixed even more warnings in Fl_x.cxx & utf8Wrap.cFabien Costantini
2012-04-24Fixed a warning in utf8Wrap.cFabien Costantini
2012-04-24Added range test in new fl_ascii_strcasecmp to avoid potential false positives.Fabien Costantini
2012-04-23Reverted flags in Fl_Widget to protected.Matthias Melcher
2012-04-23Various Fl_Tree enhancements:Greg Ercolano
2012-04-22Fixed problem with linespacing(): should not affect widget() sizeGreg Ercolano
2012-04-22o doc fixesGreg Ercolano
2012-04-22Various mods for Fl_TreeGreg Ercolano
2012-04-22fixed missing win32 preprocessor clauseFabien Costantini