974 Commits (95db2790d69fb227e78d307f50c41bdc4bee44d0)

Author SHA1 Message Date
Matthias Melcher ae9b3365aa Added an ID type to preferences which can be retrieved to then re-use the same dataset. IDs can be used in callbacks as user_data(). No need to keep an Fl_Preference around that would later require deleting. 16 years ago
Matthias Melcher 9048b4b895 Improved Preferences database. Branches can now be accessed by index. Added UUID generation (better versions needed for Unix and MSWin!). Added access to group name and path 16 years ago
Albrecht Schlosser 9a505ef44c Fixed a name conflict with new (VC 2008 Express) winsock2.h versions 16 years ago
Ian MacArthur cccf37522b Modify Fl.H to add method Fl::event_command(); 16 years ago
Matthias Melcher a5a5850e10 Yet another Cocoa patch. 16 years ago
Matthias Melcher bdbea14218 Patched for Cocoa. 16 years ago
Matthias Melcher c8278a2344 New patches appliet for Cocoa port. Fixed(?) STR 2232 workaround for X11 keyrepeat bbbbuuuuuuggggg. 16 years ago
Matthias Melcher 64716f01e2 Applied the 'recap.zip' files to the Cocoa patch. About diaog now correct. Much other stuff should work better now. Exciting! 16 years ago
Matthias Melcher 0f0a4672c9 Fumbeling about at the Cocoa implementation. 16 years ago
Greg Ercolano 79cd1d2ccb Small fixed to SebHoll's user_data() mods (init + copy ctor), 16 years ago
Greg Ercolano a657069cc5 Checked in SebHoll's API mods, fixed indents. 16 years ago
Matthias Melcher 5bc48808b6 Removed typedef that simply renamed char* to Fl_String, as discussed in the mailing list. 16 years ago
Matthias Melcher b2cffc688e Moved OS X code base to the more moder Cocoa toolkit thanks to the awesome work of Manolo Gouy (STR #2221). This is a big one! I tested all test applications under 32-bit autoconf and Xcode, and a few apps under 64bit intel. No PPC testing was done. Please verify this patch if you have the machine! 16 years ago
Albrecht Schlosser 4fa7fde790 Added missing svn properties and $Id$ tags. 16 years ago
Matthias Melcher fa6888c32c Added const'nes too Fl_Counter::step() 16 years ago
Albrecht Schlosser 89ed04701a Removed unused members width_ and height_ from Fl_Scroll (STR #2289). 16 years ago
Matthias Melcher 07a18370ad Added Fl_Tree source code, demo files, and documentation. Thanks, Greg! 16 years ago
Matthias Melcher 69601a6d58 Added doxygenified documentation for Fl_Table_Row 16 years ago
Matthias Melcher b802b74ae7 Added doxygenified documentation for Fl_Table_Row 16 years ago
Matthias Melcher e649ce327e Added doxygenified documentation for Fl_Table 16 years ago
Matthias Melcher fefa82e0b1 Adding Gerg's Fl_Table widget to FLTK 1.3 with kind permission. Documentation not yet added Support for both Visual Studio IDE's not yet added. 16 years ago
Matthias Melcher 1238d1576b Very crude extension of Fluid 1 to read Fluid 2 files (and possibly write them back as Fluid 1 files, but not Fluid 2!). Also, I started a README that points out the differences between FLTK 1 and FLTK 2 and tries to give some help in designing a downward compatible FLTK 3. 16 years ago
Matthias Melcher f1ef3c1047 Added missing NO_OVERLAY flag form Fl_Menu_Window (part 2) 16 years ago
Matthias Melcher e283dfe91c Added missing NO_OVERLAY flag form Fl_Menu_Window 16 years ago
Matthias Melcher 6d4422d3e5 Changed the flags_ field into unsigned int, so we can safely use all 32 bits 16 years ago
Matthias Melcher 6fe13dc604 Fixed missing values for Fl_Widget flags bitfield. Ooops! 16 years ago
Matthias Melcher c26809e0ea Consolidated all possible flag values into a single enum in Fl_Widget (STR #2161) 16 years ago
Matthias Melcher a735162e98 Starting to consolidate all bits used in Fl_Widget::flags_ 16 years ago
Matthias Melcher bc063e345f Typo 16 years ago
Matthias Melcher c8adc2fdde Fixed a few minor issues with Xcode builds. Fixed all color related call to Fl_Color type (STR #2208). Changed Fl_Color back to typedef unsigned. 16 years ago
Matthias Melcher c153300e7f Additional documentation for Fl_Multiline_... 16 years ago
Greg Ercolano 6c54b06dd8 Fixes STR #2169: Adds missing cursor movement to OSX: 16 years ago
Greg Ercolano 72c722bb96 Followup fixes for r6890's documentation mods. 16 years ago
Greg Ercolano 8391d0faab Doc clarifications for Fl::event_key() and Fl::event_text(). 16 years ago
Greg Ercolano 7694e5601a Updated docs for Fl_Multiline_XXX to reference 'new' Fl_Text_XXXX 16 years ago
Matthias Melcher 62eac883d1 First few additions to create scroll wheel support for multiline Fl_Input. 16 years ago
Matthias Melcher bede6e4810 Typo. 16 years ago
Matthias Melcher bcff4ec8e0 International menu shortcuts working on Mac OS (and probably the other OS's) 16 years ago
Matthias Melcher c0e4cf48a4 Starting to allow international (unicode) keystrokes as shortcuts. 16 years ago
Matthias Melcher 9ba790be3b Added the counterpart for FL_COMMAND (F_CONTROL). Added GTK Boxtype to the Forms test. Made utf function more fail-safe. Testing SCM on Xcode (wish me luck) 16 years ago
Albrecht Schlosser 9017c16ecd Improved documentation of Fl_Widget::clear_damage(uchar). 16 years ago
Greg Ercolano d018dd0971 Docs added for Fl_Menu_Item flags -- solves STR #2157. 16 years ago
Greg Ercolano 89870d0114 Solves STR#1739. 16 years ago
Greg Ercolano 41cef82137 Applied patch from STR#2115. 16 years ago
Albrecht Schlosser 5e21c7ce23 Added new Fl_Window:: flags() and methods: 16 years ago
Matthias Melcher 49dc93677e Typos and alignments 16 years ago
Greg Ercolano fe687baefd Fl_Scroll mods for global scrollbar size control. 16 years ago
Fabien Costantini 80ce73bc22 UTF8: Fl_Text_Display and related: 16 years ago
Fabien Costantini 1b4b02f7a1 UTF8: Fl_Text_Display and related: 16 years ago
Fabien Costantini 691ab84503 UTF8: Fl_Text_Display and related: 16 years ago