aboutsummaryrefslogtreecommitdiff
path: root/xbmc/Application.cpp
AgeCommit message (Expand)Author
2009-10-19cleanup: removed old legacy _XBOX and HAS_FTP_SERVER codevdrfan
2009-10-19added: GUI_MSG_RENDERER_LOST/RESET events, to specify when our renderer is lo...jmarshallnz
2009-10-14Moved Initialization and stop of HalManager inside HalProvider. Fixed check f...topfs2
2009-10-13Added an Initialization part of AdvancedSettings, MediaManager and all Storag...topfs2
2009-10-12Fixed includes I missed in r23628topfs2
2009-10-11Removed dead include, thx vdrfantopfs2
2009-10-11Added some abstraction of StorageDevice enumerationstopfs2
2009-10-11changed: remove nav sounds during playback setting - always disabledspiff_
2009-10-11changed: Removed the <navigatevirtualkeyboard> advanced setting, replacing it...jmarshallnz
2009-10-10changed: now wait for upnp to stop on quit to prevent crashc0diq
2009-10-10[all] another winapi nuke, QueryPerformanceCounter/QueryPerformanceFrequency ...davilla
2009-10-09changed: refactored handling of window show/hide/maximize/restore into platfo...moby-uk
2009-10-08cosmetics: removed redundant includesvdrfan
2009-10-07cleanup: DWORD -> unsigned int where used for timing, and variable names. Ti...jmarshallnz
2009-10-07fixed: AppleRemotemaestrodd
2009-10-07[all] replace winapi timeGetTime/GetTickCOunt with CTimeUtils::GetTimeMS. Wil...davilla
2009-10-07cosmetic: m_gWindowManager -> g_windowManager for consistency.jmarshallnz
2009-10-07changed: Get rid of the use of g_graphicsContext to send messages (all it did...jmarshallnz
2009-10-06fixed: Save the window size on resize. Position is still not saved.jmarshallnz
2009-10-04fixed: Ticket #7142 - Try harder to reconnect to LCDproc (thanks Aron Parsons!)vdrfan
2009-10-03fixed: Moved some files around to avoid circular symbol dependencies.AlTheKiller
2009-10-02updated: Ticket #7234 - move the code of disable system screensaver into WinS...taxigps
2009-10-01[WIN32] fixed: hijacking lirc define and lirc header for irserversuite was ha...charlydoes
2009-10-01fixed: fullscreen switching was broken if xbmc was launched with -fs commandl...elupus
2009-09-30added: Ticket #7187, TV Teletext support for DVB EBU Teletext streamsalwinus
2009-09-30changed: perform startup scans after logging in if we're using the login scre...vdrfan
2009-09-29changed: long -> int in database functions.jmarshallnz
2009-09-25cosmetics: m_ prefix, whitespace, removed commented code, painted python bike...AlTheKiller
2009-09-25changed: Store buttoncodes in the ButtonTranslator as unsigned.jmarshallnz
2009-09-24changed: SDL inttypes -> stdinttypesAlTheKiller
2009-09-24cleanup: GUIInfoColor.cpp/h -> GUIInfoTypes.cpp/h, and moved GUIInfoLabel in ...jmarshallnz
2009-09-23changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller