summaryrefslogtreecommitdiff
path: root/xine_sxfe_frontend.c
AgeCommit message (Expand)Author
2011-07-01Changed hud from single bit flag to uint8_t (it is now bit mask of hud modes)phintuka
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
2011-02-26Moved hud_visible flag outside of HAVE_XSHAPEphintuka
2011-02-26Regonize root window IDphintuka
2011-01-18Modified version of patch #3014681:phintuka
2011-01-17fe_display_open(): combined hud modes to single bitmaskphintuka
2011-01-08Patch #3150273:phintuka
2010-09-24Cosmeticsphintuka
2010-09-24Minor optimization to Alt/Ctrl key handlingphintuka
2010-09-24Moved XKeysymToString() call to locked section (XLockDisplay()...XUnlockDispl...phintuka
2010-09-24Fixed handling of XKeyEvents when XKeysymToString() returns NULLphintuka
2010-09-12Hide mouse cursor after 2 seconds mouse inactivityphintuka
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
2010-07-15hud_img_fill_memory(): fill shape mask when requestedphintuka
2010-07-15Minor optimizations to hud_img_fill_mem()phintuka
2010-07-15xrender_surf_blend(): return scaled coordinatesphintuka
2010-07-15Store OSD wideo window statephintuka
2010-07-15Store opengl config flagsphintuka
2010-07-15Request backing store for windows.phintuka
2010-06-02Fixed compilation (Thanks to 9000h, patch #3010031)rofafor
2010-05-30hud_osd_command(OSD_Set_RLE): factorized calculating coordinates and scaling ...phintuka
2010-05-30hud_osd_command(): added OSD_VideoWindow casephintuka
2010-05-30Cosmeticsphintuka
2010-05-26Added opengl HUD options to fe_display_open() interfacephintuka
2010-05-21Floating point variables cannot be reliable compared using '!<float>'.phintuka
2010-05-21Avoid comparing signed and unsigned varsphintuka
2010-05-21Use function pointer for full screen togglephintuka
2010-05-21Added missing default casesphintuka
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
2009-08-19Inform VDR side about window size changesphintuka
2009-07-23Accept only KeyPress eventsphintuka
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