2918 Commits (96c76b92e705c205e5594e272258a4c00940a4f0)
 

Author SHA1 Message Date
Matthias Melcher 760bca71ab Silly scope bug. Thanks, gcc 20 years ago
Matthias Melcher 661c0ff41b Fixed redraw range in Multiline Input with wordwrapping for space characters and for undo. 20 years ago
Matthias Melcher 6bd434fe47 #959: outside labels in fluid moved, so that they refresh correctly even when previously clipped. Remove superfluous grouping. Using contrasting color for label of selected Tabs. MUST GET 1.1.7 OUT SOON! ;-) 20 years ago
Matthias Melcher c9bfdc20fc FLUID now correctly redraw FL__Tabs if one of their children changes color. 20 years ago
Michael R Sweet a9231a88c5 Cast value to int to avoid compiler warnings... 20 years ago
Matthias Melcher 78e4274963 Added support for Fl_Window::size_range() in FLUID. There are no UI elements for increment or aspect ratio. 20 years ago
Matthias Melcher 41c089f3c1 Dottet label selection box and standard widget selection boxes would not always align when snapping was enabled. Also, the dragging indicators would not snap. (STR #964) 20 years ago
Michael R Sweet c38c41a0c6 Fix typo in fltk-config script. 20 years ago
Matthias Melcher b5f14ff780 fl_filename_list now correctly handles path names like 'c:' 20 years ago
Matthias Melcher 379804873e Fixed Fl::event_text() for FL_DND_* events on Windows (STR 968) 20 years ago
Michael R Sweet 128fda2fd6 Remove unnecessary breaks... 20 years ago
Michael R Sweet 497b30ae71 Fix fl_vsnprintf bugs, remove VC++.NET link warnings 20 years ago
Matthias Melcher b5a0c5bcc9 OS X drag'n'drop now pastes into the correct widget (STR #974) 20 years ago
Michael R Sweet eeda8ef60b Add support for * width and precision values, and fix potential 20 years ago
Matthias Melcher af39242da6 Fl_Text_Display now auto-scrolls in all directions (STR #915). This is implemented using a timer event. The scroll speed is proportional to the distance of the cursor to the text area 20 years ago
Michael R Sweet 7410f80a84 Revert changelog (Dejan, for future reference please place all non- 20 years ago
Michael R Sweet b04558b30d Revert --prefix. Until we have a valid use case, we WILL NOT add 20 years ago
Dejan Lekic d7ae9e9fbc Added information about change related to --prefix flag. 20 years ago
Dejan Lekic d89e94ded2 Added --prefix flag as suggested by Ian McArthur. 20 years ago
Michael R Sweet eb2af9e92b Some more scrollbar tweaks from Alessandro for STR #871... 20 years ago
Matthias Melcher fc8b075951 On X11, borderless windows will not show in the taskbar anymore (STR #933) 20 years ago
Matthias Melcher 6f6cab4d6e Moved some code around so that FLTK will figure out the 20 years ago
Michael R Sweet ff4722e07a Fix local image library link bug... 20 years ago
Michael R Sweet 87a8b2d9c7 Add --cc and --cxx options to fltk-config, which show the compilers that 20 years ago
Michael R Sweet ff88ea3ec5 Fl_Valuator-derived widgets could show more digits than were 20 years ago
Michael R Sweet a4f428d82b Doco update for subwindows on OSX, and remove WIN32 note for cut/paste 20 years ago
Michael R Sweet 4264573f18 Add additional Fl_Browser_ fixes for STR #834. 20 years ago
Michael R Sweet a78af9b2b8 Remove Fl_Group from Fl_File_Chooser docos. 20 years ago
Michael R Sweet 229273b43c Fix Fl_Input_Choice widget positioning. 20 years ago
Michael R Sweet 4d2333525e Doco fix (STR #960) 20 years ago
Michael R Sweet 4fa1a3edb4 Fl_GIF_Image did not handle images with an incorrect number of 20 years ago
Michael R Sweet afbd833c04 Fixed some plastic drawing artifacts (STR #906) 20 years ago
Michael R Sweet eaaae8b05e Fl_Help_View now draws the box outside the scrollbars, like the 20 years ago
Michael R Sweet 3b659149e6 The fltk-config script now handles invocation via a symlink (STR 20 years ago
Michael R Sweet 1eba6eb14b Add missing project file for input_choice test program. 20 years ago
Michael R Sweet 28940a5c75 Updated WIN32 cut/paste code to consistently handle DOS text (STR 20 years ago
Michael R Sweet 6585e234ae Added shared library support for Cygwin and MingW (STR #893) 20 years ago
Michael R Sweet c9f9b4faa0 Fl_File_Chooser did not implement the user_data() methods (STR 20 years ago
Michael R Sweet b8dcdf4c64 Compilation could fail if a previous installation of FLTK was in 20 years ago
Michael R Sweet 7da5a27b40 Add documentation for screen_count() and screen_xywh() (STR #931) 20 years ago
Michael R Sweet 2c8dce49b1 Fixed OSX compilation problems with non-HFS filesystems (STR 20 years ago
Dejan Lekic 1216232ebf New change report... 20 years ago
Dejan Lekic 1cd06f3ad0 This commit contains patch submitted by "fltk.x0" (thanks fltk.x0!) in the middle of May this year - STR #863. Also small change in fluid.cxx - time.h was needed for successful build on MinGW. 20 years ago
Dejan Lekic 289434a6e2 Added information about fixed STR #967. 20 years ago
Dejan Lekic 2febbc8176 Fixed memory leak in Fl_Check_Browser reported by "miguel2i" . 20 years ago
Michael R Sweet 0a5b7239d4 Fix redraw problem with Fl_File_Input (STR #958) 20 years ago
Matthias Melcher 0af617b641 Fl_Preferences: made implicitly defined constructors and operators unavailable. 20 years ago
Michael R Sweet 9d32c9a60f Fix bad include file in file chooser. 20 years ago
Matthias Melcher b6f2bc9250 STR #831: When moving an OpenGL window outside the screen and then back again lets fltk get stuck. 20 years ago
Matthias Melcher b1ad1a2f96 STR #848, missing xclass support implemented as suggested by Mike. 20 years ago