aboutsummaryrefslogtreecommitdiff
path: root/xbmc/Application.cpp
AgeCommit message (Expand)Author
2011-06-08Merge pull request #176 from Montellese/jsonrpc_notificationsMontellese
2011-06-04Removed a few notifications and renamed them to use OnFoo as naming schemeTobias Arrskog
2011-06-04Preserve action name in CApplication::ProcessMouseJohn Rennie
2011-06-03cosmetic: tab to spacesMartin van Beurden
2011-06-02Merge pull request #166 from jhsrennie/masterJohn Rennie
2011-06-02changed: stop screensaver timer when going into suspend/hybernation to avoid ...Martin van Beurden
2011-06-02Move pointer even for ACTION_NOOPJohn Rennie
2011-06-01Handle mouse action routing to modal dialogs properlyJohn Rennie
2011-06-01Minor tidying up of loggingJohn Rennie
2011-06-01Correct typo in comment and make CMouseStat GetXXX functions constJohn Rennie
2011-05-31Allow mouse actions to be mapped through an XML file like key pressesJohn Rennie
2011-05-25Merge pull request #153 from jhsrennie/masterJohn Rennie
2011-05-25CApplication::OnAppCommand returns true or false not 1 or 0John Rennie
2011-05-24Allow WM_APPCOMMAND messages to be mappable like key pressesJohn Rennie
2011-05-24Merge pull request #147 from blinkseb/servicesSébastien Brochet
2011-05-19removed unused CApplication::ResetPlayTime, PAPlayer::ResetTime() and IPlayer...S. Davilla
2011-05-19changed: allow service addon to specify when it wants to start: at startup, o...Sébastien Brochet
2011-05-07[WIN32] "fixed" linking. somehow this is an unresolved symbol even though it ...WiSo
2011-05-01changed: Make m_coordsRes a RESOLUTION_INFO structure, and feed that to SetSc...Jonathan Marshall
2011-05-01Resume DVDsVoyager-xbmc
2011-04-21fixes #9684: show a warning notification if starting webserver, eventserver o...montellese
2011-04-18Renamed Playback -> PlayerTobias Arrskog
2011-04-14The Addon constructor will now check the version of the xbmc python api that ...Jim Carroll
2011-04-14Added the ability for a python script to instantiate an Addon instance withou...Jim Carroll
2011-04-14Merge branch 'DiscStub' of git://github.com/HarryMuscle/xbmc into HarryMuscle...Jonathan Marshall
2011-04-12clean up sdl mutex includes and add XBMC_MUTEXS. Davilla
2011-04-01JSONRPC: Initial commit for JSON schema service description based JSON RPC ha...montellese
2011-03-29Improve handling of stub files for systems with no DVD driveHarry Muscle
2011-03-29Add second line to the PlayEject dialogHarry Muscle
2011-03-29Add second line to the PlayEject dialogHarry Muscle
2011-03-28[all] refactor exit() handling into power managerS. Davilla
2011-03-28Add disc stub support for cataloging DVDs, Blurays etc. Addresses #10384.Harry Muscle
2011-03-24added: player.progresscache GUI info string displaying how much of file is ca...elupus
2011-03-19add startup notice message for FreeBSDFneufneu
2011-03-19[osx/ios] fixed. resolve special://frameworks for all three osx cases (xbmc.a...S. Davilla
2011-03-17Merge branch 'addon_dep_checking'Jonathan Marshall
2011-03-17moves UpdateRepos to the AddonInstaller classJonathan Marshall
2011-03-15[ios] final mergeS. Davilla
2011-03-14[ios] prep, exclusion of SDL which means replacements for SDL_cond, SDL_mutex...S. Davilla
2011-03-14[osx] preflight and XBMCHelper installed paths changedS. Davilla
2011-03-08merged: files_in_lib branch, removing the separate video files window and pla...Jonathan Marshall
2011-03-08cleanup: removed GUIWindowVideoFiles as it's no longer requiredJonathan Marshall
2011-03-05[osx] add support for searching the osx app frameworks dir for loading dylibsS. Davilla
2011-03-04don't allow LoadSkin() to run during an Unload/Reload cycleJonathan Marshall
2011-02-22added: advanced setting <jsonrpc><tcpport>9090</tcpport></jsonrpc> to be able...montellese
2011-02-17added: method of capturing videoframes from the renderer, from any threadbobo1on1
2011-02-05added: advancedsettings.xml option <splash> to disable startup splash image -...vdrfan
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
2011-01-22fix segmentation fault when shutting down while playing videoxbmc