3771 Commits (bf4635d00d414e0a0f1deda5b37943e6a175b9ec)
 

Author SHA1 Message Date
Matthias Melcher 0650daaaac Fixed silly deletion in Demo.cxx 16 years ago
Matthias Melcher a618179b9f Fixed double include in ide support 16 years ago
Matthias Melcher e7b48eee5b Supporting an application icon in Fluid IDE support. 16 years ago
Matthias Melcher 7b74a91bfd Fixing some indentation 16 years ago
Matthias Melcher b5ea344b95 Fixed format once more in Fluid unique ID. 16 years ago
Matthias Melcher 2f82fd0663 Mixed bag. Please see CHANGES. 16 years ago
Albrecht Schlosser 7ae0c170ad Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgets 16 years ago
Manolo Gouy c7a1aead4c Removed unnecessary statement when destroying a window. 16 years ago
Manolo Gouy 191abba69a Fixed Alt+Shift+letter as shortcut 16 years ago
Manolo Gouy 0786bea02e Tentative repair of cast from pointer to unsigned int that breaks 64-bit compilations. 16 years ago
Matthias Melcher 529382001f Fixed lost top item in Fluid's tree browser (STR #2233) 16 years ago
Matthias Melcher 4763df1636 Removed the Forms definition of FL_CLOSE since it is never used anyways and conflicts with FLTK FL_CLOSE. (STR #2266) 16 years ago
Matthias Melcher b737694f4a test/Editor was freeing the text buffer too soon and no clearing callbacks. (STR #2294) 16 years ago
Matthias Melcher 6cea1f402d Small fixes to Fluid IDE support. 16 years ago
Matthias Melcher f59cd1f4aa Fixed Fl_Preferences Cygwin wide character bug (STR #2164) 16 years ago
Matthias Melcher 0ec12cc9c4 Fixed sorting in Fl_Browser - last item would not be sorted (STR #2300) 16 years ago
Matthias Melcher b416a027cf Fixed window levels in OS X Cocoa (STR #2316) 16 years ago
Matthias Melcher 3b7e794719 Improved IDE support: Fluid now compiles fine under Xcode (and all framework on which it depends). 16 years ago
Albrecht Schlosser 7ea3819b28 Fixed case of included header files 16 years ago
Matthias Melcher 0f45c3e5ac IDE support file generation from within Fluid. These files are not yet linked in - simply add them to the Fluid project for testing (uses Fl_Plugin to link themselves in atomatically). 16 years ago
Matthias Melcher 6cef760c1b Typo 16 years ago
Matthias Melcher 795b2c6356 Added jpeg loading from memory. Added jpeg Fl_Widget->image() support for Fluid - but linking to fltk_images is required if this feature is used! 16 years ago
Manolo Gouy b434df6061 changed events dispatching so command+key generates both FL_KEYBOARD and FL_KEYUP events 16 years ago
Manolo Gouy 5a76896908 removed unused variables 16 years ago
Matthias Melcher fb1b0fab0a Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file as a byte array into your source code. Changes to load jpegs etc. from program memory will follow. 16 years ago
Albrecht Schlosser ea31edb241 Added new virtual methods, as discussed in fltk.development: 16 years ago
Manolo Gouy 1ff2af5fd3 update event_x_root and event_x earlier is more accurate 16 years ago
Manolo Gouy 881c882629 allows compilation with gcc-3.3 16 years ago
Manolo Gouy 96125e6e4a closed memory leak 16 years ago
Albrecht Schlosser ee36ebc394 Reverting previous change (optimization of Fl_Group::clear), 16 years ago
Albrecht Schlosser ce7da76d6a Optimized Fl_Group::clear() and Fl_Scroll::clear() as discussed in 16 years ago
Manolo Gouy 5ec87ac848 simplifying clipping algorithm: done once in make_current() instead of repeated at each fl_restore_clip() call 16 years ago
Manolo Gouy c7b67bc252 fixes STR 2309 by updating Fl::e_x, e_y, e_x_root and e_y_root after window moves, resizes and activations. 16 years ago
Manolo Gouy 4645ed9703 defined macro FL_CGRECTMAKE_COCOA that 16 years ago
Manolo Gouy 7f518b9287 Repaired table target that was overwriting the tabs target 16 years ago
Manolo Gouy bbeead9259 minor changes so all demos work under Xcode. 16 years ago
Albrecht Schlosser 6fe1ac09f4 makedepend updates for all source directories (except src/xutf8). 16 years ago
Matthias Melcher c83c170310 File chooser in preview mode would hand if user selected a special file in the /dev directory. It now shows a recycle symbol and also displays a folder and an empty file message. Untested on anything but OS X - sorry! 16 years ago
Matthias Melcher 8af182fe51 Without knowing Cygwin, this seems to make more sense to me?! 16 years ago
Manolo Gouy 1eb95cd823 Three Cocoa-related changes: 16 years ago
Manolo Gouy 6f89a3baca added explicit cast to remove 64-bit compilation error that sometimes occur 16 years ago
Manolo Gouy bb58589936 New texture-based gl_draw implementation now used also in 32-but compiles 16 years ago
Manolo Gouy 001a756b15 Text color now follows changes in standard colormap, 16 years ago
Manolo Gouy e8c9f9eaa1 Better OS X version backwards compatibility of executables. 16 years ago
Matthias Melcher 092c86c704 This is a very simple implementation of the host side of plugins. Plugins can be linked at compile time to extend Fluid with new command line options. A sample plugin will follow soon. 16 years ago
Matthias Melcher 416f5b0dcd Still not having added Fl_Tree and Fl_Table to Fluid, I remembered the plugin concept we had early on. It occured to me that writing plugins must not be difficult, and that FLTK already has everything needed. So here it is, a plugin implementation for FLTK. The MSWindows/Cygwin implementation is untested due to lack of a machine. The dynamic loading still needs a test implementation. Comments welcome. 16 years ago
Albrecht Schlosser 51acfa41eb Replaced _WIN32 symbols that had crept in with UTF-8 and the 16 years ago
Albrecht Schlosser 430eab49b7 Fixed a buffer overflow in fl_utf8from_mb() (STR #2279). 16 years ago
yuri ff29502d04 fix x86_64 linux build 16 years ago
Greg Ercolano a078c71b21 Committing native -> CRLF eol-style. 16 years ago