summaryrefslogtreecommitdiff
path: root/xine_frontend_main.c
AgeCommit message (Collapse)Author
2008-11-17Added gui_hotkeys parameter to display_open.phintuka
Cmd-line argument not implemented for local mode.
2008-11-17Converted INTERPRET_LIRC_KEYS build-time option to runtime option.phintuka
Added some cancellation points to LIRC thread.
2008-11-17Added run-time option --hotkeys.phintuka
It will replace XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN build-time option. (Currently implemented only for terminal keyboard)
2008-11-17Moved thread cleanup code to cleanup handlers.phintuka
Added some cancellation points.
2008-11-17Fixed MRL backwards compability mode.phintuka
Moved one free() to correct place.
2008-11-17Cosmeticsphintuka
2008-11-17SignalHandler():phintuka
- HUP reconnects - Second signal of same type forces exit.
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-11-15Added verbose debug loggingphintuka
(can be enabled with command-line option -vv or --verbose --verbose)
2008-11-13Use send_event() / send_input_event()phintuka
Use xine_is_finished() instead of terminate_key_pressed
2008-11-13Added missing headersphintuka
2008-11-13Moved xine-lib version check to fe_xine_init()phintuka
2008-11-13Moved list_plugins to xine_frontend.c.phintuka
2008-11-11Eliminated static variable "verbose_xine_log"phintuka
2008-11-11Make xine_frontend_lirc.c separate compilation unitphintuka
2008-11-10Added missing includesphintuka
2008-11-04Moved LogToSysLog from xine_frontend.c to logdefs.cphintuka
Moved SysLogLevel from xine_frontend.c to xine_frontend_main.c
2008-11-01include features.hphintuka
2008-10-21Fixed bug #2148032:phintuka
--aspect=auto:path_to_script not working (Thanks to Armin Diedering)
2008-09-19Display warning message when HUD OSD not compiled inphintuka
(Thanks to Rolf Ahrenberg)
2008-09-05Added missing line feed to help textphintuka
2008-07-16Fixed calling frontend xine_openphintuka
(now using function pointer)
2008-06-20Cleanupphintuka
2008-06-17Replace xvdr with MRL_ID define in stringsphintuka
2008-06-17Add toggle_fullscreen function pointer.phintuka
2008-06-17Call find_input from process_xine_keypressphintuka
2008-06-16fe_display_open: add aspect_controller and window_id argumentsphintuka
2008-05-19int -> size_tphintuka
2008-04-28Fixed typo in help messagephintuka
(Thanks to Andreas Kool)
2008-04-13Removed yieldphintuka
2008-03-28HUD OSD configurationphintuka
(Patch from Antti Seppälä and Rolf Ahrenberg)
2008-02-19Disable (keyboard) watchdog when keyboard thread terminatesphintuka
2008-02-05Added simple watchdogphintuka
some strings -> const char arrays
2008-01-09Don't terminate keyboard reading thread when poll is interrupted (EINTR)phintuka
2008-01-03Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]://phintuka
2007-06-18List only installed audio/video drivers in help messagephintuka
2007-05-18New options:phintuka
--wid=window_id (output to existing X window) --aspect=auto:<script> (use external script to control HW aspect ratio)
2007-05-18Special LIRC keysphintuka
2007-05-17Use different help messages for vdr-sxfe and vdr-fbfephintuka
2007-03-17Video drivers list updatephintuka
2007-03-15Simple "slave mode"phintuka
2007-03-08Set cursor and blanking off only when running on terminal (keyboard input)phintuka
Added short delay after keyboard thread creation Mac OS X compability fix (patch by Tero Siironen)
2007-01-27Use --silent option immediately when it is detectedphintuka
Disable cursor and terminal blanking
2007-01-26Fixed fullscreen toggling with keyboardphintuka
2007-01-24Shortcut keys for toggling fullscreen and deinterlacephintuka
2007-01-22Added DXR3 to list of video drivers (Thanks to Ville Skyttä)phintuka
2007-01-20Added automatic re-connection (--reconnect option)phintuka
2007-01-07Return value is nagative if there was errors, 0 if user terminated frontendphintuka
and 1 if connection was lost. (Thanks to Antti Seppälä)
2007-01-01lirc start/stop moved to separate functionsphintuka
vdr discovery is now separate module