3771 Commits (bf4635d00d414e0a0f1deda5b37943e6a175b9ec)
 

Author SHA1 Message Date
Matthias Melcher 4880ebc521 Patced antialised fonts for Cocoa builds 16 years ago
Matthias Melcher 0d99b353a4 Sorted Xcode source files (somewhat). Added Manolos patches to fix the Sys_Menu widget pointer. 16 years ago
Greg Ercolano a85efbce26 Fix for Mac's "ALT" key symbol: saucepan right side up, pancake not on floor. 16 years ago
Matthias Melcher 0f0a4672c9 Fumbeling about at the Cocoa implementation. 16 years ago
Albrecht Schlosser 0b0afc165b Updated src/ and test/makedepend files and added sv:ignore for new test 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 43f16de4de Removed [] expression from configure.in 16 years ago
Matthias Melcher 14d7deb1fd Xcode project was not building Cocoa code! 16 years ago
Matthias Melcher b34b7a8d2b Some fixes for the Cocoa port 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 1ea4b45735 Fixed some typos in examples.dox. 16 years ago
Albrecht Schlosser 06f5899980 Fix for documentation typos provided by Josef Vitu. Thanks. 16 years ago
Albrecht Schlosser ad473c8208 Added missing svn properties and $Id$ tags. 16 years ago
Albrecht Schlosser 4fa7fde790 Added missing svn properties and $Id$ tags. 16 years ago
Matthias Melcher d6189d1d5c STR #2292: fixed issue typing a minus in Fl_Int_Input when all text is selected. 16 years ago
Matthias Melcher fa6888c32c Added const'nes too Fl_Counter::step() 16 years ago
yuri 7c3dad02eb fix 64 bit build 16 years ago
Matthias Melcher dbd1dcde3c Added a template for Xcode that can be installed and provides a very quick way of generating new FLTK applications. 16 years ago
Ian MacArthur df1cf30ece Would not build on ubuntu 9.10 - bad file name (fl_ask.h) should be fl_ask.H 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 a77971caf0 Removed accidentaly added binary file (Note to self: the use of wild cards is a dangerous one ;-) 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 e91ec4b3b3 Adding the header files to the Xcode project somehow made precompilation fail in Xcode. So I removed them again. Silly. 16 years ago
Greg Ercolano fa53716876 Added extra tooltip indicating Ctrl-J can be used to create 16 years ago
Matthias Melcher b12b5134a3 File Chooser now also recognizes utf8 encoded text files. STR 2218. 16 years ago
Matthias Melcher c153300e7f Additional documentation for Fl_Multiline_... 16 years ago
Matthias Melcher e0831b530f Empty functions in Fluid no onger create an implementation (STR 2259) 16 years ago
Matthias Melcher bcd43ecb7d Fixed Fluid dependency on X11 (STR #226) 16 years ago
Greg Ercolano 6beaec33de Removed stray garbage from lineposition()'s docs. 16 years ago
Greg Ercolano 7346268f4a Fixed problem caught by matt in STR#2169: 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