gfx_findRegion(): Only define when CONFIG_GFX_CLIPPING is enabled.
[bertos.git] / mware /
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-24 bernieUse new-style config macros.
2004-08-24 bernieAdd type-size definitions for preprocessor.
2004-08-15 bernieMake the buffer a local variable, as documented.
2004-08-15 bernieupdcrc16(): inline version of UPDCRC16(); Cleanup docum...
2004-08-15 bernieAdd an #error to spread some FUD about the quality...
2004-08-14 raskyMerge da SC: macros.h, pool.h, BIT_CHANGE, nome dei...
2004-08-12 bernieRemove extra indentation level in switch statements.
2004-08-12 bernieReplace a handmade loop with memset().
2004-08-12 bernieReplace if/else with continue to reduce indentation...
2004-08-12 bernieRename UPDCRC() to UPDCRC16().
2004-08-11 bernieImport XModem protocol into DevLib.
2004-08-11 bernieUse chart_x_t and chart_y_t for the input dataset.
2004-08-11 bernieRefactor after the new mware/gfx API.
2004-08-10 bernieAdd missing header.
2004-08-05 bernieDocumentation improvements.
2004-08-04 raskyMerge da SC: prima versione veramente funzionante
2004-08-04 raskyNuove opzioni di configurazione per formatted_write...
2004-08-04 raskyMerge da SC: fixato namespace dell'include guard
2004-08-04 bernieSwitch to new DevLib CONFIG_ convention.
2004-08-04 bernieImport simple chart drawing code.
2004-08-04 bernieAdd virtual file I/O interface.
2004-08-04 bernieImport simple RLE algorithm.
2004-08-03 alephAdd include to fix warning for vsprintf()
2004-08-02 alephMerge from kseries
2004-07-31 raskySpostato lo heap da kern/ a mware/
2004-07-30 raskyVari fix per documentazione e commenti
2004-07-30 raskyNuovo supporto unificato per detect della CPU
2004-07-29 bernieSwitch to new-style config handling.
2004-07-29 bernieAdd values for new-style CONFIG_PRINTF option.
2004-07-29 bernieDoxygen fix.
2004-07-22 bernieswab32(): Fix a very serious bug.
2004-07-21 bernieAllow completely disabling printf()-like formatter.
2004-07-20 berniefifo_flush_locked(): New function;
2004-07-20 bernieFinally remove redundant protos.
2004-07-20 bernieFinally remove redundant protos.
2004-07-20 bernieswab16(), swab32(), cpu_to_be32(), cpu_to_le32(): New...
2004-07-20 bernieImport byte-order macros into DevLib.
2004-07-18 bernieFix warnings with GCC 3.3.2.
2004-07-18 bernieREMHEAD(), REMTAIL(): Move to list.h as inline functions.
2004-07-18 bernieReorganize configuration parameters to match DevLib...
2004-07-14 raskyImplementazione di una tabella hash
2004-06-27 alephChange UNUSED() macro to accept two arguments: type...
2004-06-06 bernieRemove redundant declaration of fifo_isempty_locked().
2004-06-06 bernieImport fixes for race conditions from kseries.
2004-06-06 bernieProtect MetroWerks specific pragmas with #ifdef's
2004-06-04 alephMove all functions to .h as inline functions
2004-06-03 alephMerge improvements from kseries (mainly inlining)
2004-06-03 bernieAdd dual-license information.
2004-06-03 bernieImport into DevLib
2004-05-23 bernieImport mware modules.