summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-05-31Remove executable bit from more source files.Michael R Sweet
2006-05-31Remove executable bit from source files.Michael R Sweet
2006-05-30Make sure native eol-style is set on all source files.Michael R Sweet
2006-05-30Fixed shortcut and default focus for message dialogs (STR #1298).Matthias Melcher
2006-05-30Remove warnings found by Robin Rowe's settings for VC7. I do not have VC7, bu...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-28Added permission to reproduce the manual as given by Bill Spitzak and agreed ...Matthias Melcher
2006-05-21Tabs now show the correct tooltip (STR #1282)Matthias Melcher
2006-05-21STR #1282: added tooltips to the 'tabs' demo so we can test and fix this bug.Matthias Melcher
2006-05-21Included fltk.spec in configure.inMatthias Melcher
2006-05-18Declarations in Fluid can now explicitly be made non-static or non-extern. Th...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-07Update svn:ignore props.Michael R Sweet
2006-05-05Fixed FLUID undo. Thanks Fabien fr finding this.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-05-05STR #1187: Fixed missing reset of flag in FLUIDMatthias Melcher
2006-05-05Added fl_encoding_... files to VC6 dll build.Matthias Melcher
2006-05-05STR 1264: Editor uses "delete" instead of the required "delete_widget"Matthias 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-25STR 1252: fixed missing includes in 'encoding' additionsMatthias Melcher
2006-04-20Static destuctor must be public of courseMatthias 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-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