aboutsummaryrefslogtreecommitdiff
path: root/guilib
AgeCommit message (Collapse)Author
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp
2011-01-22fixed: guard access to g_SkinInfoCrystalP
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-23pvr: remove the requirement of a unique ID per EPG tagLars Op den Kamp
2011-01-10Merge remote branch 'upstream/master'Lars Op den Kamp
Conflicts: .gitignore
2011-01-08added: slider for vertical shift of video image (thanks Aardvark) ticket #10113bobo1on1
2011-01-07Merge remote branch 'upstream/master'Lars Op den Kamp
2011-01-07fixed: show Git revision number instead of SVN. commiting for TheUniamet
2011-01-04Merge remote branch 'upstream/master'Lars Op den Kamp
Fixed conflicts: addons/skin.confluence/720p/DialogFullScreenInfo.xml addons/skin.confluence/720p/Home.xml addons/skin.confluence/720p/PlayerControls.xml addons/skin.confluence/720p/Settings.xml addons/skin.confluence/720p/SettingsSystemInfo.xml addons/skin.confluence/720p/VideoFullScreen.xml addons/skin.confluence/720p/VideoOSD.xml addons/skin.confluence/720p/custom_SkinSetting_1111.xml addons/skin.confluence/720p/defaults.xml addons/skin.confluence/720p/includes.xml addons/skin.confluence/language/English/strings.xml language/Dutch/strings.xml project/VS2008Express/XBMC for Windows.sln project/VS2008Express/XBMC.vcproj project/VS2008Express/guilib.vcproj xbmc/addons/AddonDll.h
2011-01-04fixed: memory leak in irserversuit code. part of ticket #10929spiff
2011-01-04fixed: realloc may not free stuff properly. check and abort. part of ticket ↵spiff
#10929
2011-01-04added: support ranges and steps in slide control. thanks to alanwww1 and ↵spiff
crystalp. part of #10998
2011-01-04Fix CRLFCory Fields
2011-01-04pvr: fix crash on mouse movement over the EPG timeline when it contains only ↵Marcel Groothuis
a few channels; pvr: fix compile warnings
2011-01-04pvr code reshuffleLars Op den Kamp
2011-01-04pvr: more refactoring of the epg codeLars Op den Kamp
2011-01-04pvr: refactor PVREpgs: some cleaning, using linked list to keep track of ↵Lars Op den Kamp
what's on now and next, cleanup build deps a bit.
2011-01-04refactor round #2: split up EPG codeLars Op den Kamp
2011-01-04pvr: refactor part 1Lars Op den Kamp
2011-01-04merge pvr-testing2 svn rev 32591 into trunkLars Op den Kamp
2010-12-20added: if we changed the refreshrate, then always check if forced in the ↵bobo1on1
videoreferenceclock, helps if RRScreenChangeNotify never gets sent git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35658 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-19cosmetic: drop unused functions from CGraphicContextelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35655 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-19changed: drop SetFullScreenWindow and calculate this on the fly in ↵elupus
GetViewWindow when fullscreen git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35654 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-13changed: Ensure CGUIWindow::Initialize returns false if the window manager ↵jmarshallnz
isn't configured, and also ensure dialogs don't pop up. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35626 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-13fixed: crash in the fadelabel control if the font couldn't be found - thanks ↵jmarshallnz
to Voyager-xbmc git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35625 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-06fixed: #10841 - Control.SetFocus(id,position) failed for position > items.size()jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35579 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-29removed: last traces of libshout.theuni
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35524 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-29fixed: No need to restrict parameter passing to the virtual video + music ↵jmarshallnz
windows. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35509 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-26fixed: some mem leaks spotted by valgrind (there are many many others)elupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35473 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-21Fixed so compile worked when disabling opticaltopfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35376 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-21Added a configure option --disable-optical-drivetopfs2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35375 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-17cosmetic: indentingjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35308 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-17fixed: SetClipRegion call usage was incorrect in multiimage, textbox and ↵jmarshallnz
containers, resulting in incorrect clipping during scrolling in containers. Added doxy to prevent a reoccurence. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35307 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-15fixed: multiimage controls with <imagepath> contained in Textures.xbt didn't ↵jmarshallnz
work unless the directory inside media/ also existed. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35269 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-14fixed: textboxes in lists didn't respect the repeat attribute.jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35258 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-09fixed: enabling the asap codec didn't work. part of ticket #10660spiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35223 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-09fixed: properly use SDL_JoystickIndex instead of list index. thanks to ↵spiff_
moses.palmer git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35220 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-02fixed: Unused alpha value in button scroller, closes #10612 monkeyman_67156
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35141 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-02added: ISerializable interface, in order to serialize object into a CVariant ↵blinkseb
container. To prevent conflicts, existing ISerializable interface was renamed to IArchivable. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35123 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-02partial revert: r35116, Revert changes to Texture.cppmonkeyman_67156
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35121 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-11-02Fix Some Clang Static Analysis Warnings, #10612.monkeyman_67156
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35116 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-22fixed: use TMSG_MEDIA_UNPAUSE for unpausing after the refreshrate switch, ↵bobo1on1
this prevents the player from pausing if the user has unpaused already git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34939 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-12changed: move even more globals construction/destruction into the same ↵elupus
compilation unit git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34722 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-12changed: simplify SystemGlobals by just putting all global objects in one ↵elupus
compilation unit instead of struct git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34721 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-07changed: make sure irssi code tries to connect to all local addresses.elupus
Ps. Old code tried to connect to real assigned addresses not loopback. New code tries to connect to loopback addresses instead as imho it doesn't make sence not to. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34545 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-07fixed: all LIRC repeats were not registered (regression of r33958)anssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34541 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-03[WIN32] fix GL buildCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34379 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-10-03[WIN32] fixed stutter with chinese external subs on Vista+ (ticket #10035)CrystalPT
- replaced the memory copy routine. D3DXLoadSurfaceFromSurface is much slower than memcpy - locking a texture in the default pool requires a slow copy (esp. with ATI) from vidmem to sysmem, which causes the stutter. -> fix: additional texture for the default pool situation, to keep an extra copy of the font texture in system memory. Work on/reallocate that copy then upload to the default pool texture for rendering git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34377 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-29cleanup: Get rid of unneeded utf8Left functionjmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34299 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-09-25fixed: use utf-16 on character uppercaseblinkseb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34180 568bbfeb-2a22-0410-94d2-cc84cf5bfa90