summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-17Fixed crash on mixed use of keyboard and mouse for Fl_Menu_Button (STR #1356)Matthias Melcher
2006-07-17Fixed my previous fix... . Resizing events were not handled anymore.Matthias Melcher
2006-07-16STR #1341: Fixed Fl_Window::visible() and shown() for OS XMatthias Melcher
2006-06-28Fixed Fl_Window::copy_label() losing copy (STR #1332)Matthias Melcher
2006-06-27Another documentation update (STR #1340)Matthias Melcher
2006-06-27Added two missing html files to the Makefile based installation process (STR ...Matthias Melcher
2006-06-26Revert change to --enable-cygwin option since ARCHFLAGS does not work withMichael R Sweet
2006-06-23fixed wrong wordMatthias Melcher
2006-06-23Added warning to Fl_Gl_Window documentation.Matthias Melcher
2006-06-23Documentation fix (STR #1336)Matthias Melcher
2006-06-23Attempt to improve on fl_scroll for Quartz on Mac, but we probably already us...Matthias Melcher
2006-06-22Added support for floating point Fl_SpinnerMatthias Melcher
2006-06-21STR #1330: Repeat button now cancels timeout if it should get deactivated dur...Matthias Melcher
2006-06-20STR #1280: added support for assigning Fl_Menu_Items to array variables in Fl...Matthias Melcher
2006-06-20Another attempt at the window stacking problem in WIN32. It does fix the issu...Matthias Melcher
2006-06-19Add --with-archflags option to configure script, and use it in the rightMichael R Sweet
2006-06-19It seems that the long standing window stacking order problem in MSWindows is...Matthias Melcher
2006-06-19If the value field for scrollbars was not zero, Fluid would generate code tha...Matthias Melcher
2006-06-19Mark a FLUID Project as "modified" when the user changes the visible Tab widg...Matthias Melcher
2006-06-19Loading a file would not update the Widget Propertis dialog in FLUID (STR #1326)Matthias Melcher
2006-06-19Fixed key compose sequences for shifted keys (STR #1194)Matthias Melcher
2006-06-18Update svn:ignore properties.Michael R Sweet
2006-06-18Remove svn:executable from Visual C++ project files.Michael R Sweet
2006-06-18Update svn:ignore propertiesMichael R Sweet
2006-06-18Converted global static variables into class static variablesMatthias Melcher
2006-06-18Removed debugging messages, added character lookup table for HTML enteties in...Matthias Melcher
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-14Changed Tooltip::exit_() to Tooltip::exit()Matthias Melcher
2006-06-14STR #1321: Calling Fl_Window::show() will exit from the current Fl_Tooltip. C...Matthias Melcher
2006-06-14Avoiding crash when passing NULL as a string in Fl_Preferences::set(key, char...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-13STR #1319: added missing '#' in Fl_Clock_OutputMatthias Melcher
2006-06-09Fixing the fix: restored the FL_KEYUP behavior of WIN32 before the NumLock fi...Matthias Melcher
2006-06-09Make sure that all source files expand $Id$...Michael R Sweet
2006-06-09Fixed the Fl::event_original_key() function for X11.Matthias Melcher
2006-06-09Added an event variable "Fl::event_original_key()" which returns the current ...Matthias Melcher
2006-06-07STR #1316: fixed two html tagsMatthias Melcher
2006-06-07OS X: fixed handling of the KP_Enter key which is at different key codes for ...Matthias Melcher
2006-06-06Increased gap size in Fl_Text_Buffer to make the buffer suitable for much lon...Matthias Melcher
2006-06-06Added check for NULL for numbnuts (like me) who query the size of a font befo...Matthias Melcher
2006-06-06STR #1310: OS X Quartz support fixed. All test codes now work without complai...Matthias Melcher
2006-06-05STR #1309: resize indicator not showing if size range does not permit resizing.Matthias Melcher
2006-06-05OS X Quartz: fixed issues with creating a gray image map. Fluid problems stil...Matthias Melcher
2006-06-05OS X Quartz: fixed the text width problem.Matthias Melcher
2006-06-05OS X Quartz rendering: text is now clipped and drawn in the correct color. I ...Matthias Melcher
2006-06-04OS X Quartz: one pretty essential fix to the call order in Quartz context cha...Matthias Melcher
2006-06-02STR #1305: Added MacRoman to utf16 lookup table. Everything's rendered the wa...Matthias Melcher
2006-06-02STR #1305: partial fix. Matthias Melcher