aros:aros.git
10 years agoexec.library: Use KrnSchedule() hook
Jason S. McMullan [Wed, 14 Aug 2013 04:18:40 +0000 (00:18 -0400)]
exec.library: Use KrnSchedule() hook

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agokernel.resource: Add KrnSchedule() hook
Jason S. McMullan [Wed, 14 Aug 2013 04:18:19 +0000 (00:18 -0400)]
kernel.resource: Add KrnSchedule() hook

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoexec.library: Fix issue where FreeMem()'d tasks were still referenced
Jason S. McMullan [Wed, 14 Aug 2013 04:17:50 +0000 (00:17 -0400)]
exec.library: Fix issue where FreeMem()'d tasks were still referenced

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agowhen picking up semi-random CPU, actually assign the task to it. Until now iteration...
Michal Schulz [Tue, 13 Aug 2013 19:32:38 +0000 (21:32 +0200)]
when picking up semi-random CPU, actually assign the task to it. Until now iteration through cpus was done, but assignment missed...

10 years agofixed typo
Michal Schulz [Tue, 13 Aug 2013 17:45:02 +0000 (19:45 +0200)]
fixed typo

10 years agoDon't use ThisTask from SysBase. Call FindTask(NULL) instead.
Michal Schulz [Tue, 13 Aug 2013 17:31:54 +0000 (19:31 +0200)]
Don't use ThisTask from SysBase. Call FindTask(NULL) instead.

10 years agoarch/all-unix: SMP fix - add pthread_cond_broadcast, remove malloc/alloc
Jason S. McMullan [Tue, 13 Aug 2013 00:57:53 +0000 (20:57 -0400)]
arch/all-unix: SMP fix - add pthread_cond_broadcast, remove malloc/alloc

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoarch/all-unix: Use pthreads to implement SMP
Jason S. McMullan [Mon, 12 Aug 2013 04:30:52 +0000 (00:30 -0400)]
arch/all-unix: Use pthreads to implement SMP

usage:

AROSBootstrap --cpus N

If N > 1, then you will be running in SMP mode.

The 'CPU0' thread handles all external signals,
SIGUSR1, and SIGUSR2.

All other threads use SIGURG for 'irq' style signals, and
SIGSYS for 'syscall' style signals.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoSMP: Infrastructure for AROS SMP support
Jason S. McMullan [Sun, 11 Aug 2013 23:21:12 +0000 (19:21 -0400)]
SMP: Infrastructure for AROS SMP support

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoAROSTCP: Use Exec/ScanTasks()
Jason S. McMullan [Sat, 10 Aug 2013 15:59:49 +0000 (11:59 -0400)]
AROSTCP: Use Exec/ScanTasks()

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoC:TaskList - use Exec/ScanTasks()
Jason S. McMullan [Sat, 10 Aug 2013 15:58:35 +0000 (11:58 -0400)]
C:TaskList - use Exec/ScanTasks()

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoC:StackSnoop: Use Exec/ScanTasks()
Jason S. McMullan [Sat, 10 Aug 2013 15:58:12 +0000 (11:58 -0400)]
C:StackSnoop: Use Exec/ScanTasks()

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agobootstrap: Add KRN_MaxCPUs SMP parameter
Jason S. McMullan [Sat, 10 Aug 2013 15:57:31 +0000 (11:57 -0400)]
bootstrap: Add KRN_MaxCPUs SMP parameter

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoSMP: Don't use SysBase->ThisTask outside of kernel.library & exec.library
Jason S. McMullan [Fri, 9 Aug 2013 19:40:20 +0000 (15:40 -0400)]
SMP: Don't use SysBase->ThisTask outside of kernel.library & exec.library

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoexec.library: Add ScanTasksA()
Jason S. McMullan [Sat, 10 Aug 2013 14:17:42 +0000 (10:17 -0400)]
exec.library: Add ScanTasksA()

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoSMP: Don't use SysBase->ThisTask outside of kernel.library & exec.library
Jason S. McMullan [Fri, 9 Aug 2013 20:46:55 +0000 (16:46 -0400)]
SMP: Don't use SysBase->ThisTask outside of kernel.library & exec.library

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
10 years agoCompositor: Compiler delint
jmcmullan [Fri, 27 Sep 2013 02:46:03 +0000 (02:46 +0000)]
Compositor: Compiler delint

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk@48151 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agolocale.library: Compiler delint
jmcmullan [Fri, 27 Sep 2013 02:45:57 +0000 (02:45 +0000)]
locale.library: Compiler delint

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk@48150 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agocleanup composer/compositing/composition -> compositor
NicJA [Fri, 27 Sep 2013 02:37:22 +0000 (02:37 +0000)]
cleanup composer/compositing/composition -> compositor

git-svn-id: https://svn.aros.org/svn/aros/trunk@48149 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agocleanup composer/compositing/composition -> compositor
NicJA [Fri, 27 Sep 2013 01:54:19 +0000 (01:54 +0000)]
cleanup composer/compositing/composition -> compositor

git-svn-id: https://svn.aros.org/svn/aros/trunk@48148 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoFTManager: Compiler delint
jmcmullan [Fri, 27 Sep 2013 01:45:26 +0000 (01:45 +0000)]
FTManager: Compiler delint

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk@48147 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoPrefs/Appearance: Compiler delint
jmcmullan [Fri, 27 Sep 2013 01:45:21 +0000 (01:45 +0000)]
Prefs/Appearance: Compiler delint

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk@48146 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agocleanup composer/compositing/composition -> compositor
NicJA [Fri, 27 Sep 2013 01:31:26 +0000 (01:31 +0000)]
cleanup composer/compositing/composition -> compositor

git-svn-id: https://svn.aros.org/svn/aros/trunk@48145 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agobump copyright on affected files
NicJA [Thu, 26 Sep 2013 23:56:51 +0000 (23:56 +0000)]
bump copyright on affected files

git-svn-id: https://svn.aros.org/svn/aros/trunk@48144 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoupdate copyrights
NicJA [Thu, 26 Sep 2013 23:51:41 +0000 (23:51 +0000)]
update copyrights

git-svn-id: https://svn.aros.org/svn/aros/trunk@48143 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agocleanup composer/compositing/composition -> compositor
NicJA [Thu, 26 Sep 2013 23:29:20 +0000 (23:29 +0000)]
cleanup composer/compositing/composition -> compositor

git-svn-id: https://svn.aros.org/svn/aros/trunk@48142 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agocleanup composer/compositing/composition -> compositor
NicJA [Thu, 26 Sep 2013 23:28:56 +0000 (23:28 +0000)]
cleanup composer/compositing/composition -> compositor

git-svn-id: https://svn.aros.org/svn/aros/trunk@48141 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agocleanup compositing/composition -> compositor
NicJA [Thu, 26 Sep 2013 23:02:01 +0000 (23:02 +0000)]
cleanup compositing/composition -> compositor

git-svn-id: https://svn.aros.org/svn/aros/trunk@48140 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoadd version info
NicJA [Thu, 26 Sep 2013 22:58:24 +0000 (22:58 +0000)]
add version info

git-svn-id: https://svn.aros.org/svn/aros/trunk@48139 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoset the screens used composition flags based upon the displays capabailities and...
NicJA [Thu, 26 Sep 2013 22:39:08 +0000 (22:39 +0000)]
set the screens used composition flags based upon the displays capabailities and the flags requested by the screen opener.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48138 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoDoh! fix Get/Set attribute usage. Fixes screen dragging issue - composition is workin...
NicJA [Thu, 26 Sep 2013 22:28:20 +0000 (22:28 +0000)]
Doh! fix Get/Set attribute usage. Fixes screen dragging issue - composition is working fully with no artefacts or crashing.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48137 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoAttempt to fix the nightly floppy build.
weissms [Thu, 26 Sep 2013 19:07:37 +0000 (19:07 +0000)]
Attempt to fix the nightly floppy build.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48136 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoallow screens to request compositing features
NicJA [Thu, 26 Sep 2013 17:22:54 +0000 (17:22 +0000)]
allow screens to request compositing features

git-svn-id: https://svn.aros.org/svn/aros/trunk@48135 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoreally handle the compositor config
NicJA [Thu, 26 Sep 2013 16:56:46 +0000 (16:56 +0000)]
really handle the compositor config

git-svn-id: https://svn.aros.org/svn/aros/trunk@48134 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agomake sure the dos obj is freed
NicJA [Thu, 26 Sep 2013 16:47:53 +0000 (16:47 +0000)]
make sure the dos obj is freed

git-svn-id: https://svn.aros.org/svn/aros/trunk@48133 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoread runtime config from env
NicJA [Thu, 26 Sep 2013 16:44:30 +0000 (16:44 +0000)]
read runtime config from env

git-svn-id: https://svn.aros.org/svn/aros/trunk@48132 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agodefault compositor prefs/config
NicJA [Thu, 26 Sep 2013 15:21:38 +0000 (15:21 +0000)]
default compositor prefs/config

git-svn-id: https://svn.aros.org/svn/aros/trunk@48131 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agouse amigaos like behaviour by default
NicJA [Thu, 26 Sep 2013 14:14:22 +0000 (14:14 +0000)]
use amigaos like behaviour by default

git-svn-id: https://svn.aros.org/svn/aros/trunk@48130 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoadd compositing options to appearance prefs
NicJA [Thu, 26 Sep 2013 13:20:23 +0000 (13:20 +0000)]
add compositing options to appearance prefs

git-svn-id: https://svn.aros.org/svn/aros/trunk@48129 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoremove debug line
NicJA [Thu, 26 Sep 2013 00:28:17 +0000 (00:28 +0000)]
remove debug line

git-svn-id: https://svn.aros.org/svn/aros/trunk@48128 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agodont clamp screen dimensions to rastport - open what the application has requested...
NicJA [Thu, 26 Sep 2013 00:20:05 +0000 (00:20 +0000)]
dont clamp screen dimensions to rastport - open what the application has requested (amigaos like behaviour).

git-svn-id: https://svn.aros.org/svn/aros/trunk@48127 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoReworked software screen compositing. Uses graphics library region primitives instead...
NicJA [Thu, 26 Sep 2013 00:18:31 +0000 (00:18 +0000)]
Reworked software screen compositing. Uses graphics library region primitives instead of duplicating the work to handle display compositing. use a backfill hook to render empty display regions.

# Compositing on all sides of screens works but is set to amigaos like behaviour by default (composites above, fills left/right/below)

# Rendering artefacts have been fixed, aswell as issues with screen y coord being reset.

# bug preventing dragging of screens below the visible bounds (investigating)

git-svn-id: https://svn.aros.org/svn/aros/trunk@48126 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoUpdated to v 2.4.2035.
mazze [Wed, 25 Sep 2013 18:53:28 +0000 (18:53 +0000)]
Updated to v 2.4.2035.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48125 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoRemoved unnecessary checks for null pointers.
neil [Wed, 25 Sep 2013 02:11:29 +0000 (02:11 +0000)]
Removed unnecessary checks for null pointers.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48124 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoCheck that internal AddFreeList() calls succeed. This prompted
neil [Wed, 25 Sep 2013 02:08:10 +0000 (02:08 +0000)]
Check that internal AddFreeList() calls succeed. This prompted
conversion of the AllocMemIcon macro into a function, as it has now got
quite large.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48123 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoFetch from archives.aros-exec.org.
mazze [Tue, 24 Sep 2013 19:28:55 +0000 (19:28 +0000)]
Fetch from archives.aros-exec.org.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48122 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoUpdated from source code.
mazze [Tue, 24 Sep 2013 19:13:49 +0000 (19:13 +0000)]
Updated from source code.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48121 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoImprovements to AutoDocs and comments.
neil [Tue, 24 Sep 2013 07:46:06 +0000 (07:46 +0000)]
Improvements to AutoDocs and comments.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48120 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoAllocate disk object with AllocMem() and keep track of it in its own
neil [Tue, 24 Sep 2013 07:39:34 +0000 (07:39 +0000)]
Allocate disk object with AllocMem() and keep track of it in its own
freelist. Previously, each disk object was allocated from a new pool,
which was neither tracked nor deleted, causing a memory leak of about
5kB per icon!

git-svn-id: https://svn.aros.org/svn/aros/trunk@48119 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoRemoved an unused file.
neil [Mon, 23 Sep 2013 16:53:57 +0000 (16:53 +0000)]
Removed an unused file.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48118 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years ago - Removed unused functions and fields.
neil [Mon, 23 Sep 2013 16:50:43 +0000 (16:50 +0000)]
 - Removed unused functions and fields.
 - Fixed memory leaks.
 - Added checks for success of memory allocations.
 - Removed unnecessary checks for null pointers.
 - Use ForeachNodeSafe() when list is being changed.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48117 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoRemoved "Sticky jingles"! How is this not a syntax error?
neil [Mon, 23 Sep 2013 15:25:05 +0000 (15:25 +0000)]
Removed "Sticky jingles"! How is this not a syntax error?

git-svn-id: https://svn.aros.org/svn/aros/trunk@48116 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoports/annotate: disable arm build due to failing varargs
deadwood [Sun, 22 Sep 2013 16:09:02 +0000 (16:09 +0000)]
ports/annotate: disable arm build due to failing varargs

git-svn-id: https://svn.aros.org/svn/aros/trunk@48115 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoRe-enabled build for i386 (was accidentally removed
mazze [Sun, 22 Sep 2013 09:38:32 +0000 (09:38 +0000)]
Re-enabled build for i386 (was accidentally removed
when I tried to add ARM build).

git-svn-id: https://svn.aros.org/svn/aros/trunk@48114 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoAdded editor "Annotate".
mazze [Sat, 21 Sep 2013 21:09:39 +0000 (21:09 +0000)]
Added editor "Annotate".

git-svn-id: https://svn.aros.org/svn/aros/trunk@48113 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoports/magnetic: disable build for arm as it fails on varargs
deadwood [Sat, 21 Sep 2013 08:19:28 +0000 (08:19 +0000)]
ports/magnetic: disable build for arm as it fails on varargs

git-svn-id: https://svn.aros.org/svn/aros/trunk@48112 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agogcc: force failure of test for writev
deadwood [Fri, 20 Sep 2013 19:26:29 +0000 (19:26 +0000)]
gcc: force failure of test for writev

This tests was succeeding on i386 host building i386 crosscompiler
causing the generated libstdc++.a to have unresolved symbols.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48111 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoFix for a crash because of too long font file names.
mazze [Thu, 19 Sep 2013 21:05:46 +0000 (21:05 +0000)]
Fix for a crash because of too long font file names.
Previous version allocated some buffers with MAXFONTNAME
but didn't check for buffer overruns.
It seems that diskfont.library doesn't use MAXFONTNAME
anymore, so that font name sizes up to MAXFILENAMELENGTH
are now possible. Therefore we are now using MAXFILENAMELENGTH
as buffer size for font file names.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48110 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoDetabbed.
mazze [Thu, 19 Sep 2013 19:52:44 +0000 (19:52 +0000)]
Detabbed.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48109 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoUpdated status of Scrollgroup.mui.
neil [Thu, 19 Sep 2013 14:31:47 +0000 (14:31 +0000)]
Updated status of Scrollgroup.mui.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48108 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoImplemented OM_GET method. Supports
neil [Thu, 19 Sep 2013 00:44:45 +0000 (00:44 +0000)]
Implemented OM_GET method. Supports
MUIA_Scrollgroup_(Contents|HorizBar|VertBar) attributes.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48105 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoUpdated from source code.
mazze [Wed, 18 Sep 2013 06:38:01 +0000 (06:38 +0000)]
Updated from source code.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48104 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agomake.tmpl build_module: made linklibname modname compare case insensitive to avoid...
weissms [Tue, 17 Sep 2013 18:27:39 +0000 (18:27 +0000)]
make.tmpl build_module: made linklibname modname compare case insensitive to avoid having libglu.a and libGLU.a

git-svn-id: https://svn.aros.org/svn/aros/trunk@48103 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoAutoDocs improvement: specify that AllocPooled() must be paired with
neil [Mon, 16 Sep 2013 22:56:15 +0000 (22:56 +0000)]
AutoDocs improvement: specify that AllocPooled() must be paired with
FreePooled().

git-svn-id: https://svn.aros.org/svn/aros/trunk@48102 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoAllocVecPooled() and FreeVecPooled():
neil [Mon, 16 Sep 2013 22:55:19 +0000 (22:55 +0000)]
AllocVecPooled() and FreeVecPooled():
 - Added AutoDocs.
 - Fixed arguments' m68k registers (warning: this changes the AROS m68k
   ABI).

git-svn-id: https://svn.aros.org/svn/aros/trunk@48101 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years ago - Optimised redrawing.
neil [Mon, 16 Sep 2013 01:18:13 +0000 (01:18 +0000)]
 - Optimised redrawing.
 - Shared more code between horizontal and vertical sliders.
 - Knob now goes in correct direction when background is clicked and
   MUIA_Numeric_Reverse is TRUE.
 - Replaced several calls to DoSuperMethod() with DoMethod() so that
   these methods can be overridden effectively.
 - Don't use MUIA_Group_Horiz as a synonym for MUIA_Slider_Horiz.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48100 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoSDL.library: Use posixc.library and not stdcio.library
verhaegs [Sun, 15 Sep 2013 20:25:46 +0000 (20:25 +0000)]
SDL.library: Use posixc.library and not stdcio.library

Solves problems when program uses POSIX path names;
hides problem of stdcio.library not properly initialized.

I would like to have a version using stdcio.library in the future again.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48099 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agostdc/stdcio_startup.c: Debug output
verhaegs [Sun, 15 Sep 2013 20:25:42 +0000 (20:25 +0000)]
stdc/stdcio_startup.c: Debug output

git-svn-id: https://svn.aros.org/svn/aros/trunk@48098 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agouse FindTask(NULL) in userspace code.
NicJA [Sun, 15 Sep 2013 17:19:10 +0000 (17:19 +0000)]
use FindTask(NULL) in userspace code.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48097 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoDrawer icons must be created in parent directory.
mazze [Sat, 14 Sep 2013 16:01:55 +0000 (16:01 +0000)]
Drawer icons must be created in parent directory.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48096 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoSet MUIA_Pressed according to knob state (observed MUI behaviour).
neil [Sat, 14 Sep 2013 00:06:16 +0000 (00:06 +0000)]
Set MUIA_Pressed according to knob state (observed MUI behaviour).

git-svn-id: https://svn.aros.org/svn/aros/trunk@48095 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoCorrect Icons for change in theme path
NicJA [Thu, 12 Sep 2013 22:42:41 +0000 (22:42 +0000)]
Correct Icons for change in theme path

git-svn-id: https://svn.aros.org/svn/aros/trunk@48094 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agouse global theme path
NicJA [Thu, 12 Sep 2013 22:26:34 +0000 (22:26 +0000)]
use global theme path

git-svn-id: https://svn.aros.org/svn/aros/trunk@48093 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agofix theme path
NicJA [Thu, 12 Sep 2013 22:25:39 +0000 (22:25 +0000)]
fix theme path

git-svn-id: https://svn.aros.org/svn/aros/trunk@48092 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agofix global theme path
NicJA [Thu, 12 Sep 2013 22:25:12 +0000 (22:25 +0000)]
fix global theme path

git-svn-id: https://svn.aros.org/svn/aros/trunk@48091 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoset the correct catalog version to use (localisation now working). tweak the gui...
NicJA [Thu, 12 Sep 2013 18:18:59 +0000 (18:18 +0000)]
set the correct catalog version to use (localisation now working). tweak the gui layout a little and disable debug.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48090 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agomake the window layout a little tidier.
NicJA [Thu, 12 Sep 2013 17:01:41 +0000 (17:01 +0000)]
make the window layout a little tidier.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48089 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoRe-implement ReqTools Prefs using Zune & AROS prefs objects.
NicJA [Thu, 12 Sep 2013 01:51:21 +0000 (01:51 +0000)]
Re-implement ReqTools Prefs using Zune & AROS prefs objects.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48088 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoforgotten file
NicJA [Wed, 11 Sep 2013 17:11:52 +0000 (17:11 +0000)]
forgotten file

git-svn-id: https://svn.aros.org/svn/aros/trunk@48087 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agowip commit for native language support
NicJA [Wed, 11 Sep 2013 17:09:40 +0000 (17:09 +0000)]
wip commit for native language support

git-svn-id: https://svn.aros.org/svn/aros/trunk@48086 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoFor x86_64-pc provide a 32bit version of stdc.static for bootstrap code.
verhaegs [Wed, 11 Sep 2013 16:42:00 +0000 (16:42 +0000)]
For x86_64-pc provide a 32bit version of stdc.static for bootstrap code.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48085 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoMade hid.class independent of stdc.library.
verhaegs [Wed, 11 Sep 2013 16:41:55 +0000 (16:41 +0000)]
Made hid.class independent of stdc.library.

This class can be in ROM and stdc.library is not available then,
stdc.static does not provide rand().

git-svn-id: https://svn.aros.org/svn/aros/trunk@48084 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agocorrect catalog file name
NicJA [Wed, 11 Sep 2013 16:30:00 +0000 (16:30 +0000)]
correct catalog file name

git-svn-id: https://svn.aros.org/svn/aros/trunk@48083 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoSerial -> IControl
NicJA [Wed, 11 Sep 2013 16:00:27 +0000 (16:00 +0000)]
Serial -> IControl

git-svn-id: https://svn.aros.org/svn/aros/trunk@48082 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoits ICONTROLEDITOR not SEREDITOR ;)
NicJA [Wed, 11 Sep 2013 15:34:26 +0000 (15:34 +0000)]
its ICONTROLEDITOR not SEREDITOR ;)

git-svn-id: https://svn.aros.org/svn/aros/trunk@48081 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agomatch string usage in other locations
NicJA [Wed, 11 Sep 2013 14:30:49 +0000 (14:30 +0000)]
match string usage in other locations

git-svn-id: https://svn.aros.org/svn/aros/trunk@48080 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agosmall correction..
NicJA [Wed, 11 Sep 2013 13:56:09 +0000 (13:56 +0000)]
small correction..

git-svn-id: https://svn.aros.org/svn/aros/trunk@48079 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoadd option for classic magicmenu "mixed" menu style (pull donw on screen title, pop...
NicJA [Wed, 11 Sep 2013 13:50:35 +0000 (13:50 +0000)]
add option for classic magicmenu "mixed" menu style (pull donw on screen title, pop up otherwise)

git-svn-id: https://svn.aros.org/svn/aros/trunk@48078 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoupdate to reflect change in theme name.
NicJA [Wed, 11 Sep 2013 12:10:28 +0000 (12:10 +0000)]
update to reflect change in theme name.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48077 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agorename contryprefs to regionprefs on AROS - define old values for compatability
NicJA [Wed, 11 Sep 2013 10:47:54 +0000 (10:47 +0000)]
rename contryprefs to regionprefs on AROS - define old values for compatability

git-svn-id: https://svn.aros.org/svn/aros/trunk@48076 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoadd placeholder for classic magicmenu pull-down-on-titlebar behaviour when using...
NicJA [Wed, 11 Sep 2013 10:45:31 +0000 (10:45 +0000)]
add placeholder for classic magicmenu pull-down-on-titlebar behaviour when using popup menus (re-order existing value for sanity)

git-svn-id: https://svn.aros.org/svn/aros/trunk@48075 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agouse the mkdirs_q macro
NicJA [Wed, 11 Sep 2013 09:32:28 +0000 (09:32 +0000)]
use the mkdirs_q macro

git-svn-id: https://svn.aros.org/svn/aros/trunk@48074 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoUpdated to v1.11
mazze [Wed, 11 Sep 2013 06:24:18 +0000 (06:24 +0000)]
Updated to v1.11

git-svn-id: https://svn.aros.org/svn/aros/trunk@48073 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoUpdated to v 16.0.5.
mazze [Tue, 10 Sep 2013 22:33:49 +0000 (22:33 +0000)]
Updated to v 16.0.5.
Patch for missing alarm().
Create drawer icon in parent directory.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48072 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoLinker needs libstdc++.
mazze [Tue, 10 Sep 2013 22:10:15 +0000 (22:10 +0000)]
Linker needs libstdc++.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48071 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoAttempt to build mathx with build_prog macro.
mazze [Tue, 10 Sep 2013 21:49:45 +0000 (21:49 +0000)]
Attempt to build mathx with build_prog macro.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48070 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoDisabled because it's too unstable.
mazze [Tue, 10 Sep 2013 20:28:08 +0000 (20:28 +0000)]
Disabled because it's too unstable.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48069 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoHint about -nix option added.
mazze [Tue, 10 Sep 2013 19:39:55 +0000 (19:39 +0000)]
Hint about -nix option added.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48068 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoCreate drawer icon in parent directory.
mazze [Tue, 10 Sep 2013 19:29:21 +0000 (19:29 +0000)]
Create drawer icon in parent directory.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48067 fb15a70f-31f2-0310-bbcc-cdcc74a49acc

10 years agoUpdated comment to match "code" changes.
neil [Tue, 10 Sep 2013 10:13:09 +0000 (10:13 +0000)]
Updated comment to match "code" changes.

git-svn-id: https://svn.aros.org/svn/aros/trunk@48066 fb15a70f-31f2-0310-bbcc-cdcc74a49acc