summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-06Updated typos in 123 readmeMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7223 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-05Fixed localization issue in fluid's print dialog (would not find printersAlbrecht Schlosser
if LC_MESSAGES wasn't "C"). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7222 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-05removed some compiler warnings (gcc 4+)Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7219 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-04Fixes for STR #2323; missing right/middle drag events and missing mousewheel ↵Greg Ercolano
clicks. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7213 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-03Repaired file submitted from iPhone. Ah well.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7208 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-03/silly attempt to wrote FLTK code with my iPhone while waiting in the bus. ↵Matthias Melcher
Silly me ;-) --iVersion iPhone Client *** git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7207 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-03Applied vs8.patch to solve STR#2244.Greg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7197 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-01Additions to the Database Editor.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7187 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-28Removed saving the flags() in Fl_Window::iconlabel(const char *iname) becauseAlbrecht Schlosser
this could result in wrong flags() contents after return. Fl_Widget::label() (that is called internally) takes care of copied labels and sets the flags() appropriately. See also STR #2161. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7176 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-28Adjusting indentation.Albrecht Schlosser
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-27Starting to add a GUI to manage the IDE database.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7169 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-27Added the IDE database file to the SVN, hoping that even without a visual ↵Matthias Melcher
editor yet, I can keep it consitent. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7167 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-27Added missing zlib plistMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7166 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-27Forgot to rename the plists in Xcode ideMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7165 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Adding FALLTHROUGH label to a buch of case fallthroughs in order to make ↵Matthias Melcher
lint happy. STR #2285 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7162 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Fixed Scrollbar events when max is less than min (STR #2283)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Fixes to Fl_Menu_::item_pathname() code example; small changes to Albrecht's ↵Greg Ercolano
mods. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7160 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Removed HTML escapes on <> as per Albrecht's suggestion.Greg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7159 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Added a \ref for proper doc linking.Greg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7158 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26doc mods to support fl_eventnames[].Greg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7157 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26added docs for fl_eventnames[] and fl_fontnames[]. (fixes STR#2275)Greg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7156 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26VisualC library naming scheme fixesMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7155 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Added new naming conventionMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7154 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Removed VisualC projects file in old naming convention.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7153 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Added argument-less constructor in Fuid Widget ClassMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7152 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Attempt at a better menubar shortct alignment.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Fixed menu item counting issue in Fluid (STR #2322), Added ↵Matthias Melcher
Fl_Menu_::find_item by callback git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7150 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Quick fix for embedded comments problem in Fl_Menu_.cxx introducedAlbrecht Schlosser
by documentation changes in r 7148. Greg, please try a better fix, if you like. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7149 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-26Fixed problem with Fl_Menu_::item_pathname() was misrepresented as a 'Set' ↵Greg Ercolano
method. Both item_pathname() and find_item()'s docs were strengthened. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7148 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-25Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7147 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-25Added VisualC IDE as it is autogenerated by Fluid. This is still somewhat ↵Matthias Melcher
experimental. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7146 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-25Partially working generator for VisualC 6.0 IDEsMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7144 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-23Documented supported HTML tags. (STR#2321)Greg Ercolano
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7139 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-21Attempt to fix the VisualC2005 IDE files without actually havinf VC2005 :-/Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7134 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-21Fixed Demo for OS X to use the correct command to launch other applications ↵Matthias Melcher
from the right current directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7133 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-21A completely new set of IDE files for the entire FLTK project. This project ↵Matthias Melcher
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. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-21Much improved automated Xcode3 IDE built. These are the files for creating ↵Matthias Melcher
the IDE. I will replace the Xcode 3 IDE itself in the next step. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7131 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-21Simpler Fl_X::q_begin_image() function without matrix inversion that accepts ↵Manolo Gouy
scaling and rotation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-21Fixed silly deletion in Demo.cxxMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7129 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-21Fixed double include in ide supportMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7125 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-20Supporting an application icon in Fluid IDE support.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7120 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-20Fixing some indentationMatthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7119 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-20Fixed format once more in Fluid unique ID.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7118 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7117 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-20Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgetsAlbrecht Schlosser
after deletion (STR #1306). This is all I could find, but maybe there are more places in the code. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7115 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-20Removed unnecessary statement when destroying a window.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7114 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-20Fixed Alt+Shift+letter as shortcutManolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7113 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-20Tentative repair of cast from pointer to unsigned int that breaks 64-bit ↵Manolo Gouy
compilations. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7112 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-19Fixed lost top item in Fluid's tree browser (STR #2233)Matthias Melcher
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-02-19Removed the Forms definition of FL_CLOSE since it is never used anyways and ↵Matthias Melcher
conflicts with FLTK FL_CLOSE. (STR #2266) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7107 ea41ed52-d2ee-0310-a9c1-e6b18d33e121