Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-11-11 | Make xine_frontend_lirc.c separate compilation unit | phintuka | |
2008-11-10 | Added missing includes | phintuka | |
2008-11-04 | Moved LogToSysLog from xine_frontend.c to logdefs.c | phintuka | |
Moved SysLogLevel from xine_frontend.c to xine_frontend_main.c | |||
2008-11-01 | include features.h | phintuka | |
2008-10-21 | Fixed bug #2148032: | phintuka | |
--aspect=auto:path_to_script not working (Thanks to Armin Diedering) | |||
2008-09-19 | Display warning message when HUD OSD not compiled in | phintuka | |
(Thanks to Rolf Ahrenberg) | |||
2008-09-05 | Added missing line feed to help text | phintuka | |
2008-07-16 | Fixed calling frontend xine_open | phintuka | |
(now using function pointer) | |||
2008-06-20 | Cleanup | phintuka | |
2008-06-17 | Replace xvdr with MRL_ID define in strings | phintuka | |
2008-06-17 | Add toggle_fullscreen function pointer. | phintuka | |
2008-06-17 | Call find_input from process_xine_keypress | phintuka | |
2008-06-16 | fe_display_open: add aspect_controller and window_id arguments | phintuka | |
2008-05-19 | int -> size_t | phintuka | |
2008-04-28 | Fixed typo in help message | phintuka | |
(Thanks to Andreas Kool) | |||
2008-04-13 | Removed yield | phintuka | |
2008-03-28 | HUD OSD configuration | phintuka | |
(Patch from Antti Seppälä and Rolf Ahrenberg) | |||
2008-02-19 | Disable (keyboard) watchdog when keyboard thread terminates | phintuka | |
2008-02-05 | Added simple watchdog | phintuka | |
some strings -> const char arrays | |||
2008-01-09 | Don't terminate keyboard reading thread when poll is interrupted (EINTR) | phintuka | |
2008-01-03 | Change MRL syntax from xvdr[:proto]:// to xvdr[+proto]:// | phintuka | |
2007-06-18 | List only installed audio/video drivers in help message | phintuka | |
2007-05-18 | New options: | phintuka | |
--wid=window_id (output to existing X window) --aspect=auto:<script> (use external script to control HW aspect ratio) | |||
2007-05-18 | Special LIRC keys | phintuka | |
2007-05-17 | Use different help messages for vdr-sxfe and vdr-fbfe | phintuka | |
2007-03-17 | Video drivers list update | phintuka | |
2007-03-15 | Simple "slave mode" | phintuka | |
2007-03-08 | Set 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-27 | Use --silent option immediately when it is detected | phintuka | |
Disable cursor and terminal blanking | |||
2007-01-26 | Fixed fullscreen toggling with keyboard | phintuka | |
2007-01-24 | Shortcut keys for toggling fullscreen and deinterlace | phintuka | |
2007-01-22 | Added DXR3 to list of video drivers (Thanks to Ville Skyttä) | phintuka | |