summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-01Doco fix (STR #186)Michael R Sweet
2003-11-01Fixed some OS/2-specific build problems (STR #185)Michael R Sweet
2003-11-01Calling Fl_Text_Display::buffer() with the same buffer wouldMichael R Sweet
2003-11-01Fix cursor crash bug (STR #181)Michael R Sweet
2003-10-14Glut emulation turns mousewheel back into mouse buttons 3 and 4, forBill Spitzak
2003-09-20Pixel format selection change (STR #175)Michael R Sweet
2003-09-20Fix configure script (STR #174)Michael R Sweet
2003-09-17Don't compile JPEG error handler unless we have JPEG library...Michael R Sweet
2003-09-15Add error handlers to JPEG and PNG image classes so the correspondingMichael R Sweet
2003-09-14Add --with-links configure option.Michael R Sweet
2003-09-14Add Fl_Tooltip::hoverdelay() method and code (STR #126)Michael R Sweet
2003-09-14Fix new FLUID window grid bug (STR #166)Michael R Sweet
2003-09-09Bump to 1.1.5rc1...Michael R Sweet
2003-09-08Add .sav and .dylib files to the list of things to ignore.Michael R Sweet
2003-09-08Fix typos in code so it actually compiles...Michael R Sweet
2003-09-08Add implementation for fl_read_image() on OSX (STR #161)Michael R Sweet
2003-09-08Leave more space for filename label in file chooser.Michael R Sweet
2003-09-05Eliminate shiny.Michael R Sweet
2003-09-05Dump the shiny demo.Michael R Sweet
2003-09-05Dump the non-working shiny demo.Michael R Sweet
2003-09-04Provide inline code for copy operators in Fl_Widget; this works aroundMichael R Sweet
2003-09-03Need <time.h> on IRIX (STR #157)Michael R Sweet
2003-09-03Use symbolic names whenever possible, otherwise cast ints to Fl_Color.Michael R Sweet
2003-09-03Fix performance issues with large file chooser selections. (STR #140)Michael R Sweet
2003-08-24Fl_Text_Display/Editor did not disable the currentMichael R Sweet
2003-08-05Fix configure.in for autoconf 2.57.Michael R Sweet
2003-08-04Fix typo...Michael R Sweet
2003-08-02Fix FLUID redraw bug when changing X,Y,W,H in the widget panel (STR #120)Michael R Sweet
2003-08-02Fix Fl_Window::show(argc, argv) so that it calls Fl::get_system_colors(),Michael R Sweet
2003-08-02Bump to 1.1.4 and fix changelog.Michael R Sweet
2003-08-02OS X: some changes to support Apples ProjectBuilder.Matthias Melcher
2003-07-29Fix STR #111 (display opened too soon)Michael R Sweet
2003-07-29Fix scheme and image drawing bugs.Michael R Sweet
2003-07-23Update dependencies...Michael R Sweet
2003-07-23memmove() needs <string.h>...Michael R Sweet
2003-07-21Made 'enter' keyboard event return 'char 13' in e_text.Matthias Melcher
2003-07-19STR #88: changed fluid behaviour to always paste into a selectedMatthias Melcher
2003-07-18Changes in menuitem font's would only be recognized if theMatthias Melcher
2003-07-18STR #86: Swapped menu shortcut labels for OS XMatthias Melcher
2003-07-18updated documentation and Fl_Dial. STR #101, 94, 99Matthias Melcher
2003-07-18STR #106: collapse triangle in fluid hrc list would not receive eventsMatthias Melcher
2003-07-18OS X QuitAppleEvent now correctly exits Fl::run() instead of justMatthias Melcher
2003-07-17STR #77: all GL Contexts are now managed in a list, so that if theMatthias Melcher
2003-07-12Fix Xft2 usage (still need to do a final fix that loads the proper XMichael R Sweet
2003-06-15Fix resize bug on OSX (STR #64)Michael R Sweet
2003-06-15Fixup shared library installation.Michael R Sweet
2003-06-15Use setup GUI with portable distributions.Michael R Sweet
2003-06-15Fix shared libraries on OSX (STR #51)Michael R Sweet
2003-06-15Several widgets defined their own size() method but didn'tMichael R Sweet
2003-06-15Add clear() method to Fl_Scroll so that the scrollbars don't get deleted.Michael R Sweet