summaryrefslogtreecommitdiff
path: root/xine_sxfe_frontend.c
AgeCommit message (Expand)Author
2014-07-01sxfe: fix toggling fullscreen modephintuka
2014-06-23rename xine_osd_command.h -> tools/osd_command.hphintuka
2014-01-14Fixed warningsphintuka
2014-01-13Added sxfe_display_edid()phintuka
2013-08-18vdr-sxfe: added simple touchscreen remote controllerphintuka
2012-03-19Added user handle to frontend->vdr message callbackphintuka
2012-03-13Removed deprecated setting (field_order)phintuka
2012-02-24Added missing locking to set_cursor()phintuka
2012-02-17Fixed hiding mouse cursorphintuka
2012-02-17Fixed MWMHints struct in 64-bit systems.phintuka
2012-02-08Use XShape with OpenGLphintuka
2012-02-08Fixed OpenGL window redirectionphintuka
2012-02-01Use this->root_window and this->displayphintuka
2012-01-30Improved locking in opengl_osd_show()phintuka
2012-01-30Make video window changes atomic (added mutex)phintuka
2012-01-30OpenGL does not depend on XRender anymorephintuka
2012-01-30Unpack OpenGL OSD directly to texture memphintuka
2012-01-30Fixed building with OpenGlphintuka
2012-01-30Splitted opengl_osd_command() from hud_osd_command()phintuka
2012-01-30Splitted opengl_frame_output_cb() from hud_frame_output_cb()phintuka
2012-01-30Splitted generic osd_command() from hud_osd_command()phintuka
2012-01-30Logging updatesphintuka
2012-01-29Cosmetics (grouped functions)phintuka
2012-01-29Cosmeticsphintuka
2012-01-27Moved all OpenGL stuff under HAVE_OPENGLphintuka
2012-01-24Moved all XShape stuff under ifdef HAVE_XSHAPEphintuka
2012-01-24XDouble -> double in code that may be used without XRenderphintuka
2012-01-24hud_fill_lut8(): support for RGBAphintuka
2012-01-24Removed opengl check from hud focus handlerphintuka
2012-01-24Moved all XShm stuff under HAVE_XSHMphintuka
2012-01-24Fixed eventphintuka
2012-01-24Cosmeticsphintuka
2012-01-19Cosmetics (hud_visible -> osd_visible)phintuka
2012-01-19Use correct type (GLfloat)phintuka
2012-01-19Removed write-only variablephintuka
2012-01-19Build fixphintuka
2012-01-19OpenGL + XShape not possible combinationphintuka
2012-01-19Fixed building without OpenGLphintuka
2012-01-19Added OpenGL OSD (HUD without compositing / window manager).phintuka
2011-10-27Removed write-only variablephintuka
2011-10-27Fixed xshape HUD OSDphintuka
2011-10-25hud_fill_img_memory(): make pitch a parameterphintuka
2011-07-01Use rle_uncompress_argb()phintuka
2011-07-01Cosmetics (removed duplicate if())phintuka
2011-07-01Logging updates, parameter checksphintuka
2011-07-01Added display locking to update_screen_size()phintuka
2011-07-01Removed deprecated codephintuka
2011-07-01Removed CWBackPixel when creating windowsphintuka
2011-07-01fix some bugs when using opengl for hud only mode and for both video and hudphintuka
2011-07-01Moved OpenGL init to opengl drawing threadphintuka