VOGONS

Common searches


Search results

Display options

Re: Mouse copy/paste support

Hello Wengier, Thank you for all your work on this excellent patch. One question: Could you make the Paste function mappable to a keystroke, so that we could use the mapper (or patch the source code) so that (for example) Ctrl-Alt-V would paste to the cursor location, without using the mouse? I …

Re: Mouse copy/paste support

OK, I have made the clipboard copy/paste function based on PDCurses, so in theory it should be already cross-platform now. I have also added a setting in dosbox.conf named "clipboardmodifier", which can be set to none, alt, lalt, ralt, and disabled. When setting to none (default), there will be no …

Re: Mouse copy/paste support

Yes, definitely please, no gtk ;) (though I'm not a dosbox dev). And please use the different diff options, I'm not able to apply your patches except manually and that is not fun in regard to your long patches ;) While we tried to apply your patch Emendelson mentioned you took over the right click …

Re: Mouse copy/paste support

Great! For the linux diff tool, please try this: diff -rupN dosbox-ORIG/ dosbox-CHANGED/ > patch.diff. This will enforce the patch format where running the diff tool. There may be a lot of extra lines, but this is at least a guide to creating a patch file, and even others can parse for the relevant …

Re: Long File Name support

Hi emendelson! Thanks for your support! I will try to make the zip of all source files that have been changed from the latest svn version too. This should be more convenient for your use. EDIT: Now I have made the zip containing all source files changed from the latest svn version. Please see the …

Re: Long File Name support

I was away from PC most of the day yesterday, so I am doing this now. I have attached the new build of DOSBox with LFN and mouse copy/paste support, which now incorporate the changes in the latest svn version r3871, and LFN functions will not only work when xms is set to true. Attached is the …

Re: Mouse copy/paste support

With your coding ability, the compiler will be very easy to setup. I think the easiest (some may disagree) on this procedure, but you may leave out the steps for libogg, libvorbis, and sdl_sound (including this portion of the configure line -- LIBS="-logg -lvorbis -lvorbisfile") : http://www.si- …

Re: Mouse copy/paste support

Are you setting up an internet-wide or a locally installed development system? TheGreatCodeholio setup a github system available via the internet. I believe gulikoza could advise on the github setup. Edit: alternatively, if you work in windows, then mingw32 with patch/diff may suffice for a while. …

Re: Mouse copy/paste support

Another question, is this patch both LFN and mouse copy/paste? Because it would be nice to keep them seperate ;) This build was based on the DOSBox LFN branch. However, the LFN feature is completely optional and can be turned on/off easily. If I make them completely different branches, it would be …

Re: Mouse copy/paste support

Thanks a diff makes more sense when having this in the patches forum (where I'll move it now) ;) I'm more interested in cross platform stuff, since I'm not on Windows ;) OK, I will try to set up a working development platform on Linux system (which I have never done before, so it might take some …

Re: Mouse copy/paste support

truth5678 wrote: I think that's Wengier's patch anyways. Also, these two thread titles could be renamed, such as "Mouse copy/paste support" and remove the "DOSBox LFN with". The build on this thread contains (optional) LFN feature as well, so I think it may be better to leave the "LFN" part here.

Re: Mouse copy/paste support

Is the patch attached as well? And is it cross platform? The overall diff from the original DOSBox SVN version that it was based is attached. Currently I have no other OSes to test, so the copy/paste feature is probably Windows-only now. But I could probably make it cross-platform too if there are …

Mouse copy/paste support

As some of you already know, I have added Long File Name (LFN) support to DOSBox last month. Both the DOSBox shell commands and many native LFN-aware DOS programs should now be able to use LFN in DOSBox. However, another useful feature that is missing in the original versions of DOSBox is the …

Re: Long File Name support

Is the source code patch available? Interested in testing under dosbox/95: http://support.microsoft.com/kb/152200. Sure, the source code patch is available. See attachment. Yes, I want to implement support for other CD formats too, but I was not yet able to find detailed information about the …

Page 12 of 13