aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Collapse)Author
2010-06-07[WIN32] fix DX buildCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30891 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-07changed: move setting of color to CGUITexture::Begin as it never changes for ↵jmarshallnz
calls to Draw, which should allow some optimisation git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30881 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-06cleanup: Move clearing of screen into the windowmanager, and do it ↵jmarshallnz
optionally based on each window. Currently always clears the screen except in fullscreen video git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30879 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-06fixed: shift-letter navigation was broken on anything else than sort by namevdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30866 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-05set eol-style native property for Resolution.hCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30832 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-06-04fixed: always log which socket lirc usesbobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30830 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-27cleanup: Get rid of old references to skin and scripts dirsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30603 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-27fixed: Default scrollspeed was 0jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30602 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-25changed: Don't strip leading spaces when wrapping textjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30550 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-24changed: put a few more objects in system globals to control ↵elupus
create/destruction order git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30531 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-24fixed, compiler warnings, don't use NULL to set non-pointersdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30492 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-21fixed: Ticket #9225 - Small fix to $ADDON[] parsing, thanks to Nuka1195.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30360 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-18[dx] fixed broken DX build, introduced in 30281, sorry tibendavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30292 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-18[arm] 1) improve GUI framerate from 7 to 50+fps @1280x1024 by using multiple ↵davilla
shaders, 2) fixes blending issues (colors were not normalized), 3) reduced number of glDrawElement calls to 1 per string instead of 1 per character, This can be improved again by refactoring the GUIFontTTF class to directly generate the VBO necessary for this call. A very big thanks to Phaeodaria (trac #9217) for his work on this git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30290 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-18[arm] merge arm-camelot into trunk, thanks to mcgeagh for all his hard ↵davilla
working getting arm platform rolling git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30281 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-14Add missing copyright header.ceros7
File added by yamp in rev 2. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30141 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-14Add missing copyright header.ceros7
File was added by yuvalt in rev 21201 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30140 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-13Add missing copyright headers.ceros7
Sources were brought in by d4rkm4ster in rev 9902. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30114 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-13Add copyright headers to guilib/common/LIRC.*.ceros7
These files were brought in by yuvalt in rev 9178. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30113 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-13Add copyright header to guilib/TextureBundleXPR.cpp.ceros7
This file was brought in by yuvalt in rev 23209. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30111 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-13Add copyright header to guilib/GUIRenderingControl.cpp.ceros7
This file was brought in from the addons-fw merge by elupus. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30110 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-13Replace unreadable character with '(c)' for copyright symbol.ceros7
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30108 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12fixed: missing copyright and GPL noticeCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30070 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-12changed: rename scriptsdebuginfo textviewer. we can use this for more fun!spiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30062 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-11fixed: DX texture save/restore (Trac #9154)CrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30019 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-11fixed: missed AUDIO_IS_BITSTREAM updategnif2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29997 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-10Applied #9200 - Thanks openelec.tv for the contribution!topfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29991 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-08fixed: Incorrect paranthesis changejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29924 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-08fixed: compile warningsvdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29921 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-08revert r29898 and part of r29899, that Free() usage is strange and I'm not ↵davilla
touching it :) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29917 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-07move Free() into base class destructordavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29898 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-07changed: Use ARGB in .dds files if DXT compression isn't suitable.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29869 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-06added: Ticket #8885 - <scrollspeed> and <scrollsuffix> more generally. ↵jmarshallnz
Thanks to EqUiNoX git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29851 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-06changed: bail out immeditaly if CAddonMgr::Init returns falsealcoheca
fixed: caddonmgr singleton access git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29838 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-03fixed: If <width> and <height> aren't set on itemlayouts, allow the mouse to ↵jmarshallnz
still work. Note that ideally both these should be set. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29739 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-01added: #9148 Fix D3D9 Dynamix Texture Handling, Thx CrystalPelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29717 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-05-01changed: Use D3D9Ex on vista and higher if available. #8284, Thx CrystalP ↵elupus
for patch git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29703 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-30changed: Move HasID() back to the .h and make it const - issue is id is ↵jmarshallnz
reserved under Obj-C git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29696 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-30fixed broken OSX compile caused by r29685davilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29693 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-30Ticket #9126: Force global destruction order + construction order to avoid ↵elupus
crashes at exit. Thx CrystalP for initial patch git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29685 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-29fixed: navigation sounds broken due to the skins moving to addonsametovic
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29674 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-27changed: finished moving skins to addon frameworkalcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29545 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-27changed: replace global CSkinInfo with global SkinPtralcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29544 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-27Revert "fixed: fallout after r29510 (except build system stuff)"alcoheca
This reverts commit 8c6f08079a556c2e4e91c2c374202536ba178c72. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29542 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-26fixed: fallout after r29510 (except build system stuff)spiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29514 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-26renamed: guilib/SkinInfo.cpp/h to xbmc/addons/Skin.cpp/halcoheca
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29509 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-26fixed: infinite loop if height or width isn't set in itemlayoutsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29506 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-25fixed: evaluate <enable> on window loadjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29494 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-24added: addon info dialog. my skinning is a joke as usualspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29476 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-04-18changed: Automatically use the large texture manager if the normal texture ↵jmarshallnz
manager can't load the texture git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29365 568bbfeb-2a22-0410-94d2-cc84cf5bfa90