Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-14 | This commit was manufactured by cvs2svn to create branch 'branch-1_o_x'.branch-1_o_x | cvs2svn | |
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 | |
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 | |