]> git.sesse.net Git - vlc/commit
* src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
authorCyril Deguet <asmax@videolan.org>
Sat, 3 Apr 2004 13:57:46 +0000 (13:57 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 3 Apr 2004 13:57:46 +0000 (13:57 +0000)
commitd36327ccf7639fcc3c7fd43a53845a10381ae2c2
tree04fbaf5505b2cbe293e6babd399bc24893e8d9ec
parent99c11d8ea5948b32b3cccdffa38bb7170676019e
  * src/vlcproc.cpp: DO NOT update the GUI directly from the vlc callbacks,
  skins are not reentrant (at least with x11). Put commands in the queue
  instead.
  * commands/cmd_vars: commands to change variables
  * controls/ctrl_list.cpp: automatic scroll when the stream changes
  * src/bitmap.cpp: removed the scandinavian characters from the
    text font, they don't belong to ASCII (caused a stack corruption)
modules/gui/skins2/Modules.am
modules/gui/skins2/commands/cmd_vars.cpp [moved from modules/gui/skins2/commands/cmd_notify_playlist.cpp with 84% similarity]
modules/gui/skins2/commands/cmd_vars.hpp [moved from modules/gui/skins2/commands/cmd_notify_playlist.hpp with 56% similarity]
modules/gui/skins2/controls/ctrl_list.cpp
modules/gui/skins2/controls/ctrl_list.hpp
modules/gui/skins2/src/bitmap_font.cpp
modules/gui/skins2/src/ft2_font.cpp
modules/gui/skins2/src/vlcproc.cpp
modules/gui/skins2/vars/stream.hpp