aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Collapse)Author
2010-07-23added: log details about enabled joysticks. thanks to dandelspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32095 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-21See http://trac.xbmc.org/ticket/9665#comment:7renniej
CKeyboardStat::GetKey now returns a const CKey and CKey::SetKeystroke has been removed. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32028 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-20fixed: <include> within <animation> tags worked only for the first one.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32023 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-20See http://trac.xbmc.org/ticket/9665#comment:5renniej
Key handling code has been simplified and streamlined. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32004 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-20http://trac.xbmc.org/ticket/9665renniej
Modifications to key handling to tidy it up. Changes are tested and working but further changes to CKeyboardStat::HandleEvent and CKeyboardStat::Update will be made to make the key processing more transparent. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31997 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-19fixed: pushed updates weren't enabled on the main group, thus weren't ↵jmarshallnz
actually taking effect. May make a small different to CPU load in list-heavy screens. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31965 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-19changed: If pushed updates are enabled on a group, enable it on the childrenjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31964 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-18fixed: includes were not resolved inside <animation> blocksjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31945 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-17fixed: Ticket #9626 - "slider" settings enable acts like visiblejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31899 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-17fixed: Ensure GetRenderPosition() returns something sensible for dialogs ↵jmarshallnz
with origin other than (0,0) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31891 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-17[WIN32] oops, fix build in release modeCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31880 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-16[WIN32] changed: we don't need to save/restore render targets & depth stencilscrystalpt
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31843 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-16[WIN32] fixed: LockRect when dynamic textures are not availablecrystalpt
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31842 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-14fixed: Ticket #9581 - lastfm/librefm password could be set non-MD5'd if you ↵jmarshallnz
use the virtual keyboard to set it. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31796 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-14fixed: Autoclosing of modal dialogs (other than the OSDs) ignored actions by ↵jmarshallnz
the user, so the dialog could close unexpectedly. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31785 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-14fixed: compile warnings.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31782 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-10fixed: subtitle aspect not recalculated on window resizeanssih
Instead of tweaking the aspect argument of GUIFontManager::LoadTTF() in CGUIWindowFullScreen::OnMessage(), add a new parameter to LoadTTF() that causes the aspect ratio of the font to be preserved, i.e. it is not stretched to account for the ratio difference between skin and window, but only to account for the non-1:1 pixel ratio of the current resolution, as is required for subtitles. The aspect is then recalculated by GUIFontManager::ReloadTTFFonts() whenever the window is resized. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31707 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-10refactor: move font size and aspect calculation out to a common functionanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31706 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-10fixed: scale text outline to match text scalinganssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31705 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-10added: YUY2 to rgb conversion with shadersbobo1on1
removed: double upload for YUY2 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31688 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-10Merge branch 'commit-shaders'CrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31685 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-09[WIN32] use the D3DLOCK_DISCARD and D3DLOCK_READONLY flags to let DX ↵CrystalPT
optimize the data transfer git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31683 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-03reverse 31590: not necessary, CFile cleans up after itselfCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31592 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-03fixed: do not leak file descriptors when failing the read of a .dds fileCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31590 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-03changed: improved parsing of pixel format in .dds filesCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31589 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-30[WIN32] build XBMC with librtmp supportwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31519 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-30changed: Get rid of the hardcoding of <aligny> to center on spin controls.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31510 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-30fixed: Ensure we ignore sort tokens when jumping via SHIFT-T etc.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31506 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-29[WIN32] reverted r31502-31503 by requestwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31504 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-29[WIN32] enabled librtmp support (untested)wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31503 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-25fixed: Ensure we pass on the maxMSE to CDDSImage::Compressjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31366 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-23[chd] fixed win platform builddavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31327 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-22fixed: endless dialogs if a visualisation didn't work properly. thanks to clumsyspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31316 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-22removed: Code for scripts window - no longer needed as you can access ↵jmarshallnz
non-media scripts via Programs git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31299 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-20changed: delete python windows from app thread, and only when we are not nestedelupus
changed: when a window is removed, it should not be part of the open dialogs list either git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31222 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-19added: Enabled bool to audio manager state. Didn't I remove this..? ↵althekiller
Initialized bool get's diddled outside of the Enable() path, so we can't combine them. fixed: Nav sounds being unmuted during music playback when crossfading is enabled git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31211 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-19fixed: Make sure we hold our critical section when accessing all AudioManger ↵althekiller
members. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31210 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-19fixed: Crash when calling multiple <onclick>'s from a container, where the ↵jmarshallnz
first onclick destroys the window. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31196 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-18changed: set eol-style nativeCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31189 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-18added: Saner TiXmlDocument::Parse routine that returns true on success, ↵jmarshallnz
false on failure. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31172 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-18changed: Resolution Selection Redesign - Part 4 (final) - cosmetics + commentsCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31168 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-18changed: Resolution Selection Redesign - Part 2CrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31165 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-18[WIN32] added: logging in case of texture creation failureCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31161 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-16fixed: GLES blending performance enhancements and color fixes. Ticket ↵jmarshallnz
#9351, thanks to Phaeodaria. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31128 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-09added: <backgroundcolor> tag to windows, allowing skinners to specify ↵jmarshallnz
whether the window needs clearing prior to rendering, and if so which colour to use. Defaults to clearing to black. Set to 0 (or 0x00000000) to have no clearing at all (more efficient on slower GPUs such as tegra2) if you don't need it, or any other (info)color you wish. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31008 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-09cleanup: get rid of duplicate CRenderSystem::ClearBuffers() calls.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31006 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08added: configure option for specifying default LIRC deviceanssih
The default LIRC device location was changed in LIRC 0.8.6 from /dev/lircd to /var/run/lirc/lircd. Add --with-lirc-device=file configure option to select the default device location at build time. This can still be overridden at run time. /dev/lircd is kept as the XBMC default for now. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30976 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08[WIN32] fixed compilationwiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30960 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-08added: Allow multiimage controls inside lists.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30930 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-07fixed: make paplayer obey USE_LIBA52_DECODER and USE_LIBDTS_DECODERanssih
Use DVDPlayerCodec instead of libdts/liba52 in paplayer when they are disabled (default). git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30910 568bbfeb-2a22-0410-94d2-cc84cf5bfa90