Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Cmd-line argument not implemented for local mode.
|
|
use send_event in hotkey handling.
Added gui_hotkeys flag. Enabling from command-line is still missing.
Removed last FE_STANDALONE check.
|
|
Mostly cosmetics due to changes in indentification.
|
|
|
|
toggle_fullscreen_state -> toggle_fullscreen_cb
update_display_size -> update_display_size_cb
|
|
fe_dest_size_cb -> sxfe_dest_size_cb
|
|
|
|
|
|
|
|
Moved all libjpeg stuff to xine_frontend.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Thanks to Rolf Ahrenberg)
|
|
|
|
|
|
|
|
- update_window_title
- disable_DPMS
- detect_display_ratio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xine_frontend.c
|
|
- Check "this" pointer first
- Always close xine first
- Close HUD only when connected to X server
|
|
|
|
|
|
No need to update title if open failed
|
|
|
|
- removes lot of type-casting
- now input plugin structure is defined only in single file (xine_input_vdr.h)
|
|
|
|
|
|
|