summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-09-24Don't try to generate a preview image of a directory.Michael R Sweet
2005-09-24STR #1028" set size ranges for filechooser 'favorites' dialog and for help di...Matthias Melcher
2005-09-19STR 1026: Text input filed had NO_BOX as its background, so the moving cursor...Matthias Melcher
2005-09-19STR 1025: fixed illeagal acces to delted object. It was meant to set the dirt...Matthias Melcher
2005-09-19Fix char * issues with constant strings.Michael R Sweet
2005-09-15STR #1007: removed one superfluous ReleaseDC. All demos are running nicely ag...Matthias Melcher
2005-09-14WIN32, STR #1007: Added some code that looks a lot, but is actually very litt...Matthias Melcher
2005-09-13Fixed x-offset problem in Help_Widget (STR #998)Matthias Melcher
2005-09-12Clipboard will persist if owner window is hidden (STR #1019)Matthias Melcher
2005-09-12How did 79 get into the comment? I don't know.Matthias Melcher
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-09-09Remove unused ptr variable.Michael R Sweet
2005-09-09This change will make sure that top-level windows will fit inside the screen ...Matthias Melcher
2005-09-08STR #1013: yet another attempt at fixing the precision count in Fl_Valuator. ...Matthias Melcher
2005-09-05STR #1014: FLTK's CR/LF conversion would crash if the clipboard was emptyMatthias Melcher
2005-08-29Re-Fixed STR 884. I did put the change into the FLUID file, but accidentally ...Matthias Melcher
2005-08-29Various Pixel bugs:Matthias Melcher
2005-08-29Fixed C++ style comments in plain C files (STR #997)Matthias Melcher
2005-08-29Fixed signedness of argument to sscanfMatthias Melcher
2005-08-29This is the text for the previous commit.Matthias Melcher
2005-08-29git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4543 ea41ed52-d2ee-0310...Matthias Melcher
2005-08-27Fix of cross-compiling (host: *-linux-* , target: *-mingw32) problem. Dejan Lekic
2005-08-26Fixed dirent list by making room for the additional '/' character on director...Matthias Melcher
2005-08-21Bordersize was calculated wrong for borderless windowsMatthias Melcher
2005-08-21Fixed CR to CRLF conversion. Thanks for the patch, Alessandro.Matthias Melcher
2005-08-18Fix new trailing slash usage, and restore correct OSX filesystem listingMichael R Sweet
2005-08-17This change is controversial. It changes the behavior of fl_filename_listMatthias Melcher
2005-08-17Silly scope bug. Thanks, gccMatthias Melcher
2005-08-17Fixed redraw range in Multiline Input with wordwrapping for space characters ...Matthias Melcher
2005-08-15fl_filename_list now correctly handles path names like 'c:'Matthias Melcher
2005-08-15Fixed Fl::event_text() for FL_DND_* events on Windows (STR 968)Matthias Melcher
2005-08-11Remove unnecessary breaks...Michael R Sweet
2005-08-11Fix fl_vsnprintf bugs, remove VC++.NET link warningsMichael R Sweet
2005-08-11OS X drag'n'drop now pastes into the correct widget (STR #974)Matthias Melcher
2005-08-11Add support for * width and precision values, and fix potentialMichael R Sweet
2005-08-10Fl_Text_Display now auto-scrolls in all directions (STR #915). This is implem...Matthias Melcher
2005-08-09Some more scrollbar tweaks from Alessandro for STR #871...Michael R Sweet
2005-08-08On X11, borderless windows will not show in the taskbar anymore (STR #933)Matthias Melcher
2005-08-08Moved some code around so that FLTK will figure out the Matthias Melcher
2005-08-08Fl_Valuator-derived widgets could show more digits than wereMichael R Sweet
2005-08-08Add additional Fl_Browser_ fixes for STR #834.Michael R Sweet
2005-08-08Fl_GIF_Image did not handle images with an incorrect number ofMichael R Sweet
2005-08-08Fixed some plastic drawing artifacts (STR #906)Michael R Sweet
2005-08-08Fl_Help_View now draws the box outside the scrollbars, like theMichael R Sweet
2005-08-08Updated WIN32 cut/paste code to consistently handle DOS text (STRMichael R Sweet
2005-08-08Added shared library support for Cygwin and MingW (STR #893)Michael R Sweet
2005-08-08Fl_File_Chooser did not implement the user_data() methods (STRMichael R Sweet
2005-08-08Compilation could fail if a previous installation of FLTK was inMichael R Sweet
2005-08-07Fixed OSX compilation problems with non-HFS filesystems (STRMichael R Sweet
2005-08-06This commit contains patch submitted by "fltk.x0" (thanks fltk.x0!) in the mi...Dejan Lekic