Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-30 | [ios] fixed build | davilla | |
2011-09-29 | [sync] - xcodeprojects for ios/atv2/osx - and fixed atv2 xcode location of ↵ | Memphiz | |
infobool.cpp/h | |||
2011-09-26 | [sync] - xcode projects | Memphis | |
2011-09-19 | [osx/ios] cosmetics, keep libs in their include path group in linker settings | davilla | |
2011-09-18 | jpeg: osx/ios support | gimli | |
2011-09-18 | [osx/ios/atv2] - sync xcode projects | Memphiz | |
2011-09-08 | [sync] - ios/osx xcode projects | Memphiz | |
2011-09-05 | [osx/ios/atv2] sync xcode projects after 4e2f18f | amet | |
2011-08-29 | [change] - adapt buildsys for building OpenGLSpectrum on ios | Memphiz | |
- sync of xcode projects | |||
2011-08-23 | [sync] - sync buildsys/projects for linux,osx,ios for airplay support | Memphiz | |
2011-08-18 | [sync] - sync xcode projects after 55941de | Memphiz | |
2011-08-14 | [move] - move InertialScrollingHandler.cpp/.h to input dir - thx spiff | Memphiz | |
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 projects | Memphiz | |
2011-08-03 | [ios] sync xcode projects to 8cc004a9537066e773f394fbd404bf0d28be2c52 | davilla | |
2011-08-01 | get rid of depreciated buttonscroller control | Jonathan Marshall | |
2011-07-31 | [ios] changed compiler optimization levels for release build | davilla | |
2011-07-29 | Merge 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-22 | Add CTimeSmoother class for smoothing timestamps | Jonathan 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 these | davilla | |
2011-07-20 | [ios] remove libboost from linking, back to pthreads | davilla | |
2011-07-20 | [ios/atv2] - sync xcode projects | Memphiz | |
2011-07-18 | add 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 #265 | amet | |
2011-07-09 | do not strip debug symbols from release builds | davilla | |
2011-07-07 | [fix] - sync xcode projects after 5f3686ba | Memphiz | |
2011-07-06 | Merge pull request #247 from Memphiz/gesture2 | Memphiz | |
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 projects | Memphiz | |
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 projects | amet | |
2011-06-27 | move dim/black screensaver to the windowmanager | Jonathan Marshall | |
2011-06-24 | [ios/atv2] sync xcode projects | amet | |
2011-06-23 | fixed for remove-circ-deps | davilla | |
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 change | davilla | |
2011-06-19 | [osx/ios] change build system to use tools/darwin depends | davilla | |
2011-06-19 | [osx/ios] add TARGET_xxx defines to xcode projects | davilla | |
2011-06-18 | [atv2/ios] - syncing xcode projects for nfs support | Memphiz | |
2011-06-16 | Merge 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-16 | move debug info rendering to the windowmanager | Jonathan Marshall | |
2011-06-16 | Added dirtyregion tools | Tobias Arrskog | |
2011-06-14 | [ios/atv2] fix ios/atv2 build | amet | |
2011-06-13 | Merge pull request #180 from jmarshallnz/multiple_settings_files | Martin Ellis | |
Multiple settings files (rebased pull req 178/145) | |||
2011-06-13 | refactor app parameter parsing | Jonathan Marshall | |
2011-06-08 | Revert "[osx/ios] sync xcode projects" | Martin Ellis | |
This reverts commit 157b8ff4e441235f93f7955f35c504facfe1077b. | |||
2011-06-08 | [osx/ios] sync xcode projects | S. Davilla | |
2011-06-07 | [osx/ios] sync xcode projects to wavpack removal and clean up some stray bits | S. Davilla | |
2011-06-05 | [osx/ios] fixed, yajl missing from release builds | S. Davilla | |