3771 Commits (bf4635d00d414e0a0f1deda5b37943e6a175b9ec)
 

Author SHA1 Message Date
yuri 5bc66fafc3 fix mingw32 crosscompilation under linux - select correct WIN32 GUI 15 years ago
Matthias Melcher c80e789208 Updated Xcode project to add AudioToolbox 15 years ago
Matthias Melcher d0c53ccedf Removed remaining 'deprecated function' warnings for Xcode 15 years ago
Matthias Melcher 5c0f4f62f1 Added Audio Tools to link line to support currect version of alert sound. 15 years ago
Matthias Melcher a3a9305428 Removed one more OS X warning about deprecates function. 15 years ago
Matthias Melcher 7499728266 Remove one OS X warning about deprecates function. 15 years ago
Matthias Melcher 68dc1adc90 Restored old Xcode plugin comment. 15 years ago
Matthias Melcher 0333d27065 Fixed the current Xcode template 15 years ago
Matthias Melcher b4a22581cf Updated README for Xcode template 15 years ago
Matthias Melcher 9cf4d8c014 Starting to add IDE support for Makefile/autoconf. 15 years ago
Matthias Melcher a2547a31a0 More FLUID IDE file generation. 15 years ago
Matthias Melcher 7a9f415c65 Restoring README. 15 years ago
Matthias Melcher dfd3a0d1eb Updated typos in 123 readme 15 years ago
Albrecht Schlosser c31ee9fa9d Fixed localization issue in fluid's print dialog (would not find printers 15 years ago
Albrecht Schlosser 2caa536a8e removed some compiler warnings (gcc 4+) 15 years ago
Greg Ercolano 8b9b025f8f Fixes for STR #2323; missing right/middle drag events and missing mousewheel clicks. 15 years ago
Matthias Melcher 87a9ab5f94 Repaired file submitted from iPhone. Ah well. 15 years ago
Matthias Melcher 4e412e92b9 /silly attempt to wrote FLTK code with my iPhone while waiting in the bus. Silly me ;-) 15 years ago
Greg Ercolano 20a68afbc3 Applied vs8.patch to solve STR#2244. 15 years ago
Matthias Melcher 49df7f85d8 Additions to the Database Editor. 15 years ago
Albrecht Schlosser 6a70031647 Removed saving the flags() in Fl_Window::iconlabel(const char *iname) because 16 years ago
Albrecht Schlosser 0f891bc48b Adjusting indentation. 16 years ago
Matthias Melcher c35463fdbe Starting to add a GUI to manage the IDE database. 16 years ago
Matthias Melcher 5f1ca6a2b0 Added the IDE database file to the SVN, hoping that even without a visual editor yet, I can keep it consitent. 16 years ago
Matthias Melcher 5522143ae6 Added missing zlib plist 16 years ago
Matthias Melcher bce1a616c9 Forgot to rename the plists in Xcode ide 16 years ago
Matthias Melcher 86d292b6c1 Adding FALLTHROUGH label to a buch of case fallthroughs in order to make lint happy. STR #2285 16 years ago
Matthias Melcher 2668a87af7 Fixed Scrollbar events when max is less than min (STR #2283) 16 years ago
Greg Ercolano e582f8bb1c Fixes to Fl_Menu_::item_pathname() code example; small changes to Albrecht's mods. 16 years ago
Greg Ercolano f71f365268 Removed HTML escapes on <> as per Albrecht's suggestion. 16 years ago
Greg Ercolano f190582fea Added a \ref for proper doc linking. 16 years ago
Greg Ercolano 6168f6fd4b doc mods to support fl_eventnames[]. 16 years ago
Greg Ercolano 0f87d7719b added docs for fl_eventnames[] and fl_fontnames[]. (fixes STR#2275) 16 years ago
Matthias Melcher 1c38efe1a3 VisualC library naming scheme fixes 16 years ago
Matthias Melcher 90ea2137de Added new naming convention 16 years ago
Matthias Melcher 597e726f91 Removed VisualC projects file in old naming convention. 16 years ago
Matthias Melcher 5fdf6300dd Added argument-less constructor in Fuid Widget Class 16 years ago
Matthias Melcher 056cd02b10 Attempt at a better menubar shortct alignment. 16 years ago
Matthias Melcher 4a802a3159 Fixed menu item counting issue in Fluid (STR #2322), Added Fl_Menu_::find_item by callback 16 years ago
Albrecht Schlosser 47bcd46d26 Quick fix for embedded comments problem in Fl_Menu_.cxx introduced 16 years ago
Greg Ercolano c3c72beb23 Fixed problem with Fl_Menu_::item_pathname() was misrepresented as a 'Set' method. 16 years ago
Matthias Melcher 60c1ccd33e Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings. 16 years ago
Matthias Melcher 7f395e6e44 Added VisualC IDE as it is autogenerated by Fluid. This is still somewhat experimental. 16 years ago
Matthias Melcher d22a237445 Partially working generator for VisualC 6.0 IDEs 16 years ago
Greg Ercolano 6376e36aa0 Documented supported HTML tags. (STR#2321) 16 years ago
Matthias Melcher b733e245e8 Attempt to fix the VisualC2005 IDE files without actually havinf VC2005 :-/ 16 years ago
Matthias Melcher 3b65dcead9 Fixed Demo for OS X to use the correct command to launch other applications from the right current directory. 16 years ago
Matthias Melcher 47ed5a1ddd A completely new set of IDE files for the entire FLTK project. This project should be pretty clean and up to the newest standards in Xcode3. The debug version builds whatever is best on the current platform. The Release version builds a Universal Binary for PPC, win32, and x64 - verified OK! I will rename the now outdated Xcode3.1 project and eventually remove it. 16 years ago
Matthias Melcher f3b09c3de5 Much improved automated Xcode3 IDE built. These are the files for creating the IDE. I will replace the Xcode 3 IDE itself in the next step. 16 years ago
Manolo Gouy cdfefaed88 Simpler Fl_X::q_begin_image() function without matrix inversion that accepts scaling and rotation. 16 years ago