Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-18 | vdr-sxfe: added simple touchscreen remote controller | phintuka | |
2012-03-19 | Added user handle to frontend->vdr message callback | phintuka | |
2012-03-13 | Removed deprecated setting (field_order) | phintuka | |
2012-02-24 | Added missing locking to set_cursor() | phintuka | |
(Thanks to Roland Scheidegger) | |||
2012-02-17 | Fixed hiding mouse cursor | phintuka | |
(Thanks to Roland Scheidegger) The cursor never disappears because there seem to be incoming xshm completion events every frame (for these events to arrive it is not necessary to actually have xshm support compiled into vdr-sxfe), so there's never a poll timeout and as a consequence the mousecursor timeout never expires. | |||
2012-02-17 | Fixed MWMHints struct in 64-bit systems. | phintuka | |
(Thanks to Roland Scheidegger) there's a problem with the MWMHints definition in vdr-xineliboutput. It does not work on x86_64 at least with metacity and kwin, as these use a different definition (hence once borders are toggled off they are gone for good). This is a strange issue there seems to be no reference source what the definition of this struct should be, some quick search finds 3 incompatible versions (on 64bit archs) and a dozen or so more compatible ones (only differing in signedness). In any case, metacity, kwin agree, and this is also what mplayer uses - xine though itself also uses the same version as xineliboutput which doesn't work with at least metacity/kwin. It's quite likely some obscure wm out there expects one of the other definitions (I think fvwm is same as metacity, while enlightenment and afterstep need the all-32bit definition). What a mess. Anyway this patch just changes the definition to what's more likely to work. | |||
2012-02-08 | Use XShape with OpenGL | phintuka | |
(Thanks to grueni75, patch #3483644) | |||
2012-02-08 | Fixed OpenGL window redirection | phintuka | |
(thanks to grueni75, patch #3483644) | |||
2012-02-01 | Use this->root_window and this->display | phintuka | |
2012-01-30 | Improved locking in opengl_osd_show() | phintuka | |
2012-01-30 | Make video window changes atomic (added mutex) | phintuka | |
2012-01-30 | OpenGL does not depend on XRender anymore | phintuka | |
2012-01-30 | Unpack OpenGL OSD directly to texture mem | phintuka | |
2012-01-30 | Fixed building with OpenGl | phintuka | |
2012-01-30 | Splitted opengl_osd_command() from hud_osd_command() | phintuka | |
2012-01-30 | Splitted opengl_frame_output_cb() from hud_frame_output_cb() | phintuka | |
2012-01-30 | Splitted generic osd_command() from hud_osd_command() | phintuka | |
2012-01-30 | Logging updates | phintuka | |
2012-01-29 | Cosmetics (grouped functions) | phintuka | |
2012-01-29 | Cosmetics | phintuka | |
2012-01-27 | Moved all OpenGL stuff under HAVE_OPENGL | phintuka | |
2012-01-24 | Moved all XShape stuff under ifdef HAVE_XSHAPE | phintuka | |
2012-01-24 | XDouble -> double in code that may be used without XRender | phintuka | |
2012-01-24 | hud_fill_lut8(): support for RGBA | phintuka | |
2012-01-24 | Removed opengl check from hud focus handler | phintuka | |
2012-01-24 | Moved all XShm stuff under HAVE_XSHM | phintuka | |
2012-01-24 | Fixed event | phintuka | |
2012-01-24 | Cosmetics | phintuka | |
(renamed completion_event -> xshm_completion_event) | |||
2012-01-19 | Cosmetics (hud_visible -> osd_visible) | phintuka | |
2012-01-19 | Use correct type (GLfloat) | phintuka | |
2012-01-19 | Removed write-only variable | phintuka | |
2012-01-19 | Build fix | phintuka | |
2012-01-19 | OpenGL + XShape not possible combination | phintuka | |
2012-01-19 | Fixed building without OpenGL | phintuka | |
2012-01-19 | Added OpenGL OSD (HUD without compositing / window manager). | phintuka | |
(patch #3474166, thanks to grueni75) | |||
2011-10-27 | Removed write-only variable | phintuka | |
2011-10-27 | Fixed xshape HUD OSD | phintuka | |
2011-10-25 | hud_fill_img_memory(): make pitch a parameter | phintuka | |
2011-07-01 | Use rle_uncompress_argb() | phintuka | |
2011-07-01 | Cosmetics (removed duplicate if()) | phintuka | |
2011-07-01 | Logging updates, parameter checks | phintuka | |
2011-07-01 | Added display locking to update_screen_size() | phintuka | |
2011-07-01 | Removed deprecated code | phintuka | |
2011-07-01 | Removed CWBackPixel when creating windows | phintuka | |
(patch #3206794, thanks to grueni75) | |||
2011-07-01 | fix some bugs when using opengl for hud only mode and for both video and hud | phintuka | |
(patch #3206794, thanks to grueni75) | |||
2011-07-01 | Moved OpenGL init to opengl drawing thread | phintuka | |
(patch #3206794, thanks to grueni75) | |||
2011-07-01 | Changed hud from single bit flag to uint8_t (it is now bit mask of hud modes) | phintuka | |
(patch #3206794, thanks to grueni75) | |||
2011-03-20 | HUD: report ARGB OSD capability to server | phintuka | |
2011-03-19 | display address (video_port) can be shorter than 3 | phintuka | |
2011-03-19 | Splitted hud_osd_command() | phintuka | |