aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-09[win32] @Montellese's addition of swig and doxygen win32 build dependencies.Jim Carroll
2012-09-09Add Groovy based codegenerator to tools.Jim Carroll
2012-09-09Add the groovy jars to be used in the codegenerator.Jim Carroll
2012-09-09Add a new native library that follows the Python API.Jim Carroll
2012-09-09[fix] code checked in that didn't compile.Jim Carroll
2012-09-09makefile.in clean up and add USE_OMXLIB to build controldavilla
2012-09-08Merge pull request #1310 from Karlson2k/AE_fix_1Damian Huckle
2012-09-08fixed broken build when HAS_DVD_DRIVE is not defineddavilla
2012-09-08Merge pull request #1390 from Voyager-xbmc/ae-fix-remappingDamian Huckle
2012-09-08[AE][WASAPI] inject initial buffer of silence on first play as WASAPI seems t...Damian Huckle
2012-09-08[AE] Restore navsounds to default soft-suspend mode now used over previous AE...Damian Huckle
2012-09-08fix FreeBSD build after 2d3c469Fneufneu
2012-09-08fixed compiler warning, SetFilePointer returns a DWORD, a DWORD is unsigned s...davilla
2012-09-08fixed build failure, use NULL for pointers not numbersdavilla
2012-09-08bump pvr addons versiondavilla
2012-09-08add default labels for GUIDialogAddonSettingspieh
2012-09-08GUIDialogBoxBase: if no label was defined, use default one on init, not deinitpieh
2012-09-08CGUIDialogAddonSettings::FreeSections() should free sectionspieh
2012-09-08fix compilation after c38a55e4montellese
2012-09-08Merge pull request #1038 from waven/discstubMartijn Kaijser
2012-09-08Merge pull request #1356 from fetzerch/bugfix-isostackMartijn Kaijser
2012-09-08Merge pull request #1225 from thebandit/trust-scraperMartijn Kaijser
2012-09-08Merge pull request #1283 from pieh/window_load_on_demandMichal Piechowiak
2012-09-08Merge pull request #1339 from wsoltys/iosupportwsoltys
2012-09-08moved GetTrayState(), CloseTray(), EjectTray and ToggleTray() to theWiSo
2012-09-08[airplay] - fix assignment operator (still crashing somewhere else - but it ...Memphiz
2012-09-08[airplay] - fix copy constructor of airplayserver - fixes crash which were ex...Memphiz
2012-09-08[ios/atv2] - fix the linkpath in check_xbmc_dylib_depends before iterating th...Memphiz
2012-09-08fix: ubuntu doesn't come with curl installed by default, apt-get itChris Roberts
2012-09-08Merge pull request #885 from blinkseb/harfbuzzSébastien Brochet
2012-09-08[WIN32] [libass] fixed heap corruption when using in debugSébastien Brochet
2012-09-08log: add window loadType to debug log on window loadpieh
2012-09-08adjust GUIWindowSystemInfo: clear labels on window deinitpieh
2012-09-08adjust GUIDialogSmartPlaylistRule: clear rule spinner before filling it, clea...pieh
2012-09-08adjust GUIDialogSmartPlaylistEditor: move playlist type specific configuratio...pieh
2012-09-08adjust GUIDialogTextViewer: reset textarea and heading controls after deinitpieh
2012-09-08adjust GUIWindowFullscreen: don't toggle DynamicResourceAlloc, shuffle deinit...pieh
2012-09-08adjust GUIDialogSlider: nullify callbacks on window deinitpieh
2012-09-08adjust GUIDialogVideoScan: hide progress controls if not usedpieh
2012-09-08adjust GUIDialogPeripheralManager: we would run OnInitWindow twice due to not...pieh
2012-09-08adjust GUIDialogNetworkSetup: change control types only when we load window, ...pieh
2012-09-08adjust GUIDialogSelect: don't reset GUIViewControl when leaving window, clear itpieh
2012-09-08adjust GUIDialogMediaSource: clear list with paths on deinitpieh
2012-09-08adjust GUISlideShow: move stoping background loader to window deinitpieh
2012-09-08adjust GUIDialogBoxBase: store heading,lines,choices and set them when initin...pieh
2012-09-08adjust GUIDialogContextMenu: cleaning up initialization/deinitialization of d...pieh
2012-09-08keep these windows in memory, they're ready as-ispieh
2012-09-08regression fix: override SetInitialVisibility() in CGUIBaseContainer to force...pieh
2012-09-08store and reuse window xml root nodepieh
2012-09-08allow not to free memory (destroy controls objects) when exiting windowpieh