Oliver Brunner [Tue, 5 Nov 2013 15:57:21 +0000 (16:57 +0100)]
disabled spinlock protection for liblists again. AROS boots now again (sometimes). Nevertheless, the idea of spinlocks in Frobid might work, just for other cases.
Oliver Brunner [Mon, 4 Nov 2013 16:26:45 +0000 (17:26 +0100)]
better debug output
Oliver Brunner [Mon, 4 Nov 2013 16:25:58 +0000 (17:25 +0100)]
improved debug output
Oliver Brunner [Mon, 4 Nov 2013 16:21:29 +0000 (17:21 +0100)]
- moved THISCPU->ThisTask=NULL to the bottom, as we still need it for SpinLock function calls
- use ResetSpin in conjunction with KrnScheduling(KSCHED_RESET(-1))
- added some debugs, which should be removed again ;)
Oliver Brunner [Mon, 4 Nov 2013 16:18:57 +0000 (17:18 +0100)]
Don't use spinlocks for manual Forbid levels. We don't fix them here for normal Forbids/Permits either.
Oliver Brunner [Fri, 25 Oct 2013 12:36:45 +0000 (14:36 +0200)]
still WIP, but better
Oliver Brunner [Fri, 25 Oct 2013 12:10:11 +0000 (14:10 +0200)]
I hate that file..
Oliver Brunner [Fri, 25 Oct 2013 11:53:03 +0000 (13:53 +0200)]
ignore mmakefiles
Oliver Brunner [Fri, 25 Oct 2013 11:52:28 +0000 (13:52 +0200)]
ignore mmakefiles
Oliver Brunner [Fri, 25 Oct 2013 11:48:09 +0000 (13:48 +0200)]
build it again
Oliver Brunner [Fri, 25 Oct 2013 09:17:10 +0000 (11:17 +0200)]
AROS_SMP should be filled with aros_smp configure value
Oliver Brunner [Fri, 25 Oct 2013 08:26:57 +0000 (10:26 +0200)]
Merge remote branch 'remotes/origin/ABI_V1' into silly-smp-o1i
Oliver Brunner [Fri, 25 Oct 2013 08:26:39 +0000 (10:26 +0200)]
still fighting with merge conflict
Oliver Brunner [Fri, 25 Oct 2013 08:20:52 +0000 (10:20 +0200)]
resolve merge conflict
Oliver Brunner [Fri, 25 Oct 2013 08:06:49 +0000 (10:06 +0200)]
now calls kernel permit, to get system spinlock nesting right
Oliver Brunner [Fri, 25 Oct 2013 08:04:32 +0000 (10:04 +0200)]
adapted to new ResetSpin parameter
Oliver Brunner [Fri, 25 Oct 2013 08:03:56 +0000 (10:03 +0200)]
fixed Forbid fallback
Oliver Brunner [Fri, 25 Oct 2013 08:02:52 +0000 (10:02 +0200)]
added new Guru for illegal SpinLock access. Maybe needs to be added somewhere else?
Oliver Brunner [Fri, 25 Oct 2013 07:55:59 +0000 (09:55 +0200)]
changed return value
neil [Fri, 25 Oct 2013 06:40:28 +0000 (06:40 +0000)]
Tabs to spaces, more consistent formatting.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48319
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Fri, 25 Oct 2013 06:30:33 +0000 (06:30 +0000)]
Revalidate current value whenever MUIA_Numeric_(Min|Max) attributes are
set.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48318
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Fri, 25 Oct 2013 06:29:08 +0000 (06:29 +0000)]
- Refresh knob position and value whenever MUIA_Numeric_(Min|Max|Format)
attributes are set.
- Handle setting of MUIA_Slider_Horiz (does not revise layout yet
however).
- Handle getting of MUIA_Slider_Horiz.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48317
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Fri, 25 Oct 2013 02:00:09 +0000 (02:00 +0000)]
Added a new sub-tab containing five list types that can be manipulated
in various ways.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48316
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
Oliver Brunner [Thu, 24 Oct 2013 08:09:38 +0000 (10:09 +0200)]
renamed initspin to resetspin
Oliver Brunner [Thu, 24 Oct 2013 07:47:38 +0000 (09:47 +0200)]
protect OpenLibrary with a system spinlock (WIP)
Oliver Brunner [Thu, 24 Oct 2013 07:46:39 +0000 (09:46 +0200)]
skip TS_REMOVED tasks, too
Oliver Brunner [Thu, 24 Oct 2013 07:31:56 +0000 (09:31 +0200)]
renamed
Oliver Brunner [Thu, 24 Oct 2013 07:29:51 +0000 (09:29 +0200)]
added automatic system spinlock unlocking and locking
Oliver Brunner [Thu, 24 Oct 2013 07:26:35 +0000 (09:26 +0200)]
renamed initspin to resetspin
neil [Thu, 24 Oct 2013 03:13:30 +0000 (03:13 +0000)]
Allow the bounding values of numeric gadgets to be changed by the user.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48315
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Thu, 24 Oct 2013 03:03:40 +0000 (03:03 +0000)]
Allow notification of new integer values in a string gadget when return
key is pressed.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48314
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Thu, 24 Oct 2013 02:54:30 +0000 (02:54 +0000)]
Defined superset() macro for easy setting of an attribute through the
superclass.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48313
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Thu, 24 Oct 2013 02:05:49 +0000 (02:05 +0000)]
Improvements to AutoDocs.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48312
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Wed, 23 Oct 2013 19:38:46 +0000 (19:38 +0000)]
Put VOID mode-file in "Storage", but void.audio in "Devs". This is necessary
to allow the Void driver to be loaded as a fallback when no real modes are
available. I.e. this is a follow-up/correction to r45741.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48311
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
Oliver Brunner [Wed, 23 Oct 2013 15:10:34 +0000 (17:10 +0200)]
- added initspin to reset a spin
- spins now work in very early boot conditions or during task removal, when ThisTask is NULL
neil [Tue, 22 Oct 2013 18:15:41 +0000 (18:15 +0000)]
Reverted r48299. With a fresh build, it wasn't needed.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48310
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 22 Oct 2013 02:46:41 +0000 (02:46 +0000)]
My previous commit caused that parent directory wasn't set,
so I'm fully reverting to r44599.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48309
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 22 Oct 2013 01:49:00 +0000 (01:49 +0000)]
Don't execute the default tool of a tool icon.
Bugfix for:
https://sourceforge.net/p/aros/bugs/460/
Note that executing System/CLI from System/Shell.info
doesn't work anymore.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48308
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Mon, 21 Oct 2013 09:55:18 +0000 (09:55 +0000)]
Updated to V8.85.
Disabled from automatic build because there are 2 issues:
https://sourceforge.net/p/aros/bugs/460/
https://sourceforge.net/p/aros/bugs/461/
git-svn-id: https://svn.aros.org/svn/aros/trunk@48307
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
Oliver Brunner [Mon, 21 Oct 2013 09:11:19 +0000 (11:11 +0200)]
retab
Oliver Brunner [Mon, 21 Oct 2013 08:11:15 +0000 (10:11 +0200)]
avoid possible race condition
Oliver Brunner [Mon, 21 Oct 2013 08:10:51 +0000 (10:10 +0200)]
retab
mazze [Sun, 20 Oct 2013 17:51:28 +0000 (17:51 +0000)]
Pushover added.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48306
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Sun, 20 Oct 2013 16:13:53 +0000 (16:13 +0000)]
libstdc++ needs ioctl(). I think that function got
lost during clib split.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48305
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
deadwood [Thu, 17 Oct 2013 19:16:24 +0000 (19:16 +0000)]
C:Partition - give extended explanation of possible failure cause when tool is not able to open root partition
git-svn-id: https://svn.aros.org/svn/aros/trunk@48304
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Thu, 17 Oct 2013 05:02:50 +0000 (05:02 +0000)]
Replaced static variable by a library base member to
avoid interference if several applications call strtok()
at the same time.
Added a test for both strtok() and strtok_r() to the
clib tests.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48303
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Thu, 17 Oct 2013 00:03:01 +0000 (00:03 +0000)]
Stop MUIM_List_Jump from jumping to one entry past the end of the list.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48302
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Wed, 16 Oct 2013 20:39:49 +0000 (20:39 +0000)]
Only use -nostdc for target linker/compiler.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48301
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
deadwood [Wed, 16 Oct 2013 20:02:40 +0000 (20:02 +0000)]
C:Partition: make WIPE option more deadly
The effect of previous implementation was that if a partition tables
was re-created with exactly the same parameters as they had before,
the file systems were again accessible to users.
This use case is actually the basic one of InstallAROS Wipe option.
Having the previous behavior was raising bug reports that "Wipe option
does not work"
git-svn-id: https://svn.aros.org/svn/aros/trunk@48300
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Wed, 16 Oct 2013 19:47:52 +0000 (19:47 +0000)]
Added stdcio to libs.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48299
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Wed, 16 Oct 2013 19:44:51 +0000 (19:44 +0000)]
Removed unused variable.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48298
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Wed, 16 Oct 2013 16:38:31 +0000 (16:38 +0000)]
Removed some unnecessary null-pointer checks.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48297
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Wed, 16 Oct 2013 16:26:24 +0000 (16:26 +0000)]
Fixed typos in comments.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48296
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Wed, 16 Oct 2013 16:20:39 +0000 (16:20 +0000)]
Handle failure of StrDup().
git-svn-id: https://svn.aros.org/svn/aros/trunk@48295
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 15 Oct 2013 21:12:26 +0000 (21:12 +0000)]
Don't copy the makefiles.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48294
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 15 Oct 2013 20:55:19 +0000 (20:55 +0000)]
Fixed ignoring of files.
Argument handling improved.
Dokumentation updated.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48293
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 15 Oct 2013 20:31:29 +0000 (20:31 +0000)]
Renamed element 'fh' to 'handle' to make it more obvious
that it isn't always a filehandle. (I had already fixed
3 crashes because of wrong usage.)
Removed unecessary conversion to BPTR. 'Handle' *is* a BPTR.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48292
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 15 Oct 2013 19:42:54 +0000 (19:42 +0000)]
Removed *.otag and *.font for the DejaVu fonts because:
- name too long for FFS
- pointless because they differ from Vera only by additional
characters.
The TTFs are still there because freetype.library can make
use of them.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48291
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 15 Oct 2013 19:31:20 +0000 (19:31 +0000)]
Removed CLI tooltype.
Penguin-Command: don't crash when argc == 0.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48290
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Mon, 14 Oct 2013 18:51:49 +0000 (18:51 +0000)]
Blobwars added.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48289
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Mon, 14 Oct 2013 16:31:24 +0000 (16:31 +0000)]
Added some prerequisites.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48288
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Mon, 14 Oct 2013 01:34:56 +0000 (01:34 +0000)]
Implemented %copy_dir_recursive with a Python script
so that we can copy file names with space characters.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48287
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
deadwood [Sun, 13 Oct 2013 19:29:45 +0000 (19:29 +0000)]
graphics.library: restore passing RelLeftEdge and RelTopEdge to layer creation function.
When parent window is presented, also parent layer is passed to
layers.library. Passing absolute coordinates (LeftEdge/TopEdge)
cause the layer to be double-offsetted and not in place of the window.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48286
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
jmcmullan [Sun, 13 Oct 2013 15:19:54 +0000 (15:19 +0000)]
stdc.library: Add missing strtok_r.c
Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk@48285
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Sat, 12 Oct 2013 22:14:27 +0000 (22:14 +0000)]
strtok_r added.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48284
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Sat, 12 Oct 2013 16:55:17 +0000 (16:55 +0000)]
Removed some generated files from patch.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48283
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Sat, 12 Oct 2013 16:48:17 +0000 (16:48 +0000)]
LMarbles added.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48282
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Sat, 12 Oct 2013 15:48:42 +0000 (15:48 +0000)]
We must use Examine because fh is a lock (see opendir.c).
git-svn-id: https://svn.aros.org/svn/aros/trunk@48281
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Sat, 12 Oct 2013 13:18:45 +0000 (13:18 +0000)]
LTris added.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48280
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
deadwood [Fri, 11 Oct 2013 18:48:35 +0000 (18:48 +0000)]
picture.datatype: guarantee that the bitmap for alpha-enabled pictures will be 32 bit.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48279
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
Oliver Brunner [Fri, 11 Oct 2013 10:00:51 +0000 (12:00 +0200)]
Avoid race condition. TDNest is already modified by the call itself.
NicJA [Fri, 11 Oct 2013 09:39:04 +0000 (09:39 +0000)]
dont try to convert the pixfmt while calculating the "shade"
git-svn-id: https://svn.aros.org/svn/aros/trunk@48278
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Fri, 11 Oct 2013 09:20:00 +0000 (09:20 +0000)]
use the correct offset into the source image to determine basecolor.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48277
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Fri, 11 Oct 2013 07:01:29 +0000 (07:01 +0000)]
Added a hint about SetDrMd().
See http://aros-exec.org/modules/newbb/viewtopic.php?post_id=84333#forumpost84333
git-svn-id: https://svn.aros.org/svn/aros/trunk@48276
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Thu, 10 Oct 2013 23:52:27 +0000 (23:52 +0000)]
Fixed build problems (no more installing in /PROGDIR).
Enabled build by default.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48275
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
deadwood [Wed, 9 Oct 2013 19:47:10 +0000 (19:47 +0000)]
graphics.hidd: correct type definitions for attributes to match the actuall types.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48274
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
neil [Wed, 9 Oct 2013 15:43:52 +0000 (15:43 +0000)]
Removed some unnecessary checks for null pointers.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48273
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Wed, 9 Oct 2013 04:30:30 +0000 (04:30 +0000)]
use consistant co-ords when calculating the offsets
git-svn-id: https://svn.aros.org/svn/aros/trunk@48272
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Wed, 9 Oct 2013 03:50:35 +0000 (03:50 +0000)]
fallback to default hidd-bitmap-based backfill function if we cant obtain a "real" bitmap for the rendertarget.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48271
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Wed, 9 Oct 2013 03:34:14 +0000 (03:34 +0000)]
fix off-by-one calculation
git-svn-id: https://svn.aros.org/svn/aros/trunk@48270
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Wed, 9 Oct 2013 03:21:49 +0000 (03:21 +0000)]
correct offsets for fall-back rendering
git-svn-id: https://svn.aros.org/svn/aros/trunk@48269
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Wed, 9 Oct 2013 02:15:32 +0000 (02:15 +0000)]
only update affected area of bitmap
git-svn-id: https://svn.aros.org/svn/aros/trunk@48268
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Wed, 9 Oct 2013 02:14:37 +0000 (02:14 +0000)]
implement updating of RectList entries. bump version to reflect recent changes.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48267
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 23:59:58 +0000 (23:59 +0000)]
remove unused var
git-svn-id: https://svn.aros.org/svn/aros/trunk@48266
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 23:59:04 +0000 (23:59 +0000)]
change how the alpha intermediate bitmap is destroyed. expand display selection to better cater for compositable screens.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48265
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 22:02:36 +0000 (22:02 +0000)]
fix pixel fmt conversion
git-svn-id: https://svn.aros.org/svn/aros/trunk@48264
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 8 Oct 2013 21:50:56 +0000 (21:50 +0000)]
Don't patch config.log.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48263
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 8 Oct 2013 21:32:19 +0000 (21:32 +0000)]
WIP Scummvm. It compiles but doesn't link.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48262
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
mazze [Tue, 8 Oct 2013 18:55:17 +0000 (18:55 +0000)]
Enabled default build of Abuse.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48261
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 17:42:28 +0000 (17:42 +0000)]
fix a c&p error.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48260
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 17:41:29 +0000 (17:41 +0000)]
fix a c&p error.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48259
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
deadwood [Tue, 8 Oct 2013 16:48:58 +0000 (16:48 +0000)]
cybergraphics.library: simplify code by returning the bitmap as handle APTR since now the bitmap is needed in unlocking code.
git-svn-id: https://svn.aros.org/svn/aros/trunk@48258
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
deadwood [Tue, 8 Oct 2013 16:48:54 +0000 (16:48 +0000)]
contrib/Games/Quake: disabled build for ARM, there is some i386 assembler code that is tried to be compiled
git-svn-id: https://svn.aros.org/svn/aros/trunk@48257
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
deadwood [Tue, 8 Oct 2013 16:48:52 +0000 (16:48 +0000)]
GrafX2: add dependency on lua
git-svn-id: https://svn.aros.org/svn/aros/trunk@48256
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 16:28:29 +0000 (16:28 +0000)]
fallback to WriteRGBPixel if it is not a hidd bitmap
git-svn-id: https://svn.aros.org/svn/aros/trunk@48255
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 16:18:09 +0000 (16:18 +0000)]
remove comment
git-svn-id: https://svn.aros.org/svn/aros/trunk@48254
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 16:13:11 +0000 (16:13 +0000)]
flesh out process pixel array a little
git-svn-id: https://svn.aros.org/svn/aros/trunk@48253
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 16:12:30 +0000 (16:12 +0000)]
flesh out process pixel array a little
git-svn-id: https://svn.aros.org/svn/aros/trunk@48252
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 15:24:14 +0000 (15:24 +0000)]
minor changes. bump version to reflect recent changes
git-svn-id: https://svn.aros.org/svn/aros/trunk@48251
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc
NicJA [Tue, 8 Oct 2013 15:22:25 +0000 (15:22 +0000)]
bump copyright date on affected files and version
git-svn-id: https://svn.aros.org/svn/aros/trunk@48250
fb15a70f-31f2-0310-bbcc-
cdcc74a49acc