summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2006-06-16Added text selection and copy/paste to Fl_Help_View. Text can be selected by ...Matthias Melcher
2006-06-16STR #1322: fixes wrong menutitle position for popup menus. This was originall...Matthias Melcher
2006-06-14STR #1321: Calling Fl_Window::show() will exit from the current Fl_Tooltip. C...Matthias Melcher
2006-06-14STR 1306: udated documentation to reflect limitation in Fl::delete_widget(). ...Matthias Melcher
2006-06-13STR #1227: Thanks to Albrecht Schlosser for commiting this patch to fix Fl_Te...Matthias Melcher
2006-06-09Added an event variable "Fl::event_original_key()" which returns the current ...Matthias Melcher
2006-06-06STR #1310: OS X Quartz support fixed. All test codes now work without complai...Matthias Melcher
2006-05-30Fixed shortcut and default focus for message dialogs (STR #1298).Matthias Melcher
2006-05-30Fixed resizing in OS X. The code was not only unneccesarily convoluted, but a...Matthias Melcher
2006-05-28 - In Fluid, declarations starting with the keywordMatthias Melcher
2006-05-21Tabs now show the correct tooltip (STR #1282)Matthias Melcher
2006-05-21Included fltk.spec in configure.inMatthias Melcher
2006-05-10Fixed insufficiently invalidated cache in Fl_Browser (STR #1265). Fl_Browser:...Matthias Melcher
2006-05-10STR #1153: This is an attempt to fix the described issues when querying multi...Matthias Melcher
2006-05-05STR #1152: Fixed Cygwin compiler warningsMatthias Melcher
2006-05-05STR #1187: Fixed missing reset of flag in FLUIDMatthias Melcher
2006-04-28Fixed maximizing in OS X (STR #1221)Matthias Melcher
2006-04-28STR #1169: Fixed 'make distclean' to remove binaries inside MacOS app packagesMatthias Melcher
2006-04-28Fluid Code Viewer is now truly a viewer, not an editor. I would love to allow...Matthias Melcher
2006-04-27STR #1158: Fl_Spinner is now fully supported by Fluid. Previously, min, max, ...Matthias Melcher
2006-04-27STR #1162: Fl_Menu_Button::popup was trying to access a previously deleted wi...Matthias Melcher
2006-04-27fl_font(0, 0) as a first call in Xft would try to access a member in fl_fonts...Matthias Melcher
2006-04-27STR 1161: Setting a new value in Fl_Input_ wil now actually move cursor to t...Matthias Melcher
2006-04-20Update changelog to show all of Matthias's fixes... :)Michael R Sweet
2006-04-20Fixed crash in Fl_Preferences if 2nd or 3rd argument in the 'path' constructo...Matthias Melcher
2006-04-04STR 1195: caret key lookup entry was missing on Mac OS XMatthias Melcher
2006-01-31FLUID didn't handle loading .fl files with internationalMichael R Sweet
2006-01-31Fl_Spinner's minimum() and maximum() "get" methods wereMichael R Sweet
2006-01-31Fix fl_filename_list() bug (STR #1159) caused by changing of the ABIMichael R Sweet
2006-01-17Clicking outside a menu window dismisses it (STR #1144)Michael R Sweet
2006-01-15Pressing a Fl_Menu_Button widget now draws it pressed in (STRMichael R Sweet
2006-01-06The threads demo would display negative prime numbersMichael R Sweet
2006-01-04Fl::dnd() now sets the content type of the drag toMichael R Sweet
2005-12-30 - Fixed keyboard shortcut handling in FLUID and shortcutMatthias Melcher
2005-12-29typoMatthias Melcher
2005-12-16STR #1123: Fixed include path in CMake build. I don't use CMake, but since th...Matthias Melcher
2005-12-16STR #1104: WIN32 version would insist on running a full length timeout even i...Matthias Melcher
2005-12-15STR #1122: Fl_Text_Display would throw away all key events if the mouse point...Matthias Melcher
2005-12-14STR $1099: The Quartz version of FLTK now draws a very nice resizeMatthias Melcher
2005-12-14FLTK now enables large file support when available (STR #1087)Michael R Sweet
2005-12-14Fl_Clock_Output depended on a time value that was the same as anMichael R Sweet
2005-11-09Fl_Text_Display::wrap_mode() would crash if no buffer wasMichael R Sweet
2005-10-30Updated the default label and text colors of all widgets to useMichael R Sweet
2005-10-13Remove unnecessary includes ("flstring.h" is included by the parentMichael R Sweet
2005-10-12Fl_Value_Input now uses the screen-absolute position instead ofMichael R Sweet
2005-09-25STR #973: popup menus now pop up fully visible in the current screen if possi...Matthias Melcher
2005-09-19STR 1025: fixed illeagal acces to delted object. It was meant to set the dirt...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-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher