aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Expand)Author
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
2010-03-08Karaoke player can now optionally show the next song which will be played aft...gyunaev
2010-03-07fixed: we can only validate the shader after binding the texturesbobo1on1
2010-03-05fixed: compile warningjmarshallnz
2010-03-05changed: all addons should be store below either special://home/addons oralcoheca
2010-03-03changed: renamed UUID to ID. we now accept any string as an identifier,alcoheca
2010-03-02added: Ticket #8926, different levels to KaiToast and different images for th...alwinus
2010-03-02merged: addons-fw branchelupus
2010-02-28Initial SFTP VFStopfs2
2010-02-27changed: CUtil::ReplaceExtension() to return a CStdString rather than passing...jmarshallnz
2010-02-27changed: Now that we're no longer using non-MD5 passwords for scrobbling, edi...jmarshallnz
2010-02-27added: support for MD5'd passwords in GUIEditControljmarshallnz
2010-02-25fixed: Typo causing labels in static lists to be though of as images and vice...jmarshallnz
2010-02-25fixed: export additive strings using multiple xml tags instead of one tag wit...spiff_
2010-02-23changed: avoid calculating minimum pitch for each row of image when copying t...elupus
2010-02-23fixed: Ensure settings spinners don't cause overlapping text by making the sp...jmarshallnz
2010-02-23fixed: If no scroll speed is set, use the defaultjmarshallnz
2010-02-23fixed: Ensure button labels don't overlap. They will scroll if required.jmarshallnz
2010-02-23fixed: Ensure SetInvalid() invalidates labels so that they refresh after a re...jmarshallnz
2010-02-23changed: Increase the space between cropped overlapping labels to 20 pixels r...jmarshallnz
2010-02-23cleanup: Move the listgroup cropping of overlapping left and right aligned la...jmarshallnz
2010-02-21fixed: Make sure we pass XBFONT_CENTER_Y to GUITextLayout::Render() as if an ...jmarshallnz
2010-02-21changed: Apply offsets during calculation of render rect rather than when set...jmarshallnz
2010-02-20fixed: align center wasn't working in edit controlsjmarshallnz
2010-02-20fixed: Direct keyboard input wasn't workingjmarshallnz
2010-02-20fixed: skin setting spinner used the textcolor rather than the focusedcolor w...jmarshallnz
2010-02-20cleanup: Merged CGUIWindowManager::Render() and CGUIWindowManager::RenderDial...jmarshallnz