2011-08-24 |
sonic | Changed some dependencies. Now plain 'make' builds...
|
commit | commitdiff | tree |
2011-08-24 |
sonic | Do not try to access protected locations
|
commit | commitdiff | tree |
2011-08-24 |
sonic | - Added variant-specific target to 'boot'
|
commit | commitdiff | tree |
2011-08-24 |
sonic | Separated Java portion mmakefile
|
commit | commitdiff | tree |
2011-08-24 |
sonic | Added some rules and files for automatic bootstrap...
|
commit | commitdiff | tree |
2011-08-24 |
sonic | Add .exe suffix to symlinked (actually copied) binaries...
|
commit | commitdiff | tree |
2011-08-24 |
sonic | Add .exe suffix to symlinked (actually copied) binaries...
|
commit | commitdiff | tree |
2011-08-24 |
sonic | - Write SYSV function definitions into FD files, MorphOS...
|
commit | commitdiff | tree |
2011-08-24 |
sonic | Don't write empty FDs. No more trash in fd directory.
|
commit | commitdiff | tree |
2011-08-24 |
sonic | Added targets for building Java bootstrap using ant
|
commit | commitdiff | tree |
2011-08-24 |
sonic | Check for Apache Ant, needed for Android-hosted
|
commit | commitdiff | tree |
2011-08-24 |
sonic | Fixed symlinks recreation
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Don't generate stub linklibs for class libraries and...
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Fixed a typo
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Removed unneeded import, no more warning
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Implemented displaying alerts in Android GUI, untested
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Reinitialize modules list, needed for Android
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Make sure unixio.hidd is open
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Reverted to UnixIO version, with small fixes. Much...
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Supply also errno pointer in UnixIOBase. Helps to avoid...
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Explicitly set correct prompt since the shell isn't...
|
commit | commitdiff | tree |
2011-08-23 |
sonic | - Use unixio.hidd Wait method instead of busyloop polling
|
commit | commitdiff | tree |
2011-08-23 |
sonic | - Implemented early return in Wait method if the descriptor...
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Use hostlib.resource lock instead of Forbid()/Permit...
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Set correct error code if there's no appropriate screenmode
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Implemented cold and warm reboot. Cold reboot works...
|
commit | commitdiff | tree |
2011-08-23 |
sonic | Restructurization, prepare to handle warm and cold...
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Broken pipe doesn't cause process exit, only display...
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Improved reliability. Don't throw false exceptions...
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Disabled uneeded debug
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Given some useful permissions. Fonts work correctly...
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Changed menu behavior in sticky mode. Item is now selected...
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Enforce focus in touch mode. Fixes losing input focus
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Added missing break, keyboard actually works
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Actually send cmd_Flush
|
commit | commitdiff | tree |
2011-08-22 |
sonic | - Implemented basic support for keyboard, not tested yet
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Added some MorphOS-compatible definitions for PC keys
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Added view ID, don't lose input focus any more
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Fixed updating screen, don't leave 1-pixel stripes...
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Use native bitmap API (level 8 = Android 2.2). Great...
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Enable different screen resolutiions
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Optimizations, display server runs faster now. More...
|
commit | commitdiff | tree |
2011-08-22 |
sonic | Optimization, reduced number of #ifdef's
|
commit | commitdiff | tree |
2011-08-21 |
sonic | Added forgotten include, sorry
|
commit | commitdiff | tree |
2011-08-21 |
sonic | Enforce cross-compile if building other than Windows...
|
commit | commitdiff | tree |
2011-08-21 |
sonic | - Moved some generic PPC definitions to asm/ppc/cpu.h
|
commit | commitdiff | tree |
2011-08-21 |
sonic | - Removed --no-remap command line option
|
commit | commitdiff | tree |
2011-08-18 |
sonic | Split up trackball events into two (movement then button...
|
commit | commitdiff | tree |
2011-08-18 |
sonic | - Moved optimized chunky->chunky CopyBox implementation...
|
commit | commitdiff | tree |
2011-08-18 |
sonic | Fixed optimized method calls in graphics.hidd:
|
commit | commitdiff | tree |
2011-08-18 |
sonic | graphics.hidd optimization:
|
commit | commitdiff | tree |
2011-08-18 |
sonic | A little bit optimized fakegfx.hidd code. Don't use...
|
commit | commitdiff | tree |
2011-08-17 |
sonic | - Fixed warning
|
commit | commitdiff | tree |
2011-08-17 |
sonic | Added forgotten errno pointer assignment
|
commit | commitdiff | tree |
2011-08-17 |
sonic | - Don't use hostlib's lock for protecting singletone...
|
commit | commitdiff | tree |
2011-08-17 |
sonic | Mouse support works
|
commit | commitdiff | tree |
2011-08-17 |
sonic | Allow to specify different Android SDK and NDK targets...
|
commit | commitdiff | tree |
2011-08-17 |
sonic | Added nonfunctional keyboard and mouse HIDDs
|
commit | commitdiff | tree |
2011-08-17 |
sonic | Added a note
|
commit | commitdiff | tree |
2011-08-17 |
sonic | Specified minimum API level, fixed build warning
|
commit | commitdiff | tree |
2011-08-17 |
sonic | - Rewritten server procotol once more. Now back- and...
|
commit | commitdiff | tree |
2011-08-16 |
sonic | Make sure intermediate directory is created. %rule_assemble_...
|
commit | commitdiff | tree |
2011-08-16 |
sonic | Disabled some unneeded debug output
|
commit | commitdiff | tree |
2011-08-16 |
sonic | Use correct color masks
|
commit | commitdiff | tree |
2011-08-16 |
sonic | - Don't allow to create bitmaps smaller than screen...
|
commit | commitdiff | tree |
2011-08-16 |
sonic | Debug output made more consistent
|
commit | commitdiff | tree |
2011-08-16 |
sonic | Just a W.I.P...
|
commit | commitdiff | tree |
2011-08-16 |
sonic | Work around impossibility to create con* file in Windows...
|
commit | commitdiff | tree |
2011-08-16 |
sonic | Implemented all basic functions. The driver doesn't...
|
commit | commitdiff | tree |
2011-08-16 |
sonic | Added androidgfx.hidd to Android BSP by default
|
commit | commitdiff | tree |
2011-08-16 |
sonic | - Fixed all bugs.
|
commit | commitdiff | tree |
2011-08-15 |
sonic | Implemented nostartup= option. If set to 'no' lets...
|
commit | commitdiff | tree |
2011-08-15 |
sonic | Added some missing CRs, OpenFirmware console needs...
|
commit | commitdiff | tree |
2011-08-15 |
sonic | A very early trial. Objective: run something on Pegasos...
|
commit | commitdiff | tree |
2011-08-15 |
sonic | Allow to include variant-specific options
|
commit | commitdiff | tree |
2011-08-15 |
sonic | - Added -quick metatarget
|
commit | commitdiff | tree |
2011-08-15 |
sonic | Feels better, able to receive cmd_Query. Crashes during...
|
commit | commitdiff | tree |
2011-08-15 |
sonic | - Improved protocol design.
|
commit | commitdiff | tree |
2011-08-15 |
sonic | W.I.P. backup. Initializes display driver, finds Java...
|
commit | commitdiff | tree |
2011-08-15 |
sonic | On Windows mkdir has only one argument, fix the build
|
commit | commitdiff | tree |
2011-08-15 |
sonic | Map Linux-specific EREMOTEIO to EIO
|
commit | commitdiff | tree |
2011-08-14 |
sonic | These files are actual only for Efika, until the kernel...
|
commit | commitdiff | tree |
2011-08-14 |
sonic | - Fixed parsing serial debug parameters
|
commit | commitdiff | tree |
2011-08-13 |
sonic | - Use common fs package
|
commit | commitdiff | tree |
2011-08-12 |
sonic | Removed unneeded definitions
|
commit | commitdiff | tree |
2011-08-12 |
sonic | Supply full path to the bootstrap, from where it's...
|
commit | commitdiff | tree |
2011-08-12 |
sonic | Added Android support
|
commit | commitdiff | tree |
2011-08-12 |
sonic | - Removed own KrnPutChar() implementation, perform...
|
commit | commitdiff | tree |
2011-08-12 |
sonic | Implemented runtime debug for OpenLibrary(), helps...
|
commit | commitdiff | tree |
2011-08-12 |
sonic | Some optimizations
|
commit | commitdiff | tree |
2011-08-12 |
sonic | ABI v1: use BSD errno values instead of Linux ones...
|
commit | commitdiff | tree |
2011-08-12 |
sonic | Fixed a typo
|
commit | commitdiff | tree |
2011-08-12 |
sonic | Rework in progress...
|
commit | commitdiff | tree |
2011-08-11 |
sonic | Unclude unixio.hidd back into BSP. Needed for Android...
|
commit | commitdiff | tree |
2011-08-11 |
sonic | Dispose the object only when it exists
|
commit | commitdiff | tree |
2011-08-11 |
sonic | Some more work on bootstrap. Draft of display server...
|
commit | commitdiff | tree |
2011-08-11 |
sonic | - Create named pipe for display driver
|
commit | commitdiff | tree |
2011-08-11 |
sonic | Improved creation of Android project. Make symlinks...
|
commit | commitdiff | tree |
2011-08-11 |
sonic | Make RAM shared. This will assist KickTags support...
|
commit | commitdiff | tree |
2011-08-11 |
sonic | Reworked Android bootstrap. AROS is now stable, runs...
|
commit | commitdiff | tree |