aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Expand)Author
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
2010-02-20fixed: Possible crash if dialogs closed themselves during FrameMove()jmarshallnz
2010-02-20cleanup: removed internal versions of CGUIWindowManager::Render() and Process...jmarshallnz
2010-02-20added: CGUIWindow::FrameMove function to update anything per frame, and moved...jmarshallnz
2010-02-19cleanup: removed unnecessary parameter in CMouseEvent and an unnecessary includejmarshallnz
2010-02-19changed: Moved mouse action creation out to the app. Fixes possible mouse iss...jmarshallnz
2010-02-19changed: Split up ACTION_MOUSE_WHEEL into ACTION_MOUSE_WHEEL_UP/ACTION_MOUSE_...jmarshallnz
2010-02-19cleanup: Remove unused ACTION_MOUSE_CLICKjmarshallnz
2010-02-19cleanup: Get rid of unnecessary overrides of CGUIWindow::OnMouseAction()jmarshallnz
2010-02-19cleanup: Move all members of CAction private, accessed via getters, as we onl...jmarshallnz
2010-02-19cleanup: Move initialisation of CAction objects to the constructor.jmarshallnz
2010-02-19fixed: compile warningjmarshallnz
2010-02-19fixed: compile warningsjmarshallnz
2010-02-18changed: use CGUIInfoLabel for static content's label and thumbs, allowing th...jmarshallnz
2010-02-18changed: Truncate any text that overflows and isn't scrollingjmarshallnz
2010-02-16fixed: compiler warnings on 64bit systemsvdrfan
2010-02-15[WIN32] added: libmicrohttpd webservercharlydoes
2010-02-14fixed: typoalthekiller
2010-02-14removed: commented test codemonkeyman_67156
2010-02-14fixed: Don't set our feature macros with configure.althekiller
2010-02-14fixed: compiler warnings in XBTFReader.cpp (thanks spiff)vdrfan
2010-02-14fixed: compilation warnings in GUILabelmonkeyman_67156
2010-02-14Merge commit 'origin/jsonrpc' into trunktopfs2
2010-02-14fixed: labels in static containers were returning image values (sidenote: ima...jmarshallnz
2010-02-13cleanup: use a CPoint temporary instead of two floatsjmarshallnz