aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Expand)Author
2010-11-29removed: last traces of libshout.theuni
2010-11-29fixed: No need to restrict parameter passing to the virtual video + music win...jmarshallnz
2010-11-26fixed: some mem leaks spotted by valgrind (there are many many others)elupus
2010-11-21Fixed so compile worked when disabling opticaltopfs2
2010-11-21Added a configure option --disable-optical-drivetopfs2
2010-11-17cosmetic: indentingjmarshallnz
2010-11-17fixed: SetClipRegion call usage was incorrect in multiimage, textbox and cont...jmarshallnz
2010-11-15fixed: multiimage controls with <imagepath> contained in Textures.xbt didn't ...jmarshallnz
2010-11-14fixed: textboxes in lists didn't respect the repeat attribute.jmarshallnz
2010-11-09fixed: enabling the asap codec didn't work. part of ticket #10660spiff_
2010-11-09fixed: properly use SDL_JoystickIndex instead of list index. thanks to moses....spiff_
2010-11-02fixed: Unused alpha value in button scroller, closes #10612 monkeyman_67156
2010-11-02added: ISerializable interface, in order to serialize object into a CVariant ...blinkseb
2010-11-02partial revert: r35116, Revert changes to Texture.cppmonkeyman_67156
2010-11-02Fix Some Clang Static Analysis Warnings, #10612.monkeyman_67156
2010-10-22fixed: use TMSG_MEDIA_UNPAUSE for unpausing after the refreshrate switch, thi...bobo1on1
2010-10-12changed: move even more globals construction/destruction into the same compil...elupus
2010-10-12changed: simplify SystemGlobals by just putting all global objects in one com...elupus
2010-10-07changed: make sure irssi code tries to connect to all local addresses.elupus
2010-10-07fixed: all LIRC repeats were not registered (regression of r33958)anssih
2010-10-03[WIN32] fix GL buildCrystalPT
2010-10-03[WIN32] fixed stutter with chinese external subs on Vista+ (ticket #10035)CrystalPT
2010-09-29cleanup: Get rid of unneeded utf8Left functionjmarshallnz
2010-09-25fixed: use utf-16 on character uppercaseblinkseb
2010-09-25changed: the sort label should be utf-16 for proper sortingblinkseb
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