Search results

  1. C

    Ebook Reader With Russian Text Support?

    That's news to me :( As of V.0.4 Greader2x only works with UTF-8, it won't work with other codepages any more. What is the problem you're having with UTF-8? Coder.
  2. C

    Character Encoding

  3. C

    Character Encoding

    Excuse the self advertising :P but you might want to take a look at GReader2X, it handles UTF-8 text fine.
  4. C

    GP2X Button Standards

    I have a C++ Joystick class that I use in GReader2X that handles that kind of thing. Being C++, it wouldn't be any use for most emulators which seem to stick to standard C. Once initialised, you just need to call joystick->check() followed by a bunch of if statements in the form if...
  5. C

    An Interview With Orkie

    I agree with that, for most libraries LGPL is more than adequate, but at the end of the day, it's the developers who decide what license they want to use and it's up to us to respect that. But you'd have the same problems (or more) if a library was released under a proprietary license. Or you...
  6. C

    An Interview With Orkie

  7. C

    Pda Type Apps

  8. C

    Pda Type Apps

    Thanks. Simple and functional was the idea. Well, simple, functional and not too ugly :) I knew someone would bring that up. I won't say I won't do it, but after struggling with word wrap in GReader, I'm not likely to tackle the harder job of word wrapping text while it's being edited any...
  9. C

    Pda Type Apps

    Adding a DTMF dialer shouldn't be much of a problem, the tones are available on the net. As for adding other userfull tones, I'm sure I don't know what you mean <_<
  10. C

    Pda Type Apps

  11. C

    About Snes Emulation

  12. C

    Greader2x V0.4 Released

    I didn't bother updating the version number since the old version is no longer available. Maybe I should have. Ah, I forgot you prefer fully justified text. You're welcome :)
  13. C

    Greader2x V0.4 Released

    It may actually be capable of it now. I use libmad for mp3, and according to the interweb, libmad handles mp2 as well. do you know where I can get an mp2 file to test? If it works I'll add mp2 to the allowed files in the audio player.
  14. C

    Greader2x V0.4 Released

  15. C

    Greader2x V0.4 Released

    Oops. I'll fix that. Yes, at the moment it does, it doesn't know whether anything has changed, so saves/reloads everything when you exit config. I might change this for the next version, so it only saves and reloads if you've changed something. Sorry, I'm not sure what you mean here.
  16. C

    Greader2x V0.4 Released

    That shouldn't be a problem, I'll add it in the next vesion. In the mean time, you could switch the scrollbar to the left, then the pixel gap between scrollbar and text would eliminatethe problem. That sounds like a good idea, At the moment I use those values but they're hard coded, putting...
  17. C

    Greader2x V0.4 Released

    Thanks. Any donation are going to go towards a cradle to make debugging easier :)
  18. C

    Greader2x V0.4 Released

    No, sorry. Arabic and Japanese need extra work. I do have a test version that renders Arabic correctly in the main window, but at present it's dog slow. It needs work to speed it up and allow correct orientation on the prompts and menus. Don't worry, I'll be in touch as soon as I've got...
  19. C

    Greader2x V0.4 Released

    The beta testers have bene slaving away for the past couple of weeks, and the word is, it works. So here it is, version 0.4. The main changes in this version are the addition of an audio player, the inclusion of config routines within the program, UTF-8 support for multiple languages along...
  20. C

    Lingual Redux

    Thanks for that, but I don't have the rest of the phrases in Hebrew, could you to translate those too? They are: Select Doc Configure Quit Loading Edit Config Settings Select colour element change element change setting change size change rotation change speed choose option accept abandon No...
Back
Top