[fltk.bugs] fltk 1.3.x [Windows] copy/paste (^C/^V) not working in Fl_Text_Editor

2008-12-13 Thread Greg Ercolano
Is it just me, or are other people noticing ^C/^V not working in the editor demo on Windows with 1.3.x svn? Seems ok on Linux. ___ fltk-bugs mailing list fltk-bugs@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-bugs

[fltk.bugs] [HIGH] STR #2104: copy/paste not working under windows

2008-12-13 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2104 Version: 1.3-current Can't copy/paste between fltk widgets under windows with 1.3.x-svn current. Works OK to copy text from other programs to FLTK and vice versa,

Re: [fltk.bugs] fltk 1.3.x [Windows] copy/paste (^C/^V) not working in Fl_Text_Editor

2008-12-13 Thread Greg Ercolano
Greg Ercolano wrote: Is it just me, or are other people noticing ^C/^V not working in the editor demo on Windows with 1.3.x svn? More details under windows: Seems to be a general problem with copy/paste within an FLTK app. I can copy text from other programs (eg.

Re: [fltk.bugs] [HIGH] STR #2104: copy/paste not working under windows

2008-12-13 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2104 Version: 1.3-current I poked at this a bit. Seems the crux of it is Fl::paste()'s call to GetClipboardData() is returning NULL. Should be a simple matter of

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

2008-12-13 Thread fltk-dev
Author: AlbrechtS Date: 2008-12-13 11:40:26 -0800 (Sat, 13 Dec 2008) New Revision: 6583 Log: more doxygen updates Modified: branches/branch-1.3/FL/Fl_Widget.H branches/branch-1.3/src/Fl_Browser.cxx branches/branch-1.3/src/Fl_Gl_Overlay.cxx branches/branch-1.3/src/Fl_Gl_Window.cxx

[fltk.general] fltk 1.1.8 undefined ref

2008-12-13 Thread James Hearon
Pc, XP, MinGW build of fltk 1.1.8 c:/csound509/frontends/fltk_gui/CsoundPerformanceSettingsPanel_FLTK.cpp:1095: undefined reference to `_imp___ZN9Fl_Input_5valueEPKc' I'm getting lots of 'Z' undefined references. Not sure what this is referring to? Does it have something to do with zlib? I

Re: [fltk.general] fltk 1.1.8 undefined ref

2008-12-13 Thread Greg Ercolano
James Hearon wrote: Pc, XP, MinGW build of fltk 1.1.8 c:/csound509/frontends/fltk_gui/CsoundPerformanceSettingsPanel_FLTK.cpp:1095: undefined reference to `_imp___ZN9Fl_Input_5valueEPKc' This is a linker error that means the app is either not linking with the fltk library

Re: [fltk.general] fltk 1.1.8 undefined ref

2008-12-13 Thread imacarthur
On 13 Dec 2008, at 22:50, James Hearon wrote: Pc, XP, MinGW build of fltk 1.1.8 c:/csound509/frontends/fltk_gui/ CsoundPerformanceSettingsPanel_FLTK.cpp:1095: undefined reference to `_imp___ZN9Fl_Input_5valueEPKc' I'm getting lots of 'Z' undefined references. Not sure what this is