aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Collapse)Author
2010-09-25changed: the sort label should be utf-16 for proper sortingblinkseb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34177 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-18fixed: #10088 - inputlirc pakets wont be recognized, thanks to trackel.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33958 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-16changed: use CThread for CDelayedMessage instead of CJob so we don't clog ↵bobo1on1
the jobmanager with sleeping jobs git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33902 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-16added: option to pause the video during a refreshrate changebobo1on1
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33901 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-14Add new action ACTION_PLAYER_PLAYPAUSE with action name "playpause".renniej
See http://trac.xbmc.org/ticket/10157 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33796 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-13changed: switch to using namespace std; to avoid std::min/#define min ↵jmarshallnz
sillies on win32 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33753 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-13[ARM] OpenGL ES2.0 shaders are now seperated into different glsl files, with ↵mcgeagh
descriptive filenames - part 2 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33732 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-10[WIN32] workaround Intel compressed texture issueCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33651 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-08[ARM] Fixed: General OpenGL ES2.0 fixesmcgeagh
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33618 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-08[ARM] Added: Additional gui shadersmcgeagh
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33616 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-05fixed: Ensure we don't divide by zero in the scrollbar positioning code.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33535 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-02introduce remotedelay instead of remoterepeat in AdvancedSettings. Allowing ↵nadasb
to set a delay before repeating an action on a longer keypress. Default is 3. Available range: 1-20. Fixes: #6440 Thanks to jmarshall! git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33444 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-28fixed: Ensure ShortenPath is done at render time rather than during ↵jmarshallnz
FrameMove, as it requires our scaling to be setup. Fixes #10003. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33255 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-28fixed: Ticket #9964 - Enabled/disabled status didn't get transferred to the ↵jmarshallnz
underlying button control for settings spin/sliders. Thanks to Nuka1195. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33241 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-25[WIN32] build xbmc with support for libbluraywiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33145 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-23fixed: missing outlines (ticket #9713, thanks sportica)CrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33051 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-22fixed: Multiimage controls weren't loading their info correctly if included ↵jmarshallnz
in itemlayouts git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33034 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-21fixed: Ensure any images that fail to load are free'd immediately on ↵jmarshallnz
resource deallocation, to ensure that further attempts to load the image may be made. Fixes #9926. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33009 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-21fixed: Ensure we reset the current texture filename in image controls when ↵jmarshallnz
we free it's resources. Partly addresses #9926. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@33008 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-21[WIN32] improve DirectSound device creation loggingCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32999 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-19changed: Introduce a <VideoTimeSeek> block to keymaps to handle the ↵jmarshallnz
Select/Enter key during fullscreen video. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32935 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-18fixed: compile warnings (double->float)jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32920 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-17[WIN32] removed USE_LIBA52_DECODER, USE_LIBDTS_DECODER and ↵wiso
HAS_AC3_CDDA_CODEC from system.h as they're not in use anymore git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32870 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-14fixed: Reinitialize lirc when the device is set. fixes #9879 "option ↵althekiller
--lircdev doesn't work" git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32777 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-13Fixed: Don't busywait for navsounds to finish.althekiller
Fixed: Don't wait indefinitely for nav sounds to finish. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32762 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-13[WIN32] changed: defensive programming - systematically disable the stages ↵CrystalPT
we're not interested in git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32749 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-08changed, there's no reason to be timing skin loads unless under debugdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32596 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-07cleanup: Removed unused ScaleElement functionjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32571 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-07cleanup: Removed depreciated XML tagsjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32570 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-07cleanup: get rid of unused <rangemin>,<rangemax> parameters to the progress ↵jmarshallnz
control git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32569 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-07cleanup: Get rid of unneeded functions in GUIControlFactoryjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32568 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-07changed: Move constant resolving to XML load time.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32567 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-07added: NameStr() method to TiXmlAttributejmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32566 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-07changed: Do <include> resolving recursively on XML load, rather than ↵jmarshallnz
piecemeal throughout the loading process. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32565 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-08-03[WIN32] changed: always place the YUV buffers for dvdplayer in system memory ↵CrystalPT
and copy to video memory before running the shaders. Not less efficient, we're explicitely doing the copy instead of letting D3D do it for us. Helps with auto refresh rate: the textures don't need to be released on device loss, meaning they can be locked for dvdplayer wihtout interfering. Hopefully also helps with ticket #9476. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32438 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-31[WIN32] changed: better error reporting for vertex bufferCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32368 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-30fixed: get rid of unnecessary utf8 convert in CGUITextureManager::Load, we ↵taxigps
do the convert with io functions in DllLoader. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32344 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-29removed: old libbdnav sources aswell as the old mpls playback code.elupus
It has now been replaced by libbluray based playback git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32319 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-28fixed: text borders disappear on window resizeanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32253 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-28changed: make text borders wideranssih
Text borders (especially on large font sizes) were made noticiably smaller by the switch to freetype stroker. This changes them closer to their original size. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32252 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-28fixed: color tags affected text bordersanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32251 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-28fixed: Ticket #9760 - Visualisations aren't reinit'd on fullscreen/windowed ↵jmarshallnz
toggle git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32239 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-28changed: Get rid of the visualisation member in GUIWindowVisualisation as it ↵jmarshallnz
fails to track the actual visualisation held in GUIVisualisationControl. Fixes #9761. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32238 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-27added: support for using libbluray to play bdmv files (index.bdmv or *.mpls)elupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32232 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-25[WIN32] changed: better LockRect/UnlockRect and renderer error loggingCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32167 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-25changed: move ALIGN name from .h to .cpp to avoid clash with other ↵elupus
definitiosn of ALIGN git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32157 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-25changed: make sure texturemanager's are destroyed before graphiccontext ↵elupus
(they lock or read graphicscontext) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32156 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-25merged: r32141-r32144 from Dharma (apologies spiff!)jmarshallnz
fixed: Ensure the outline color is used when rendering outlined text, remove the unnecessary outline width parameter, and restore the outline to karaoke text (cherry picked from commit 5ce4a4c5065d274f150785e1d69357417fa08981) added: GetDefaultFont() routine to the fontmanager to retrieve the default font (nominally "font13") and create a bordered version. (cherry picked from commit af61074dc81522e1fbdf15e5c4b7e47afc8f29ee) changed: Move the debug information to use the new outlined text routines, and removed the old routines. (cherry picked from commit edf0a2118921f129219273f29bf5dcf58dbdf796) fixed: Control.GetLabel didn't work for togglebuttons. (cherry picked from commit c64018736195afc0762118469de8db6344ddf4b6) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32145 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-24changed: Switch RenderOutline to use a separate border font, inflated by ↵jmarshallnz
freetype rather than re-rendering the same text over and over. Fixes #9713. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32114 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-23See http://trac.xbmc.org/ticket/9665#comment:8renniej
Apply patch suggested by jmarshall. This is a mainly cosmetic change for consistency with the rest of the code. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32102 568bbfeb-2a22-0410-94d2-cc84cf5bfa90