5116 Commits (6f4c59079f97289eafc29840e3873ce08c869e71)
 

Author SHA1 Message Date
Manolo Gouy 7cc7abbd12 Removed compilation warning. 15 years ago
Manolo Gouy 2dadc8cb54 First step to support CJK input under Mac OS: implementation of the function 15 years ago
Matthias Melcher 5f940c4e4b Remove screen dimension test 15 years ago
Manolo Gouy 1277b4e9a2 Added missing static function qualifier 15 years ago
Manolo Gouy eec2fbea89 Corrected typos 15 years ago
Matthias Melcher d96789d931 STR 1760: using the alt modifier on OS X to access menubar accelerators. 15 years ago
Manolo Gouy 712554e3b0 Fixed STR #2512: crash in test/tree demo. 15 years ago
Greg Ercolano 3715d38360 Added a drag and drop example. 15 years ago
Greg Ercolano ba82efddcd Example was missing end() in ctor. 15 years ago
Matthias Melcher 0b6b69caaa Accidentaly copied here 15 years ago
Matthias Melcher 2dc664935d git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8217 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 15 years ago
Albrecht Schlosser f62a6a927a Removed unused (but unnecessarily incremented and decremented) 15 years ago
Albrecht Schlosser 45745509f0 Fix to take care of Cygwin that uses UTF-16 as well as native Windows, 15 years ago
Manolo Gouy 63e77dfe56 Removed compilation warning in fl_font_win32.cxx 15 years ago
Manolo Gouy 97fce6b748 Removed requirement of Mac OS 10.4 because of use of [NSScreen userSpaceScaleFactor] 15 years ago
Albrecht Schlosser 8197ba8d9b STR #2505: Fixed double string conversion. 15 years ago
Albrecht Schlosser cdaff761f7 src/screen_xywh.cxx: 15 years ago
yuri 3c25646121 fix build with xinerama 15 years ago
Manolo Gouy 5c4cfa8863 Fix STR #2505. This allows bad UTF-8 strings to be displayed under X11+Xft without crash. 15 years ago
Matthias Melcher af1d2731d0 DPI fixed for X11 15 years ago
Matthias Melcher ecc423c2f1 DPI fixed for Xinerama? 15 years ago
Matthias Melcher 308c6bc307 DPI fixes for MSWindows GDI 15 years ago
Matthias Melcher 7dc05cb20e First attempt at finding the screen pixel sizes. Can't test Xinerame, MSWindows, or X11 yet. 15 years ago
Matthias Melcher d6bffb20a3 STR 2511: some minor doc changes. I did some extensive changes just after releasing RC2 15 years ago
Matthias Melcher 3ed49c0793 STR 2510: send Fluid help string to an FLTK dialog box for Visual Studio builds. 15 years ago
Manolo Gouy 22111debb8 Fixed use of FLTK_HAVE_CAIRO under Mac OS. 15 years ago
Manolo Gouy 0e066f5511 Fix STR #2504 (last part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO 15 years ago
Manolo Gouy 0300ea28e7 Fix STR #2504 (2nd part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO 15 years ago
Manolo Gouy bc509d32eb Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO 15 years ago
Manolo Gouy ead3432f9b Classes Fl_Printer and Fl_Postscript_Printer: added missing class_name() calls. 15 years ago
Manolo Gouy 9f61a96b85 Declared protected the constructors of classes Fl_System_Printer and Fl_Postscript_Printer, 15 years ago
Albrecht Schlosser 128636292a Added refman.pdf to clean target in documentation/Makefile. 15 years ago
Albrecht Schlosser 3eb5a172a3 Changed remaining _WIN32 to WIN32. 15 years ago
Greg Ercolano 974c369e3b Indenting mods for platform macro/includes. 15 years ago
Manolo Gouy 18ae07b181 Fix STR #2507. Applied supplied patch modified for Mac OS X. Checked OK on Linux. 15 years ago
Albrecht Schlosser 3d470e8c0d Modified documentation/Makefile to correctly generate docs. 15 years ago
Manolo Gouy 4beb3b88e8 Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or confusion 15 years ago
Manolo Gouy 6320a7c680 Fix in Doxygen comments. 15 years ago
Manolo Gouy e11677bfaf Better position of the Fl_Printer class in the Fl_Device class hierarchy. 15 years ago
Matthias Melcher 7b302635e7 Removed PDF from the regular distrubution. This will be generated at dist time along with the html docs and distributed separately. 15 years ago
Albrecht Schlosser 526131a89b Fixed a typo and an error. We must not use "make html-dist" for distribution. 15 years ago
Greg Ercolano bd539d4f90 Clarify platform ifdef's with indenting and grouping. 15 years ago
Matthias Melcher cf95f8d261 Some minor doc changes to avoid doxygen warning. 15 years ago
Albrecht Schlosser 18791a10f6 Adjusted svn properties in examples directory. 15 years ago
Albrecht Schlosser e5c3b267ff Use Fl_Double_Window in table-sort example because of flickering. 15 years ago
Matthias Melcher bcff5beb33 STR 2506: after reading Greg's comment, I modified my last commit to use 'dir' on all MSWindows builds 15 years ago
Matthias Melcher 023fc6384c STR 2506: changed dependency on _WIN32 (deprecated) to _MSC_VER, assuming that Cygwin and MinGW apps on MSWindows will run in a Unix style shell. 15 years ago
Albrecht Schlosser 21f1c67b60 Updated dependencies. 15 years ago
Manolo Gouy ec2cfd3bf5 Doxygen typo fixed. 15 years ago
Greg Ercolano e4b4ecb53d Mods to allow building on Windows. 15 years ago