aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Expand)Author
2010-07-21See http://trac.xbmc.org/ticket/9665#comment:7renniej
2010-07-20fixed: <include> within <animation> tags worked only for the first one.jmarshallnz
2010-07-20See http://trac.xbmc.org/ticket/9665#comment:5renniej
2010-07-20http://trac.xbmc.org/ticket/9665renniej
2010-07-19fixed: pushed updates weren't enabled on the main group, thus weren't actuall...jmarshallnz
2010-07-19changed: If pushed updates are enabled on a group, enable it on the childrenjmarshallnz
2010-07-18fixed: includes were not resolved inside <animation> blocksjmarshallnz
2010-07-17fixed: Ticket #9626 - "slider" settings enable acts like visiblejmarshallnz
2010-07-17fixed: Ensure GetRenderPosition() returns something sensible for dialogs with...jmarshallnz
2010-07-17[WIN32] oops, fix build in release modeCrystalPT
2010-07-16[WIN32] changed: we don't need to save/restore render targets & depth stencilscrystalpt
2010-07-16[WIN32] fixed: LockRect when dynamic textures are not availablecrystalpt
2010-07-14fixed: Ticket #9581 - lastfm/librefm password could be set non-MD5'd if you u...jmarshallnz
2010-07-14fixed: Autoclosing of modal dialogs (other than the OSDs) ignored actions by ...jmarshallnz
2010-07-14fixed: compile warnings.jmarshallnz
2010-07-10fixed: subtitle aspect not recalculated on window resizeanssih
2010-07-10refactor: move font size and aspect calculation out to a common functionanssih
2010-07-10fixed: scale text outline to match text scalinganssih
2010-07-10added: YUY2 to rgb conversion with shadersbobo1on1
2010-07-10Merge branch 'commit-shaders'CrystalPT
2010-07-09[WIN32] use the D3DLOCK_DISCARD and D3DLOCK_READONLY flags to let DX optimize...CrystalPT
2010-07-03reverse 31590: not necessary, CFile cleans up after itselfCrystalPT
2010-07-03fixed: do not leak file descriptors when failing the read of a .dds fileCrystalPT
2010-07-03changed: improved parsing of pixel format in .dds filesCrystalPT
2010-06-30[WIN32] build XBMC with librtmp supportwiso
2010-06-30changed: Get rid of the hardcoding of <aligny> to center on spin controls.jmarshallnz
2010-06-30fixed: Ensure we ignore sort tokens when jumping via SHIFT-T etc.jmarshallnz
2010-06-29[WIN32] reverted r31502-31503 by requestwiso
2010-06-29[WIN32] enabled librtmp support (untested)wiso
2010-06-25fixed: Ensure we pass on the maxMSE to CDDSImage::Compressjmarshallnz
2010-06-23[chd] fixed win platform builddavilla
2010-06-22fixed: endless dialogs if a visualisation didn't work properly. thanks to clumsyspiff_
2010-06-22removed: Code for scripts window - no longer needed as you can access non-med...jmarshallnz
2010-06-20changed: delete python windows from app thread, and only when we are not nestedelupus
2010-06-19added: Enabled bool to audio manager state. Didn't I remove this..? Initializ...althekiller
2010-06-19fixed: Make sure we hold our critical section when accessing all AudioManger ...althekiller
2010-06-19fixed: Crash when calling multiple <onclick>'s from a container, where the fi...jmarshallnz
2010-06-18changed: set eol-style nativeCrystalPT
2010-06-18added: Saner TiXmlDocument::Parse routine that returns true on success, false...jmarshallnz
2010-06-18changed: Resolution Selection Redesign - Part 4 (final) - cosmetics + commentsCrystalPT
2010-06-18changed: Resolution Selection Redesign - Part 2CrystalPT
2010-06-18[WIN32] added: logging in case of texture creation failureCrystalPT
2010-06-16fixed: GLES blending performance enhancements and color fixes. Ticket #9351,...jmarshallnz
2010-06-09added: <backgroundcolor> tag to windows, allowing skinners to specify whether...jmarshallnz
2010-06-09cleanup: get rid of duplicate CRenderSystem::ClearBuffers() calls.jmarshallnz
2010-06-08added: configure option for specifying default LIRC deviceanssih
2010-06-08[WIN32] fixed compilationwiso
2010-06-08added: Allow multiimage controls inside lists.jmarshallnz
2010-06-07fixed: make paplayer obey USE_LIBA52_DECODER and USE_LIBDTS_DECODERanssih
2010-06-07[WIN32] fix DX buildCrystalPT