aboutsummaryrefslogtreecommitdiff
path: root/XBMC-IOS.xcodeproj
AgeCommit message (Collapse)Author
2011-09-30[ios] fixed builddavilla
2011-09-29[sync] - xcodeprojects for ios/atv2/osx - and fixed atv2 xcode location of ↵Memphiz
infobool.cpp/h
2011-09-26[sync] - xcode projectsMemphis
2011-09-19[osx/ios] cosmetics, keep libs in their include path group in linker settingsdavilla
2011-09-18jpeg: osx/ios supportgimli
2011-09-18[osx/ios/atv2] - sync xcode projectsMemphiz
2011-09-08[sync] - ios/osx xcode projectsMemphiz
2011-09-05[osx/ios/atv2] sync xcode projects after 4e2f18famet
2011-08-29[change] - adapt buildsys for building OpenGLSpectrum on iosMemphiz
- sync of xcode projects
2011-08-23[sync] - sync buildsys/projects for linux,osx,ios for airplay supportMemphiz
2011-08-18[sync] - sync xcode projects after 55941deMemphiz
2011-08-14[move] - move InertialScrollingHandler.cpp/.h to input dir - thx spiffMemphiz
2011-08-08- sync xcode projects for atv2 and ios - for using the eglspect...huceke
2011-08-07[sync] - removed platform.select.h from xcode projectsMemphiz
2011-08-03[ios] sync xcode projects to 8cc004a9537066e773f394fbd404bf0d28be2c52davilla
2011-08-01get rid of depreciated buttonscroller controlJonathan Marshall
2011-07-31[ios] changed compiler optimization levels for release builddavilla
2011-07-29Merge branch 'log_frame_times'Jonathan Marshall
* log_frame_times: make CApplication::FrameMove conditional to cleanup ProcessRenderLoop Enable the timesmoother for frame times Add CTimeSmoother class for smoothing timestamps move update of frame time to immediately following flip, and pass in whether or not a flip occurred No need to call Process() in OnDeinitWindow as ProcessRenderLoop(true) does this Conflicts: xbmc/Application.cpp
2011-07-22[ios/atv2] - don't let gcc optimize debug builds!Memphiz
2011-07-22Add CTimeSmoother class for smoothing timestampsJonathan Marshall
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[ios] fixed, not sure why ios was even compiling thesedavilla
2011-07-20[ios] remove libboost from linking, back to pthreadsdavilla
2011-07-20[ios/atv2] - sync xcode projectsMemphiz
2011-07-18add 3GPP/TX3G (aka MPEG-4 Timed Text) Subtitle support, millions of ↵davilla
XBMC/Handbrake cry out in joy
2011-07-14[osx/ios/atv2] sync Xcode project after pull request #265amet
2011-07-09do not strip debug symbols from release buildsdavilla
2011-07-07[fix] - sync xcode projects after 5f3686baMemphiz
2011-07-06Merge pull request #247 from Memphiz/gesture2Memphiz
This will add inertial scrolling for ios (and all future touch devices which don't support it by os). Gestures for ios are mapped as follows: - double finger swipe left -> back - double finger tap -> right mouse - single finger tap -> left mouse - panning, and flicking - panning and flicking works for lists only at the moment ... scrollbars and stuff are only clickable (single tap), for now - solution for this will follow in some days i guess ...
2011-07-04[osx/ios/atv2] - synced xcode projectsMemphiz
2011-07-03[ios/atv2] Add Documentation folder containing README.ios to ios/atv2 xcode ↵Chris Lance
projects (to match osx project)
2011-06-27[osx/ios/atv2] sync xcode projectsamet
2011-06-27move dim/black screensaver to the windowmanagerJonathan Marshall
2011-06-24[ios/atv2] sync xcode projectsamet
2011-06-23fixed for remove-circ-depsdavilla
2011-06-20[osx/ios] - activated sftp support for osx, ios and atv2 - rebuild darwin ↵Memphiz
depends for usage
2011-06-19[osx/ios] missed a arm7 to armv7 changedavilla
2011-06-19[osx/ios] change build system to use tools/darwin dependsdavilla
2011-06-19[osx/ios] add TARGET_xxx defines to xcode projectsdavilla
2011-06-18[atv2/ios] - syncing xcode projects for nfs supportMemphiz
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
2011-06-16move debug info rendering to the windowmanagerJonathan Marshall
2011-06-16Added dirtyregion toolsTobias Arrskog
2011-06-14[ios/atv2] fix ios/atv2 buildamet
2011-06-13Merge pull request #180 from jmarshallnz/multiple_settings_filesMartin Ellis
Multiple settings files (rebased pull req 178/145)
2011-06-13refactor app parameter parsingJonathan Marshall
2011-06-08Revert "[osx/ios] sync xcode projects"Martin Ellis
This reverts commit 157b8ff4e441235f93f7955f35c504facfe1077b.
2011-06-08[osx/ios] sync xcode projectsS. Davilla
2011-06-07[osx/ios] sync xcode projects to wavpack removal and clean up some stray bitsS. Davilla
2011-06-05[osx/ios] fixed, yajl missing from release buildsS. Davilla