- 20 May, 2003 5 commits
-
-
hartman authored
* ALL: - added CDDA support - added a "Online Documentation" item to the Help menu - removed some debugging strings
-
sigmunau authored
caused AIGALRM. kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming conventions
-
hartman authored
* modules/gui/macosx/macosx.m: changed a float into a float with range
-
hartman authored
* New prefs dialog much like the wxWindows and BeOS one. - translated instances might be broken. - still need sliders for min/max values - improved sizing should be done.
-
Eric Petit authored
-
- 19 May, 2003 3 commits
-
-
Cyril Deguet authored
event handling :(
-
gbazin authored
* modules/gui/wxwindows/Modules.am: included the 2 new bitmaps. * po/*: updated the po files.
-
gbazin authored
* modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
-
- 18 May, 2003 6 commits
-
-
Eric Petit authored
-
gbazin authored
* modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons. PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ?
-
Cyril Deguet authored
-
gbazin authored
* modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog.
-
gbazin authored
* modules/gui/wxwindows/open.cpp: small fixes. * modules/access/vcd/cdrom.c: win32 fix for cue file parsing. * modules/video_filter/osd_text.c: small win32 fix.
-
Cyril Deguet authored
images, but it works !
-
- 17 May, 2003 3 commits
-
-
gbazin authored
* modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available. * modules/gui/wxwindows/streamout.cpp: small cosmetic changes. * modules/gui/wxwindows/open.cpp: added a CD Audio entry.
-
Eric Petit authored
* modules/gui/beos/PreferencesWindow.* : split the main modules into its categories
-
Eric Petit authored
-
- 15 May, 2003 5 commits
-
-
Christophe Massiot authored
* ALL: Capitalize all preferences text strings
-
gbazin authored
* src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables. * modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu.
-
gbazin authored
* modules/gui/wxwindows/*: small fixes and improvements.
-
gbazin authored
* modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features.
-
hartman authored
to be done, waiting for gibalou to work his magic on that ;) cvs: ----------------------------------------------------------------------
-
- 14 May, 2003 1 commit
-
-
gbazin authored
* modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.
-
- 13 May, 2003 8 commits
-
-
gbazin authored
* modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack.
-
gbazin authored
* modules/gui/wxwindows/*: added a navigation menu in the interface menubar. * modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.
-
gbazin authored
* modules/gui/wxwindows/*: new subtitles file dialog box. * modules/demux/util/sub.c: fixed a few description strings. * Makefile.am: small cosmetic change to package-win32 target.
-
Cyril Deguet authored
* graphics should work, but....
-
Cyril Deguet authored
-
Eric Petit authored
- use BMenuFields for string_from_list config items - cleaning
-
gbazin authored
* modules/gui/wxwindows/preferences.cpp: small fixes.
-
Eric Petit authored
-
- 12 May, 2003 4 commits
-
-
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.
-
Eric Petit authored
-
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.
-
hartman authored
play them) in the playlist. Otherwise we can be too late.
-
- 11 May, 2003 5 commits
-
-
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.
-
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
-
hartman authored
-
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.
-
gbazin authored
* modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.
-