summaryrefslogtreecommitdiff
path: root/xine_frontend_main.c
AgeCommit message (Collapse)Author
2013-08-18vdr-sxfe: added simple touchscreen remote controllerphintuka
2012-03-19Added user handle to frontend->vdr message callbackphintuka
2012-03-13Removed deprecated setting (field_order)phintuka
2012-01-30OpenGL does not depend on XRender anymorephintuka
2012-01-27Updated setting OpenGL flagsphintuka
2011-10-28Added missing definition for EXIT()phintuka
2011-10-25Updated command-line help and argumnt handling.phintuka
Only features that were compiled in can be used. All hud options can't be combined.
2011-10-25Regonize window id "root"phintuka
2011-03-19Added missing line feedphintuka
2011-02-12Add missing line feeds.rofafor
2011-01-23Moved keyboard handling to xine_frontend_kbd.cphintuka
2011-01-17Changed command-line arguments:phintuka
--opengl-always ==> --opengl --opengl-hud ==> --hud=opengl Added xshape HUD option
2011-01-17fe_display_open(): combined hud modes to single bitmaskphintuka
2011-01-08Patch #3150273:phintuka
Added two new slave commands FULLSCREEN0 and FULLSCREEN1 to switch explicit to fullscreen and normal window mode. (Thanks to Andreas Auras (durchflieger))
2010-11-23Added missing line feedphintuka
2010-08-29Updated frontend usage help.rofafor
2010-05-26Added command-line options for opengl HUD OSDphintuka
(Thanks to grueni75, patch #2978033)
2010-05-26Added opengl HUD options to fe_display_open() interfacephintuka
(Thanks to grueni75, patch #2978033)
2010-05-21Fixed warnings:phintuka
- missing default cases - incomplete initialization of long_options (Thanks to Winfried Koehler)
2010-01-09Added missing line feed to help messagephintuka
2010-01-03Make audio_device and video_port const.phintuka
Fixed memleak (video_port).
2010-01-03Removed unneeded strdup() + free()phintuka
2010-01-03Added an option to configure shutdown command and inactivity timerphintuka
2010-01-03Added hotkeys for (client) system shutdownphintuka
2009-08-18Removed invalid free()phintuka
Cosmetics
2009-08-18Added --terminal optionphintuka
2009-08-18Cosmetics. Removed redundant strdup.phintuka
2009-08-16Added reconfigurable number of PES buffers for remote frontends via commandline.rofafor
2009-05-31Added --geometry optionphintuka
2009-05-31Added window positionphintuka
2009-02-21Added vdr-sxfe command-line option to disable X11 keyboard inputphintuka
2009-02-04Fixed freeing statically allocated stringphintuka
(lirc device name from command-line) Thanks to Andreas Kool
2008-12-21Simplified main loop.phintuka
This should also fix vdr-??fe exit status when terminated with X11 "Esc" key.
2008-12-19Added '-C'/'--config' command-line option to specify xine's configuration file.rofafor
2008-12-14Cosmeticsphintuka
(removed trailing spaces, tabs->spaces)
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