aboutsummaryrefslogtreecommitdiff
path: root/jim-win32com.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-05delProc callback added to Jim_CreateCommand().antirez1-4/+4
2005-03-04Added ole32.foreach command, changed creation to ole32.create.patthoyts1-43/+126
2005-03-04JIM_NOTUSED moved after var declarations blocks.antirez1-7/+7
2005-03-04$id: ..$ strings addedantirez1-0/+2
2005-03-04Added JIM_NOTUSED macro. Macro used where appropriate.antirez1-18/+27
2005-03-04Use command line vars in the Makefile.patthoyts1-7/+8
2005-03-03Added preliminary support for using typelibrary informationpatthoyts1-13/+36
2005-03-03Applied patches 363 and 366 for const correctness to the win32 modules and ji...patthoyts1-4/+4
2005-03-03Fixed my evil unicode type problem. Didn't do a good job with zero length uni...patthoyts1-14/+21
2005-03-03Exported the double object type to the API.patthoyts1-17/+67
2005-03-02Moved the internal rep accessor macros and Jim_FreeIntRep into the header aspatthoyts1-10/+15
2005-03-02shell and library splitted. Now jim.c contains only theantirez1-0/+1
2005-03-02removed JIM_EXTENSION define from extensions. Is no longerantirez1-2/+2
2005-03-02Can now create and relese objects and use ole32.invoke to call propert get on...patthoyts1-16/+131
2005-03-02Slowly progressing.patthoyts1-46/+116
2005-03-01Added fledgling COM support for Win32. Unicode object and a Ole32 object typespatthoyts1-0/+250