Re: [fltk.bugs] [MOD] STR #2479: Fl_Input: drop emacs editing keys, use 'standard' (Fl_Text_Editor for reference)

2010-12-23 Thread Manolo Gouy
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2479 Version: 1.3-current Fix Version: 1.3-current (r8067) Concerning Reserved Keyboard Shortcuts and the Apple HIG: They write Don’t use the keys and key

Re: [fltk.bugs] [MOD] STR #2479: Fl_Input: drop emacs editing keys, use 'standard' (Fl_Text_Editor for reference)

2010-12-23 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2479 Version: 1.3-current Fix Version: 1.3-current (r8067) Thanks for the correction concerning Mac OS X. I just tested on Windows with a FLTK program that has a global

Re: [fltk.bugs] [MOD] STR #2479: Fl_Input: drop emacs editing keys, use 'standard' (Fl_Text_Editor for reference)

2010-12-23 Thread Manolo Gouy
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2479 Version: 1.3-current Fix Version: 1.3-current (r8067) On Mac OS X, there are 2 cases as for events that have system-assigned functions. - some (e.g., Cmd-H,

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

2010-12-23 Thread fltk-dev
Author: manolo Date: 2010-12-23 00:02:52 -0800 (Thu, 23 Dec 2010) New Revision: 8110 Log: Doc changes: mention that FL_COMMAND modifier exists in doc of the Fl_Menu_::add() function. Modified: branches/branch-1.3/src/Fl_Menu_add.cxx Modified: branches/branch-1.3/src/Fl_Menu_add.cxx

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

2010-12-23 Thread fltk-dev
Author: manolo Date: 2010-12-23 00:13:18 -0800 (Thu, 23 Dec 2010) New Revision: 8111 Log: Doc change: fix error in Mac shortcut for delete word left. Modified: branches/branch-1.3/FL/Fl_Input.H Modified: branches/branch-1.3/FL/Fl_Input.H

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

2010-12-23 Thread fltk-dev
Author: manolo Date: 2010-12-23 01:49:57 -0800 (Thu, 23 Dec 2010) New Revision: 8112 Log: Corrected typos. Modified: branches/branch-1.3/README.Unix.txt Modified: branches/branch-1.3/README.Unix.txt === ---

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

2010-12-23 Thread fltk-dev
Author: manolo Date: 2010-12-23 08:11:29 -0800 (Thu, 23 Dec 2010) New Revision: 8114 Log: Added doc of fl_open_display() and fl_gc under OS X. Modified: branches/branch-1.3/documentation/src/osissues.dox Modified: branches/branch-1.3/documentation/src/osissues.dox

Re: [fltk.development] FLTK on OSX to compile with non-Apple G++ (patchfor fltk-1.3.x-r8048 included)

2010-12-23 Thread Manolo Gouy
Problem: 1. On OSX, FLTK (FLTK 1.3 shapshot 8048, and earlier too) includes draw in OSX specific Objective-C/C++ 2.0 include files, that can only be compiled with Apple supplied GCC variants. Apple-GCC seems to be stuck at versions 4.0 and 4.2. 2. The included OSX headers also cause name

Re: [fltk.development] [Library] r8113 - in branches/branch-1.3: . FL ide/Xcode3 ide/Xcode3/FLTK.xcodeproj src test

2010-12-23 Thread Albrecht Schlosser
On 23.12.2010 15:24, fltk-dev@easysw.com wrote: Author: manolo Date: 2010-12-23 06:24:29 -0800 (Thu, 23 Dec 2010) New Revision: 8113 Log: Adopted use of FL_LIBRARY #define symbol under Mac OS X. This allows to compile client applications without including Mac OS system headers, ... Fine,

Re: [fltk.development] [Library] r8113 - in branches/branch-1.3: . FL ide/Xcode3 ide/Xcode3/FLTK.xcodeprojsrc test

2010-12-23 Thread Manolo Gouy
Adopted use of FL_LIBRARY #define symbol under Mac OS X. This allows to compile client applications without including Mac OS system headers, ... Fine, changes look good, but there's one small thing I don't understand. Maybe some testing relic ? You change in src/Fl.cxx: Modified:

Re: [fltk.development] [Library] r8113 - in branches/branch-1.3: . FL ide/Xcode3 ide/Xcode3/FLTK.xcodeprojsrc test

2010-12-23 Thread Albrecht Schlosser
On 23.12.2010 17:24, Manolo Gouy wrote: I had to stop declaring fl_xid inline under OS X because the class Fl_X is not part of the public API, whereas fl_xid() is. This explains why I added fl_xid() to Fl_cocoa.mm. okay, I see The Fl::first_window() function is the single instance in all of

Re: [fltk.development] [Library] r8111 - branches/branch-1.3/FL

2010-12-23 Thread Greg Ercolano
Good catch; thanks! fltk-dev@easysw.com wrote: Author: manolo Date: 2010-12-23 00:13:18 -0800 (Thu, 23 Dec 2010) New Revision: 8111 Log: Doc change: fix error in Mac shortcut for delete word left. Modified: branches/branch-1.3/FL/Fl_Input.H

Re: [fltk.development] [Library] r8113 - in branches/branch-1.3: . FL ide/Xcode3 ide/Xcode3/FLTK.xcodeprojsrctest

2010-12-23 Thread Manolo Gouy
The Fl::first_window() function is the single instance in all of FLTK that calls fl_xid(). Oops, I found 53 hits in 17 different files in src/*.c* $ grep fl_xid src/*.c* | wc -l 53 $ grep fl_xid src/*.c* | cut -f1 -d':' | sort -u | wc -l 17 I expressed myself badly. All other

Re: [fltk.development] [RFE] STR #2494: Patch that adds some macros to the extra code lines

2010-12-23 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2494 Version: 1.3-feature Domingo, I can't follow you anymore. I don't understand what dirty names are and why replacing @'s with _'s is any advantage. I am starting to

[fltk.general] FLTK 1.3 and Cairo :(

2010-12-23 Thread Slick Dealer
Hello There, I downloaded FLTK 1.3.x-r8048 on my Unix workstation. When I ./configure and make it works absolutely fine. However, if I ./configure --enable-cairo and then make I get a cryptic error message saying - Linking cairo_test... /usr/bin/ld: cannot find

Re: [fltk.general] FLTK 1.3 and Cairo :(

2010-12-23 Thread Albrecht Schlosser
On 23.12.2010 16:37, Slick Dealer wrote: However, if I ./configure --enable-cairo and then make I get a cryptic error message saying - Linking cairo_test... /usr/bin/ld: cannot find -lpixman-1 collect2: ld returned 1 exit status make[1]: *** [cairo_test] Error 1 make: