1. 13 Feb, 2003 2 commits
    • Derk-Jan Hartman's avatar
      * fixed a small bug · d75f0d6f
      Derk-Jan Hartman authored
      d75f0d6f
    • Derk-Jan Hartman's avatar
      * src/playlist/playlist.c: · 626c340b
      Derk-Jan Hartman authored
        - added an intf-change variable. This is set whenever you add or delete
          an item in the playlist. You need to unset it yourself.
      * modules/gui/macosx/intf.?:
        - listen for external playlist changes. update view when playlist changes.
        - activate/deactivate previous and next buttons and menuitems,
          whenever the playlist gets changed.
      626c340b
  2. 12 Feb, 2003 10 commits
  3. 11 Feb, 2003 6 commits
  4. 10 Feb, 2003 19 commits
  5. 09 Feb, 2003 3 commits
    • Sigmund Augdal Helberg's avatar
      *: a new mouse gestures interface, currently supporting back, forward, quit · 3dcb1349
      Sigmund Augdal Helberg authored
      fullscreen and a nice debug message when you draw a clockwise square. Video
      output modules needs to be modified for this to work, but it should be minor
      in modules supporting dvd navigation.
      
      btw: it should be easy to add new gestures, ideas appreciated
      3dcb1349
    • Christophe Massiot's avatar
      * Minor typographic corrections, · 6a741bd3
      Christophe Massiot authored
      * Fixed a segfault in the Preferences window.
      6a741bd3
    • Stephan Assmus's avatar
      · ea3e2be6
      Stephan Assmus authored
      modules/gui/beos/PreferenceWindow.h/.cpp
      
      	- added settings for screenshot path and image format
      
      	- removed "Save" button, added "Cancel" and "Revert" buttons
      
      	- added revert functionality
      
      	- changed class design for cleaner functionality,
      		separated ApplyChanges() into more functions
      		to have finer control
      
      	- added more error checking and fixed memory leaks
      		(config_GetPsz() returns char*, not const char*!)
      
      	- all settings are now correctly saved and restored
      
      	- some more cosmetic changes
      
      
      modules/gui/beos/InterfaceWindow.h/.cpp
      
      	- updated vlc way of saving settings to be on par with BeOS way
      		and made it selectable in the code which way is used.
      		However, the VideoSettings are still only savable in
      		the BeOS way.
      
      	- if dvd menus are used, the navigation menu enables a
      		"Goto Menu" item. Unfortunately, I don't see a clean
      		way to really detect the usage of dvd/dvdold in the
      		currently playing stream. I wouldn't want to see
      		if a playlist item has "dvd:" or "dvdold:" prepended
      		at each interface update.
      ea3e2be6