5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
Greg Ercolano 3cf006f5c3 Solves STR #2681. 13 years ago
Greg Ercolano db2cca57f1 Added table-with-keynav.cxx to emphasize keyboard/mouse selection 13 years ago
Manolo Gouy e0fca85c74 Added missing initialization in Fl_Paged_Device constructor 13 years ago
Ian MacArthur 6f4c59079f This change to fluid's CodeEditor ought to make it honour textsize changes 13 years ago
Greg Ercolano 418dd143f0 ABI modifications to Fl_Tree: deprecate mouse selection hotfix with proper solution. 13 years ago
Albrecht Schlosser c28adce903 Fix typos. 13 years ago
Greg Ercolano 6444e23359 fixes to build on IRIX. 13 years ago
Albrecht Schlosser dfe7fafd92 Fix compiler warning "variable set but not used". 13 years ago
Manolo Gouy 60d448d150 Removed Fl_Widget::is_fullscreen() that is just another name for Fl_Window::fullscreen_active() 13 years ago
Albrecht Schlosser 91ce609fc7 simplify MinGW install directory check. 13 years ago
Albrecht Schlosser abbd9839bf Fix MS VC++ (2008/2010) compiler error, as discussed in fltk.general in 13 years ago
Albrecht Schlosser 8ed93f0065 fix a typo and indenting. 13 years ago
Fabien Costantini 8809c5d65d Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessible in Fl_Widget. new inline is_fullscreen() getter has been implemented to avoid a build error with (at least) msvc compilers. Fixed a ton of warnings / problems when bilding on windows 64 bits target with ms toolchain. cleaned up about 200 warnings raised when building win74 targets. 13 years ago
Manolo Gouy 37ea8ba9e6 Mac OS: canBecomeKeyWindow returns NO also for menu windows 13 years ago
Manolo Gouy cb32ceaf4d Fix STR#2818: (Mac OS) tooltip window takes focus away from input field. 13 years ago
Manolo Gouy c2fa0114dd Mac OS: walk back changes from r.9312 that were not a good idea. 13 years ago
Manolo Gouy bc5731c3b7 Mac OS: use last ABI version when compiling with Xcode 13 years ago
Ian MacArthur 1e5c19b087 Maybe fix for the Fl_Pixmap issue building 9310 on mingw/WinXP. 13 years ago
Manolo Gouy ae4d6338b8 WIN32: Fl_Pixmap printing uses a global variable called win_pixmap_bg_color equal to the color 13 years ago
Manolo Gouy 0b6f546b0f Added support for the additional key of ISO keyboards (aka 102-key keyboards) named FL_Iso_Key. 13 years ago
Manolo Gouy 08ce2e07d3 Fix STR#2641: true fullscreen windows that cover all their screen including menu bar, task bar, dock. 13 years ago
Manolo Gouy 8cd98f5236 Mac OS: Allow keyboard input with borderless windows 13 years ago
Manolo Gouy 32d4bc4099 Fix STR#2810: removed all uses of function Fl_Device::class_name(). 13 years ago
Manolo Gouy 53ccc78759 Removed duplicated code when printing pixmap on WIN32. 13 years ago
Manolo Gouy c41d3ac3f3 Fixed error in printed color of Fl_Bitmap 13 years ago
Manolo Gouy da96b83903 Moved a few local variable declarations. 13 years ago
Manolo Gouy 7d0b5d05cb Simplified Fl_Paged_Device::print_window() under Mac OS 13 years ago
Manolo Gouy f6cb583e27 Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offscreen_with_alpha() and 13 years ago
Manolo Gouy 4715e1593e Use a new Fl_Quartz_Graphics_Driver or Fl_GDI_Graphics_Driver instance when printing. 13 years ago
Manolo Gouy c9303f2c83 Added needed initialization in Fl_Graphics_Driver constructor. 13 years ago
Manolo Gouy de254a0070 Fixed error in vktab[] table. 13 years ago
Manolo Gouy 719f72b501 Mac OS: renamed compute_macKeyLookUp() to fl_compute_macKeyLookUp(). 13 years ago
Manolo Gouy 739a6f89ae Mac OS: the macKeyLookUp table is now computed at program start from the vktab table 13 years ago
Manolo Gouy 01861dd47b Fixed error with \ key under Mac OS 13 years ago
Greg Ercolano 40ece0489e Added commented out FLTK_ABI_VERSION macro definition 13 years ago
Manolo Gouy c36a9992e3 Fix STR #2260: OpenGL windows in Fl_Tabs don't hide when tabs are switched (Mac only) 13 years ago
Manolo Gouy 4e3f9e2ab3 The Fl_Paged_Device destructor is made public instead of protected to ease the use of custom 13 years ago
Manolo Gouy 5237b2bc76 The virtual member functions of the Fl_Graphics_Driver abstract class that were set to 0 are now set to 13 years ago
Manolo Gouy 7c4e992977 Minor comment rewording 13 years ago
Greg Ercolano 4ce583c0f8 Docs + cosmetics only. 13 years ago
Greg Ercolano 4e934c01be Fix STR#2808: corruption bug with Fl_Text_Buffer::insertfile(). 13 years ago
Manolo Gouy 17d221bd34 Improved doc of Fl_PostScript_File_Device::start_job(). 13 years ago
Greg Ercolano 0197e5b31c Small #ifdef mod for windows builds. 13 years ago
Greg Ercolano a9397d9ca8 Added progress bar widget demo. 13 years ago
Albrecht Schlosser 04c4df7be6 clarified console window FAQ 13 years ago
Manolo Gouy ceb2bbc4b8 Fix so that function Fl::cairo_make_current() is properly documented 13 years ago
Manolo Gouy 0130df031a Allows compilation on 64-bit Mac OS X with FLTK_HAVE_CAIRO defined. 13 years ago
Greg Ercolano e920c28d0b Fix STR#2807: when(FL_WHEN_NEVER) was not working. 13 years ago
Manolo Gouy 34a045f2e3 The interface displays Fl_Menu_Bar / Fl_Sys_Menu_Bar class names. 13 years ago
Manolo Gouy 435e7f5e23 Various fixes required by device virtualization in fl_vertex.cxx 13 years ago