5269 Commits (release-1.3.2)
 

Author SHA1 Message Date
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
Matthias Melcher dde4dbd61f If a vertical scrollbar is added, wrapped lines must be recalculated. 14 years ago
Manolo Gouy 9bdc310346 Fix STR#2600 : screens configuration changes are now detected under all platforms. 14 years ago
Manolo Gouy 2df4196d8b About STR#2600 : some code factorization. 14 years ago
Matthias Melcher 7694e9b0a6 STR 2719: removed double comment 14 years ago
Matthias Melcher b7abad288e Horizontal Scrollbar in TextDisplay is now even smarter. 14 years ago
Matthias Melcher 7446a4d5bb Text area width needs to be recalculated if vertical scrollbar changes visibility. 14 years ago
Matthias Melcher 41876bf00a Horizontal scrollbar in TextDisplay is not shown if text wrappes at the right edge 14 years ago
Matthias Melcher 00e8e44cf4 OSX: Fixed screen updates durin DND operations 14 years ago
Albrecht Schlosser 309742dab3 Fixed doxygen comment. 14 years ago
Manolo Gouy c029bba113 Fix STR#2600 for the MSWindow and Mac OS platforms. 14 years ago
Greg Ercolano 9f9c16ac16 Limit columns to 26 to ensure column labels are only A-Z. 14 years ago
Greg Ercolano 7d44e7f378 Solve Fl_Tree issues w/ STR#2714 (shadow variable issue for apps) 14 years ago
Manolo Gouy d9cda5c3aa Fix STR#2695 & 2697: correct computation of work areas with multiple screens. 14 years ago
Matthias Melcher bc1b17056a STR 2708: simple inline hint may reduce executable size quite a lot. 14 years ago
Matthias Melcher dc7ac4e770 STR 2707: nested class and namespace support 14 years ago
Matthias Melcher 7ed9960a28 STR 2677: new cursor shape for Fl_Text_Display 14 years ago
Matthias Melcher 6c3555c0de STR 2710: limited scheme names to known schemes. 14 years ago
Manolo Gouy 0faba4e3cb Mac only: further fine tuning in clipping/rectf needed for scroll demo after changes in r.9050. 14 years ago
Matthias Melcher 1fba7d0f46 STR 2673: stop the annoying beeps when opening modal dialogs (this was so '80s) 14 years ago
Matthias Melcher 8f41d85454 STR 2711: fixed radio menu button drawing. 14 years ago
Matthias Melcher d5822e35e7 STR 2711: fitting Menu_Button label text into the part that does not have the pulldown symbol. This does not fix clipping: if a label is too big, it's still ugly (and too big)! 14 years ago
Matthias Melcher 4de066bd0e STR 2706: fixed wrong parent() count for Fluid generated Fl_Input_Choice callback code. 14 years ago
Matthias Melcher b2399e393f STR 2684: increased right margin in Fl_Input_ so that a cursor at the end of a line would always be fully visible. 14 years ago