aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
AgeCommit message (Collapse)Author
2011-09-26[WIN32] removed Debug and Release target from project file. Why are they ↵WiSo
back again?
2011-09-25[WIN32] fixed: wrong input in XBMC project.Sébastien Brochet
2011-09-20[fixed] Removed the FairMonitor as the windows condition variable ↵Jim Carroll
implementation and substituted it with a native implementation that follows the SDL logic - without using SDL.
2011-09-18[WIN32] added: hook up libjpeg-turbowsoltys
2011-09-18jsonrpc: refactor (Audio|Video|Picture)Player and (Audio|Video)Playlistmontellese
Merged AudioPlayer, VideoPlayer and PicturePlayer into Player (thanks topfs2) Merged AudioPlaylist and VideoPlaylist to replace Playlist and provide initial support for picture playlists (aka slideshows) Players/Playlists are no longer accessed by their media type (video, audio, picture) but by a unique ID. Active players/playlists (their ID and media type) can still be retrieved using Player.GetActivePlayers/Playlist.GetPlaylists Replaced Playlist.State with Playlist.GetProperties Replaced Player.State, Player.GetTime and Player.GetPercentage with Player.GetProperties Removed Playlist.SkipPrevious and Playlist.SkipNext (use Player.GoPrevious and Player.GoNext instead) The following methods have been moved from the Playlist to the Player namespace: Play (renamed to Open), Shuffle, UnShuffle, Repeat Refactored notifications for the Player namespace Unified naming of position/item/index parameters in Player and Playlist namespaces Merged XBMC.Play and XBMC.StartSlideshow into Player.Open Make Playlist.Add, Playlist.Clear and Player.Open work for picture playlists (closes #11219) Removed (Big|Small)Skip(Forward|Backward) from Player namespace Replace Rewind and Forward with SetSpeed in Player namespace Replace "value" parameter in "Player.SeekTime" with time struct parameters (thanks darwin; closes #11474) Merge SeekTime, SeekPercentage and (Small|Big)Skip(Forward|Backward) into Seek in Player namespace
2011-09-11enabled HAS_FILESYSTEM_NFS and fixed compilationwsoltys
2011-09-05jsonrpc: moved GetProperties, SetVolume, ToggleMute and Quit from XBMC to ↵montellese
new Application namespace
2011-09-05[WIN32] changed: opengl debug target should not require the directsdk ↵WiSo
anymore. It build without the install directory of the sdk but I dunno if there're some other libs installed somewhere else which I didn't spotted.
2011-08-18Merge pull request #352 from pieh/conditional_onXpieh
Add optional condition attribute to <onfoo condition="bar">blah</onfoo>
2011-08-15replace CGUIActionDescriptor and int navigation members with unified CGUIActionpieh
2011-08-14[move] - move InertialScrollingHandler.cpp/.h to input dir - thx spiffMemphiz
2011-08-06[WIN32] removed platform.select.h from xbmc projectfileMartin van Beurden
2011-08-06[WIN32] fixed build, TARGET_WINDOWS was not defined in UnrarXLib projectfileMartin van Beurden
2011-08-02add InfoBool classes for caching of boolean conditions and expressionsJonathan Marshall
2011-08-01get rid of depreciated buttonscroller controlJonathan Marshall
2011-07-30[fixed] replaced the Vista (or later) only implementation of the ↵Jim Carroll
ConditionVariable
2011-07-22Add CTimeSmoother class for smoothing timestampsJonathan Marshall
2011-07-20[WIN32] Added SystemClock.h/.cpp to the project to fix the buildCrystalP
2011-07-20[cosmetic] renamed platform.select to platform.select.h so that it would be ↵Jim Carroll
more obvious what it is.
2011-07-20[win] Updated project for removal of boost.Jim Carroll
2011-07-20Added a windows native threading implementation.Jim Carroll
2011-07-20[WIN32] Updated Project files for pluggable threading.jimfcarroll
2011-07-18add 3GPP/TX3G (aka MPEG-4 Timed Text) Subtitle support, millions of ↵davilla
XBMC/Handbrake cry out in joy
2011-07-12Ticket #5773: Added functionality to automatically choose the best audio ↵David Teirney
stream based on the codec and the number of channels as long as a default stream isn't specified.
2011-07-10[WIN32] synced debug target include paths with release. Should avoid further ↵WiSo
breakage of *nix compilation.
2011-07-10[win32] remove xbmc/utils from additional include paths in .vsproj to avoid ↵pieh
breaking build on other systems
2011-07-07Merge pull request #252 from elupus/rendercleanJoakim Plate
Cleanup of rendermanager and dvdplayer's usage of it
2011-07-06removed: old sdl based video rendererelupus
2011-07-04[win32] - syncing vc++ projectunknown
2011-06-27Merge pull request #184 from pieh/python_editControlpieh
Add xbmcgui.editcontrol class for python
2011-06-26Merge pull request #222 from jmarshallnz/dimblackfixjmarshallnz
Move Dim/Black screensavers to the window manager (fixes dirty-region rendering)
2011-06-27move dim/black screensaver to the windowmanagerJonathan Marshall
2011-06-26[WIN32] enabled /MP by disabling /GM. /MP is much faster on multi core ↵WiSo
systems than minimal build.
2011-06-26[WIN32] fixed: link error in opengl build.Martin van Beurden
2011-06-26[WIN32] switch back to libmicrohttpd 0.4.5 since 0.9.12 won't stop in ↵WiSo
certain cases and hang XBMC. But we download the old version via our dep downloader now.
2011-06-26[WIN32] enabled multi processor compilation (was there a reason that it was ↵WiSo
disabled?)
2011-06-24[WIN32] removed unneeded include directoriesWiSo
2011-06-24[WIN32] changed: use libmicrohttpd 0.9.12WiSo
2011-06-23[WIN32] removed unexisting files from solutionSébastien
2011-06-23[WIN32] fixed release buildWiSo
2011-06-23[WIN32] fixed debug target linking by ignoring msvcprtdWiSo
2011-06-23[WIN32] removed XCriticalSection.cpp/.hWiSo
2011-06-23[WIN32] added Interruptible.cpp/.h and ThreadLocal.cpp to projectWiSo
2011-06-23[WIN32] added Condition.h/cpp to projectWiSo
2011-06-23[WIN32] removed Mutex.h/cpp from projectWiSo
2011-06-23[WIN32] removed CriticalSection.cpp, SharedSection.cpp and SingleLock.cpp ↵WiSo
from project
2011-06-21added: build libavfilter and add dll loader for itelupus
Original Author: CrHasher <farkas.szilard@gmail.com>
2011-06-18Added: xbmcgui.editcontrol class for python. Closes #11580.pieh
2011-06-18[WIN32] fixed: removed unexisting header zconf.h from VS solution.Sébastien Brochet
2011-06-16Merge branch 'dirty-region-rebase'Jonathan Marshall
* dirty-region-rebase: (97 commits) fix dirty region processing of edit controls fix dirty region processing of button label text fixed: vis control rendering was off due to setting invalid viewports Have mouse pointer by default as over all other dialogs move debug info rendering to the windowmanager move UpdateModelessDialogs into CGUIWindowManager::Process() Moved processing from Render into Process in GUIProgressControl fixed: rss controls sometimes don't specify a <height>, so ensure we calculate the render region correctly unify setting of visible state, and mark control as invalid when state changes no need for SetVisible in CGUISpinControlEx fix rendering of screen calibration - always dirty for now (video playback is often on this screen fix marking of resize and mover control get selectbutton rendering and marking correctly fixed toggle button marking dirty mark fullscreen video window as dirty (it almost certainly is) every frame: fixed rendering of bordered images and mark correctly make dirty region visualisation a little clearer CGUIControlGroup::SetInvalid() should not necessarily invalidate it's children. If the group is invalid they'll likely be re-rendered anyway. only visible or dirty controls contribute to controlgroup renderrect mark screen dirty during screensaver render, and correctly mark mouse pointer - screensaver needs further work ... Conflicts: XBMC-ATV2.xcodeproj/project.pbxproj XBMC-IOS.xcodeproj/project.pbxproj XBMC.xcodeproj/project.pbxproj project/VS2010Express/XBMC.vcxproj.filters xbmc/settings/AdvancedSettings.cpp