Skip to content
Snippets Groups Projects
  1. May 15, 2003
  2. May 14, 2003
  3. May 13, 2003
  4. May 12, 2003
    • gbazin's avatar
      · 86e2b37d
      gbazin authored
      * modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
      * modules/gui/wxwindows/open.cpp: small cosmetic changes.
      86e2b37d
    • Eric Petit's avatar
      modules/gui/beos/VlcWrapper.h: compile fix · a476938b
      Eric Petit authored
      a476938b
    • gbazin's avatar
      · cca686f8
      gbazin authored
      * include/vlc_common.h: small change to shut-up some memory checkers.
      cca686f8
    • gbazin's avatar
      · 0e7b380a
      gbazin authored
      * modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
      * modules/video_output/directx/events.c: fixed non-initialized variable.
      * modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
      * src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
      * src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
      * modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
      0e7b380a
    • hartman's avatar
      * First set config variable, then add the files (and therefore potentially · 9d8a2d05
      hartman authored
        play them) in the playlist. Otherwise we can be too late.
      9d8a2d05
  5. May 11, 2003
    • hartman's avatar
      * extras/MacOSX/vlc.pbproj/project.pbxproj: · cfbae214
      hartman authored
        - Add the THANKS file to the Mac OS X application
      * modules/gui/macosx/about.?:
        - Use c-style comments instead of //
        - Open the AUTHORS file with the correct Encoding
        - Display the THANKS file as well
        - Rotate the scrolling when at the end
      * modules/gui/macosx/intf.m:
        - put Cocoa into multithreaded mode as soon as possible. Not really
          causing any problems now, but is cleaner.
      * modules/gui/macosx/prefs.m:
        - Select the current setting when we create a combobox.
      cfbae214
    • hartman's avatar
      * ALL: · b4080ac4
      hartman authored
        - removed a bit too much code from the interface files previous commit.
          Menu's were enabled if there was no input.
        - removed a NSLog which was used for bugtracking
      b4080ac4
    • hartman's avatar
      * modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want · 38cf397d
      hartman authored
      cvs to stop bugging me about it ;)
      
      *.sed
      *.sin
      *.header
      Rules-quot
      38cf397d
    • gbazin's avatar
      · f7cc7ca2
      gbazin authored
      * src/input/input_programs.c: small bug fix.
      * src/misc/variables.c: compilation fix for MSVC.
      f7cc7ca2
    • hartman's avatar
      4ce136b2
    • hartman's avatar
      * src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout · 934308bb
      hartman authored
        and playlist already have, to be notified of menu changes.
      * src/video_output/video_output.c: Changed a 1 to a VLC_TRUE
      * modules/gui/macosx/intf.?: Interface listens for changes in the input
        menu's now.
      934308bb
    • gbazin's avatar
      · ef46a3ff
      gbazin authored
      * modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.
      ef46a3ff
    • sigmunau's avatar
      Added code to render subtitles with the freetype module (disabled by default). · 3a521261
      sigmunau authored
      To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c
      and  modules/codec/spudec/text.c and run with --filter osdtext
      3a521261
    • gbazin's avatar
      · b285f620
      gbazin authored
      * configure.ac.in: fixed the wx-config detection by the skins plugin.
      * modules/gui/wxwindows/*: fixed a couple of breakage.
      b285f620
    • gbazin's avatar
      · 0bb214dc
      gbazin authored
      * modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.
      0bb214dc
    • sigmunau's avatar
      use c comment, and not c++ · 9d32c978
      sigmunau authored
      9d32c978
Loading