6192 Commits (0539009c671a2ffc2478a50a11f48769c5c54b27)
 

Author SHA1 Message Date
Manolo Gouy 3edb5e5aba Fix STR #2782: allow early #include <FL/Fl_Native_File_Chooser.H> 14 years ago
Manolo Gouy 67fdcb8fa3 Fix STR #2779: clang-detected error 14 years ago
Manolo Gouy eab4e1f2d5 Needed after r.9181 for the Gmsh program according to its author Christophe Geuzaine 14 years ago
Albrecht Schlosser 05f669c9ce Fixed a potential crash if Fl_Double_Window::flush() was called before show(). 14 years ago
Manolo Gouy a1a9dbd961 Improved the windowShouldClose message processing. 14 years ago
Manolo Gouy c78bc79001 Fix STR #2770: menubar menus have problems near screen edges. 14 years ago
Manolo Gouy d92f2d765b Mac OS: fix possible crash when closing window with a callback that deletes it. 14 years ago
Manolo Gouy 1962c2b6ed Fix STR #2775. Under Mac OS, fixed some erroneous window move/resize. 14 years ago
Manolo Gouy 12a0cb308e Fix STR #2769: Mac OS crash during creation of non-modal window on secondary screen 14 years ago
Manolo Gouy 74720fd205 Mac OS: better window positioning on secondary displays at creation. 14 years ago
Greg Ercolano 6b1db04a80 Small fix: typo affected string length calc. 14 years ago
Greg Ercolano 7f556fde4a Solve STR #2733: MAX_PATH too small on Win32 (260 chars!) 14 years ago
Greg Ercolano e0e04cc956 Solve STR #2768: WIN32 file filter pulldown menu was not showing wildcard patterns. 14 years ago
Greg Ercolano baca25f902 Fix for problem with posting 'popup menus' during user callback 14 years ago
yuri 3086c07eec fix STR #2764 14 years ago
Manolo Gouy 409afd29cc Mac OS: more accurate definition of the Window system-specific type. 14 years ago
Manolo Gouy 4fbc766422 Fixes for STR 2600, 2695, 2697. 14 years ago
Manolo Gouy e37006f259 Fix STR #2759: Fl_Window::hotspot() now positions a new window correctly on a secondary display. 14 years ago
Manolo Gouy 0cf73d4603 Mac OS: simpler processing of window closing events. 14 years ago
Manolo Gouy c9345e7d01 Added more paper sizes for Fl_PostScript_Printer. 14 years ago
Manolo Gouy 1e88511efa Fixed use of "landscape" orientation with PostScript printing/output. 14 years ago
Manolo Gouy 8ff32e11d6 Mac OS: fixed the setting of the key window after a window is closed. 14 years ago
Manolo Gouy 353f59a0ce Mac OS: restore the focus to the top FLTK window after closing the window opened by the 14 years ago
Manolo Gouy a1d63bc158 Mac OS: removed unused type Fl_XMap and global variable fl_current_xmap. 14 years ago
Albrecht Schlosser afd64de007 Fixed regression (in FLTK 1.3.0) that could clear a radio button by 14 years ago
Manolo Gouy 8c552b377d Fl_cocoa.mm: removed useless fl_screen global variable. 14 years ago
Greg Ercolano 6d4c2a2e22 Introducing a FAQ to the FLTK docs. 14 years ago
Manolo Gouy 81fcaed456 Mac OS: the procedure used to restore visible focus to a window after using an Fl_Native_File_Chooser 14 years ago
Greg Ercolano babac08474 1) Fix STR#2742. 14 years ago
Manolo Gouy 31489f1f0d Follow the declared type of the fl_window global variable: Window. 14 years ago
Albrecht Schlosser c90b78eb56 Typo correction (removed extraneous ";") 14 years ago
Albrecht Schlosser b2fb612dde Removed unused variables (gcc 4.6 warning [-Wunused-but-set-variable]). 14 years ago
Albrecht Schlosser df525e2922 Removed unused variables (gcc 4.6 warning [-Wunused-but-set-variable]). 14 years ago
Manolo Gouy 0ba6c0e381 Simplified window positioning on main screen. 14 years ago
Manolo Gouy 55b744c225 When several screens, allow creation of window on secondary screen by Fl_Window::Fl_Window(x,y,w,h,title). 14 years ago
Manolo Gouy 3c8a18a575 Back to before r.9070 because this change produces badly drawn menu button labels. 14 years ago
Manolo Gouy 9f15516f5e Mac OS: don't generate an FL_SCREEN_CONFIGURATION_CHANGED event at application startup. 14 years ago
Manolo Gouy 594918c817 Reflected the creation of the FL_SCREEN_CONFIGURATION_CHANGED event. 14 years ago
Manolo Gouy 23e38f1980 Exploit the HAVE_DLSYM and HAVE_DLFCN_H preprocessor variables defined by configure 14 years ago
Greg Ercolano 32cbe8ffb0 More fixes for STR#2714: remove lint (variables that have the same name as a function in the same scope). 14 years ago
Manolo Gouy 5e136f4c39 Remove Doxygen warnings introduced at r.9116 14 years ago
Manolo Gouy d8a1aea23e STR#2600 again: more detailed Doxygen comments of the FL_SCREEN_CONFIGURATION_CHANGED event. 14 years ago
Manolo Gouy f309c395fc STR#2600 again: under X11, dynamically load the libXrandr shared library. 14 years ago
Manolo Gouy 5c7800ea61 OSX: transferred from 3.0 the great speed improvement of text width computation when 14 years ago
Greg Ercolano f86e7e318a Fix drawing problem with Fl_Input as child of Fl_Tree. 14 years ago
Matthias Melcher c1caad3e62 STR 2714: remove lint (variables that have the same name as a function in the same scope). 14 years ago
Manolo Gouy e3b758c6f0 Fix STR#2724: #if HAVE_XRANDR instead of #ifdef 14 years ago
Matthias Melcher 95692bf287 STR 2722: Fluid widget browser was not UTF8 reay yet. 14 years ago
Matthias Melcher 8e95ba0700 STR 2713: less restrictive XClass handling. 14 years ago
Matthias Melcher 8709753e1b STR 2701: more tolerant Xft Font Attribute interpretation. 14 years ago