Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-18 | vdr-sxfe: added simple touchscreen remote controller | phintuka | |
2012-03-19 | Added user handle to frontend->vdr message callback | phintuka | |
2012-03-13 | Removed deprecated setting (field_order) | phintuka | |
2012-01-30 | OpenGL does not depend on XRender anymore | phintuka | |
2012-01-27 | Updated setting OpenGL flags | phintuka | |
2011-10-28 | Added missing definition for EXIT() | phintuka | |
2011-10-25 | Updated 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-25 | Regonize window id "root" | phintuka | |
2011-03-19 | Added missing line feed | phintuka | |
2011-02-12 | Add missing line feeds. | rofafor | |
2011-01-23 | Moved keyboard handling to xine_frontend_kbd.c | phintuka | |
2011-01-17 | Changed command-line arguments: | phintuka | |
--opengl-always ==> --opengl --opengl-hud ==> --hud=opengl Added xshape HUD option | |||
2011-01-17 | fe_display_open(): combined hud modes to single bitmask | phintuka | |
2011-01-08 | Patch #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-23 | Added missing line feed | phintuka | |
2010-08-29 | Updated frontend usage help. | rofafor | |
2010-05-26 | Added command-line options for opengl HUD OSD | phintuka | |
(Thanks to grueni75, patch #2978033) | |||
2010-05-26 | Added opengl HUD options to fe_display_open() interface | phintuka | |
(Thanks to grueni75, patch #2978033) | |||
2010-05-21 | Fixed warnings: | phintuka | |
- missing default cases - incomplete initialization of long_options (Thanks to Winfried Koehler) | |||
2010-01-09 | Added missing line feed to help message | phintuka | |
2010-01-03 | Make audio_device and video_port const. | phintuka | |
Fixed memleak (video_port). | |||
2010-01-03 | Removed unneeded strdup() + free() | phintuka | |
2010-01-03 | Added an option to configure shutdown command and inactivity timer | phintuka | |
2010-01-03 | Added hotkeys for (client) system shutdown | phintuka | |
2009-08-18 | Removed invalid free() | phintuka | |
Cosmetics | |||
2009-08-18 | Added --terminal option | phintuka | |
2009-08-18 | Cosmetics. Removed redundant strdup. | phintuka | |
2009-08-16 | Added reconfigurable number of PES buffers for remote frontends via commandline. | rofafor | |
2009-05-31 | Added --geometry option | phintuka | |
2009-05-31 | Added window position | phintuka | |
2009-02-21 | Added vdr-sxfe command-line option to disable X11 keyboard input | phintuka | |
2009-02-04 | Fixed freeing statically allocated string | phintuka | |
(lirc device name from command-line) Thanks to Andreas Kool | |||
2008-12-21 | Simplified main loop. | phintuka | |
This should also fix vdr-??fe exit status when terminated with X11 "Esc" key. | |||
2008-12-19 | Added '-C'/'--config' command-line option to specify xine's configuration file. | rofafor | |
2008-12-14 | Cosmetics | phintuka | |
(removed trailing spaces, tabs->spaces) | |||
2008-11-17 | Added gui_hotkeys parameter to display_open. | phintuka | |
Cmd-line argument not implemented for local mode. | |||
2008-11-17 | Converted INTERPRET_LIRC_KEYS build-time option to runtime option. | phintuka | |
Added some cancellation points to LIRC thread. | |||
2008-11-17 | Added run-time option --hotkeys. | phintuka | |
It will replace XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN build-time option. (Currently implemented only for terminal keyboard) | |||
2008-11-17 | Moved thread cleanup code to cleanup handlers. | phintuka | |
Added some cancellation points. | |||
2008-11-17 | Fixed MRL backwards compability mode. | phintuka | |
Moved one free() to correct place. | |||
2008-11-17 | Cosmetics | phintuka | |
2008-11-17 | SignalHandler(): | phintuka | |
- HUP reconnects - Second signal of same type forces exit. | |||
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-16 | Silenced warn_unused_result warnings. | rofafor | |
2008-11-15 | Added verbose debug logging | phintuka | |
(can be enabled with command-line option -vv or --verbose --verbose) | |||
2008-11-13 | Use send_event() / send_input_event() | phintuka | |
Use xine_is_finished() instead of terminate_key_pressed | |||
2008-11-13 | Added missing headers | phintuka | |
2008-11-13 | Moved xine-lib version check to fe_xine_init() | phintuka | |
2008-11-13 | Moved list_plugins to xine_frontend.c. | phintuka | |
2008-11-11 | Eliminated static variable "verbose_xine_log" | phintuka | |