aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Expand)Author
2010-04-27Revert "fixed: fallout after r29510 (except build system stuff)"alcoheca
2010-04-26fixed: fallout after r29510 (except build system stuff)spiff_
2010-04-26renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/halcoheca
2010-04-26fixed: infinite loop if height or width isn't set in itemlayoutsjmarshallnz
2010-04-25fixed: evaluate <enable> on window loadjmarshallnz
2010-04-24added: addon info dialog. my skinning is a joke as usualspiff_
2010-04-18changed: Automatically use the large texture manager if the normal texture ma...jmarshallnz
2010-04-16merged: r29324 and r29325 from pvr-testing2vdrfan
2010-04-14fixed: Kill off attempts at loading custom skin files multiple times.jmarshallnz
2010-04-07cleanup: interface for allocating custom skin windows and removed a potential...jmarshallnz
2010-04-07cleanup: Removed depreciated control types.jmarshallnz
2010-04-07added: <debugging>true</debugging> flag to skin.xml allowing skin debugging i...jmarshallnz
2010-04-07added: Translation from control type <> control name using a lookup table.jmarshallnz
2010-04-07cleanup: Move TranslateWindowString() to TranslateWindow() and use a lookup t...jmarshallnz
2010-04-02added: lirc.send builtinbobo1on1
2010-03-29fixed: Cosmeticsarnova
2010-03-26fixed: On change of thumbnail images wouldn't necessarily update, depending o...jmarshallnz
2010-03-26added: Allow immediate deletion of resources via CGUIControl::FreeResources(t...jmarshallnz
2010-03-26added: Better debug logging of DXT compression MSE.jmarshallnz
2010-03-25added: initial gesture support to guilib.jmarshallnz
2010-03-25changed: Make On/SendMouseEvent() return an enum rather than true/false.jmarshallnz
2010-03-25refactor: Split the cursor finding logic out of SelectItemFromPoint. jmarshallnz
2010-03-25changed: made CGUIBaseContainer::InsideLayout constjmarshallnz
2010-03-25removed: useless debug info.jmarshallnz
2010-03-24fixed: ensure m_scrollOffset is validated in *Container::ValidateOffset()jmarshallnz
2010-03-23fixed: ensure invalid DDS images are not allocated.jmarshallnz
2010-03-21changed: build libsquish together with xbmc on windowselupus
2010-03-21added: Log the MSE error of created DDS messages while we work out suitable c...jmarshallnz
2010-03-21removed: useless debug loggingjmarshallnz
2010-03-21fixed: Ensure that visibility is updated prior to performing label overlappin...jmarshallnz
2010-03-21cleanup: Move decompression of DXT images to CTexture so that loading of .dds...jmarshallnz
2010-03-21added: Support for DXT3 in CDDSImagejmarshallnz
2010-03-21added: Decompress of DXT images to CDDSImagejmarshallnz
2010-03-21added: support for DDS compression of texturesjmarshallnz
2010-03-18cosmetic/tidyup move all addon classes to /xbmc/addons/alcoheca
2010-03-11cleanup: get rid of dupe'd code.jmarshallnz
2010-03-11added: GetProportion() helper to CGUISliderControl, and send the slider posit...jmarshallnz
2010-03-11fixed: slowmo mode in Confluence.jmarshallnz
2010-03-10changed: Introduce a virtual window id for the start window to ensure we aren...jmarshallnz
2010-03-10refactor: Moved common startup window code to CSkinInfojmarshallnz
2010-03-10removed: unused <zoom> parameter in skin.xmljmarshallnz
2010-03-10cleanup: Use HasSkinFile() rather than CFile::Exists(GetSkinPath()) all the t...jmarshallnz
2010-03-10fixed: incorrect docs for CSkinInfo::Load()jmarshallnz
2010-03-10cleanup: the resolution output parameter in GetSkinPath() should be optional.jmarshallnz
2010-03-09cleanup: Loading of XML in CSkinInfo to use XMLUtils and change Check() to re...jmarshallnz
2010-03-09added: GetDouble to XMLUtilsjmarshallnz
2010-03-09removed: Unused <credits> section from skin.xml - it'll be handled by the des...jmarshallnz
2010-03-09cleanup: Ensure const'ness applies in CSkinInfo and remove useless bits of th...jmarshallnz
2010-03-08added: sftp client to windows versionelupus
2010-03-08Reverted r28461gyunaev