1. 17 Nov, 2003 2 commits
  2. 16 Nov, 2003 10 commits
  3. 15 Nov, 2003 10 commits
  4. 14 Nov, 2003 2 commits
  5. 13 Nov, 2003 6 commits
  6. 12 Nov, 2003 8 commits
  7. 11 Nov, 2003 2 commits
    • Derk-Jan Hartman's avatar
      * include/vlc_keys.h: added StringToKey() · 764f9e8b
      Derk-Jan Hartman authored
      * src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q
      * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5
      * REST: implemented configurable hotkeys for OS X.
      764f9e8b
    • Derk-Jan Hartman's avatar
      * when config_ResetAll() a key config value becomes "Unset" (0) instead of · 0f04eb53
      Derk-Jan Hartman authored
        it's original value. With this you at least won't break your config file,
        because it comments out the value during saving, when it's identical to the,
        original value. The question however remains, why does a resetAll result
        in a 0 in the 'current' config in use, and in original value at time of saving?
      0f04eb53