summaryrefslogtreecommitdiff
path: root/amiga/os3support.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix OS3 buildChris Young2015-08-171-1/+2
|
* Check .font file is indicating this is an outline font before attempting to ↵Chris Young2015-08-161-4/+26
| | | | open the .otag
* Make the logging when opening outline fonts on OS3 a little more obvious.Chris Young2015-08-161-2/+2
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-6/+6
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Fix GetPredChris Young2015-02-021-0/+6
|
* Fix GetSucc (credit: Buzz)Chris Young2015-01-301-0/+7
|
* Fixup font scanning some more, remove .font suffixChris Young2015-01-301-2/+4
|
* Enable the font scanner for OS3Chris Young2015-01-301-1/+18
|
* Fix bullet.library usageChris Young2015-01-301-5/+5
|
* Fix OT_Indirect handlingChris Young2015-01-291-5/+6
|
* Don't trash our buffer pointer when stepping through the taglistChris Young2015-01-281-1/+3
|
* Fixup font.c a bit better for OS3Chris Young2015-01-281-0/+106
|
* RefreshSetGadgetAttrs replacement for OS3Chris Young2015-01-201-0/+30
|
* The OS3 build doesn't appear to like non-specific layout groupsChris Young2015-01-191-1/+4
|
* Fix remaining linker errorsChris Young2015-01-181-0/+14
|
* More OS3 compilation fixesChris Young2015-01-181-0/+3
|
* More OS3 fixesChris Young2015-01-181-0/+11
|
* Attempt to fix some OS3 build errors in gui.cChris Young2015-01-171-0/+27
|
* more easy os3 fixesChris Young2015-01-111-0/+12
|
* Some easy OS3 compatibilityChris Young2015-01-091-0/+124
| | | | Credit for most of this: Bernd Gollesch
* Some OS3 compatibility for testingChris Young2014-12-201-0/+39