Age | Commit message (Expand) | Author |
2010-11-29 | removed: last traces of libshout. | theuni |
2010-11-29 | fixed: No need to restrict parameter passing to the virtual video + music win... | jmarshallnz |
2010-11-26 | fixed: some mem leaks spotted by valgrind (there are many many others) | elupus |
2010-11-21 | Fixed so compile worked when disabling optical | topfs2 |
2010-11-21 | Added a configure option --disable-optical-drive | topfs2 |
2010-11-17 | cosmetic: indenting | jmarshallnz |
2010-11-17 | fixed: SetClipRegion call usage was incorrect in multiimage, textbox and cont... | jmarshallnz |
2010-11-15 | fixed: multiimage controls with <imagepath> contained in Textures.xbt didn't ... | jmarshallnz |
2010-11-14 | fixed: textboxes in lists didn't respect the repeat attribute. | jmarshallnz |
2010-11-09 | fixed: enabling the asap codec didn't work. part of ticket #10660 | spiff_ |
2010-11-09 | fixed: properly use SDL_JoystickIndex instead of list index. thanks to moses.... | spiff_ |
2010-11-02 | fixed: Unused alpha value in button scroller, closes #10612 | monkeyman_67156 |
2010-11-02 | added: ISerializable interface, in order to serialize object into a CVariant ... | blinkseb |
2010-11-02 | partial revert: r35116, Revert changes to Texture.cpp | monkeyman_67156 |
2010-11-02 | Fix Some Clang Static Analysis Warnings, #10612. | monkeyman_67156 |
2010-10-22 | fixed: use TMSG_MEDIA_UNPAUSE for unpausing after the refreshrate switch, thi... | bobo1on1 |
2010-10-12 | changed: move even more globals construction/destruction into the same compil... | elupus |
2010-10-12 | changed: simplify SystemGlobals by just putting all global objects in one com... | elupus |
2010-10-07 | changed: make sure irssi code tries to connect to all local addresses. | elupus |
2010-10-07 | fixed: all LIRC repeats were not registered (regression of r33958) | anssih |
2010-10-03 | [WIN32] fix GL build | CrystalPT |
2010-10-03 | [WIN32] fixed stutter with chinese external subs on Vista+ (ticket #10035) | CrystalPT |
2010-09-29 | cleanup: Get rid of unneeded utf8Left function | jmarshallnz |
2010-09-25 | fixed: use utf-16 on character uppercase | blinkseb |
2010-09-25 | changed: the sort label should be utf-16 for proper sorting | blinkseb |
2010-09-18 | fixed: #10088 - inputlirc pakets wont be recognized, thanks to trackel. | jmarshallnz |
2010-09-16 | changed: use CThread for CDelayedMessage instead of CJob so we don't clog the... | bobo1on1 |
2010-09-16 | added: option to pause the video during a refreshrate change | bobo1on1 |
2010-09-14 | Add new action ACTION_PLAYER_PLAYPAUSE with action name "playpause". | renniej |
2010-09-13 | changed: 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 issue | CrystalPT |
2010-09-08 | [ARM] Fixed: General OpenGL ES2.0 fixes | mcgeagh |
2010-09-08 | [ARM] Added: Additional gui shaders | mcgeagh |
2010-09-05 | fixed: Ensure we don't divide by zero in the scrollbar positioning code. | jmarshallnz |
2010-09-02 | introduce remotedelay instead of remoterepeat in AdvancedSettings. Allowing t... | nadasb |
2010-08-28 | fixed: Ensure ShortenPath is done at render time rather than during FrameMove... | jmarshallnz |
2010-08-28 | fixed: Ticket #9964 - Enabled/disabled status didn't get transferred to the u... | jmarshallnz |
2010-08-25 | [WIN32] build xbmc with support for libbluray | wiso |
2010-08-23 | fixed: missing outlines (ticket #9713, thanks sportica) | CrystalPT |
2010-08-22 | fixed: Multiimage controls weren't loading their info correctly if included i... | jmarshallnz |
2010-08-21 | fixed: Ensure any images that fail to load are free'd immediately on resource... | jmarshallnz |
2010-08-21 | fixed: Ensure we reset the current texture filename in image controls when we... | jmarshallnz |
2010-08-21 | [WIN32] improve DirectSound device creation logging | CrystalPT |
2010-08-19 | changed: Introduce a <VideoTimeSeek> block to keymaps to handle the Select/En... | jmarshallnz |
2010-08-18 | fixed: compile warnings (double->float) | jmarshallnz |
2010-08-17 | [WIN32] removed USE_LIBA52_DECODER, USE_LIBDTS_DECODER and HAS_AC3_CDDA_CODEC... | wiso |
2010-08-14 | fixed: Reinitialize lirc when the device is set. fixes #9879 "option --lircde... | althekiller |
2010-08-13 | Fixed: Don't busywait for navsounds to finish. | althekiller |
2010-08-13 | [WIN32] changed: defensive programming - systematically disable the stages we... | CrystalPT |