Age | Commit message (Expand) | Author |
2009-10-06 | removed guilib/freetype2 as we use it from lib/freetype now | wiso |
2009-10-06 | [WIN32] removed pragma's for freetype linkage | wiso |
2009-10-06 | fixed: LIRC leaked sockets under certain conditions | althekiller |
2009-10-06 | added: Debug log when loading a .dds texture | jmarshallnz |
2009-10-05 | fixed: scalediffuse="false" was not functional for multiimage controls. | jmarshallnz |
2009-10-05 | changed: RECT -> CRect for the video view window. | jmarshallnz |
2009-10-05 | revert: r23420 - don't ASSuME the extension will be at the end of the file. ... | jmarshallnz |
2009-10-04 | changed: No need for the CUtil include to compare extensions. | jmarshallnz |
2009-10-04 | fixed: Cleaned up the DDSImage stuff so it can use our VFS. | jmarshallnz |
2009-10-04 | fixed: linux build after DDS addition | theuni |
2009-10-04 | added: DDS read support for textures. | jmarshallnz |
2009-10-04 | added: MakeDDS win32 target for conversion to .DDS format (DXT1 or DXT5) for ... | jmarshallnz |
2009-10-04 | changed: Moved image loading from CPicture to CBaseTexture as that is the mai... | jmarshallnz |
2009-10-03 | changed: no displayblanking in linux, don't try it | vdrfan |
2009-10-03 | added: Support for ARGB, DXT1 and DXT3 in textures in .xbt files. | jmarshallnz |
2009-10-03 | [osx] re-org cocoa calls and stick them where they belong. | davilla |
2009-10-02 | [osx] fixed, osx can handle including config.h now | davilla |
2009-10-01 | [WIN32] fixed: hijacking lirc define and lirc header for irserversuite was ha... | charlydoes |
2009-10-01 | fixed: fullscreen switching was broken if xbmc was launched with -fs commandl... | elupus |
2009-10-01 | fixed: no textures after switching between xpr and xbt enabled skins | vdrfan |
2009-10-01 | fixed: compiler warnings | vdrfan |
2009-10-01 | fixed: Scrolling of some labels wasn't working (info labels based on static c... | jmarshallnz |
2009-09-30 | added: Ticket #7187, TV Teletext support for DVB EBU Teletext streams | alwinus |
2009-09-30 | support proper kerning of fonts | yuvalt |
2009-09-29 | fixed: loading non-POT sized textures on GL-builds where POT sized are requir... | moby-uk |
2009-09-29 | Added: Win32 DX support for DXT compressed textures (also some typos and cosm... | elisemory |
2009-09-29 | [osx] no fseeko64 under osx, fseeko is 64-bit safe already | davilla |
2009-09-29 | changed: type change of the day: long long -> int64_t where reasonable, and r... | jmarshallnz |
2009-09-28 | fixed: Win32 build, and standard-typed XBTFReader (writer needs doing as well) | jmarshallnz |
2009-09-28 | fixed: LINUX build errors. | AlTheKiller |
2009-09-28 | revert: fixed: Compile errors on Linux. May need some attention on Windows (A... | arnova |
2009-09-28 | fixed: Compile errors on Linux. May need some attention on Windows | arnova |
2009-09-28 | support DXT5 textures with a new texture bundle(r) | yuvalt |
2009-09-28 | fixed: Error expression in CGUIWindow::LoadControl | taxigps |
2009-09-26 | [WIN32] fixed: build error. | charlydoes |
2009-09-26 | fixed: starting and stopping of lirc from builtin | bobo1on1 |
2009-09-25 | tweaked: minimal hold time before kicking in faster scroll speeds in lists. ... | jmarshallnz |
2009-09-25 | [WIN32] fixed: build errors due to StdString including PlatformIncludes inclu... | charlydoes |
2009-09-25 | fixed: We're using the result of CKey::GetUnicode() as wchar_t, so may as wel... | jmarshallnz |
2009-09-24 | fixed: White textures on fail of load, thanks to taxigps (ticket #7212) | jmarshallnz |
2009-09-24 | [WIN32] fixed compiler error + cosmetics | wiso |
2009-09-24 | GUITextureSDL is no longer needed | yuvalt |
2009-09-24 | changed: SDL inttypes -> stdinttypes | AlTheKiller |
2009-09-24 | removed: FRECT struct - use CRect instead. | jmarshallnz |
2009-09-24 | cleanup: GUIInfoColor.cpp/h -> GUIInfoTypes.cpp/h, and moved GUIInfoLabel in ... | jmarshallnz |
2009-09-23 | added: Ticket #5063 - color support in SRT formatted subtitles, thanks to tax... | jmarshallnz |
2009-09-23 | changed: DWORD -> unsigned int for frame-based timings, and moved to using CT... | jmarshallnz |
2009-09-23 | fixed: Animgifs within bundles weren't loading | jmarshallnz |
2009-09-23 | cleanup: Don't use HRESULT when a bool will do, plus removed some more __int6... | jmarshallnz |
2009-09-23 | [WIN32] fixed some _WIN32PC leftovers. | wiso |