summaryrefslogtreecommitdiff
path: root/xine_sxfe_frontend.c
AgeCommit message (Collapse)Author
2009-10-08Merge:phintuka
xine_frontend.c revision 1.60 Dynamically allocate configfile
2009-10-07Const fixesphintuka
2009-10-07Merge:phintuka
revision 1.114 Inform VDR side about window size changes revision 1.113 Accept only KeyPress events revision 1.107 HUD: show only topmost OSD layer
2009-10-07Merge: Cosmeticsphintuka
split sxfe_run()
2009-10-06Merge: split sxfe_runphintuka
2009-10-06Merge:phintuka
Cosmetics Missing XLockDisplay()'s New main loop termination handling code
2009-09-22Merge:phintuka
Removed XINELIBOUTPUT_FE_TOGGLE_FULLSCREEN, INTERPRET_LIRC_KEYS, FE_STANDALONE Use gui_hotkeys
2009-09-22Mergephintuka
2009-09-18Merge (build fixes)phintuka
2009-06-16Merge from trunk:phintuka
revision 1.43 Initial support for Xinerama fullscreen mode. Works with Metacity, not with KWin.
2009-06-16Merge from trunk:phintuka
revision 1.62 Call find_input from process_xine_keypress
2009-06-16Merge from trunk:phintuka
revision 1.44 Moved setting XSizeHints to separate function. Size is now updated when switching to fullscreen mode. revision 1.42 malloc+memset -> calloc
2009-06-08Merge from trunk:phintuka
revision 1.112 Move window to initial coordinates revision 1.111 Added window position revision 1.110 Added vdr-sxfe command-line option to disable X11 keyboard input revision 1.108 Gnome screensaver control
2009-02-18Merge from trunk:phintuka
Fixed setting focus in vdr-sxfe fullscreen mode
2009-02-12Check asprintf return valuephintuka
2008-10-261.0.3:phintuka
Quickfix: remove scaling artefacts from scaled HUD OSD: Use oversized source image for scaling
2008-10-261.0.3:phintuka
Quickfix to remove crap from scaled HUD OSD borders: Clean unscaled HUD OSD surface before scaling
2008-10-261.0.3: Merge from trunk:phintuka
round -> ceil/floor
2008-10-261.0.3: Merge from trunk:phintuka
Removed unnecessary osd_pad_x/y variables
2008-10-241.0.3: Merge from trunk:phintuka
Fixed width and height calculation in HUD OSD
2008-10-221.0.3: Merge from trunkphintuka
Added missing sxfe display locks
2008-10-221.0.3: Merge from trunk:phintuka
Modified HUD OSD scaling parameters
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Added WM class hint ("VDR") to vdr-sxfe windows (Thanks to Rolf Ahrenberg)
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Fixed vdr-sxfe icon in 64-bit systems
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
2007-01-26Fixed fullscreen toggling with keyboardphintuka
2007-01-24"D" toggles deinterlacing on/offphintuka
2007-01-20Set terminate_key_pressed flag also when terminate key comes from X inputphintuka