[fltk.commit] [Library] r9895 - branches/branch-3.0/src/fltk3

2013-04-21 Thread fltk-dev
Author: manolo Date: 2013-04-21 08:45:37 -0700 (Sun, 21 Apr 2013) New Revision: 9895 Log: Some improvement in memory allocation for function create_default_drag_image(). Modified: branches/branch-3.0/src/fltk3/cocoa.mm Modified: branches/branch-3.0/src/fltk3/cocoa.mm

[fltk.commit] [Library] r9894 - branches/branch-1.3/src

2013-04-20 Thread fltk-dev
Author: manolo Date: 2013-04-20 15:16:03 -0700 (Sat, 20 Apr 2013) New Revision: 9894 Log: Use the new Fl_Window* Fl_Widget::top_window() member function. Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9892 - branches/branch-1.3/src

2013-04-19 Thread fltk-dev
Author: manolo Date: 2013-04-19 02:20:56 -0700 (Fri, 19 Apr 2013) New Revision: 9892 Log: Cosmetic improvement of image used when dragging non-text data. Minimum OS version has been verified. Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9893 - in branches/branch-3.0: include/fltk3 src/fltk3

2013-04-19 Thread fltk-dev
Author: manolo Date: 2013-04-19 06:52:28 -0700 (Fri, 19 Apr 2013) New Revision: 9893 Log: Added default image usable when dragging data out of a widget. Modified: branches/branch-3.0/include/fltk3/run.h branches/branch-3.0/src/fltk3/cocoa.mm Modified:

[fltk.commit] [Library] r9891 - branches/branch-1.3/src

2013-04-18 Thread fltk-dev
Author: manolo Date: 2013-04-18 09:15:59 -0700 (Thu, 18 Apr 2013) New Revision: 9891 Log: Cosmetic improvement of image used when dragging non-text data. Minimum OS version still has to be verified. Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9888 - branches/branch-1.3/documentation

2013-04-17 Thread fltk-dev
Author: manolo Date: 2013-04-17 00:50:23 -0700 (Wed, 17 Apr 2013) New Revision: 9888 Log: Have file src/Fl_Sys_Menu_Bar.mm processed by Doxygen. Modified: branches/branch-1.3/documentation/Doxyfile Modified: branches/branch-1.3/documentation/Doxyfile

[fltk.commit] [Library] r9889 - branches/branch-1.3/src

2013-04-17 Thread fltk-dev
Author: manolo Date: 2013-04-17 05:06:04 -0700 (Wed, 17 Apr 2013) New Revision: 9889 Log: Removed some unnecessary data duplication. Modified: branches/branch-1.3/src/Fl_Sys_Menu_Bar.mm Modified: branches/branch-1.3/src/Fl_Sys_Menu_Bar.mm

[fltk.commit] [Library] r9890 - branches/branch-3.0/src/fltk3

2013-04-17 Thread fltk-dev
Author: manolo Date: 2013-04-17 09:37:24 -0700 (Wed, 17 Apr 2013) New Revision: 9890 Log: Removed some unnecessary data duplication and update describing comments. Modified: branches/branch-3.0/src/fltk3/cocoaSysMenuBar.mm Modified: branches/branch-3.0/src/fltk3/cocoaSysMenuBar.mm

[fltk.commit] [Library] r9884 - branches/branch-1.3/src

2013-04-16 Thread fltk-dev
Author: ianmacarthur Date: 2013-04-16 05:02:23 -0700 (Tue, 16 Apr 2013) New Revision: 9884 Log: Apply the *nix file-chooser patches from STR #2935. Modified: branches/branch-1.3/src/Fl_File_Browser.cxx Modified: branches/branch-1.3/src/Fl_File_Browser.cxx

[fltk.commit] [Library] r9885 - in branches/branch-1.3: FL ide/Xcode3/FLTK.xcodeproj ide/Xcode4/FLTK.xcodeproj src

2013-04-16 Thread fltk-dev
Author: manolo Date: 2013-04-16 07:02:42 -0700 (Tue, 16 Apr 2013) New Revision: 9885 Log: Renamed src/Fl_Sys_Menu_Bar.cxx to src/Fl_Sys_Menu_Bar.mm because objective-c code is used. Some code is transferred from Fl_cocoa.mm thus reducing somewhat this very large source file. Added:

[fltk.commit] [Library] r9886 - branches/branch-1.3/src

2013-04-16 Thread fltk-dev
Author: manolo Date: 2013-04-16 07:11:21 -0700 (Tue, 16 Apr 2013) New Revision: 9886 Log: Renamed src/Fl_Sys_Menu_Bar.cxx to src/Fl_Sys_Menu_Bar.mm because objective-c code is used (cont'd). Modified: branches/branch-1.3/src/CMakeLists.txt Modified: branches/branch-1.3/src/CMakeLists.txt

[fltk.commit] [Library] r9878 - branches/branch-1.3/src

2013-04-15 Thread fltk-dev
Author: manolo Date: 2013-04-15 04:00:24 -0700 (Mon, 15 Apr 2013) New Revision: 9878 Log: Reduced the usage of global variables. Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm === ---

[fltk.commit] [Library] r9879 - branches/branch-3.0/test

2013-04-15 Thread fltk-dev
Author: manolo Date: 2013-04-15 04:42:16 -0700 (Mon, 15 Apr 2013) New Revision: 9879 Log: Added call of fl_open_callback() by the editor demo. Modified: branches/branch-3.0/test/editor.cxx Modified: branches/branch-3.0/test/editor.cxx

[fltk.commit] [Library] r9880 - branches/branch-3.0/ide/Xcode4/plists

2013-04-15 Thread fltk-dev
Author: manolo Date: 2013-04-15 04:43:52 -0700 (Mon, 15 Apr 2013) New Revision: 9880 Log: The editor demo accepts file drag and drop on program icon. Modified: branches/branch-3.0/ide/Xcode4/plists/editor-Info.plist Modified: branches/branch-3.0/ide/Xcode4/plists/editor-Info.plist

[fltk.commit] [Library] r9881 - branches/branch-3.0/src/fltk3

2013-04-15 Thread fltk-dev
Author: manolo Date: 2013-04-15 04:45:23 -0700 (Mon, 15 Apr 2013) New Revision: 9881 Log: Reduced the usage of global variables. Modified: branches/branch-3.0/src/fltk3/cocoa.mm Modified: branches/branch-3.0/src/fltk3/cocoa.mm

[fltk.commit] [Library] r9883 - branches/branch-3.0/src/fltk3

2013-04-15 Thread fltk-dev
Author: manolo Date: 2013-04-15 06:47:58 -0700 (Mon, 15 Apr 2013) New Revision: 9883 Log: Removed processing of obsolete deadkey flag. Modified: branches/branch-3.0/src/fltk3/cocoa.mm Modified: branches/branch-3.0/src/fltk3/cocoa.mm

[fltk.commit] [WWW] r687 - trunk/phplib

2013-04-13 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-13 05:19:08 -0700 (Sat, 13 Apr 2013) New Revision: 687 Log: Small fix to prevent articles from having article operations [Edit|Delete|etc..] dangling at the ends of article posting's sentences. Modified: trunk/phplib/common.php Modified:

[fltk.commit] [Library] r9874 - branches/branch-1.3/src

2013-04-12 Thread fltk-dev
Author: ianmacarthur Date: 2013-04-12 02:52:31 -0700 (Fri, 12 Apr 2013) New Revision: 9874 Log: fl_set_fonts_xft had a lower case, rather than upper case S in the switch so would not detect the SuperBold font style correctly. Also, do a bit of defensive clipping of the generated font name, in

[fltk.commit] [Library] r9875 - branches/branch-1.3/src

2013-04-12 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-12 09:46:35 -0700 (Fri, 12 Apr 2013) New Revision: 9875 Log: Small fixes to new top_window_offset() method as per discussion in STR #2948. Modified: branches/branch-1.3/src/Fl_Window.cxx Modified: branches/branch-1.3/src/Fl_Window.cxx

[fltk.commit] [Library] r9877 - branches/branch-1.3/test

2013-04-12 Thread fltk-dev
Author: AlbrechtS Date: 2013-04-12 16:30:55 -0700 (Fri, 12 Apr 2013) New Revision: 9877 Log: Add different selection_color()'s and tooltips to scheme test buttons. Modified: branches/branch-1.3/test/unittest_schemes.cxx Modified: branches/branch-1.3/test/unittest_schemes.cxx

[fltk.commit] [Library] r9870 - in branches/branch-1.3: FL src

2013-04-10 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-10 13:13:12 -0700 (Wed, 10 Apr 2013) New Revision: 9870 Log: While suggesting a new top_window() method for STR#2948, it's realized that for consistency, the recently added window_offset() method (a few days ago) should be renamed to top_window_offset().

[fltk.commit] [Library] r9871 - in branches/branch-1.3: FL src

2013-04-10 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-10 13:51:24 -0700 (Wed, 10 Apr 2013) New Revision: 9871 Log: Solve STR#2948: Add new method Fl_Widget::top_window() to return the widget's top-level window. Docs for existing Fl_Widget::window() revised to clarify the difference between these two methods.

[fltk.commit] [Library] r9872 - in branches/branch-1.3: FL src

2013-04-10 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-10 14:16:16 -0700 (Wed, 10 Apr 2013) New Revision: 9872 Log: As per notes from STR#2948: Moved top_window_offset() to being a member of Fl_Widget (was Fl_Window) and moved its code near implementations of top_window() and window(). Modified:

[fltk.commit] [Library] r9873 - branches/branch-1.3

2013-04-10 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-10 14:19:10 -0700 (Wed, 10 Apr 2013) New Revision: 9873 Log: Mods to CHANGES file for recent additions/fixes Modified: branches/branch-1.3/CHANGES Modified: branches/branch-1.3/CHANGES === ---

[fltk.commit] [Library] r9869 - branches/branch-1.3/src

2013-04-09 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-09 13:11:28 -0700 (Tue, 09 Apr 2013) New Revision: 9869 Log: Fix STR# 2772: remove dead code in fl_measure() Modified: branches/branch-1.3/src/fl_draw.cxx Modified: branches/branch-1.3/src/fl_draw.cxx

[fltk.commit] [Library] r9865 - branches/branch-1.3/src

2013-04-08 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-08 09:49:55 -0700 (Mon, 08 Apr 2013) New Revision: 9865 Log: Fix STR# 2944 [1]: When an app uses overlays and gl_draw(), gl_draw() would mess up the raster position affecting the Mac overlay emulation in swapbuffer code.

[fltk.commit] [Library] r9866 - in branches/branch-1.3: FL src

2013-04-08 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-08 11:24:17 -0700 (Mon, 08 Apr 2013) New Revision: 9866 Log: Fix for STR #2944 [2]: Fix Apple-specifc nested window problem for Fl_Gl_Window's. Added new method Fl_Widget::window_offset(x,y) to access the top-level

[fltk.commit] [Library] r9867 - in branches/branch-1.3: FL src

2013-04-08 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-08 13:18:40 -0700 (Mon, 08 Apr 2013) New Revision: 9867 Log: Solves STR #2939; adding when() support to Fl_Tabs. Also added a general Fl_Tabs code example to the docs. Modified: branches/branch-1.3/FL/Fl_Tabs.H branches/branch-1.3/src/Fl_Tabs.cxx

[fltk.commit] [Library] r9863 - in branches/branch-1.3: . src

2013-04-06 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-06 09:31:35 -0700 (Sat, 06 Apr 2013) New Revision: 9863 Log: Removing Fl_mac.cxx -- this code is no longer used. Removed: branches/branch-1.3/src/Fl_mac.cxx Modified: branches/branch-1.3/CHANGES Modified: branches/branch-1.3/CHANGES

[fltk.commit] [Library] r9864 - branches/branch-1.3/src

2013-04-06 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-06 09:35:05 -0700 (Sat, 06 Apr 2013) New Revision: 9864 Log: Small comment mods regarding Fl_mac.cxx - Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl.cxx branches/branch-1.3/src/Fl_x.cxx Modified: branches/branch-1.3/src/Fl.cxx

[fltk.commit] [Library] r9859 - branches/branch-1.3/ide/Xcode4/plists

2013-04-05 Thread fltk-dev
Author: manolo Date: 2013-04-05 07:53:26 -0700 (Fri, 05 Apr 2013) New Revision: 9859 Log: Added the NSHighResolutionCapable item to all .plist files for fltk apps to be high-resolution ready. Modified: branches/branch-1.3/ide/Xcode4/plists/CubeView-Info.plist

[fltk.commit] [Library] r9860 - branches/branch-1.3/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3

2013-04-05 Thread fltk-dev
Author: manolo Date: 2013-04-05 08:09:50 -0700 (Fri, 05 Apr 2013) New Revision: 9860 Log: Added the NSHighResolutionCapable item to all .plist files for fltk apps to be high-resolution ready. Modified: branches/branch-1.3/ide/Xcode4/Project Templates/FLTK Application/FLTK

[fltk.commit] [Library] r9861 - branches/branch-1.3

2013-04-05 Thread fltk-dev
Author: manolo Date: 2013-04-05 08:28:43 -0700 (Fri, 05 Apr 2013) New Revision: 9861 Log: Added the NSHighResolutionCapable item to fltk-config --post for fltk apps to be high-resolution ready. Modified: branches/branch-1.3/fltk-config.cmake.in branches/branch-1.3/fltk-config.in Modified:

[fltk.commit] [Library] r9856 - in branches/branch-1.3: FL documentation/src

2013-04-02 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-02 09:47:57 -0700 (Tue, 02 Apr 2013) New Revision: 9856 Log: Small color documentation clarification/improvements: o Added some references to the FLTK colormap diagram in obvious places (Fl_Color docs) o Added info regarding the 'reserved' colors o

[fltk.commit] [Library] r9857 - branches/branch-1.3/documentation/src

2013-04-02 Thread fltk-dev
Author: greg.ercolano Date: 2013-04-02 09:51:56 -0700 (Tue, 02 Apr 2013) New Revision: 9857 Log: Followup: small color docs mod Modified: branches/branch-1.3/documentation/src/drawing.dox Modified: branches/branch-1.3/documentation/src/drawing.dox

[fltk.commit] [Library] r9855 - branches/branch-1.3/src

2013-03-29 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-29 11:26:36 -0700 (Fri, 29 Mar 2013) New Revision: 9855 Log: Code readability -- No logic was changed. o Adjusted /*FALLTHROUGH*/ comments for clarity o Added /* NOTREACHED */ comment for clarity o Brace cosmetics Modified:

[fltk.commit] [Library] r9853 - in branches/branch-1.3: FL src

2013-03-28 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-28 20:37:04 -0700 (Thu, 28 Mar 2013) New Revision: 9853 Log: Documenting the public methods Fl_Tabs::push() Modified: branches/branch-1.3/FL/Fl_Tabs.H branches/branch-1.3/src/Fl_Tabs.cxx Modified: branches/branch-1.3/FL/Fl_Tabs.H

[fltk.commit] [Library] r9854 - branches/branch-1.3/src

2013-03-28 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-28 21:36:51 -0700 (Thu, 28 Mar 2013) New Revision: 9854 Log: Document Fl_Tabs::value()'s integer return value. Modified: branches/branch-1.3/src/Fl_Tabs.cxx Modified: branches/branch-1.3/src/Fl_Tabs.cxx

[fltk.commit] [Library] r9852 - branches/branch-1.3/test

2013-03-27 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-27 12:21:22 -0700 (Wed, 27 Mar 2013) New Revision: 9852 Log: Added some extra @@ tests for boundary conditions. Modified: branches/branch-1.3/test/unittest_symbol.cxx Modified: branches/branch-1.3/test/unittest_symbol.cxx

[fltk.commit] [Library] r9841 - in branches/branch-1.3: FL src

2013-03-23 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-23 00:55:09 -0700 (Sat, 23 Mar 2013) New Revision: 9841 Log: o Added tab_cell_nav() method to control Tab/Shift-Tab navigation of table cells. o Added move_cursor(R,C,shiftflag). Needed allow Shift-Tab not to create a reverse selection. Modified:

[fltk.commit] [Library] r9842 - branches/branch-1.3/examples

2013-03-23 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-23 01:02:02 -0700 (Sat, 23 Mar 2013) New Revision: 9842 Log: o Modified example to take advantage of new Fl_Table::tab_cell_nav() method o Changed behavior of example to be more predictable o Enter key can be used to toggle edit mode o User can navigate table

[fltk.commit] [Library] r9843 - branches/branch-1.3/FL

2013-03-23 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-23 01:14:08 -0700 (Sat, 23 Mar 2013) New Revision: 9843 Log: Small doc fixes for new tab_cell_nav() methods. Modified: branches/branch-1.3/FL/Fl_Table.H Modified: branches/branch-1.3/FL/Fl_Table.H

[fltk.commit] [Library] r9845 - branches/branch-1.3/examples

2013-03-23 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-23 11:40:53 -0700 (Sat, 23 Mar 2013) New Revision: 9845 Log: Adding an example to demonstrate how to create an Fl_Browser with icons on the items. Based on an example I'd added to STR#1739 to demo someone's patch. Added:

[fltk.commit] [Library] r9846 - branches/branch-1.3/FL

2013-03-23 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-23 14:24:18 -0700 (Sat, 23 Mar 2013) New Revision: 9846 Log: Expanded docs for Fl_Browser_ to define the supported keyboard navigation behavior. Modified: branches/branch-1.3/FL/Fl_Browser_.H Modified: branches/branch-1.3/FL/Fl_Browser_.H

[fltk.commit] [Library] r9847 - branches/branch-1.3/test

2013-03-23 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-23 14:32:34 -0700 (Sat, 23 Mar 2013) New Revision: 9847 Log: Added Fl_Choice to browser test program to let one change the browser type(), allowing testing of the different browser modes.. Modified: branches/branch-1.3/test/browser.cxx Modified:

[fltk.commit] [Library] r9839 - branches/branch-1.3/examples

2013-03-19 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-19 03:34:03 -0700 (Tue, 19 Mar 2013) New Revision: 9839 Log: Small fixes to keyboard navigation and 'current cell' coloring. Modified: branches/branch-1.3/examples/table-spreadsheet.cxx Modified: branches/branch-1.3/examples/table-spreadsheet.cxx

[fltk.commit] [Library] r9840 - branches/branch-1.3/examples

2013-03-19 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-19 14:02:12 -0700 (Tue, 19 Mar 2013) New Revision: 9840 Log: o Simplified example to take advantage of Fl_Table's existing features. o Replaced hard coded row/col counts. o Enabled arrow keyboard navigation (setting Fl::OPTION_ARROW_FOCUS) o Fixed small bug in

[fltk.commit] [Library] r9838 - branches/branch-1.3/examples

2013-03-18 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-18 13:00:04 -0700 (Mon, 18 Mar 2013) New Revision: 9838 Log: Added Fl::option() setting to allow arrow keys to navigate table. This example was written before 1.3, and was dependent on the 'old' FLTK behavior where arrow keys could be used to navigate widget

[fltk.commit] [Library] r9837 - branches/branch-1.3/examples

2013-03-17 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-16 23:06:52 -0700 (Sat, 16 Mar 2013) New Revision: 9837 Log: Small fix to column max width calculation: take into account width of header. Modified: branches/branch-1.3/examples/table-sort.cxx Modified: branches/branch-1.3/examples/table-sort.cxx

[fltk.commit] [Library] r9836 - branches/branch-1.3/src

2013-03-16 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-16 22:24:58 -0700 (Sat, 16 Mar 2013) New Revision: 9836 Log: Added examples for Fl::option() methods Modified: branches/branch-1.3/src/Fl.cxx Modified: branches/branch-1.3/src/Fl.cxx === ---

[fltk.commit] [Library] r9835 - branches/branch-1.3/test

2013-03-10 Thread fltk-dev
Author: AlbrechtS Date: 2013-03-10 08:14:03 -0700 (Sun, 10 Mar 2013) New Revision: 9835 Log: make schemes test window resizable. Modified: branches/branch-1.3/test/unittest_schemes.cxx Modified: branches/branch-1.3/test/unittest_schemes.cxx

[fltk.commit] [Library] r9834 - branches/branch-1.3/test

2013-03-08 Thread fltk-dev
Author: greg.ercolano Date: 2013-03-08 12:37:00 -0800 (Fri, 08 Mar 2013) New Revision: 9834 Log: Added schemes test to unittests app, to check fltk schemes for artifacts. Added: branches/branch-1.3/test/unittest_schemes.cxx Modified: branches/branch-1.3/test/Makefile

[fltk.commit] [Library] r9832 - branches/branch-1.3/src

2013-03-06 Thread fltk-dev
Author: ianmacarthur Date: 2013-03-06 14:15:01 -0800 (Wed, 06 Mar 2013) New Revision: 9832 Log: This check-in brings in the simplified version of Michael Baeuerle's patch to restore scandir like operation on *nix like hosts that do not provide a native scandir implementation, notably SunOS and

[fltk.commit] [Library] r9833 - branches/branch-1.3/src

2013-03-06 Thread fltk-dev
Author: ianmacarthur Date: 2013-03-06 14:17:44 -0800 (Wed, 06 Mar 2013) New Revision: 9833 Log: Oops! Forgot to update the copyright date. Modified: branches/branch-1.3/src/scandir.c Modified: branches/branch-1.3/src/scandir.c

[fltk.commit] [Library] r9829 - branches/branch-1.3/src

2013-02-28 Thread fltk-dev
Author: AlbrechtS Date: 2013-02-28 15:16:27 -0800 (Thu, 28 Feb 2013) New Revision: 9829 Log: Update version number in src/Makefile (STR #2932). Modified: branches/branch-1.3/src/Makefile Modified: branches/branch-1.3/src/Makefile

[fltk.commit] [Library] r9830 - in branches/branch-1.3: . cairo

2013-02-28 Thread fltk-dev
Author: AlbrechtS Date: 2013-02-28 16:40:53 -0800 (Thu, 28 Feb 2013) New Revision: 9830 Log: Update even more version numbers. Modified: branches/branch-1.3/CREDITS branches/branch-1.3/cairo/Makefile Modified: branches/branch-1.3/CREDITS

[fltk.commit] [Library] r9831 - branches/branch-1.3

2013-02-28 Thread fltk-dev
Author: AlbrechtS Date: 2013-02-28 16:48:00 -0800 (Thu, 28 Feb 2013) New Revision: 9831 Log: Update another, probably the last remaining old version number. Modified: branches/branch-1.3/README Modified: branches/branch-1.3/README

[fltk.commit] [Library] r9828 - in branches/branch-3.0: include/fltk3 src/fltk3

2013-02-25 Thread fltk-dev
Author: manolo Date: 2013-02-25 09:29:54 -0800 (Mon, 25 Feb 2013) New Revision: 9828 Log: Added option fltk3::NativeFileChooser::USE_FILTER_EXT as done in 1.3 Modified: branches/branch-3.0/include/fltk3/NativeFileChooser.h branches/branch-3.0/src/fltk3/cocoaNativeFileChooser.mm

[fltk.commit] [Library] r9827 - branches/branch-1.3/fluid

2013-02-20 Thread fltk-dev
Author: ianmacarthur Date: 2013-02-20 02:27:47 -0800 (Wed, 20 Feb 2013) New Revision: 9827 Log: Typo: It turns out that when we stepped the version number up to 1.3.2, we didn't change the hard coded value in fluid's about_panel. Though: Why is this value hard-coded anyway? Should fluid not be

[fltk.commit] [Library] r9825 - in branches/branch-1.3: FL src

2013-02-19 Thread fltk-dev
Author: manolo Date: 2013-02-19 07:19:58 -0800 (Tue, 19 Feb 2013) New Revision: 9825 Log: Introduced new Fl_Native_File_Chooser option USE_FILTER_EXT. Modified: branches/branch-1.3/FL/Fl_Native_File_Chooser.H branches/branch-1.3/src/Fl_Native_File_Chooser_MAC.mm Modified:

[fltk.commit] [Library] r9826 - branches/branch-1.3/src

2013-02-19 Thread fltk-dev
Author: manolo Date: 2013-02-19 07:25:17 -0800 (Tue, 19 Feb 2013) New Revision: 9826 Log: Introduced new Fl_Native_File_Chooser option USE_FILTER_EXT. Modified: branches/branch-1.3/src/Fl_Native_File_Chooser_FLTK.cxx Modified: branches/branch-1.3/src/Fl_Native_File_Chooser_FLTK.cxx

[fltk.commit] [WWW] r686 - trunk

2013-02-17 Thread fltk-dev
Author: matt Date: 2013-02-17 04:03:51 -0800 (Sun, 17 Feb 2013) New Revision: 686 Log: Temporarily removed nightly builds. I am moving, taing the servers with. It will likely take two weeks until I can go back online. Modified: trunk/index.php Modified: trunk/index.php

[fltk.commit] [Library] r9824 - branches/branch-1.3/src

2013-02-14 Thread fltk-dev
Author: greg.ercolano Date: 2013-02-14 10:40:04 -0800 (Thu, 14 Feb 2013) New Revision: 9824 Log: Fixes STR#2930: Applying Chris's patch to fix d+d of text selections from Firefox/Thunderbird - FLTK. Also applied Greg's fix for d+d of utf8 text in same use case. Modified:

[fltk.commit] [Library] r9821 - branches/branch-1.3/src

2013-02-12 Thread fltk-dev
Author: manolo Date: 2013-02-12 05:20:11 -0800 (Tue, 12 Feb 2013) New Revision: 9821 Log: Mac OS Fl_Native_File_Chooser: when saving with multiple filters, changing the file type changes the output file extension in the dialog window. Modified:

[fltk.commit] [Library] r9822 - branches/branch-3.0/src/fltk3

2013-02-12 Thread fltk-dev
Author: manolo Date: 2013-02-12 05:58:07 -0800 (Tue, 12 Feb 2013) New Revision: 9822 Log: Mac OS fltk3::NativeFileChooser: when saving with multiple filters, changing the file type changes the output file extension in the dialog window. Modified:

[fltk.commit] [Library] r9823 - branches/branch-1.3

2013-02-12 Thread fltk-dev
Author: manolo Date: 2013-02-12 06:33:48 -0800 (Tue, 12 Feb 2013) New Revision: 9823 Log: Added changes in Mac version of Fl_Native_File_Chooser. Modified: branches/branch-1.3/CHANGES Modified: branches/branch-1.3/CHANGES === ---

[fltk.commit] [Library] r9819 - branches/branch-1.3/src

2013-02-11 Thread fltk-dev
Author: manolo Date: 2013-02-11 04:11:30 -0800 (Mon, 11 Feb 2013) New Revision: 9819 Log: Mac OS save file dialog: display extension of preset file. Modified: branches/branch-1.3/src/Fl_Native_File_Chooser_MAC.mm Modified: branches/branch-1.3/src/Fl_Native_File_Chooser_MAC.mm

[fltk.commit] [Library] r9820 - branches/branch-3.0/src/fltk3

2013-02-11 Thread fltk-dev
Author: manolo Date: 2013-02-11 04:13:59 -0800 (Mon, 11 Feb 2013) New Revision: 9820 Log: Mac OS save file dialog: display extension of preset file. Modified: branches/branch-3.0/src/fltk3/cocoaNativeFileChooser.mm Modified: branches/branch-3.0/src/fltk3/cocoaNativeFileChooser.mm

[fltk.commit] [Library] r9817 - branches/branch-1.3/src

2013-02-09 Thread fltk-dev
Author: manolo Date: 2013-02-09 05:54:58 -0800 (Sat, 09 Feb 2013) New Revision: 9817 Log: Mac OS text input: fixed processing of dead key followed by non-text key. Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9818 - in branches/branch-3.0: include/fltk3 src/fltk3

2013-02-09 Thread fltk-dev
Author: manolo Date: 2013-02-09 06:16:47 -0800 (Sat, 09 Feb 2013) New Revision: 9818 Log: Mac OS text input: fixed processing of dead key followed by non-text key. Modified: branches/branch-3.0/include/fltk3/run.h branches/branch-3.0/src/fltk3/Input.cxx

[fltk.commit] [Library] r9816 - in branches/branch-1.3: FL src

2013-02-08 Thread fltk-dev
Author: manolo Date: 2013-02-08 03:58:19 -0800 (Fri, 08 Feb 2013) New Revision: 9816 Log: Mac OS text input: removed the Fl::marked_text_length() function that's not necessary. Modified: branches/branch-1.3/FL/Fl.H branches/branch-1.3/src/Fl_Input.cxx

[fltk.commit] [Library] r9814 - in branches/branch-3.0/ide/Xcode4: . Resources

2013-02-05 Thread fltk-dev
Author: manolo Date: 2013-02-05 08:02:12 -0800 (Tue, 05 Feb 2013) New Revision: 9814 Log: Added directories Added: branches/branch-3.0/ide/Xcode4/Resources/ branches/branch-3.0/ide/Xcode4/Resources/English.lproj/ branches/branch-3.0/ide/Xcode4/Resources/French.lproj/

[fltk.commit] [Library] r9815 - in branches/branch-3.0/ide/Xcode4/Resources: English.lproj French.lproj German.lproj Italian.lproj Spanish.lproj

2013-02-05 Thread fltk-dev
Author: manolo Date: 2013-02-05 08:04:05 -0800 (Tue, 05 Feb 2013) New Revision: 9815 Log: Added support files for internationalization of the application menu. Added: branches/branch-3.0/ide/Xcode4/Resources/English.lproj/Localizable.strings

[fltk.commit] [Library] r9812 - in branches/branch-1.3: FL src

2013-02-02 Thread fltk-dev
Author: manolo Date: 2013-02-02 07:46:00 -0800 (Sat, 02 Feb 2013) New Revision: 9812 Log: Mac OS text input: a single FL_KEYBOARD event is now sent when processing dead keys. Modified: branches/branch-1.3/FL/mac.H branches/branch-1.3/src/Fl.cxx branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9810 - branches/branch-1.3/ide/Xcode4/Resources/German.lproj

2013-01-28 Thread fltk-dev
Author: manolo Date: 2013-01-28 08:14:48 -0800 (Mon, 28 Jan 2013) New Revision: 9810 Log: Improved German translation, thanks to Albrecht. Modified: branches/branch-1.3/ide/Xcode4/Resources/German.lproj/Localizable.strings Modified:

[fltk.commit] [Library] r9811 - in branches/branch-1.3: FL src

2013-01-28 Thread fltk-dev
Author: manolo Date: 2013-01-28 13:05:29 -0800 (Mon, 28 Jan 2013) New Revision: 9811 Log: Fix STR#2928: alt+e on US keyboard not processed correctly as shortcut on Mac OS. Modified: branches/branch-1.3/FL/mac.H branches/branch-1.3/src/Fl.cxx branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9808 - in branches/branch-1.3/ide/Xcode4: . FLTK.xcodeproj Resources Resources/English.lproj Resources/French.lproj Resources/German.lproj Resources/Italian.lproj Resources/Sp

2013-01-25 Thread fltk-dev
Author: manolo Date: 2013-01-25 08:27:31 -0800 (Fri, 25 Jan 2013) New Revision: 9808 Log: added directories Added: branches/branch-1.3/ide/Xcode4/Resources/ branches/branch-1.3/ide/Xcode4/Resources/English.lproj/ branches/branch-1.3/ide/Xcode4/Resources/English.lproj/Localizable.strings

[fltk.commit] [Library] r9806 - branches/branch-1.3/src

2013-01-21 Thread fltk-dev
Author: manolo Date: 2013-01-21 01:25:25 -0800 (Mon, 21 Jan 2013) New Revision: 9806 Log: Fixed STR#2921 by adding 2 missing colons. Modified: branches/branch-1.3/src/Fl_Native_File_Chooser_MAC.mm Modified: branches/branch-1.3/src/Fl_Native_File_Chooser_MAC.mm

[fltk.commit] [Library] r9807 - branches/branch-3.0/src/fltk3

2013-01-21 Thread fltk-dev
Author: manolo Date: 2013-01-21 06:07:09 -0800 (Mon, 21 Jan 2013) New Revision: 9807 Log: Mac OS: - changed memory allocation style of static NSBitmapImageRep* rect_to_NSBitmapImageRep(). - fixed application menu with OS = 10.3 that was duplicated. Modified:

[fltk.commit] [Library] r9805 - branches/branch-1.3/src

2013-01-20 Thread fltk-dev
Author: manolo Date: 2013-01-20 08:54:23 -0800 (Sun, 20 Jan 2013) New Revision: 9805 Log: Mac OS: changed memory allocation style of static NSBitmapImageRep* rect_to_NSBitmapImageRep(). Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9803 - branches/branch-1.3/src

2013-01-19 Thread fltk-dev
Author: manolo Date: 2013-01-19 01:49:33 -0800 (Sat, 19 Jan 2013) New Revision: 9803 Log: Mac OS: fixed processing of system menu shortcuts that had been partly damaged in r.9799, and fixed application menu with OS = 10.3 that was duplicated. Modified: branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9804 - branches/branch-1.3/src

2013-01-19 Thread fltk-dev
Author: manolo Date: 2013-01-19 06:07:34 -0800 (Sat, 19 Jan 2013) New Revision: 9804 Log: Mac OS: fixed a crash when printing window with OS 10.5 Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9801 - branches/branch-1.3/src

2013-01-18 Thread fltk-dev
Author: manolo Date: 2013-01-18 09:12:39 -0800 (Fri, 18 Jan 2013) New Revision: 9801 Log: r.9800 was a bad move; going back. Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm === ---

[fltk.commit] [Library] r9802 - branches/branch-3.0/src/fltk3

2013-01-18 Thread fltk-dev
Author: manolo Date: 2013-01-18 09:35:40 -0800 (Fri, 18 Jan 2013) New Revision: 9802 Log: Mac OS: reorganized the text input handling code. Added a detailed description of what the code does for this rather complex issue in comments. Modified: branches/branch-3.0/src/fltk3/cocoa.mm

[fltk.commit] [Library] r9799 - branches/branch-1.3/src

2013-01-17 Thread fltk-dev
Author: manolo Date: 2013-01-17 09:40:53 -0800 (Thu, 17 Jan 2013) New Revision: 9799 Log: Mac OS: reorganized the text input handling code. Added a detailed description of what the code does for this rather complex issue in comments. Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified:

[fltk.commit] [Library] r9796 - branches/branch-1.3

2013-01-16 Thread fltk-dev
Author: ianmacarthur Date: 2013-01-16 04:48:29 -0800 (Wed, 16 Jan 2013) New Revision: 9796 Log: I just noticed that when 1.3.2 was released, the FL_PATCH_VERSION in configure.in was left at 1 rather than being bumped to 2. Though the FL_PATCH_VERSION in Enumerations.H seems to be fine, I think.

[fltk.commit] [Library] r9793 - branches/branch-1.3/src

2013-01-14 Thread fltk-dev
Author: manolo Date: 2013-01-14 01:07:34 -0800 (Mon, 14 Jan 2013) New Revision: 9793 Log: Mac OS: added support for the text input feature introduced in OS 10.7 Lion where pressing and holding some key opens a window with possible accented characters: added [NSView windowLevel] useful for

[fltk.commit] [Library] r9794 - in branches/branch-3.0: include/fltk3 src/fltk3

2013-01-14 Thread fltk-dev
Author: manolo Date: 2013-01-14 09:23:42 -0800 (Mon, 14 Jan 2013) New Revision: 9794 Log: Mac OS: added support for the text input feature introduced in OS 10.7 Lion where pressing and holding some key opens a window with possible accented characters. Modified:

[fltk.commit] [Library] r9792 - in branches/branch-1.3: FL src

2013-01-13 Thread fltk-dev
Author: manolo Date: 2013-01-13 07:25:37 -0800 (Sun, 13 Jan 2013) New Revision: 9792 Log: Mac OS: added support for the text input feature introduced in OS 10.7 Lion where pressing and holding some key opens a window with possible accented characters. This feature is used by the Fl_Input_ and

[fltk.commit] [Library] r9790 - branches/branch-1.3/src

2013-01-10 Thread fltk-dev
Author: manolo Date: 2013-01-10 00:57:19 -0800 (Thu, 10 Jan 2013) New Revision: 9790 Log: About the fix for a problem apparent with the cube test program: if the cube window is moved around rapidly, the GL pixels leak away from where they should be. This problem no longer occurs with Mac OS 10.7

[fltk.commit] [Library] r9791 - branches/branch-3.0/src/fltk3

2013-01-10 Thread fltk-dev
Author: manolo Date: 2013-01-10 01:17:58 -0800 (Thu, 10 Jan 2013) New Revision: 9791 Log: About the fix for a problem apparent with the cube test program: if the cube window is moved around rapidly, the GL pixels leak away from where they should be. This problem no longer occurs with Mac OS 10.7

[fltk.commit] [Library] r9789 - branches/branch-3.0/src/fltk3

2013-01-09 Thread fltk-dev
Author: manolo Date: 2013-01-09 01:03:47 -0800 (Wed, 09 Jan 2013) New Revision: 9789 Log: Fix STR#2915 where subwindow stayed hidden after hide() and then show(). Modified: branches/branch-3.0/src/fltk3/cocoa.mm Modified: branches/branch-3.0/src/fltk3/cocoa.mm

[fltk.commit] [Library] r9788 - branches/branch-1.3/src

2013-01-08 Thread fltk-dev
Author: manolo Date: 2013-01-08 13:06:29 -0800 (Tue, 08 Jan 2013) New Revision: 9788 Log: Fix STR#2915 where subwindow stayed hidden after hide() and then show(). Modified: branches/branch-1.3/src/Fl_cocoa.mm Modified: branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9786 - branches/branch-1.3/src

2013-01-07 Thread fltk-dev
Author: manolo Date: 2013-01-07 07:56:14 -0800 (Mon, 07 Jan 2013) New Revision: 9786 Log: Mac OS: divided the FLDelegate object in two objects, FLWindowDelegate and FLAppDelegate. This might help mixing FLTK and other window-creating systems. Modified: branches/branch-1.3/src/Fl_cocoa.mm

[fltk.commit] [Library] r9787 - branches/branch-3.0/src/fltk3

2013-01-07 Thread fltk-dev
Author: manolo Date: 2013-01-07 08:16:45 -0800 (Mon, 07 Jan 2013) New Revision: 9787 Log: Mac OS: divided the FLDelegate object in two objects, FLWindowDelegate and FLAppDelegate. This might help mixing FLTK and other window-creating systems. Modified: branches/branch-3.0/src/fltk3/cocoa.mm

[fltk.commit] [Library] r9785 - in branches/branch-3.0: include/fltk3 src/fltk3

2013-01-05 Thread fltk-dev
Author: manolo Date: 2013-01-05 14:24:34 -0800 (Sat, 05 Jan 2013) New Revision: 9785 Log: Removed fltk3::Widget::dragimage(fltk3::Image*) that had been introduced at r.9783. Instead, added an optional, Mac OS-specific argument to fltk3::dnd() to control the image used as a cursor when dragging

[fltk.commit] [Library] r9784 - branches/branch-1.3/documentation/src

2013-01-04 Thread fltk-dev
Author: greg.ercolano Date: 2013-01-04 00:15:12 -0800 (Fri, 04 Jan 2013) New Revision: 9784 Log: Added Fl::run() to list of things not to call in child thread.. Modified: branches/branch-1.3/documentation/src/advanced.dox Modified: branches/branch-1.3/documentation/src/advanced.dox

[fltk.commit] [Library] r9781 - branches/branch-1.3/src

2012-12-29 Thread fltk-dev
Author: manolo Date: 2012-12-29 03:58:49 -0800 (Sat, 29 Dec 2012) New Revision: 9781 Log: Display the moving insertion point when doing dragdrop to an Fl_Text_Display widget from the widget itself. Modified: branches/branch-1.3/src/Fl_Text_Display.cxx Modified:

[fltk.commit] [Library] r9782 - branches/branch-3.0/src/fltk3

2012-12-29 Thread fltk-dev
Author: manolo Date: 2012-12-29 06:14:41 -0800 (Sat, 29 Dec 2012) New Revision: 9782 Log: Display the moving insertion point when doing dragdrop to an fltk3::TextDisplay widget from the widget itself. Modified: branches/branch-3.0/src/fltk3/TextDisplay.cxx Modified:

[fltk.commit] [Library] r9783 - in branches/branch-3.0: include/fltk3 src/fltk3

2012-12-29 Thread fltk-dev
Author: manolo Date: 2012-12-29 07:54:35 -0800 (Sat, 29 Dec 2012) New Revision: 9783 Log: Added fltk3::Widget::dragimage(fltk3::Image*) to control the image used as a cursor when dragging from a widget on the Mac OS platform. The default image is built from the text present in the selection

  1   2   3   4   5   6   7   8   9   10   >