summaryrefslogtreecommitdiff
path: root/xine_sxfe_frontend.c
AgeCommit message (Collapse)Author
2011-07-01Changed hud from single bit flag to uint8_t (it is now bit mask of hud modes)phintuka
(patch #3206794, thanks to grueni75)
2011-03-20HUD: report ARGB OSD capability to serverphintuka
2011-03-19display address (video_port) can be shorter than 3phintuka
2011-03-19Splitted hud_osd_command()phintuka
2011-03-19Splitted hud_osd_command()phintuka
2011-03-19HUD: added support for uncompressed OSD formatsphintuka
2011-03-19palette_to_rgb() moved to rle.cphintuka
2011-03-15Change fullscreen window size when root window size changesphintuka
2011-03-07Optimized HUD palette handlingphintuka
2011-02-28Reverted the HAVE_DLFCN hack.rofafor
2011-02-26Fixed a header definition.rofafor
2011-02-26OpenGL (VDPAU) HUD OSD implementationphintuka
(Patch #3016308, Thanks to grueni75)
2011-02-26Moved hud_visible flag outside of HAVE_XSHAPEphintuka
2011-02-26Regonize root window IDphintuka
2011-01-18Modified version of patch #3014681:phintuka
This patch adds xshape support for the HUD mode. If no composing window manager is available, the HUD can still be seen (without transparency). (command-line argument --hud=xshape) (Thanks to grueni75)
2011-01-17fe_display_open(): combined hud modes to single bitmaskphintuka
2011-01-08Patch #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-09-24Cosmeticsphintuka
2010-09-24Minor optimization to Alt/Ctrl key handlingphintuka
2010-09-24Moved XKeysymToString() call to locked section ↵phintuka
(XLockDisplay()...XUnlockDisplay())
2010-09-24Fixed handling of XKeyEvents when XKeysymToString() returns NULLphintuka
(Thanks to Winfried Köhler)
2010-09-12Hide mouse cursor after 2 seconds mouse inactivityphintuka
(Thanks to Gerald Dachs)
2010-09-12Increased HUD_MAX_HEIGHT to 1200phintuka
2010-08-25Added support for Alt and Ctrl key modifiers to X11 keyboard remote controllerphintuka
2010-07-18Fixed startup when not using HUD OSDphintuka
2010-07-17Cosmeticsphintuka
2010-07-17Added support for yaepg(hd) video window with HUD OSDphintuka
(patch #3013050, thanks to grueni75)
2010-07-15hud_img_fill_memory(): fill shape mask when requestedphintuka
(patch #3013050, thanks to grueni75)
2010-07-15Minor optimizations to hud_img_fill_mem()phintuka
2010-07-15xrender_surf_blend(): return scaled coordinatesphintuka
(patch #3013050, thanks to grueni75)
2010-07-15Store OSD wideo window statephintuka
(patch #3013050, thanks to grueni75)
2010-07-15Store opengl config flagsphintuka
(patch #3013050, thanks to grueni75)
2010-07-15Request backing store for windows.phintuka
(patch #3013050, thanks to grueni75)
2010-06-02Fixed compilation (Thanks to 9000h, patch #3010031)rofafor
2010-05-30hud_osd_command(OSD_Set_RLE): factorized calculating coordinates and scaling ↵phintuka
factor (Thanks to grueni75, patch #2978033)
2010-05-30hud_osd_command(): added OSD_VideoWindow casephintuka
2010-05-30Cosmeticsphintuka
2010-05-26Added opengl HUD options to fe_display_open() interfacephintuka
(Thanks to grueni75, patch #2978033)
2010-05-21Floating point variables cannot be reliable compared using '!<float>'.phintuka
(Thanks to Winfried Koehler)
2010-05-21Avoid comparing signed and unsigned varsphintuka
(Thanks to Winfried Koehler)
2010-05-21Use function pointer for full screen togglephintuka
2010-05-21Added missing default casesphintuka
(Thanks to Winfried Koehler)
2010-01-03Added hotkeys for (client) system shutdownphintuka
2009-10-31Fixed sending window size to VDRphintuka
2009-10-31Fixed sxfe_run() return value when there are no pending X messagesphintuka
(Thanks to Marco Skambraks)
2009-08-19Inform VDR side about window size changesphintuka
2009-07-23Accept only KeyPress eventsphintuka
(http://linuxtv.org/pipermail/vdr/2009-June/020784.html)
2009-05-31Move window to initial coordinatesphintuka
2009-05-31Added window positionphintuka
2009-02-21Added vdr-sxfe command-line option to disable X11 keyboard inputphintuka