summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-05-30Fixed resizing in OS X. The code was not only unneccesarily convoluted, but a...Matthias Melcher
2006-05-21Tabs now show the correct tooltip (STR #1282)Matthias 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-05Some minor improvements for the Mac keyboard mapping: accent-space would unde...Matthias Melcher
2006-04-28Fixed maximizing in OS X (STR #1221)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-25STR 1252: fixed missing includes in 'encoding' additionsMatthias Melcher
2006-04-20Static destuctor must be public of courseMatthias Melcher
2006-04-20Fixed crash in Fl_Preferences if 2nd or 3rd argument in the 'path' constructo...Matthias Melcher
2006-04-20STR #1232: it was not possible to toggle a checkbox in Fl_Check_Browser by cl...Matthias Melcher
2006-04-20Added '&255' to 'isspace(*p)' calls in order to avoid problems with signed in...Matthias Melcher
2006-04-20STR #1231: moved clearing of resources out of Fl::run() into a static class d...Matthias Melcher
2006-04-20STR #1233: previous timer implementation on Mac OS X was eating up various re...Matthias Melcher
2006-04-19Fixed forgotten line from previouos commitMatthias Melcher
2006-04-19STR #1195: It was not possible to enter a whole range of characters on Mac OS...Matthias Melcher
2006-04-18THIS FIX CONTAINS TWO MORE FILES THAT MUST BE COMPILED. I wouldMatthias Melcher
2006-04-17Allowing characters between 0x80 and 0x9f to be enetered into Fl_Input_ deriv...Matthias Melcher
2006-04-15Changed special handling on ISO characters 0x80 to 0xA0 for OS X, since this ...Matthias Melcher
2006-04-15in preperation of STR#1195: On OS X, we don't need to do the octal conversion...Matthias Melcher
2006-04-15in preperatio of STR#1195:ISO 8859-1 fixes for Fl_Input_ and derived classesMatthias Melcher
2006-04-04STR 1195: caret key lookup entry was missing on Mac OS XMatthias Melcher
2006-04-01STR 1200: fixed wrong allocation of copy/paste bufferMatthias Melcher
2006-03-29Fixing STR #1222 (case sensitive include fl_draw.H correction)Fabien Costantini
2006-03-28STR 1183: swapping two items in an Fl_Browser_ widget would corrupt redrawing...Matthias Melcher
2006-03-28STR 1179: function fl_scroll should now be correctly exported, even on VC6 :-)Matthias Melcher
2006-03-28ST 1148: a preselected filename will also be selected in the file chooser whe...Matthias Melcher
2006-03-28Reverted Help Browser to previous faster and simpler code.Matthias Melcher
2006-03-27STR 1186: Fixed Help Browser buffer overflow by adding a self-enlarging buffe...Matthias Melcher
2006-03-27STR 1213: leaving the area of a menubar when dragging would not cancel out th...Matthias Melcher
2006-02-22Don't try to load image file we couldn't openMichael R Sweet
2006-01-17Fix menubar menu clicking, so that menu items work again and clicking outsideMichael R Sweet
2006-01-17Clicking outside a menu window dismisses it (STR #1144)Michael R Sweet
2006-01-17Check if the user clicks outside the menu area in the menu bar so that weMichael R Sweet
2006-01-16STR #1109 re-fix: when fixing 1109, I accidentally enabled clicking on grayed...Matthias Melcher
2006-01-15More copyright updates.Michael R Sweet
2006-01-15Pressing a Fl_Menu_Button widget now draws it pressed in (STRMichael R Sweet
2006-01-14Fix resizing of Windows (STR #1139)Michael R Sweet
2006-01-05Add ipp, ldap, mailto, news, and smb schemes.Michael R Sweet
2006-01-05Add comment block for new DND code.Michael R Sweet
2006-01-04Check for CR LF and no spaces in addition to starting with a URI prefix.Michael R Sweet
2006-01-04Fl::dnd() now sets the content type of the drag toMichael R Sweet
2006-01-02Use "512" in place of kWindowNoTitleBarAttribute, as that constant wasMichael R Sweet
2006-01-02STR #1135: Triggering a timout would not break the event loop, giving no oppo...Matthias Melcher
2005-12-31STR #1133: Text was drawn twice when the scrollbar arrangement changed, causi...Matthias Melcher
2005-12-30STR #1133: if the FIle_input did not have focus and have no text inside and h...Matthias Melcher
2005-12-30 - Fixed keyboard shortcut handling in FLUID and shortcutMatthias Melcher