summaryrefslogtreecommitdiff
path: root/xine_sxfe_frontend.c
AgeCommit message (Collapse)Author
2008-06-19sxfe_display_close:phintuka
- Check "this" pointer first - Always close xine first - Close HUD only when connected to X server
2008-06-17hud_osd_open, hud_osd_close: frontend_t -> sxfe_t, remove castphintuka
2008-06-17fb_dev --> video_port_namephintuka
2008-06-17Replace xvdr with MRL_ID definephintuka
No need to update title if open failed
2008-06-17Add toggle_fullscreen function pointer.phintuka
2008-06-17Use "right" input plugin type when calling input plugin from frontend.phintuka
- removes lot of type-casting - now input plugin structure is defined only in single file (xine_input_vdr.h)
2008-06-17Call find_input from process_xine_keypressphintuka
2008-06-16fe_display_open: add aspect_controller and window_id argumentsphintuka
2008-06-16Dynamically allocate configfilephintuka
2008-06-14Splitting large sxfe_open_display (open_display)phintuka
2008-06-14Move X11 code from xine_frontend.c to xine_sxfe_frontend.cphintuka
2008-06-14Init structs in declarationphintuka
2008-06-13Use switch() to make code more readablephintuka
2008-06-13Removed unneeded variables from XKeyEvent_handlerphintuka
2008-06-13Splitting large sxfe_run (XKeyEvent_handler)phintuka
Fixed typo from previous commit.
2008-06-13Splitting large sxfe_run (XConfigureEvent_handler)phintuka
2008-06-13Splitting large sxfe_run (XButtonEvent_handler)phintuka
2008-06-13Splitting large sxfe_run (XMotionEvent_handler)phintuka
2008-06-13Eliminate keep_going variablephintuka
2008-06-06Init atoms only once.phintuka
Use full atom names in variable names.
2008-06-06Mark some functions staticphintuka
2008-06-05Removed static variablephintuka
2008-06-05Cosmeticsphintuka
2008-06-05Removed static variablesphintuka
2008-06-03Moved setting XSizeHints to separate function.phintuka
Size is now updated when switching to fullscreen mode.
2008-06-03Initial support for Xinerama fullscreen mode.phintuka
Works with Metacity, not with KWin.
2008-05-21malloc+memset -> callocphintuka
2008-04-10Buildtime check for Xrender extensionphintuka
2008-04-10Restore DPMS state at exitphintuka
2008-04-10Add locking to ConfigureNotify and Focus event handlingphintuka
(Patch from Antti Seppälä)
2008-03-31Added check for XRender server extensionphintuka
2008-03-31Disable HUD if ARGB visual not found.phintuka
Override xine_osd_command function only if HUD initialization succeeds.
2008-03-31Some logging cleanupphintuka
2008-03-31No functional changesphintuka
(move hud_osd_open after hud_osd_command)
2008-03-31HUD OSDphintuka
(Patch from Antti Seppälä and Rolf Ahrenberg)
2008-03-31Move code to enable/disable cursor to separate functionphintuka
(Patch from Antti Seppälä and Rolf Ahrenberg)
2008-03-28HUD OSD configurationphintuka
(Patch from Antti Seppälä and Rolf Ahrenberg)
2008-01-03Store slave stream in frontend dataphintuka
2007-12-19Replace deprecated xine_gui_send_vo_data with xine_port_send_gui_dataphintuka
2007-12-09Fix window position when returning from fullscreen modephintuka
(Patch from Timo Eskola)
2007-10-28Compile fix for xine-lib 1.2 branch: _x_ao_new_port is not available for ↵phintuka
frontends
2007-07-18Fix _WIN_LAYER property (http://developer.gnome.org/doc/standards/wm/c44.html)phintuka
Patch from Timo Eskola
2007-06-12Show current VDR server in X title barphintuka
2007-05-18Call external script when aspect ratio changesphintuka
2007-05-18Path to external aspect ratio controller scriptphintuka
2007-05-18Change X display search orderphintuka
2007-05-18Initial support for drawing to external window (window_id)phintuka
Use different window name in local and remote mode
2007-05-18fe_t structure re-ordered and types packedphintuka
2007-03-14String checksphintuka
Try to connect ":0.0"
2007-03-08Removed old includephintuka