aboutsummaryrefslogtreecommitdiff
path: root/common/macresman.cpp
AgeCommit message (Expand)Author
2019-12-26COMMON: Add sanity check to MacResManEugene Sandulenko
2019-12-09COMMON: Fix GCC-9 Warning in MacResManager ClassD G Turner
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2016-03-01COMMON: Cleanup: Use StringArray instead of custom type.Johannes Schickel
2016-03-01COMMON: Add a method to list files to MacResManager.Johannes Schickel
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-11COMMON: Cleanup the MacResManager a bitMatthew Hoops
2012-12-13COMMON: Fix potential uninitialized memory usageMatthew Hoops
2012-04-07COMMON: Hopefully fix AppleDouble files with directoriesMatthew Hoops
2012-03-08COMMON: Add an exists function to MacResManagerMatthew Hoops
2011-10-29JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2011-10-07COMMON: Ensure numTypes is set to 0 on closeMatthew Hoops
2011-06-10COMMON: Do not try to read from res forks of non-existant filesMax Horn
2011-06-03COMMON: Access mac res fork via FSNode instead of StdioStreamMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05COMMON: Remove convertCrsrCursor()Matthew Hoops
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17COMMON: Partial fix for #3087922: COMMON/BASE/BACKENDS: Code analysis warningsEugene Sandulenko
2011-03-06SCUMM: Use the new WinCursor code in SCUMM HEMatthew Hoops
2011-02-14COMMON: Make MacResManager::convertCrsrCursor to return a RGB palette.Johannes Schickel
2011-02-04COMMON: Only take the md5 of the resource fork data sectionMatthew Hoops
2011-01-11COMMON: Fix a few space formatting issues.Jordi Vilalta Prat
2010-12-05COMMON: Fix AppleDouble support in the MacResManager (thanks, fuzzie)Matthew Hoops
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-07COMMON: Add const qualifiers and remove Common:: prefix in MacResManager codeMax Horn
2010-11-07COMMON: Rename and tweak MD5 functionsMax Horn
2010-09-17COMMON: Extend getting a Mac resource fork resource with a nameMatthew Hoops
2010-08-14COMMON: Cleanup MacResManager::convertCrsrCursor a bitMatthew Hoops
2010-06-21Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.)Torbjörn Andersson
2010-05-24Have the MacResManager ignore resources with length 0.Matthew Hoops
2010-05-20Make the MacResManager opening more robust to failed tries and plug its memor...Jordi Vilalta Prat
2010-05-18Added getBaseFileName() method and enhanced open() with trying macbinary form...Eugene Sandulenko
2010-05-12Fix mismatched new[]/delete[]Matthew Hoops
2010-05-11Pass by reference instead of value to getResource(String)Matthew Hoops
2010-05-11Add support for getting a resource from the resource fork by name.Matthew Hoops
2010-05-10Add support to the MacResManager and AdvancedDetector to take the md5 of a re...Matthew Hoops
2010-05-10Minor fix for using the MacResManager with a regular file; switch MacBinary's...Matthew Hoops
2010-05-09Patch #2901515: HE: Resource Forks on Mac OS XEugene Sandulenko
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-11Move Mac Binary resource loader to common class. Plug tons of memory leaks al...Eugene Sandulenko