aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Expand)Author
2010-09-18fixed: #10088 - inputlirc pakets wont be recognized, thanks to trackel.jmarshallnz
2010-09-16changed: use CThread for CDelayedMessage instead of CJob so we don't clog the...bobo1on1
2010-09-16added: option to pause the video during a refreshrate changebobo1on1
2010-09-14Add new action ACTION_PLAYER_PLAYPAUSE with action name "playpause".renniej
2010-09-13changed: switch to using namespace std; to avoid std::min/#define min sillies...jmarshallnz
2010-09-13[ARM] OpenGL ES2.0 shaders are now seperated into different glsl files, with ...mcgeagh
2010-09-10[WIN32] workaround Intel compressed texture issueCrystalPT
2010-09-08[ARM] Fixed: General OpenGL ES2.0 fixesmcgeagh
2010-09-08[ARM] Added: Additional gui shadersmcgeagh
2010-09-05fixed: Ensure we don't divide by zero in the scrollbar positioning code.jmarshallnz
2010-09-02introduce remotedelay instead of remoterepeat in AdvancedSettings. Allowing t...nadasb
2010-08-28fixed: Ensure ShortenPath is done at render time rather than during FrameMove...jmarshallnz
2010-08-28fixed: Ticket #9964 - Enabled/disabled status didn't get transferred to the u...jmarshallnz
2010-08-25[WIN32] build xbmc with support for libbluraywiso
2010-08-23fixed: missing outlines (ticket #9713, thanks sportica)CrystalPT
2010-08-22fixed: Multiimage controls weren't loading their info correctly if included i...jmarshallnz
2010-08-21fixed: Ensure any images that fail to load are free'd immediately on resource...jmarshallnz
2010-08-21fixed: Ensure we reset the current texture filename in image controls when we...jmarshallnz
2010-08-21[WIN32] improve DirectSound device creation loggingCrystalPT
2010-08-19changed: Introduce a <VideoTimeSeek> block to keymaps to handle the Select/En...jmarshallnz
2010-08-18fixed: compile warnings (double->float)jmarshallnz
2010-08-17[WIN32] removed USE_LIBA52_DECODER, USE_LIBDTS_DECODER and HAS_AC3_CDDA_CODEC...wiso
2010-08-14fixed: Reinitialize lirc when the device is set. fixes #9879 "option --lircde...althekiller
2010-08-13Fixed: Don't busywait for navsounds to finish.althekiller
2010-08-13[WIN32] changed: defensive programming - systematically disable the stages we...CrystalPT
2010-08-08changed, there's no reason to be timing skin loads unless under debugdavilla
2010-08-07cleanup: Removed unused ScaleElement functionjmarshallnz
2010-08-07cleanup: Removed depreciated XML tagsjmarshallnz
2010-08-07cleanup: get rid of unused <rangemin>,<rangemax> parameters to the progress c...jmarshallnz
2010-08-07cleanup: Get rid of unneeded functions in GUIControlFactoryjmarshallnz
2010-08-07changed: Move constant resolving to XML load time.jmarshallnz
2010-08-07added: NameStr() method to TiXmlAttributejmarshallnz
2010-08-07changed: Do <include> resolving recursively on XML load, rather than piecemea...jmarshallnz
2010-08-03[WIN32] changed: always place the YUV buffers for dvdplayer in system memory ...CrystalPT
2010-07-31[WIN32] changed: better error reporting for vertex bufferCrystalPT
2010-07-30fixed: get rid of unnecessary utf8 convert in CGUITextureManager::Load, we do...taxigps
2010-07-29removed: old libbdnav sources aswell as the old mpls playback code.elupus
2010-07-28fixed: text borders disappear on window resizeanssih
2010-07-28changed: make text borders wideranssih
2010-07-28fixed: color tags affected text bordersanssih
2010-07-28fixed: Ticket #9760 - Visualisations aren't reinit'd on fullscreen/windowed t...jmarshallnz
2010-07-28changed: Get rid of the visualisation member in GUIWindowVisualisation as it ...jmarshallnz
2010-07-27added: support for using libbluray to play bdmv files (index.bdmv or *.mpls)elupus
2010-07-25[WIN32] changed: better LockRect/UnlockRect and renderer error loggingCrystalPT
2010-07-25changed: move ALIGN name from .h to .cpp to avoid clash with other definitios...elupus
2010-07-25changed: make sure texturemanager's are destroyed before graphiccontext (they...elupus
2010-07-25merged: r32141-r32144 from Dharma (apologies spiff!)jmarshallnz
2010-07-24changed: Switch RenderOutline to use a separate border font, inflated by free...jmarshallnz
2010-07-23See http://trac.xbmc.org/ticket/9665#comment:8renniej
2010-07-23added: log details about enabled joysticks. thanks to dandelspiff_