summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-09-11Remove compile-time dependency on Imm32.dll on Win32. I have no MSWindows mac...Matthias Melcher
2008-09-11Remove mcast and dnd test programs. I do like them and they should be back ev...Matthias Melcher
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2008-09-02made the window its own resizable() for better resize testingAlbrecht Schlosser
2008-08-25STR2025 fix:now both debug and release mode compiles beautifully, demo compil...Fabien Costantini
2008-07-13Make --post create a basic Mac OS X application bundle with a shell scriptMichael R Sweet
2008-05-13Added first half of XCode 3.0 IDE support for FLTK 1.3. FLTK is built as a se...Matthias Melcher
2008-05-01STR # 1908 - usage exampleyuri
2008-04-24Text_Display was using a wrong border margin STR 1909Matthias Melcher
2008-04-22Added support for keyboard shortcuts to Fl_Input_ derived widgets (STR #1770)...Matthias Melcher
2008-04-22Applying 1.1.9 changes to the 1.3 branch.Matthias Melcher
2008-04-12Updated 1.3 with changes from 1.1.9Matthias Melcher
2008-03-16Added missing semicolons in desktop fileMatthias Melcher
2008-03-16STR 1896: updated categories in the KDE desktop filesMatthias Melcher
2008-02-26STR 1885: fixed silly bugs in SudokuMatthias Melcher
2008-02-26STR 1883: Attempt to fix installation of binaries in .app bundle on platforms...Matthias Melcher
2008-02-25STR 1795: applied patch to fix Icon path settings. Will try on my Linux machi...Matthias Melcher
2008-02-20Fixing previousy destroyed hello.cxx - dummy meMatthias Melcher
2008-02-20STR #1868: fixed horizontal scrolbar in help view thanks to wavexxMatthias Melcher
2008-01-10Fixed wrong version of hello.cxxMatthias Melcher
2008-01-10STR #1854: fixed win32 issue with possible NULL pointerMatthias Melcher
2007-11-19Fixed some typos and some funny language (my own) in the documentation of the...Matthias Melcher
2007-10-07Fixed previously damaged 'hello.cxx'Matthias Melcher
2007-10-07STR #1792: fixed documentation of FL_HORIZONTAL vs. the correct Fl_Pack::HORI...Matthias Melcher
2007-06-18#1706: changed test/tile to expose issues with reversed order of 'show'. Chan...Matthias Melcher
2007-06-07Making sure that the 'changed' flag is set on every menu pulldown. (STR #1693)Matthias Melcher
2007-05-20On OS X: disable all 'deprecated' warnings to be able to see the really impor...Matthias Melcher
2007-05-20Fix compiler warnings/errors.Michael R Sweet
2007-05-20Rats, Sun's compilers error out if there is no return statement in theMichael R Sweet
2007-05-20Missing underscore in previous commit.Matthias Melcher
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2007-05-09Reverted my changes in the message dialog boxes. Reapplied the static size ic...Matthias Melcher
2007-05-01Added static icon, text selection, and HTML formatting to fl_message etc. (ST...Matthias Melcher
2007-05-01STR #1641: fixing 'make clean'Matthias Melcher
2007-05-01STR #1652: allowing shortcuts in tabsMatthias Melcher
2007-03-20Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data)...Matthias Melcher
2007-03-09Fix include name...Michael R Sweet
2007-03-06This is a suggested change. It is complete except for documentation.Matthias Melcher
2007-03-06STR #1623: restored the unloved POSTBUILD command because the reulting execut...Matthias Melcher
2007-02-23Avoiding to wait forever under Cygwin. (STR #1608)Matthias Melcher
2007-02-21Stopped test/keyboard consuming 100% cpu.Matthias Melcher
2007-02-20Update copyright years and use "#ifndef" instead of "#if !defined".Michael R Sweet
2007-02-20Fixed Watcom compiler setup without verification using a patch by mnieuwMatthias Melcher
2007-02-13Updated log message when generating source files from an .fl file. (STR #1600).Matthias Melcher
2007-02-13Updated log message when generating source files from an .fl file. (STR #1600).Matthias Melcher
2007-02-12Clean up threads example, use new set_awake_cb().Michael R Sweet
2007-02-10Update dependencies.Michael R Sweet
2007-02-08Add "mute sound" option to sudoku game, on request from a user.Michael R Sweet
2007-02-08STR #1584: even smarter mouse pointer hiding. I also fixed two little histori...Matthias Melcher
2007-02-06Use INSTALL_BIN instead of CP for Mac OS bundles...Michael R Sweet