summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-22Various mods for Fl_TreeGreg Ercolano
2012-04-22fixed missing win32 preprocessor clauseFabien Costantini
2012-04-22restore transparent_c use for win32...Fabien Costantini
2012-04-22Fixed linux 64 gcc 4.6.1 compilation problemsFabien Costantini
2012-04-21STR 2771 fix cont'd used the new api in scheme(const char*)Fabien Costantini
2012-04-21STR 2771 fix: introduce a new ascii strcasecmp that does not rely on locale s...Fabien Costantini
2012-04-21STR2783: make potential null string substituted to an empty string, still ach...Fabien Costantini
2012-04-21Fl::arg now removes a command line argument that is added by Xcode. This will...Matthias Melcher
2012-04-21STR2731 fixing: potential use of unassigned (Y) valueFabien Costantini
2012-04-19> Added ^A to 'select all' when tree has focusGreg Ercolano
2012-04-19STR# 2827 cont'd:Greg Ercolano
2012-04-18Optimizations for when Fl_Tree is a container of FLTK widgets.Greg Ercolano
2012-04-18indent fixesGreg Ercolano
2012-04-15STR 2827 implementation. Implemented Reselect code and related API all within...Fabien Costantini
2012-04-14Solves STR #2681.Greg Ercolano
2012-04-13ABI modifications to Fl_Tree: deprecate mouse selection hotfix with proper so...Greg Ercolano
2012-04-10fixes to build on IRIX.Greg Ercolano
2012-04-09Fix compiler warning "variable set but not used".Albrecht Schlosser
2012-04-09Removed Fl_Widget::is_fullscreen() that is just another name for Fl_Window::f...Manolo Gouy
2012-04-05fix a typo and indenting.Albrecht Schlosser
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2012-04-04Mac OS: canBecomeKeyWindow returns NO also for menu windows Manolo Gouy
2012-04-04Fix STR#2818: (Mac OS) tooltip window takes focus away from input field.Manolo Gouy
2012-03-29Maybe fix for the Fl_Pixmap issue building 9310 on mingw/WinXP.Ian MacArthur
2012-03-28WIN32: Fl_Pixmap printing uses a global variable called win_pixmap_bg_color e...Manolo Gouy
2012-03-26Added support for the additional key of ISO keyboards (aka 102-key keyboards)...Manolo Gouy
2012-03-23Fix STR#2641: true fullscreen windows that cover all their screen including m...Manolo Gouy
2012-03-22Mac OS: Allow keyboard input with borderless windowsManolo Gouy
2012-03-18Fix STR#2810: removed all uses of function Fl_Device::class_name().Manolo Gouy
2012-03-17Removed duplicated code when printing pixmap on WIN32.Manolo Gouy
2012-03-14Fixed error in printed color of Fl_BitmapManolo Gouy
2012-03-14Moved a few local variable declarations.Manolo Gouy
2012-03-14Simplified Fl_Paged_Device::print_window() under Mac OSManolo Gouy
2012-03-12Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...Manolo Gouy
2012-03-12Use a new Fl_Quartz_Graphics_Driver or Fl_GDI_Graphics_Driver instance when p...Manolo Gouy
2012-03-11Added needed initialization in Fl_Graphics_Driver constructor.Manolo Gouy
2012-03-10Fixed error in vktab[] table.Manolo Gouy
2012-03-10Mac OS: renamed compute_macKeyLookUp() to fl_compute_macKeyLookUp().Manolo Gouy
2012-03-09Mac OS: the macKeyLookUp table is now computed at program start from the vkta...Manolo Gouy
2012-03-05Fix STR #2260: OpenGL windows in Fl_Tabs don't hide when tabs are switched (M...Manolo Gouy
2012-03-02Minor comment rewordingManolo Gouy
2012-03-01Docs + cosmetics only.Greg Ercolano
2012-03-01Fix STR#2808: corruption bug with Fl_Text_Buffer::insertfile().Greg Ercolano
2012-03-01Improved doc of Fl_PostScript_File_Device::start_job().Manolo Gouy
2012-02-21Fix STR#2807: when(FL_WHEN_NEVER) was not working.Greg Ercolano
2012-02-17Various fixes required by device virtualization in fl_vertex.cxxManolo Gouy
2012-02-16Added missing initialization/deallocation of member variables of class Fl_Gra...Manolo Gouy
2012-02-04fl_measure() doc clarifications for common use errors.Greg Ercolano
2012-01-19Fl_Tree optimizations for selecting large trees (100k items).Greg Ercolano
2012-01-18Fixed Fl_Preferences documentation typos.Albrecht Schlosser